Skip to content

Commit

Permalink
[Magiclysm] Add vision levels (#79059)
Browse files Browse the repository at this point in the history
* Initial commit

* Add magic shop other levels
  • Loading branch information
Standing-Storm authored Jan 11, 2025
1 parent bad461d commit 064b395
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@
"name": "goblin encampment",
"sym": "#",
"color": "red",
"see_cost": "full_high"
"see_cost": "full_high",
"vision_levels": "large_building"
},
{
"type": "mapgen",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
"sym": "G",
"color": "green",
"see_cost": "high",
"flags": [ "RISK_HIGH" ]
"flags": [ "RISK_HIGH" ],
"vision_levels": "blends_till_details"
}
]
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/worldgen/overmap_specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
{ "point": [ 0, 1, -4 ], "overmap": "black_dragon_lair_z-4_SW_north" },
{ "point": [ 1, 1, -4 ], "overmap": "black_dragon_lair_z-4_SE_north" }
],
"locations": [ "forest_with_swamp" ],
"locations": [ "swamp" ],
"city_distance": [ 20, -1 ],
"city_sizes": [ 0, 20 ],
"occurrences": [ 0, 1 ]
Expand Down
Loading

0 comments on commit 064b395

Please sign in to comment.