code/game/objects/items/rcd/RTD.dm 
| CONSTRUCTION_TIME | time taken to create tile |
|---|---|
| DECONSTRUCTION_TIME | time taken to destroy a tile |
| /obj/item/construction/rtd | An tool used to create, destroy, and copy & clear decals of floor tiles Great for janitor but can be made only in engineering Supports silo link upgrade and refill with glass, plasteel & iron |
| /datum/tile_info | stores the name, type, icon & cost for each tile type |
| /datum/overlay_info | Stores the decal & overlays on the floor to preserve texture of the design in short its just an wrapper for mutable appearance where we retrieve the nessassary information to recreate an mutable appearance |
Define Details
CONSTRUCTION_TIME 
time taken to create tile
DECONSTRUCTION_TIME 
time taken to destroy a tile