diff --git a/P3D/Content/Data/Scripts/frontier/battlepike/challenge/checkin.dat b/P3D/Content/Data/Scripts/frontier/battlepike/challenge/checkin.dat index b785f8d0f..26c74a150 100644 Binary files a/P3D/Content/Data/Scripts/frontier/battlepike/challenge/checkin.dat and b/P3D/Content/Data/Scripts/frontier/battlepike/challenge/checkin.dat differ diff --git a/P3D/Content/Data/Scripts/frontier/battlepike/challenge/lost.dat b/P3D/Content/Data/Scripts/frontier/battlepike/challenge/lost.dat index a823a2cea..0cb88fe17 100644 Binary files a/P3D/Content/Data/Scripts/frontier/battlepike/challenge/lost.dat and b/P3D/Content/Data/Scripts/frontier/battlepike/challenge/lost.dat differ diff --git a/P3D/Content/Data/Scripts/frontier/battlepike/challenge/roomevent.dat b/P3D/Content/Data/Scripts/frontier/battlepike/challenge/roomevent.dat index e8aa50729..e2ff28cc1 100644 Binary files a/P3D/Content/Data/Scripts/frontier/battlepike/challenge/roomevent.dat and b/P3D/Content/Data/Scripts/frontier/battlepike/challenge/roomevent.dat differ diff --git a/P3D/Content/Data/Scripts/frontier/battlepike/oldmanheal.dat b/P3D/Content/Data/Scripts/frontier/battlepike/oldmanheal.dat new file mode 100644 index 000000000..c693316d9 --- /dev/null +++ b/P3D/Content/Data/Scripts/frontier/battlepike/oldmanheal.dat @@ -0,0 +1,73 @@ +version=2 +@storage.set(integer,potheals,0) + +:if:=false + @storage.set(integer,potheals,+1) +:endif +:if:=false + @storage.set(integer,potheals,+1) +:endif +:if:=false + @storage.set(integer,potheals,+1) +:endif + +:select: + :when:0 + @text.show(You are already fully healed!) + :when:1 + @text.show(Ah, you're a lucky one.~I'm in somewhat-good~spirits now.*I will restore one of your~Pokémon to full health.) + @pokemon.heal + :when:2 + :select: + :when:1 + @text.show(Ah, you're a lucky one.~I'm in somewhat-good~spirits now.*I will restore one of your~Pokémon to full health.) + :select: + :when:0 + :if:=false + @pokemon.heal(0) + :else + @pokemon.heal() + :endif + :when:1 + :if:=false + @pokemon.heal(1) + :else + :select: + :when:0 + @pokemon.heal(0) + :when:1 + @pokemon.heal(2) + :endwhen + :endif + :when:2 + :if:=false + @pokemon.heal(2) + :else + @pokemon.heal() + :endif + :endwhen + :when:2 + @text.show(Ah, you're a lucky one.~I'm in somewhat-good~spirits now.*I will restore two of your~Pokémon to full health.) + @pokemon.heal + :endwhen + :when:3 + :select: + :when:1 + @text.show(Ah, you're a lucky one.~I'm in somewhat-good~spirits now.*I will restore one of your~Pokémon to full health.) + @pokemon.heal() + :when:2 + @text.show(Ah, you're a lucky one.~I'm in somewhat-good~spirits now.*I will restore two of your~Pokémon to full health.) + :select: + :when:0 + @pokemon.heal(1,2) + :when:1 + @pokemon.heal(0,2) + :when:2 + @pokemon.heal(0,1) + :endwhen + :endwhen +:endwhen +@text.show(The best of luck to you.~Farewell.) +@npc.turn(11,0) +@npc.move(11,2) +:end diff --git a/P3D/Content/Data/maps/frontier/battlepike/rooms/0.dat b/P3D/Content/Data/maps/frontier/battlepike/rooms/0.dat index 0c861afc5..4c3de6efb 100644 Binary files a/P3D/Content/Data/maps/frontier/battlepike/rooms/0.dat and b/P3D/Content/Data/maps/frontier/battlepike/rooms/0.dat differ diff --git a/P3D/P3D.vbproj b/P3D/P3D.vbproj index 8c1f8b3af..781124ec7 100644 --- a/P3D/P3D.vbproj +++ b/P3D/P3D.vbproj @@ -29980,6 +29980,9 @@ PreserveNewest + + PreserveNewest + PreserveNewest