mod_theme 
MODsuit theme, instanced once and then used by MODsuits to grab various statistics.
Vars | |
| activation_step_time | How long this MOD takes each part to seal. |
|---|---|
| allowed_suit_storage | Allowed items in the chestplate's suit storage. |
| armor_type | Armor shared across the MOD parts. |
| atom_flags | Atom flags shared across the MOD parts. |
| charge_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 |
| hardlight | Wether or not the MOD projects hardlight at all |
| hardlight_theme | The icon_state which is chosen to render as hardlight |
| 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 parts. |
| min_cold_protection_temperature | Max cold protection shared across the MOD parts. |
| name | Theme name for the MOD. |
| resistance_flags | Resistance flags shared across the MOD parts. |
| siemens_coefficient | Siemens shared across the MOD parts. |
| slot_flags | The slot this mod theme fits on |
| 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. |
| variants | List of variants and items created by them, with the flags we set. |
Procs | |
| set_up_parts | Create parts of the suit and modify them using the theme's variables. |
Var Details
activation_step_time 
How long this MOD takes each part to seal.
allowed_suit_storage 
Allowed items in the chestplate's suit storage.
armor_type 
Armor shared across the MOD parts.
atom_flags 
Atom flags shared across the MOD parts.
charge_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
hardlight 
Wether or not the MOD projects hardlight at all
hardlight_theme 
The icon_state which is chosen to render as hardlight
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 parts.
min_cold_protection_temperature 
Max cold protection shared across the MOD parts.
name 
Theme name for the MOD.
resistance_flags 
Resistance flags shared across the MOD parts.
siemens_coefficient 
Siemens shared across the MOD parts.
slot_flags 
The slot this mod theme fits on
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.
variants 
List of variants and items created by them, with the flags we set.
Proc Details
set_up_parts
Create parts of the suit and modify them using the theme's variables.