Skip to content

Commit

Permalink
towers are vaguely seen as tall buildings (#75879)
Browse files Browse the repository at this point in the history
* towers are vaguely seen as tall buildings

* move mi-go towers to alien towers
  • Loading branch information
sonphantrung authored Aug 26, 2024
1 parent 32b359a commit f4f4b63
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"type": "overmap_terrain",
"id": [ "mi-go_camp1", "mi-go_camp1-1" ],
"vision_levels": "isolated_tower",
"vision_levels": "alien_tower",
"see_cost": "high",
"name": "mi-go encampment",
"sym": "<",
Expand Down
14 changes: 13 additions & 1 deletion data/json/overmap/vision_levels.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,23 @@
{ "name": "city building", "sym": "O", "color": "light_gray" }
]
},
{
"id": "alien_tower",
"//": "a tower that looks alien - for mi-go camps/scout towers",
"type": "oter_vision",
"levels": [
{ "name": "tall alien building", "sym": "0", "color": "pink" },
{ "name": "alien tower", "sym": "0", "color": "pink" }
]
},
{
"id": "isolated_tower",
"//": "a tall spire or tower outside of a city area - without other buildings around",
"type": "oter_vision",
"levels": [ { "name": "tower", "sym": "0", "color": "light_gray" }, { "name": "tower", "sym": "0", "color": "light_gray" } ]
"levels": [
{ "name": "tall building", "sym": "0", "color": "light_gray" },
{ "name": "tower", "sym": "0", "color": "light_gray" }
]
},
{
"id": "isolated_camp",
Expand Down

0 comments on commit f4f4b63

Please sign in to comment.