Skip to content

Commit

Permalink
MissedValues
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed May 19, 2024
1 parent 84e675c commit 5b7b00e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions maps/Nightmare/maps/Ice_Colony_v3/scenario.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
{
"type": "pick", "name": "Panic Room",
"choices": [
{ "weight": 0, "type": "def", "values": { "panic_room": "none"} },
{ "weight": 0, "type": "def", "values": { "panic_room": "full"} },
{ "weight": 10, "type": "def", "values": { "panic_room": "clfship"} }
{ "weight": 6, "type": "def", "values": { "panic_room": "none"} },
{ "weight": 3, "type": "def", "values": { "panic_room": "full"} },
{ "weight": 1, "type": "def", "values": { "panic_room": "clfship"} }
]
}

Expand Down
4 changes: 2 additions & 2 deletions maps/Nightmare/maps/Kutjevo/scenario.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{
"type": "pick", "name": "event",
"choices": [
{ "weight": 0, "type": "def", "values": { "lvevent": "none" } },
{ "weight": 10, "type": "def", "values": { "lvevent": "clfship" } }
{ "weight": 9, "type": "def", "values": { "lvevent": "none" } },
{ "weight": 1, "type": "def", "values": { "lvevent": "clfship" } }
]
}
]
4 changes: 2 additions & 2 deletions maps/Nightmare/maps/Sorokyne_Strata/scenario.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{
"type": "pick", "name": "event",
"choices": [
{ "weight": 0, "type": "def", "values": { "lvevent": "none" } },
{ "weight": 10, "type": "def", "values": { "lvevent": "clfship" } }
{ "weight": 9, "type": "def", "values": { "lvevent": "none" } },
{ "weight": 1, "type": "def", "values": { "lvevent": "clfship" } }
]
}
]

0 comments on commit 5b7b00e

Please sign in to comment.