Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LV624 Fog Removal + River Change V2 #4997

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions maps/Nightmare/maps/LV624/nightmare.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,6 @@
"path": "standalone/laststand.dmm",
"when": { "lvevent": "last_stand" }
},
{
"type": "map_insert",
"landmark": "lv-leftsidepass",
"chance": 0.7,
"path": "standalone/leftsidepass.dmm",
"when": { "mainpath": "left" }
},
{
"type": "pick", "name": "Bridge gap variation",
"choices": [
{ "type": "map_insert", "landmark": "lv-bridge-nofog", "path": "standalone/lv-bridge-nofog.dmm" },
{ "type": "map_insert", "landmark": "lv-bridge-east", "path": "standalone/lv-bridge-east.dmm" }
], "chance": 0.6,
"when": { "mainpath": "bridge" }
},
{
"type": "map_insert",
"landmark": "lv-rightsidepass",
"chance": 0.7,
"path": "standalone/rightsidepass.dmm",
"when": { "mainpath": "right" }
},
{
"type": "include", "name": "Standalone variations",
"file": "mapgen_variations.json"
Expand Down
12 changes: 1 addition & 11 deletions maps/Nightmare/maps/LV624/scenario.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
[
{
"type": "pick", "name": "LV624 Potential Path",
"choices": [
{ "type": "def", "values": { "mainpath": "left" } },
{ "type": "def", "values": { "mainpath": "bridge" } },
{ "type": "def", "values": { "mainpath": "right" } }
]
},
{
"type": "pick", "name": "LV624 Global Event",
"choices": [
{ "weight": 2, "type": "def", "values": { "lvevent": "none" } },
{ "weight": 4, "type": "def", "values": { "lvevent": "last_stand" } },
{ "weight": 2, "type": "def", "values": { "lvevent": "fallen_ship", "mainpath": "bridge" } },
{ "weight": 2, "type": "def", "values": { "lvevent": "fallen_ship", "mainpath": "right" } }
Steelpoint marked this conversation as resolved.
Show resolved Hide resolved
{ "weight": 4, "type": "def", "values": { "lvevent": "last_stand" } }
]
}
]
1 change: 0 additions & 1 deletion maps/lv624.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"neaera",
"stok"
],
"environment_traits": { "Fog": true },
"traits": [{ "Ground": true }],
"nightmare_path": "maps/Nightmare/maps/LV624/",
"xvx_hives": {
Expand Down
Loading