Skip to content

v2.0.2: Technology!

Latest

Choose a tag to compare

@MoSadie MoSadie released this 16 Oct 01:11
· 1 commit to main since this release
aad4204

Added a new event! SlipTechUpdated, whenever the ship tech is updated, this will trigger with information on all ship tech, including active tech, inactive tech, and current levels.

Name Description
ssb_ActiveTechs List of the names of active techs.
ssb_AllTechs List of the names of all techs.
ssb_<tech name>_IsActive Lists if a given tech is active or not.
ssb_<tech name>_ShortDesc Gives a short description of the tech.
ssb_<tech name>_LongDesc Gives a long description of the tech.
ssb_<tech name>_Level Current level of the tech, 0 if not active.
ssb_<tech name>_MaxLevel Max level of the tech.
ssb_<tech name>_Color Hex color for the tech.
ssb_<tech name>_Unit Unit used at the end of the value, either VALUE, PERCENT, or SECONDS.
ssb_<tech name>_Level_<level number>_Value Numeric value of that level.
ssb_<tech name>_Level_<level number>_Cost Cost in gems of that level.