mod_theme

MODsuit theme, instanced once and then used by MODsuits to grab various statistics.
Vars | |
| allowed | Allowed items in the chestplate's suit storage. |
|---|---|
| armor | Armor shared across the MOD pieces. |
| cell_drain | How much battery power the MOD uses by just being on |
| complexity_max | How much modules can the MOD carry without malfunctioning. |
| default_skin | Default skin of the MOD. |
| desc | Description added to the MOD. |
| extended_desc | Extended description on examine_more |
| inbuilt_modules | List of inbuilt modules. These are different from the pre-equipped suits, you should mainly use these for unremovable modules with 0 complexity. |
| max_heat_protection_temperature | Max heat protection shared across the MOD pieces. |
| min_cold_protection_temperature | Max cold protection shared across the MOD pieces. |
| module_blacklist | Modules blacklisted from the MOD. |
| name | Theme name for the MOD. |
| permeability_coefficient | Permeability shared across the MOD pieces. |
| resistance_flags | Resistance flags shared across the MOD pieces. |
| siemens_coefficient | Siemens shared across the MOD pieces. |
| skins | List of skins with their appropriate clothing flags. |
| slowdown_active | Slowdown of the MOD when active. |
| slowdown_inactive | Slowdown of the MOD when not active. |
| ui_theme | Theme used by the MOD TGUI. |
Var Details
allowed

Allowed items in the chestplate's suit storage.
armor

Armor shared across the MOD pieces.
cell_drain

How much battery power the MOD uses by just being on
complexity_max

How much modules can the MOD carry without malfunctioning.
default_skin

Default skin of the MOD.
desc

Description added to the MOD.
extended_desc

Extended description on examine_more
inbuilt_modules

List of inbuilt modules. These are different from the pre-equipped suits, you should mainly use these for unremovable modules with 0 complexity.
max_heat_protection_temperature

Max heat protection shared across the MOD pieces.
min_cold_protection_temperature

Max cold protection shared across the MOD pieces.
module_blacklist

Modules blacklisted from the MOD.
name

Theme name for the MOD.
permeability_coefficient

Permeability shared across the MOD pieces.
resistance_flags

Resistance flags shared across the MOD pieces.
siemens_coefficient

Siemens shared across the MOD pieces.
skins

List of skins with their appropriate clothing flags.
slowdown_active

Slowdown of the MOD when active.
slowdown_inactive

Slowdown of the MOD when not active.
ui_theme

Theme used by the MOD TGUI.