-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathovermap_terrain.json
47 lines (47 loc) · 1.31 KB
/
overmap_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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
{
"type" : "overmap_terrain",
"id" : "trailerpark1",
"name" : "trailer park",
"sym" : 94,
"color" : "light_gray",
"see_cost" : 2,
"spawns" : { "group": "GROUP_FOREST", "population": [0, 1], "chance": 80 }
},
{
"type" : "overmap_terrain",
"id" : "trailerpark2",
"name" : "trailer park",
"sym" : 94,
"color" : "light_gray",
"see_cost" : 2,
"spawns" : { "group": "GROUP_FOREST", "population": [0, 1], "chance": 80 }
},
{
"type": "overmap_terrain",
"id": "trailerpark_under",
"name": "trailer park storage",
"sym": 94,
"color": "light_gray",
"see_cost": 2,
"spawns" : { "group": "GROUP_FOREST", "population": [0, 1], "chance": 80 }
},
{
"type" : "overmap_terrain",
"id" : "trailerpark1_bandit",
"name" : "reclaimed trailer park",
"sym" : 94,
"color" : "light_gray",
"see_cost" : 2,
"spawns" : { "group": "GROUP_FOREST", "population": [0, 1], "chance": 80 }
},
{
"type" : "overmap_terrain",
"id" : "trailerpark2_bandit",
"name" : "reclaimed trailer park",
"sym" : 94,
"color" : "light_gray",
"see_cost" : 2,
"spawns" : { "group": "GROUP_FOREST", "population": [0, 1], "chance": 80 }
}
]