mod_theme ![code/modules/mod/mod_theme.dm 9](git.png)
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 ![code/modules/mod/mod_theme.dm 45](git.png)
Allowed items in the chestplate's suit storage.
armor ![code/modules/mod/mod_theme.dm 23](git.png)
Armor shared across the MOD pieces.
cell_drain ![code/modules/mod/mod_theme.dm 37](git.png)
How much battery power the MOD uses by just being on
complexity_max ![code/modules/mod/mod_theme.dm 35](git.png)
How much modules can the MOD carry without malfunctioning.
default_skin ![code/modules/mod/mod_theme.dm 21](git.png)
Default skin of the MOD.
desc ![code/modules/mod/mod_theme.dm 13](git.png)
Description added to the MOD.
extended_desc ![code/modules/mod/mod_theme.dm 15](git.png)
Extended description on examine_more
inbuilt_modules ![code/modules/mod/mod_theme.dm 47](git.png)
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 ![code/modules/mod/mod_theme.dm 27](git.png)
Max heat protection shared across the MOD pieces.
min_cold_protection_temperature ![code/modules/mod/mod_theme.dm 29](git.png)
Max cold protection shared across the MOD pieces.
module_blacklist ![code/modules/mod/mod_theme.dm 49](git.png)
Modules blacklisted from the MOD.
name ![code/modules/mod/mod_theme.dm 11](git.png)
Theme name for the MOD.
permeability_coefficient ![code/modules/mod/mod_theme.dm 31](git.png)
Permeability shared across the MOD pieces.
resistance_flags ![code/modules/mod/mod_theme.dm 25](git.png)
Resistance flags shared across the MOD pieces.
siemens_coefficient ![code/modules/mod/mod_theme.dm 33](git.png)
Siemens shared across the MOD pieces.
skins ![code/modules/mod/mod_theme.dm 51](git.png)
List of skins with their appropriate clothing flags.
slowdown_active ![code/modules/mod/mod_theme.dm 41](git.png)
Slowdown of the MOD when active.
slowdown_inactive ![code/modules/mod/mod_theme.dm 39](git.png)
Slowdown of the MOD when not active.
ui_theme ![code/modules/mod/mod_theme.dm 43](git.png)
Theme used by the MOD TGUI.