forked from TGWeaver/Translocators-CDDA-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterrain.json
24 lines (24 loc) · 961 Bytes
/
terrain.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
{
"type": "terrain",
"id": "t_TRS_portal_base",
"name": "Warpgate Base",
"description": "The wired foundation for a translocational warpgate. Not completed yet, and thus not useful in its current dormant state.",
"symbol": "#",
"color": "brown",
"move_cost": 3,
"flags": [ "TRANSPARENT", "NOITEM", "INDOORS" ],
"bash": { "sound": "thump", "ter_set": "t_null", "str_min": 50, "str_max": 100, "str_min_supported": 100, "bash_below": true }
},
{
"type": "terrain",
"id": "t_TRS_stabilized_portal",
"name": "Warpgate",
"description": "This specialized gate acts as an exit destination for translocators, but must be linked to the specific device first.",
"symbol": "0",
"color": "blue",
"move_cost": 3,
"flags": [ "TRANSPARENT", "NOITEM", "INDOORS" ],
"bash": { "sound": "thump", "ter_set": "t_null", "str_min": 50, "str_max": 100, "str_min_supported": 100, "bash_below": true }
}
]