AchievementInfo
Info for an achievement to be used with the Achievements+ mod.
ID
The unique ID of the achievement. This must be globally unique, meaning all achivements for
you mod should start with something to identify the mod they are from. For example, Real Solar System
uses "RSS_" and Signals+ would use "SIGNALS_PLUS_".
secret
Should the name and description of the achievement be hidden until it is unlocked. Good for hiding spoilers! This should be false if showDescriptionNotAchieved is true.
showDescriptionNotAchieved
Should an alternate description be shown before the achievement is unlocked. Good for giving hints on how to unlock the achievement without outright spoiling it. Ignored if secret is true.
factIDs
A list of facts that must be discovered before this achievement is unlocked. You can also set the achievement
to be unlocked by a reveal trigger in Props -> Reveals. Optional.
Items
No Description Found
signalIDs
A list of signals that must be discovered before this achievement is unlocked. Optional.
Items
No Description Found
conditionIDs
A list of conditions that must be true before this achievement is unlocked. Conditions can be set via dialogue. Optional.
Items
No Description Found