Files
09ca00334b [IDB IGNORE] [MDB IGNORE] Poi template generation and some turf repathing (#5306)
## About The Pull Request

Working on some generic templates and starting to cut down on the planet
specific turfs which are in use.

## Why It's Good For The Game

More POI's and more content! 

## Changelog


🆑
add: New generic POI's 
tweak: Turf pathing
/🆑

---------

Co-authored-by: LordME <58342752+TheLordME@users.noreply.github.com>
2024-08-27 05:14:45 -07:00

13 lines
596 B
Plaintext

/datum/map_template/submap/level_specific/generic
name = "Generic POIs"
desc = "Generic "
allow_duplicates = FALSE // TRUE means the same submap can spawn twice
prefix = "maps/submaps/generic/"
/datum/map_template/submap/level_specific/generic/test_1
name = "Generic Room 1"
suffix = "test_template_001.dmm" // map is in root folder, so just the name.dmm is fine
cost = 5 // budget cost for this submap. total budget is set in _triumph_submaps.dm where the seed_submaps proc is called
discard_prob = 0 // set probability of not spawning. 0 ensures always spawn.
allow_duplicates = TRUE