An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Terraria Item Modifier ![AppIcon](http://i.imgur.com/Gs2AaQD.png)

[![Latest Release](https://img.shields.io/github/release/trigger-death/TerrariaItemModifier.svg?style=flat&label=version)](https://github.com/trigger-death/TerrariaItemModifier/releases/latest)
[![Latest Release Date](https://img.shields.io/github/release-date-pre/trigger-death/TerrariaItemModifier.svg?style=flat&label=released)](https://github.com/trigger-death/TerrariaItemModifier/releases/latest)
[![Total Downloads](https://img.shields.io/github/downloads/trigger-death/TerrariaItemModifier/total.svg?style=flat)](https://github.com/trigger-death/TerrariaItemModifier/releases)
[![Creation Date](https://img.shields.io/badge/created-august%202017-A642FF.svg?style=flat)](https://github.com/trigger-death/TerrariaItemModifier/commit/d335bf4936895744c8b9f91396ca2f5d19db81f2)
[![Terraria Forums](https://img.shields.io/badge/terraria-forums-28A828.svg?style=flat)](https://forums.terraria.org/index.php?threads/61419/)
[![Discord](https://img.shields.io/discord/436949335947870238.svg?style=flat&logo=discord&label=chat&colorB=7389DC&link=https://discord.gg/vB7jUbY)](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.

![Window Preview](http://i.imgur.com/hwO48jZ.png)

### [Wiki](https://github.com/trigger-death/TerrariaItemModifier/wiki) | [Credits](https://github.com/trigger-death/TerrariaItemModifier/wiki/Credits) | [Image Album](http://imgur.com/a/tRSoe)

### [![Get Terraria Item Modifier](http://i.imgur.com/XBrcALb.png)](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)**