/tg/ Station 13 - Modules - TypesVar Details - Proc Details

crystal_warp_theme

Transforms an area's turfs and objects into a different theme

Vars

chairTypepath of object to replace chairs with
floorTypepath of floor to replace open turfs with
flora_and_faunaTypepath of things to potentially spawn on transformed open turfs
flora_and_fauna_chanceChance per turf to create the things in the list above
nameFriendly name of theme
tableTypepath of object to replace tables with
wallTypepath of wall to replace closed turfs with

Procs

replace_objectReplaces an object with a different themed object
replace_turfReplaces a turf with a different themed turf
transform_areaChange 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