Skip to content
Merged
Changes from all 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
62 changes: 60 additions & 2 deletions region/tourian/main/Tourian Escape Room 4.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,69 @@
"HiJump",
"SpaceJump",
"canWalljump",
"canIBJ",
"canJumpIntoIBJ",
{"and": [
"canIBJ",
"canBePatient"
]},
"canSpringBallJumpMidAir"
]},
{"or": [
"canBePatient",
{"enemyKill": {
"enemies": [
["Tourian Space Pirate (all)"],
["Tourian Space Pirate (all)"],
["Tourian Space Pirate (all)"],
["Tourian Space Pirate (all)"]
],
"explicitWeapons": [
"Missile", "Super", "PowerBomb", "Wave", "Spazer", "Plasma", "ScrewAttack"
]
}}
]}
],
"note": "The pirates are free to kill, although they take some time."
"note": ["Go up safely by killing the Pirates."]
},
{
"link": [1, 4],
"name": "Evade Pirates",
"requires": [
"canDodgeWhileShooting",
{"or": [
"HiJump",
"canWalljump",
{"and": [
"canTrickyDodgeEnemies",
{"or": [
"SpaceJump",
"canSpringBallJumpMidAir"
]}
]}
]}
]
},
{
"link": [1, 4],
"name": "Tank Damage",
"requires": [
"canCarefulJump",
{"enemyDamage": {
"enemy": "Tourian Space Pirate (all)",
"type": "contact",
"hits": 2
}},
{"or": [
"HiJump",
{"and": [
"canTrickyJump",
{"or": [
"SpaceJump",
"canSpringBallJumpMidAir"
]}
]}
]}
]
},
{
"id": 35,
Expand Down