Buildings Basics - Vanilla-Expanded/VanillaExpandedFramework GitHub Wiki
The buildings module includes code that affects, well... Buildings!
- Buildings Classes, several classes to give certain behaviours to buildings
- Buildings Comp Classes, several comp classes to give certain behaviours to buildings
- Buildings Def Classes, several new defs for buildings
- Buildings Def Mod Extensions, several def extensions for buildings
- Buildings PlaceWorkers, several classes that specify where and how buildings can be placed
- Buildings Thought Classes, several classes that add different Thoughts to pawns
Most of the code in this module is structured in comp classes, so you just add them in XML in the tag. Examples are provided in each section.
Inside the framework, the namespace to access all the Buildings classes is "VEF.Buildings"