I've been perusing the rulesets in this mod and came across some errors that I list below
alienRaces.rul has multiple instances of incorrectly defined
retaliationMissionWeights as they are missing the "months passed" value.
Spoiler:
Lines affected in the file: 154, 167, 180, 193, 253, 266, 278, 291, 303, 316, 328, 340 and 352.
Note that in a couple of the lines, the retaliation mission is STR_ALIEN_RETALIATION2.
Currently
retaliationMissionWeights:
STR_ALIEN_RETALIATION: 100
Should be
retaliationMissionWeights:
0:
STR_ALIEN_RETALIATION: 100
In
armors.rul armor STR_COVERALL has incorrectly named stats defined for reactions and TUs
In
events.rul the ruleset validator doesn't seem to like this format for
everyMultiItemList found in event STR_EXOSUITS_EVENT_2
In
extraSprites.rul two files use the same index
In
items.rul there's the following issues
In
Ufopaedia.rul (lines 1545 and 1548) you find
listOrder defined twice for STR_MC_FOCUS. Either one of them can be removed.
In
ufos.rul STR_CRUISER has a blank
missionCustomDeploy (line 224). I recommend to delete or comment out the line
In
vars.rul, properties
extendedRunningCost and
extendedItemReloadCost have been defined outside the parent property
constants. They should be defined as