Skip to content

Commit 14b8d12

Browse files
authored
Merge pull request #2386 from nn357/etecoonsetank_xmodestrats
add x-mode spikesuit and bluesuit to etecoon etank
2 parents 479e268 + 1d512e4 commit 14b8d12

2 files changed

Lines changed: 71 additions & 4 deletions

File tree

helpers.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1713,17 +1713,15 @@
17131713
"requires":[
17141714
"canDoubleXModeBlueSuit",
17151715
"h_spikeXModeShinecharge",
1716-
"h_spikeXModeBlueSuit",
1717-
{"shinespark": {"frames": 4, "excessFrames": 4}}
1716+
"h_spikeXModeBlueSuit"
17181717
]
17191718
},
17201719
{
17211720
"name": "h_thornDoubleXModeBlueSuit",
17221721
"requires":[
17231722
"canDoubleXModeBlueSuit",
17241723
"h_thornXModeShinecharge",
1725-
"h_thornXModeBlueSuit",
1726-
{"shinespark": {"frames": 4, "excessFrames": 4}}
1724+
"h_thornXModeBlueSuit"
17271725
]
17281726
}
17291727
]

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

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,34 @@
971971
],
972972
"devNote": "Morph is required to lure a Beetom. Morphless tunnel crawl should not be required."
973973
},
974+
{
975+
"link": [3, 2],
976+
"name": "Come in Shinecharged - Gain Blue Suit (X-Mode Super Jump)",
977+
"entranceCondition": {
978+
"comeInShinecharged": {}
979+
},
980+
"requires": [
981+
{"shineChargeFrames": 135},
982+
"h_XModeThornHit",
983+
"canSuperJump",
984+
{"shinespark": {"frames": 7}},
985+
"canXModeBlueSuit"
986+
],
987+
"flashSuitChecked": true
988+
},
989+
{
990+
"link": [3, 2],
991+
"name": "Gain Blue Suit (Double X-Mode Super Jump)",
992+
"requires": [
993+
"h_XModeThornHit",
994+
"h_thornXModeShinecharge",
995+
"h_XModeThornHit",
996+
"canSuperJump",
997+
{"shinespark": {"frames": 7}},
998+
"canXModeBlueSuit"
999+
],
1000+
"flashSuitChecked": true
1001+
},
9741002
{
9751003
"id": 30,
9761004
"link": [3, 2],
@@ -1032,6 +1060,35 @@
10321060
"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."
10331061
]
10341062
},
1063+
{
1064+
"link": [3, 3],
1065+
"name": "Gain Flash Suit (X-Mode Spikesuit)",
1066+
"requires": [
1067+
"h_ThornXModeSpikeSuit",
1068+
{"shinespark": {"frames": 12, "excessFrames": 12}}
1069+
],
1070+
"flashSuitChecked": true
1071+
},
1072+
{
1073+
"link": [3, 3],
1074+
"name": "Come in Shinecharged - Gain Blue Suit (X-Mode)",
1075+
"entranceCondition": {
1076+
"comeInShinecharged": {}
1077+
},
1078+
"requires": [
1079+
{"shineChargeFrames": 135},
1080+
"h_thornXModeBlueSuit"
1081+
],
1082+
"flashSuitChecked": true
1083+
},
1084+
{
1085+
"link": [3, 3],
1086+
"name": "Gain Blue Suit (Double X-Mode)",
1087+
"requires": [
1088+
"h_thornDoubleXModeBlueSuit"
1089+
],
1090+
"flashSuitChecked": true
1091+
},
10351092
{
10361093
"id": 90,
10371094
"link": [3, 3],
@@ -1756,6 +1813,18 @@
17561813
"a second thorn hit can be avoided."
17571814
]
17581815
},
1816+
{
1817+
"link": [4, 4],
1818+
"name": "Come in Shinecharged - Gain Blue Suit (X-Mode)",
1819+
"entranceCondition": {
1820+
"comeInShinecharged": {}
1821+
},
1822+
"requires": [
1823+
{"shineChargeFrames": 125},
1824+
"h_thornXModeBlueSuit"
1825+
],
1826+
"flashSuitChecked": true
1827+
},
17591828
{
17601829
"id": 88,
17611830
"link": [4, 5],

0 commit comments

Comments
 (0)