Properties that all armor can have - Catman-232/Homebrewery GitHub Wiki

This page was up to date as of version 4.6.40
An item's param.txthb file is a JSON formatted set of properties that HB will try to parse into data. You do not need to have every single property in a file, as any you don't have will be given its default value, which is displayed in each code block below.

The file starts with a left brace: {, property names go in speech marks with a colon afterwards: "property": , values go after the colon and will have a comma after them: 10, or "stringvalue", unless it is the last one in the file: 10 or "stringvalue", and finally the file ends with a right brace }


_canDyeArmor

"_canDyeArmor": false,

Boolean (true or false, no speechmarks)
This controls whether the character's dye colour is applied to the gear or not.

⚠️ **GitHub.com Fallback** ⚠️