diff --git a/data/mods/innawood/mapgen/cave.json b/data/mods/innawood/mapgen/cave.json index 3c0c2aeee0fdc..61fbff7f7b7be 100644 --- a/data/mods/innawood/mapgen/cave.json +++ b/data/mods/innawood/mapgen/cave.json @@ -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 } } } }, diff --git a/data/mods/innawood/scenarios.json b/data/mods/innawood/scenarios.json index b1eeb27a2d843..a5ff4ac446c1c 100644 --- a/data/mods/innawood/scenarios.json +++ b/data/mods/innawood/scenarios.json @@ -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",