Skip to content

TisButAScratch Version 1.1.1.0

Compare
Choose a tag to compare
@ajkroeg ajkroeg released this 30 Apr 12:00
· 19 commits to main since this release
  • fix custom units vehicles not getting injuries on destruction

UPDATE TO pilotingReqs

pilotingReqs - Dictionary of PilotingReqs. They Keys to this dictionary correspond to the ComponentTag for which you are setting requirements.:

  • ComponentTag - the tag on the component -> DEPRECATED
  • PilotTags - field name changes to PilotTags List of tags comprising piloting requirements. items starting with ! will be parsed as "not" tag; i.e. if !pilot_criminal, pilot must not have pilot_criminal tag. If multiple tags set here, all requirements must be met.
  • PilotTagDisplay - Human-legible display statement for PilotTag requirement not met message. Hard-coded strings have been removed from the error message, so this should be a statement on its own, e.g. "Pilot must be left-handed and not born on a Tuesday."