https://github.com/trigger-segfault/terrariaitemmodifier
A patch for advanced item customization in Terraria.
https://github.com/trigger-segfault/terrariaitemmodifier
customization item patch terraria tool
Last synced: 3 months ago
JSON representation
A patch for advanced item customization in Terraria.
- Host: GitHub
- URL: https://github.com/trigger-segfault/terrariaitemmodifier
- Owner: trigger-segfault
- License: mit
- Created: 2017-08-23T19:07:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T23:57:17.000Z (about 6 years ago)
- Last Synced: 2025-01-29T03:37:28.934Z (5 months ago)
- Topics: customization, item, patch, terraria, tool
- Language: C#
- Homepage: https://forums.terraria.org/index.php?threads/61419/
- Size: 222 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
# Terraria Item Modifier 
[](https://github.com/trigger-death/TerrariaItemModifier/releases/latest)
[](https://github.com/trigger-death/TerrariaItemModifier/releases/latest)
[](https://github.com/trigger-death/TerrariaItemModifier/releases)
[](https://github.com/trigger-death/TerrariaItemModifier/commit/d335bf4936895744c8b9f91396ca2f5d19db81f2)
[](https://forums.terraria.org/index.php?threads/61419/)
[](https://discord.gg/vB7jUbY)Terraria Item Modifier is a patch that adds advanced item customization capabilities to Terraria through configuring an XML file. Modify almost any item variable by editing the *ItemModifications.xml* file in your Terraria folder. Some variables may require low level knowledge about Terraria. Settings are reloaded every time your player list is loaded.
This patch *should* work with other patches and modifications.
Terraria Item Modifier may optionally switch to ini files in the future.
**Warning:** You should always back up your save data before applying any sort of modification to Terraria.

### [Wiki](https://github.com/trigger-death/TerrariaItemModifier/wiki) | [Credits](https://github.com/trigger-death/TerrariaItemModifier/wiki/Credits) | [Image Album](http://imgur.com/a/tRSoe)
### [](https://github.com/trigger-death/TerrariaItemModifier/releases/latest)
## About
* **Created By:** Robert Jordan
* **Version:** 1.0.3.1
* **Language:** C#, WPF
* **Built For:** Terraria 1.3.5.3 (Should run with other versions)## Requirements for Running
* .NET Framework 4.5.2 | [Offline Installer](https://www.microsoft.com/en-us/download/details.aspx?id=42642) | [Web Installer](https://www.microsoft.com/en-us/download/details.aspx?id=42643)
* Windows 7 or later
* Terraria for PC## Requirements for Source Code
* Mono.Cecil | [Nuget Package](https://www.nuget.org/packages/Mono.Cecil/)
* Newtonsoft.Json | [Nuget Package](https://www.nuget.org/packages/Newtonsoft.Json/)
* XNA 4.0 Refresh | [VS 2015 Installer](https://mxa.codeplex.com/releases/view/618279)
* Terraria.exe | *Place in solution folder*## Use Guide
Follow these instructions to get the most out of Terraria Item Modifier.1. **[How to Patch Terraria](https://github.com/trigger-death/TerrariaItemModifier/wiki/How-to-Patch-Terraria)**
2. **[How to Edit XML](https://github.com/trigger-death/TerrariaItemModifier/wiki/How-to-Edit-XML)**
3. **[How to Modify Items](https://github.com/trigger-death/TerrariaItemModifier/wiki/How-to-Modify-Items)**
4. **[Error Checking](https://github.com/trigger-death/TerrariaItemModifier/wiki/Error-Checking)**