Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit ae484fc

Browse files
committed
Update 2019 Tournament preset
Power bomb covers trick was expected by default
1 parent 8b29755 commit ae484fc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/electron/data/presetsDefault.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,17 @@
8787
}
8888
],
8989
"romSettings": {
90+
"enableMainPlazaLedgeDoor": false,
9091
"hideItemModels": false,
9192
"skipFrigate": true,
92-
"skipHudPopups": true,
93-
"enableMainPlazaLedgeDoor": false
93+
"skipHudPopups": true
9494
},
9595
"rules": {
9696
"artifactLocationHints": true,
9797
"elevatorShuffle": false,
9898
"goal": "artifact-collection",
9999
"goalArtifacts": 6,
100-
"heatProtection": "varia-only",
100+
"heatProtection": "varia-only",
101101
"junkItems": "Missile Expansion",
102102
"pointOfNoReturnItems": "allow-visible",
103103
"randomStartingItems": {
@@ -107,6 +107,8 @@
107107
"startingArea": 20,
108108
"suitDamageReduction": "progressive"
109109
},
110-
"tricks": []
110+
"tricks": [
111+
"destroyBombCoversWithPowerBombs"
112+
]
111113
}
112114
}

0 commit comments

Comments
 (0)