Properties that only Capes have - Catman-232/Homebrewery GitHub Wiki
This page was up to date as of version 4.0.0
An item's param.txt
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 }
"_capeMesh": "",
String
This property is where you define either a vanilla or custom Mesh for the Cape. It must be the name of a Mesh, such as the ones here: Meshes-and-ScriptableArmorRenders#capes
A custom Mesh example would be: Catman-Homebrewery-Mesh-WingsCape
"_keepTailUp": false,
Boolean (true or false, no speechmarks)
When True, this custom property enables an override in a patch to make the tail not get flattened when wearing the Cape.