sheet
Vars | |
point_value | turn-in value for the gulag stacker - loosely relative to its rarity |
---|---|
shard_type | the shard debris typepath left over by solar panels and windows etc. |
sheettype | this is used for girders in the creation of walls/false walls |
walltype | What type of wall does this sheet spawn |
Procs | |
on_solar_construction | Called on the glass sheet upon solar construction (duh): Different glass sheets can modify different stas/vars, such as obj_integrity or efficiency and possibly extra effects if you wish to code them. Keep in mind the solars' max_integrity is set equal to the obj_integrity later, so you won't have to do so here. |
Var Details
point_value
turn-in value for the gulag stacker - loosely relative to its rarity
shard_type
the shard debris typepath left over by solar panels and windows etc.
sheettype
this is used for girders in the creation of walls/false walls
walltype
What type of wall does this sheet spawn
Proc Details
on_solar_construction
Called on the glass sheet upon solar construction (duh): Different glass sheets can modify different stas/vars, such as obj_integrity or efficiency and possibly extra effects if you wish to code them. Keep in mind the solars' max_integrity is set equal to the obj_integrity later, so you won't have to do so here.