Modding:Bodies: Difference between revisions

75 bytes added ,  07:17, 25 March 2021
no edit summary
(Created page with "{{Modding Info}}{{stub}} Bodies are how the game conceptually organizes creatures, primarily for purposes of equipment slots. Through modding, the body of any creature is comp...")
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
* <code>bodyparttypes</code> (or '''types''' for short), the core kinds of body parts;
* <code>bodyparttypes</code> (or '''types''' for short), the core kinds of body parts;
* <code>bodyparttypevariants</code> (or '''variants''' for short), body part sub-types that are more or less interchangeable with other parts of the same main type;
* <code>bodyparttypevariants</code> (or '''variants''' for short), body part sub-types that are more or less interchangeable with other parts of the same main type;
* and <code>anatomies</code>, which are actual structures of body parts.
* and <code>anatomies</code>, which are actual structures of body parts. These are assigned to objects in ObjectBlueprints.xml.
 
{{Modding Navbox}}
[[Category:Modding]]
[[Category:Modding]]
Anonymous user