Skip to content

Commit

Permalink
Add support for More_City_Locations mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilvoctu authored Dec 19, 2019
1 parent 785ebb2 commit c941385
Showing 1 changed file with 51 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
[
{
"type": "overmap_terrain",
"id": "s_butcher",
"name": "butcher",
"sym": "ç",
"color": "i_red"
},
{
"type": "overmap_terrain",
"id": "s_bike_shop",
"name": "bicycle shop",
"sym": "ç",
"color": "i_cyan"
},
{
"type": "overmap_terrain",
"id": "daycare",
"name": "day care",
"sym": "ç",
"color": "light_blue"
},
{
"type": "overmap_terrain",
"id": "post_office",
"name": "post office",
"sym": "ç",
"color": "white"
},
{
"type": "overmap_terrain",
"id": "fishing_supply",
"name": "post office",
"sym": "ç",
"color": "light_cyan"
},
{
"type": "overmap_terrain",
"id": "govt_office",
"name": "council office",
"sym": "ÿ",
"color": "white"
},
{
"type": "overmap_terrain",
"id": "construction_site",
"name": "construction site",
"sym": "×",
"color": "i_yellow"
}
]

0 comments on commit c941385

Please sign in to comment.