Skip to content

Commit

Permalink
Adjust naming of vision level deployed appliances (#77173)
Browse files Browse the repository at this point in the history
* Update vision_levels.json

* Update data/json/overmap/vision_levels.json

Co-authored-by: ehughsbaird <[email protected]>

---------

Co-authored-by: ehughsbaird <[email protected]>
  • Loading branch information
Maleclypse and ehughsbaird authored Oct 21, 2024
1 parent 0366d52 commit 26d75ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/overmap/vision_levels.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
},
{
"id": "isolated_electronics",
"//": "appliances, machineries visible outside",
"//": "power infrastructure, etc",
"type": "oter_vision",
"levels": [
{ "name": "appliances", "sym": "&", "color": "light_gray" },
{ "name": "deployed appliances", "sym": "A", "color": "light_gray" },
{ "name": "deployed appliances", "sym": "A", "color": "light_gray" }
{ "name": "infrastructure", "sym": "&", "color": "light_gray" },
{ "name": "electrical infrastructure", "sym": "A", "color": "light_gray" },
{ "name": "electrical infrastructure", "sym": "A", "color": "light_gray" }
]
},
{
Expand Down

0 comments on commit 26d75ca

Please sign in to comment.