Skip to content

Commit

Permalink
move mi-go towers to alien towers
Browse files Browse the repository at this point in the history
  • Loading branch information
sonphantrung authored Aug 23, 2024
1 parent bb004aa commit 2416a58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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
9 changes: 9 additions & 0 deletions data/json/overmap/vision_levels.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
{ "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",
Expand Down

0 comments on commit 2416a58

Please sign in to comment.