Skip to content

Commit

Permalink
[Innawood] Minor caves update (#56449)
Browse files Browse the repository at this point in the history
  • Loading branch information
Light-Wave authored Apr 4, 2022
1 parent 038bc15 commit 568b478
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
23 changes: 12 additions & 11 deletions data/mods/innawood/mapgen/cave.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,32 +526,33 @@
"rotation": [ 0, 3 ],
"rows": [
"........................",
".......... .....",
".......... 1 .....",
"... ... ....... ....",
"... .. .. .. .. ...",
"... ... .. .. ..",
"...1.. .. .. .. ...",
"... ... .. ..1 ..",
"... .... ... M .. ..",
"... .... .. .. ..",
".... .... .. .. ..",
"..... .... ...... ...",
"...... .... ....",
"..... .... ......1 ...",
"...... .... 1 ....",
"....... ...............",
"....... ......",
".... ........ .....",
"....... 1 ......",
".... 1 ........ .....",
".... ............. ....",
".... .............. ...",
".. .............. ...",
".... .............. 1...",
".. 1 .............. ...",
".. .. ............. ...",
".. ... ...... ...",
".. .......... .... ...",
".. .......... ....",
".. 1.......... 1 ....",
"... ........ .........",
".... ..........",
".... 1 ..........",
"............ ...........",
"............>..........."
],
"terrain": { ".": "t_soil", " ": "t_dirt_underground", ">": "t_slope_up" },
"furniture": { },
"items": { "1": { "item": "cave_minerals", "chance": 40, "repeat": [ 1, 3 ] } },
"monster": { "M": { "monster": "mon_nakedmolerat_giant" }, " ": { "monster": "mon_nakedmolerat_giant", "chance": 2 } }
}
},
Expand Down
12 changes: 11 additions & 1 deletion data/mods/innawood/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@
"//": "Overriding evacuee to put it at the top of the list of available scenarios.",
"name": "In a cave",
"points": 0,
"description": "Somehow, you found yourself in a cave.",
"description": "Somehow, you found yourself in a cave. Someone else is with you.",
"allowed_locs": [ "sloc_cave_underground_innawood", "sloc_cave_innawood" ],
"start_name": "Cave",
"flags": [ ]
},
{
"type": "scenario",
"id": "cave_lonesome",
"name": "A lonely cave",
"points": -1,
"description": "Somehow, you found yourself in a cave. Seems like you're on your own.",
"allowed_locs": [ "sloc_cave_underground_innawood", "sloc_cave_innawood" ],
"start_name": "Cave",
"flags": [ "LONE_START" ]
},
{
"type": "scenario",
"name": "Infected",
Expand Down

0 comments on commit 568b478

Please sign in to comment.