mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-22 14:53:00 +00:00
Make the 2nd Super Missile item strictly a backup Super Missile upgrade
Now it's just a standard missile expansion, but turns into a Super Missile upgrade only when the main Super Missile item was already collected as a regular Missile Launcher.
This commit is contained in:
parent
087da92f42
commit
0f4186bde8
File diff suppressed because one or more lines are too long
|
@ -100,9 +100,9 @@ Got the last =Puppy=!<WAI0025<NOD<END
|
|||
<PRI<AM+0010:0005<MSG<TUR
|
||||
<GIT0011Max missiles increased by 5!<WAI0025<NOD<END
|
||||
#0033
|
||||
<AMJ0005:0034<EVE0030
|
||||
<FL+2421<AMJ0005:0034<EVE0030
|
||||
#0034
|
||||
<PRI<FL+2420<MSG<TUR<GIT0010<TAM0005:0010:0000
|
||||
<PRI<FL+2420<FL-2421<MSG<TUR<GIT0010<TAM0005:0010:0000
|
||||
Your Missiles have been powered up!<WAI0025<NOD<END
|
||||
#0035
|
||||
<PRI<FLJ2420:0037<FLJ0201:0036<FL+0201<MSG<TUR<GIT0005<AM+0005:0029
|
||||
|
@ -111,6 +111,8 @@ Got the =Missile Launcher=!<WAI0025<NOD<END
|
|||
<PRI<AM+0005:0024<MSG<TUR<GIT0006Max missiles increased by 24!<WAI0025<NOD<END
|
||||
#0037
|
||||
<PRI<AM+0010:0024<MSG<TUR<GIT0011Max missiles increased by 24!<WAI0025<NOD<END
|
||||
#0038
|
||||
<FLJ2421:0034<EVE0030
|
||||
#0040
|
||||
<KEY<CMU0000<WAI0040<PRI<WAI0040<CMU0003
|
||||
<MSG<TUR
|
||||
|
|
|
@ -324,9 +324,9 @@ local function _itemData()
|
|||
missileA = missiles(), -- Grasstown
|
||||
missileB = missiles(), -- Grasstown Hut
|
||||
missileC = missiles(), -- Egg Corridor?
|
||||
missileD = { -- Egg Observation Room? (arbitrarily making this a second Super Missile chest)
|
||||
name = "Super Missile Launcher",
|
||||
script = "<EVE0033",
|
||||
missileD = { -- Egg Observation Room? (arbitrarily making this a backup Super Missile chest)
|
||||
name = "Missile Expansion (Super Missile alt)",
|
||||
script = "<EVE0038",
|
||||
attributes = {"weapon", "missileLauncher", "nonProgressive"}
|
||||
},
|
||||
missileHell = {
|
||||
|
|
Loading…
Reference in a new issue