crystal_warp_theme
Transforms an area's turfs and objects into a different theme
Vars | |
chair | Typepath of object to replace chairs with |
---|---|
floor | Typepath of floor to replace open turfs with |
flora_and_fauna | Typepath of things to potentially spawn on transformed open turfs |
flora_and_fauna_chance | Chance per turf to create the things in the list above |
name | Friendly name of theme |
table | Typepath of object to replace tables with |
wall | Typepath of wall to replace closed turfs with |
Procs | |
replace_object | Replaces an object with a different themed object |
replace_turf | Replaces a turf with a different themed turf |
transform_area | Change appropriate objects in provided area to those matching our theme, and spawn some plants or animals |
Var Details
chair
Typepath of object to replace chairs with
floor
Typepath of floor to replace open turfs with
flora_and_fauna
Typepath of things to potentially spawn on transformed open turfs
flora_and_fauna_chance
Chance per turf to create the things in the list above
name
Friendly name of theme
table
Typepath of object to replace tables with
wall
Typepath of wall to replace closed turfs with
Proc Details
replace_object
Replaces an object with a different themed object
replace_turf
Replaces a turf with a different themed turf
transform_area
Change appropriate objects in provided area to those matching our theme, and spawn some plants or animals