Closed allquixotic closed 3 years ago
look in the original VersionManifest.csv for the types, there you can see MovementCapabilitiesDef
I can see how that'd be frustrating, as @CptMoore has said, MoveDef
is actually called MovementCapabilitiesDef
, these types are gotten from the VersionManifest.csv
and translate to an enum in game code.
I'll look into getting them parsed out and added to the wiki.
since the values themselves say nothing we would still need something that links values and meaning. only the manifest does that for now
In my mod.json I have:
In output_log.txt I'm getting:
I'd prefer not to have to play a guessing game to figure out the correct "Type" to assign to the new items in the manifest. Further:
So how do I know what type it is, and can we get a complete list of all possible options?