Skip to content

Commit 9f05c5b

Browse files
authored
Merge pull request #2453 from nn357/etecoon_spikesuit
add spikesuits to etecoon e-tank room
2 parents 48b5517 + c3ebce7 commit 9f05c5b

1 file changed

Lines changed: 124 additions & 0 deletions

File tree

region/brinstar/green/Etecoon Energy Tank Room.json

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,6 +1060,68 @@
10601060
"Freezing the lower one may be made easier or damageless by scrolling the camera when the Beetom is in the correct position and freezing it with a hero shot from the right."
10611061
]
10621062
},
1063+
{
1064+
"link": [3, 3],
1065+
"name": "Come in Shinecharged, Gain Flash Suit (Spikesuit)",
1066+
"entranceCondition": {
1067+
"comeInShinecharged": {}
1068+
},
1069+
"requires": [
1070+
{"or": [
1071+
"h_spikeSuitThornHitLeniency",
1072+
{"and": [
1073+
{"resetRoom": {"nodes": [3]}},
1074+
{"or":[
1075+
"ScrewAttack",
1076+
{"ammo": {"type": "Missile", "count": 2}},
1077+
{"ammo": {"type": "Super", "count": 2}},
1078+
{"ammo": {"type": "PowerBomb", "count": 1}}
1079+
]}
1080+
]},
1081+
{"and": [
1082+
"Ice",
1083+
"canTrickyDodgeEnemies"]}
1084+
]},
1085+
{"shineChargeFrames": 80},
1086+
{"thornHits": 1},
1087+
"canSpikeSuit",
1088+
{"shinespark": {"frames": 1, "excessFrames": 1}}
1089+
],
1090+
"resetsObstacles": ["A", "B", "R-Mode"],
1091+
"flashSuitChecked": true
1092+
},
1093+
{
1094+
"link": [3, 3],
1095+
"name": "Come in Shinecharging, Gain Flash Suit (Spikesuit)",
1096+
"entranceCondition": {
1097+
"comeInShinecharging": {
1098+
"length": 6,
1099+
"openEnd": 1
1100+
}
1101+
},
1102+
"requires": [
1103+
{"or": [
1104+
"h_spikeSuitThornHitLeniency",
1105+
{"and": [
1106+
{"resetRoom": {"nodes": [3]}},
1107+
{"or":[
1108+
"ScrewAttack",
1109+
{"ammo": {"type": "Missile", "count": 2}},
1110+
{"ammo": {"type": "Super", "count": 2}},
1111+
{"ammo": {"type": "PowerBomb", "count": 1}}
1112+
]}
1113+
]},
1114+
{"and": [
1115+
"Ice",
1116+
"canTrickyDodgeEnemies"]}
1117+
]},
1118+
{"thornHits": 1},
1119+
"canSpikeSuit",
1120+
{"shinespark": {"frames": 1, "excessFrames": 1}}
1121+
],
1122+
"resetsObstacles": ["A", "B", "R-Mode"],
1123+
"flashSuitChecked": true
1124+
},
10631125
{
10641126
"id": 103,
10651127
"link": [3, 3],
@@ -1672,6 +1734,68 @@
16721734
],
16731735
"devNote": "This does not require canRiskPermanentLossOfAccess if Samus returns through the crumble blocks."
16741736
},
1737+
{
1738+
"link": [4, 4],
1739+
"name": "Come in Shinecharged, Gain Flash Suit (Spikesuit)",
1740+
"entranceCondition": {
1741+
"comeInShinecharged": {}
1742+
},
1743+
"requires": [
1744+
{"or": [
1745+
"h_spikeSuitThornHitLeniency",
1746+
{"and": [
1747+
{"resetRoom": {"nodes": [4]}},
1748+
{"or":[
1749+
"ScrewAttack",
1750+
{"ammo": {"type": "Missile", "count": 2}},
1751+
{"ammo": {"type": "Super", "count": 2}},
1752+
{"ammo": {"type": "PowerBomb", "count": 1}}
1753+
]}
1754+
]},
1755+
{"and": [
1756+
"Ice",
1757+
"canTrickyDodgeEnemies"]}
1758+
]},
1759+
{"shineChargeFrames": 60},
1760+
{"thornHits": 1},
1761+
"canSpikeSuit",
1762+
{"shinespark": {"frames": 1, "excessFrames": 1}}
1763+
],
1764+
"resetsObstacles": ["A", "B", "R-Mode"],
1765+
"flashSuitChecked": true
1766+
},
1767+
{
1768+
"link": [4, 4],
1769+
"name": "Come in Shinecharging, Gain Flash Suit (Spikesuit)",
1770+
"entranceCondition": {
1771+
"comeInShinecharging": {
1772+
"length": 3,
1773+
"openEnd": 0
1774+
}
1775+
},
1776+
"requires": [
1777+
{"or": [
1778+
"h_spikeSuitThornHitLeniency",
1779+
{"and": [
1780+
{"resetRoom": {"nodes": [4]}},
1781+
{"or":[
1782+
"ScrewAttack",
1783+
{"ammo": {"type": "Missile", "count": 2}},
1784+
{"ammo": {"type": "Super", "count": 2}},
1785+
{"ammo": {"type": "PowerBomb", "count": 1}}
1786+
]}
1787+
]},
1788+
{"and": [
1789+
"Ice",
1790+
"canTrickyDodgeEnemies"]}
1791+
]},
1792+
{"thornHits": 1},
1793+
"canSpikeSuit",
1794+
{"shinespark": {"frames": 1, "excessFrames": 1}}
1795+
],
1796+
"resetsObstacles": ["A", "B", "R-Mode"],
1797+
"flashSuitChecked": true
1798+
},
16751799
{
16761800
"id": 48,
16771801
"link": [4, 4],

0 commit comments

Comments
 (0)