Merge
This commit is contained in:
commit
632e331a59
Binary file not shown.
|
@ -0,0 +1,78 @@
|
|||
version=2
|
||||
@camera.set(0,1.3,2,6.28,-0.8)
|
||||
@entity.showmessagebulb(1|10|1|25)
|
||||
@pokemon.cry(172)
|
||||
@music.play(show_me_around)
|
||||
@level.wait(30)
|
||||
@player.turnto(3)
|
||||
@npc.warp(25,11,0,24)
|
||||
@npc.move(25,1)
|
||||
@npc.turn(25,1)
|
||||
@text.show(It's a Pichu...!*One of its ears is spiky!)
|
||||
@pokemon.cry(172)
|
||||
@level.wait(20)
|
||||
@npc.warp(26,4,0,26)
|
||||
@npc.move(26,2)
|
||||
@player.turnto(2)
|
||||
@player.move(1)
|
||||
@npc.move(25,1)
|
||||
@npc.turn(25,2)
|
||||
@player.turnto(1)
|
||||
@npc.move(26,3)
|
||||
@text.show(Hey, hey!*Be careful around~that shrine!*People are said to go~missing after messing~around here.*Some suspect a Pokémon is~behind all of this.)
|
||||
@entity.showmessagebulb(1|9|1|26)
|
||||
@npc.turn(26,0)
|
||||
@npc.move(26,1)
|
||||
@camera.set(0.8,1.5,3,1.15,-0.5)
|
||||
@player.turnto(0)
|
||||
@npc.turn(26,3)
|
||||
@npc.turn(25,1)
|
||||
@text.show(Ah, this must be the~Spiky-Eared Pichu that~wanders through the forest.*But it seems so unusually~full of energy...)
|
||||
@npc.turn(25,2)
|
||||
@entity.showmessagebulb(5|10|1|25)
|
||||
@pokemon.cry(172)
|
||||
@level.wait(30)
|
||||
@text.show(Oh, it seems like it~was friends with your~Pokémon in days gone by.*It must be very happy to~finally reunite with him.)
|
||||
@pokemon.cry(172)
|
||||
@text.show(Now it wants to join your~party, give it a chance!)
|
||||
@pokemon.cry(172)
|
||||
@level.wait(15)
|
||||
@npc.turn(26,2)
|
||||
@camera.set(0,1.3,2,6.28,-0.8)
|
||||
@npc.move(26,1)
|
||||
@player.turnto(1)
|
||||
@npc.turn(26,3)
|
||||
@text.show(Here it is, young~trainer, I'll give you~this Pokéball from~my olden days.*Don't worry, it's~still in good condition.)
|
||||
@player.turnto(0)
|
||||
|
||||
@register.register(spiky)
|
||||
@pokemon.cry(172)
|
||||
@pokemon.add(172_spiky-eared,50,Obtained at,5,Ilex Forest)
|
||||
|
||||
@pokemon.setshiny(<pokemon.count>-1,0)
|
||||
@pokemon.setgender(<pokemon.count>-1,1)
|
||||
@pokemon.clearattacks(<pokemon.count>-1)
|
||||
@pokemon.addattack(<pokemon.count>-1,231)
|
||||
@pokemon.addattack(<pokemon.count>-1,207)
|
||||
@pokemon.addattack(<pokemon.count>-1,344)
|
||||
@pokemon.addattack(<pokemon.count>-1,220)
|
||||
@sound.play(success_small)
|
||||
@text.show(Spiky-Eared Pichu has~joined your party!)
|
||||
@pokemon.rename(last)
|
||||
@npc.warp(25,11,-2,24)
|
||||
@level.update
|
||||
@level.wait(15)
|
||||
|
||||
@player.turnto(1)
|
||||
@text.show(Being friends with it~should make it happy,~take good care of it!)
|
||||
@npc.turn(26,1)
|
||||
@npc.move(26,7)
|
||||
@npc.turn(26,0)
|
||||
@npc.move(26,2)
|
||||
@level.wait(15)
|
||||
@npc.warp(26,4,-2,26)
|
||||
@level.update
|
||||
@music.play(ilex_forest)
|
||||
@level.wait(15)
|
||||
@camera.reset
|
||||
:end
|
|
@ -1,202 +1,72 @@
|
|||
version=2
|
||||
|
||||
:if:<register.registered(omegamet)>=false
|
||||
@text.show(Omega: Greetings, I'm Omega,~the ghost!*I repurposed this basement~into a neat workplace.*Sure, it's a bit clumsy, but~that's better than nothing,~am I right or am I right?)
|
||||
@register.register(omegamet)
|
||||
:endif
|
||||
:if:<register.registered(omegamet)>=false
|
||||
@text.show(Omega: Greetings, I'm Omega,~the ghost!*I repurposed this basement~into a neat workplace.*Sure, it's a bit clumsy, but~that's better than nothing,~am I right or am I right?)
|
||||
@register.register(omegamet)
|
||||
:endif
|
||||
|
||||
:if:<register.registered(omega1)>=false
|
||||
@text.show(Omega: Tell me, do you~like shinies?)
|
||||
@options.show(Yes,No)
|
||||
:when:Yes
|
||||
@text.show(Omega: Good, good...*I have accumulated a wide~selection of shiny Pokémon~over the years.*I might even give you one.*Let's settle it like this:~If you win against my strongest~Pokémon you get the shiny.*Deal?)
|
||||
@options.show(Deal,No Way)
|
||||
:when:Deal
|
||||
@battle.setvar(canblackout,false)
|
||||
@battle.trainer(kolben\omega1)
|
||||
:if:<battle.won>=true
|
||||
@pokemon.heal
|
||||
@register.register(omega1)
|
||||
@text.show(As expected, you did it!~Now let me see...*...*You'll get a Pikachu-colored~Pichu to call your own!)
|
||||
:else
|
||||
@pokemon.heal
|
||||
@text.show(That's a bit disappointing.*Well, try again later!)
|
||||
:endif
|
||||
:when:No Way
|
||||
@text.show(Oke.)
|
||||
:endwhen
|
||||
:when:No
|
||||
@text.show(That's heartless.)
|
||||
:endwhen
|
||||
:endif
|
||||
|
||||
:if:<register.registered(pcpreceive)>=false <and> <register.registered(omega1)>=true
|
||||
:if:<register.registered(omega1)>=true <and> <register.registered(pcpreceive)>=false
|
||||
:if:<pokemon.count>>5
|
||||
@text.show(Oh, your party is full.~Go open some space to claim~your Pokémon!)
|
||||
:end
|
||||
:else
|
||||
@pokemon.add(172,40,A gift from Omega,45,at Kolben Tower,0,Omega)
|
||||
@text.show(Ah yes, your prize.*This Pichu is special:~I found it near the Ilex~Forest shrine.*I wonder what happens if~you take it back there.*Anyway, here it is!)
|
||||
@pokemon.setshiny(<pokemon.count>-1,1)
|
||||
@pokemon.setgender(<pokemon.count>-1,0)
|
||||
@pokemon.clearattacks(<pokemon.count>-1)
|
||||
@pokemon.addattack(<pokemon.count>-1,344)
|
||||
@pokemon.addattack(<pokemon.count>-1,57)
|
||||
@pokemon.addattack(<pokemon.count>-1,19)
|
||||
@pokemon.addattack(<pokemon.count>-1,231)
|
||||
@sound.play(success_small)
|
||||
@text.show(<player.name> received~Pichu!)
|
||||
@pokemon.rename(last)
|
||||
@register.register(pcpreceive)
|
||||
:end
|
||||
:endif
|
||||
:if:<register.registered(omega1)>=false
|
||||
@text.show(Omega: Tell me, do you~like shinies?)
|
||||
@options.show(Yes,No)
|
||||
:when:Yes
|
||||
@text.show(Omega: Good, good...*I have accumulated a wide~selection of shiny Pokémon~over the years.*I might even give you one.*Let's settle it like this:~If you win against my strongest~Pokémon you get the shiny.*Deal?)
|
||||
@options.show(Deal,No Way)
|
||||
:when:Deal
|
||||
@battle.setvar(canblackout,false)
|
||||
@battle.trainer(kolben\omega1)
|
||||
:if:<battle.won>=true
|
||||
@pokemon.heal
|
||||
@register.register(omega1)
|
||||
@text.show(As expected, you did it!~Now let me see...*...*You'll get a Pikachu-colored~Pichu to call your own!)
|
||||
:else
|
||||
@pokemon.heal
|
||||
@text.show(That's a bit disappointing.*Well, try again later!)
|
||||
:end
|
||||
:endif
|
||||
:when:No Way
|
||||
@text.show(Oke.)
|
||||
:end
|
||||
:endwhen
|
||||
:when:No
|
||||
@text.show(That's heartless.)
|
||||
:end
|
||||
:endwhen
|
||||
:else
|
||||
:if:<register.registered(pcpreceive)>=false
|
||||
:if:<pokemon.count>>5
|
||||
@text.show(Oh, your party is full.~Go open some space to claim~your Pokémon!)
|
||||
:end
|
||||
:else
|
||||
@pokemon.add(172,50,A gift from Omega,45,at Kolben Tower,0,Omega)
|
||||
@text.show(Ah yes, your prize.*This Pichu is special:~I found it near the Ilex~Forest shrine.*I wonder what happens if~you take it back there.*Anyway, here it is!)
|
||||
@pokemon.setshiny(<pokemon.count>-1,1)
|
||||
@pokemon.setgender(<pokemon.count>-1,0)
|
||||
@pokemon.clearattacks(<pokemon.count>-1)
|
||||
@pokemon.addattack(<pokemon.count>-1,344)
|
||||
@pokemon.addattack(<pokemon.count>-1,57)
|
||||
@pokemon.addattack(<pokemon.count>-1,19)
|
||||
@pokemon.addattack(<pokemon.count>-1,231)
|
||||
@sound.play(success_small)
|
||||
@text.show(<player.name> received~Pichu!)
|
||||
@pokemon.setot(<pokemon.count>-1,42069)
|
||||
@pokemon.rename(last)
|
||||
@register.register(pcpreceive)
|
||||
:end
|
||||
:endif
|
||||
:else
|
||||
:if:<register.registered(omega2)>=false
|
||||
@text.show(Omega: It's a pleasure~to see you once again.*Say, do you want a real~battle now?)
|
||||
@options.show(Yes,No)
|
||||
:when:Yes
|
||||
@script.start(kolben/omega2)
|
||||
:when:No
|
||||
@text.show(Oke.)
|
||||
:end
|
||||
:endwhen
|
||||
:else
|
||||
@text.show(We can have another~battle tomorrow!)
|
||||
:endif
|
||||
:endif
|
||||
|
||||
:if:<register.registered(omega1)>=true <and> <register.registered(pcpreceive)>=true <and> <register.registered(omega2)>=false
|
||||
@text.show(Omega: It's a pleasure~to see you once again.*Say, do you want a real~battle now?)
|
||||
@options.show(Yes,No)
|
||||
:when:Yes
|
||||
@text.show(Omega: Very well.*Pick your favorite biome.)
|
||||
@battle.setvar(canblackout,false)
|
||||
@options.show(Savanna,Rainforest,Desert,Taiga)
|
||||
:when:Savanna
|
||||
@text.show(Omega: Initialize biome~simulation...)
|
||||
@screen.fadeout
|
||||
@player.warp(kolben\biome\savanna.dat,9,0.1,13,0)
|
||||
@level.wait(30)
|
||||
@level.update
|
||||
@player.turnto(3)
|
||||
@camera.set(0,1,1,4.75,-0.25)
|
||||
@screen.fadein
|
||||
@level.wait(60)
|
||||
@text.show(Omega: Here I come!)
|
||||
@battle.trainer(kolben\omega\omegas)
|
||||
:if:<battle.won>=true
|
||||
@pokemon.heal
|
||||
@register.registertime(omega2,1,day)
|
||||
@text.show(Impressive, I was bested.)
|
||||
:else
|
||||
@pokemon.heal
|
||||
@text.show(A winner I am!)
|
||||
:endif
|
||||
@text.show(Omega: Shut down biome~simulation...)
|
||||
@level.wait(30)
|
||||
@screen.fadeout
|
||||
@player.warp(kolben\basement.dat,9,0.1,16,0)
|
||||
@level.wait(30)
|
||||
@level.update
|
||||
@player.turnto(2)
|
||||
@npc.turn(4,0)
|
||||
@camera.set(0,1,1,3.14,-0.25)
|
||||
@screen.fadein
|
||||
@level.wait(60)
|
||||
@text.show(Omega: That was good.)
|
||||
:when:Rainforest
|
||||
@text.show(Omega: Initialize biome~simulation...)
|
||||
@screen.fadeout
|
||||
@player.warp(kolben\biome\rainforest.dat,9,0.1,13,0)
|
||||
@level.wait(30)
|
||||
@level.update
|
||||
@player.turnto(3)
|
||||
@camera.set(0,1,1,4.75,-0.25)
|
||||
@screen.fadein
|
||||
@level.wait(60)
|
||||
@text.show(Omega: Here I come!)
|
||||
@battle.trainer(kolben\omega\omegar)
|
||||
:if:<battle.won>=true
|
||||
@pokemon.heal
|
||||
@register.registertime(omega2,1,day)
|
||||
@text.show(Impressive, I was bested.)
|
||||
:else
|
||||
@pokemon.heal
|
||||
@text.show(A winner I am!)
|
||||
:endif
|
||||
@text.show(Omega: Shut down biome~simulation...)
|
||||
@level.wait(30)
|
||||
@screen.fadeout
|
||||
@player.warp(kolben\basement.dat,9,0.1,16,0)
|
||||
@level.wait(30)
|
||||
@level.update
|
||||
@player.turnto(2)
|
||||
@npc.turn(4,0)
|
||||
@camera.set(0,1,1,3.14,-0.25)
|
||||
@screen.fadein
|
||||
@level.wait(60)
|
||||
@text.show(Omega: That was good.)
|
||||
:when:Desert
|
||||
@text.show(Omega: Initialize biome~simulation...)
|
||||
@screen.fadeout
|
||||
@player.warp(kolben\biome\desert.dat,9,0.1,13,0)
|
||||
@level.wait(30)
|
||||
@level.update
|
||||
@player.turnto(3)
|
||||
@camera.set(0,1,1,4.75,-0.25)
|
||||
@screen.fadein
|
||||
@level.wait(60)
|
||||
@text.show(Omega: Here I come!)
|
||||
@battle.trainer(kolben\omega\omegad)
|
||||
:if:<battle.won>=true
|
||||
@pokemon.heal
|
||||
@register.registertime(omega2,1,day)
|
||||
@text.show(Impressive, I was bested.)
|
||||
:else
|
||||
@pokemon.heal
|
||||
@text.show(A winner I am!)
|
||||
:endif
|
||||
@text.show(Omega: Shut down biome~simulation...)
|
||||
@level.wait(30)
|
||||
@screen.fadeout
|
||||
@player.warp(kolben\basement.dat,9,0.1,16,0)
|
||||
@level.wait(30)
|
||||
@level.update
|
||||
@player.turnto(2)
|
||||
@npc.turn(4,0)
|
||||
@camera.set(0,1,1,3.14,-0.25)
|
||||
@screen.fadein
|
||||
@level.wait(60)
|
||||
@text.show(Omega: That was good.)
|
||||
:when:Taiga
|
||||
@text.show(Omega: Initialize biome~simulation...)
|
||||
@screen.fadeout
|
||||
@player.warp(kolben\biome\taiga.dat,9,0.1,13,0)
|
||||
@level.wait(30)
|
||||
@level.update
|
||||
@player.turnto(3)
|
||||
@camera.set(0,1,1,4.75,-0.25)
|
||||
@screen.fadein
|
||||
@level.wait(60)
|
||||
@text.show(Omega: Here I come!)
|
||||
@battle.trainer(kolben\omega\omegat)
|
||||
:if:<battle.won>=true
|
||||
@pokemon.heal
|
||||
@register.registertime(omega2,1,day)
|
||||
@text.show(Impressive, I was bested.)
|
||||
:else
|
||||
@pokemon.heal
|
||||
@text.show(A winner I am!)
|
||||
:endif
|
||||
@text.show(Omega: Shut down biome~simulation...)
|
||||
@level.wait(30)
|
||||
@screen.fadeout
|
||||
@player.warp(kolben\basement.dat,9,0.1,16,0)
|
||||
@level.wait(30)
|
||||
@level.update
|
||||
@player.turnto(2)
|
||||
@npc.turn(4,0)
|
||||
@camera.set(0,1,1,3.14,-0.25)
|
||||
@screen.fadein
|
||||
@level.wait(60)
|
||||
@text.show(Omega: That was good.)
|
||||
:endwhen
|
||||
:when:No
|
||||
@text.show(Oke.)
|
||||
:endwhen
|
||||
:endif
|
||||
|
||||
:if:<register.registered(omega1)>=true <and> <register.registered(pcpreceive)>=true <and> <register.registered(omega2)>=true
|
||||
@text.show(We can have another~battle tomorrow!)
|
||||
:endif
|
||||
|
||||
:endif
|
||||
|
||||
:end
|
|
@ -0,0 +1,138 @@
|
|||
version=2
|
||||
@text.show(Omega: Very well.*Pick your favorite biome.)
|
||||
@battle.setvar(canblackout,false)
|
||||
@options.show(Savanna,Rainforest,Desert,Taiga)
|
||||
:when:Savanna
|
||||
@text.show(Omega: Initialize biome~simulation...)
|
||||
@screen.fadeout
|
||||
@player.warp(kolben\biome\savanna.dat,9,0.1,13,0)
|
||||
@level.wait(30)
|
||||
@level.update
|
||||
@player.turnto(3)
|
||||
@camera.set(0,1,1,4.75,-0.25)
|
||||
@screen.fadein
|
||||
@level.wait(60)
|
||||
@text.show(Omega: Here I come!)
|
||||
@battle.trainer(kolben\omega\omegas)
|
||||
:if:<battle.won>=true
|
||||
@pokemon.heal
|
||||
@register.registertime(omega2,1,day)
|
||||
@text.show(Impressive, I was bested.)
|
||||
:else
|
||||
@pokemon.heal
|
||||
@text.show(A winner I am!)
|
||||
:endif
|
||||
@text.show(Omega: Shut down biome~simulation...)
|
||||
@level.wait(30)
|
||||
@screen.fadeout
|
||||
@player.warp(kolben\basement.dat,9,0.1,16,0)
|
||||
@level.wait(30)
|
||||
@level.update
|
||||
@player.turnto(2)
|
||||
@npc.turn(4,0)
|
||||
@camera.set(0,1,1,3.14,-0.25)
|
||||
@screen.fadein
|
||||
@level.wait(60)
|
||||
@text.show(Omega: That was good.)
|
||||
:end
|
||||
:when:Rainforest
|
||||
@text.show(Omega: Initialize biome~simulation...)
|
||||
@screen.fadeout
|
||||
@player.warp(kolben\biome\rainforest.dat,9,0.1,13,0)
|
||||
@level.wait(30)
|
||||
@level.update
|
||||
@player.turnto(3)
|
||||
@camera.set(0,1,1,4.75,-0.25)
|
||||
@screen.fadein
|
||||
@level.wait(60)
|
||||
@text.show(Omega: Here I come!)
|
||||
@battle.trainer(kolben\omega\omegar)
|
||||
:if:<battle.won>=true
|
||||
@pokemon.heal
|
||||
@register.registertime(omega2,1,day)
|
||||
@text.show(Impressive, I was bested.)
|
||||
:else
|
||||
@pokemon.heal
|
||||
@text.show(A winner I am!)
|
||||
:endif
|
||||
@text.show(Omega: Shut down biome~simulation...)
|
||||
@level.wait(30)
|
||||
@screen.fadeout
|
||||
@player.warp(kolben\basement.dat,9,0.1,16,0)
|
||||
@level.wait(30)
|
||||
@level.update
|
||||
@player.turnto(2)
|
||||
@npc.turn(4,0)
|
||||
@camera.set(0,1,1,3.14,-0.25)
|
||||
@screen.fadein
|
||||
@level.wait(60)
|
||||
@text.show(Omega: That was good.)
|
||||
:end
|
||||
:when:Desert
|
||||
@text.show(Omega: Initialize biome~simulation...)
|
||||
@screen.fadeout
|
||||
@player.warp(kolben\biome\desert.dat,9,0.1,13,0)
|
||||
@level.wait(30)
|
||||
@level.update
|
||||
@player.turnto(3)
|
||||
@camera.set(0,1,1,4.75,-0.25)
|
||||
@screen.fadein
|
||||
@level.wait(60)
|
||||
@text.show(Omega: Here I come!)
|
||||
@battle.trainer(kolben\omega\omegad)
|
||||
:if:<battle.won>=true
|
||||
@pokemon.heal
|
||||
@register.registertime(omega2,1,day)
|
||||
@text.show(Impressive, I was bested.)
|
||||
:else
|
||||
@pokemon.heal
|
||||
@text.show(A winner I am!)
|
||||
:endif
|
||||
@text.show(Omega: Shut down biome~simulation...)
|
||||
@level.wait(30)
|
||||
@screen.fadeout
|
||||
@player.warp(kolben\basement.dat,9,0.1,16,0)
|
||||
@level.wait(30)
|
||||
@level.update
|
||||
@player.turnto(2)
|
||||
@npc.turn(4,0)
|
||||
@camera.set(0,1,1,3.14,-0.25)
|
||||
@screen.fadein
|
||||
@level.wait(60)
|
||||
@text.show(Omega: That was good.)
|
||||
:end
|
||||
:when:Taiga
|
||||
@text.show(Omega: Initialize biome~simulation...)
|
||||
@screen.fadeout
|
||||
@player.warp(kolben\biome\taiga.dat,9,0.1,13,0)
|
||||
@level.wait(30)
|
||||
@level.update
|
||||
@player.turnto(3)
|
||||
@camera.set(0,1,1,4.75,-0.25)
|
||||
@screen.fadein
|
||||
@level.wait(60)
|
||||
@text.show(Omega: Here I come!)
|
||||
@battle.trainer(kolben\omega\omegat)
|
||||
:if:<battle.won>=true
|
||||
@pokemon.heal
|
||||
@register.registertime(omega2,1,day)
|
||||
@text.show(Impressive, I was bested.)
|
||||
:else
|
||||
@pokemon.heal
|
||||
@text.show(A winner I am!)
|
||||
:endif
|
||||
@text.show(Omega: Shut down biome~simulation...)
|
||||
@level.wait(30)
|
||||
@screen.fadeout
|
||||
@player.warp(kolben\basement.dat,9,0.1,16,0)
|
||||
@level.wait(30)
|
||||
@level.update
|
||||
@player.turnto(2)
|
||||
@npc.turn(4,0)
|
||||
@camera.set(0,1,1,3.14,-0.25)
|
||||
@screen.fadein
|
||||
@level.wait(60)
|
||||
@text.show(Omega: That was good.)
|
||||
:end
|
||||
:endwhen
|
||||
:end
|
|
@ -12,15 +12,15 @@ Ceiling:
|
|||
{"EntityField"{ENT[{"EntityID"{str[AnimatedBlock]}}{"Size"{intArr[1,5,9]}}{"Fill"{bool[0]}}{"Position"{sngArr[21,0,9]}}{"TexturePath"{str[Kolben]}}{"Textures"{recArr[[160,32,16,16][176,32,16,16][192,32,16,16][208,32,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[1]}}{"AdditionalValue"{str[kolben]}}{"Rotation"{int[3]}}{"AnimationData"{intArr2D[[160,32,16,16,1,4,20,0,0]]}}]}}
|
||||
|
||||
Tree:
|
||||
{"EntityField"{ENT[{"EntityID"{str[WallBill]}}{"Size"{intArr[14,9]}}{"Fill"{bool[0]}}{"Scale"{sngArr[1,2,1]}}{"Position"{sngArr[7,1.55,9]}}{"TexturePath"{str[safari]}}{"Textures"{recArr[[272,0,16,32]]}}{"TextureIndex"{intArr[0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[3]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
{"EntityField"{ENT[{"EntityID"{str[WallBill]}}{"Size"{intArr[14,9]}}{"Fill"{bool[0]}}{"Scale"{sngArr[1,2,1]}}{"Position"{sngArr[7,1.4,9]}}{"TexturePath"{str[safari]}}{"Textures"{recArr[[272,0,16,32]]}}{"TextureIndex"{intArr[0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[3]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
Grass:
|
||||
{"EntityField"{ENT[{"SeasonTexture"{str[Grass]}}{"Size"{intArr[12,1,5]}}{"EntityID"{str[Grass]}}{"Position"{sngArr[8,0,11]}}{"Fill"{bool[0]}}{"TexturePath"{str[Safari]}}{"Textures"{recArr[[224,32,16,16]]}}{"TextureIndex"{intArr[0,0]}}{"Collision"{bool[0]}}{"ModelID"{int[3]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
Slope:
|
||||
{"EntityField"{ENT[{"EntityID"{str[WallBlock]}}{"Position"{sngArr[7,0,10]}}{"Size"{intArr[14,1]}}{"TexturePath"{str[safari]}}{"Textures"{recArr[[272,32,16,16]]}}{"TextureIndex"{intArr[-1,-1,-1,-1,0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[2]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[2]}}]}}
|
||||
{"EntityField"{ENT[{"EntityID"{str[WallBlock]}}{"Position"{sngArr[7,0,10]}}{"Size"{intArr[14,1]}}{"TexturePath"{str[routes]}}{"Textures"{recArr[[96,192,16,16]]}}{"TextureIndex"{intArr[-1,-1,-1,-1,0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[2]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[2]}}]}}
|
||||
|
||||
{"EntityField"{ENT[{"EntityID"{str[WallBlock]}}{"Position"{sngArr[7,0,16]}}{"Size"{intArr[14,1]}}{"TexturePath"{str[safari]}}{"Textures"{recArr[[272,32,16,16]]}}{"TextureIndex"{intArr[-1,-1,-1,-1,0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[2]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
{"EntityField"{ENT[{"EntityID"{str[WallBlock]}}{"Position"{sngArr[7,0,16]}}{"Size"{intArr[14,1]}}{"TexturePath"{str[routes]}}{"Textures"{recArr[[96,192,16,16]]}}{"TextureIndex"{intArr[-1,-1,-1,-1,0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[2]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
Floor:
|
||||
{"Floor"{ENT[{"Size"{intArr[14,9]}}{"Position"{intArr[7,0,9]}}{"TexturePath"{str[routes]}}{"Texture"{rec[96,192,16,16]}}]}}
|
||||
|
@ -31,4 +31,3 @@ Floor:
|
|||
{"Floor"{ENT[{"Size"{intArr[1,9]}}{"Position"{intArr[7,1,9]}}{"TexturePath"{str[routes]}}{"Texture"{rec[96,192,16,16]}}]}}
|
||||
|
||||
{"EntityField"{ENT[{"EntityID"{str[WallBlock]}}{"Size"{intArr[14,9]}}{"Fill"{bool[0]}}{"Position"{sngArr[7,0,9]}}{"TexturePath"{str[routes]}}{"Textures"{recArr[[96,192,16,16]]}}{"TextureIndex"{intArr[0,0,0,0,0,0,0,0,0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[3]}}]}}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{"Level"{LEV[{"Name"{str[Ilex Forest]}}{"MusicLoop"{str[ilex_forest]}}{"WildPokemon"{bool[1]}}]}}
|
||||
{"Level"{LEV[{"Name"{str[Ilex Forest]}}{"MusicLoop"{str[ilex_forest]}}{"WildPokemon"{bool[1]}}]}}
|
||||
{"Actions"{LEV[{"CanTeleport"{bool[1]}}{"CanDig"{bool[0]}}{"CanFly"{bool[1]}}{"EnviromentType"{int[5]}}{"Weather"{int[0]}}{"Lightning"{int[2]}}]}}
|
||||
|
||||
Floors:
|
||||
|
@ -263,16 +263,21 @@ Items:
|
|||
{"Entity"{ENT[{"EntityID"{str[ItemObject]}}{"Position"{sngArr[19,-0.375,9]}}{"TexturePath"{str[Routes]}}{"Textures"{recArr[[192,16,16,16]]}}{"TextureIndex"{intArr[0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[3]}}{"Action"{int[1]}}{"AdditionalValue"{str[2,17]}}{"Rotation"{int[0]}}{"Scale"{sngArr[0.25,0.25,0.25]}}]}}
|
||||
{"Entity"{ENT[{"EntityID"{str[ItemObject]}}{"Position"{sngArr[29,-0.375,3]}}{"TexturePath"{str[Routes]}}{"Textures"{recArr[[192,16,16,16]]}}{"TextureIndex"{intArr[0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[3]}}{"Action"{int[0]}}{"AdditionalValue"{str[3,63]}}{"Rotation"{int[0]}}{"Scale"{sngArr[0.25,0.25,0.25]}}]}}
|
||||
|
||||
Mega Stone:
|
||||
{"Entity"{ENT[{"EntityID"{str[ItemObject]}}{"Position"{sngArr[27,-0.2,24]}}{"TexturePath"{str[Routes]}}{"Textures"{recArr[[192,16,16,16]]}}{"TextureIndex"{intArr[0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[3]}}{"Action"{int[2]}}{"AdditionalValue"{str[5,544]}}{"Rotation"{int[0]}}{"Scale"{sngArr[0.3,0.3,0.3]}}]}}
|
||||
|
||||
ScriptBlocks:
|
||||
{"Entity"{ENT[{"EntityID"{str[ScriptBlock]}}{"Position"{sngArr[10,0,35]}}{"TexturePath"{str[Center]}}{"Textures"{recArr[[0,48,16,16]]}}{"TextureIndex"{intArr[0,0]}}{"Collision"{bool[0]}}{"ModelID"{int[0]}}{"Action"{int[0]}}{"AdditionalValue"{str[ilex\farfetchd_start]}}{"Rotation"{int[0]}}]}}
|
||||
{"Entity"{ENT[{"EntityID"{str[ScriptBlock]}}{"Position"{sngArr[9,0,31]}}{"TexturePath"{str[Center]}}{"Textures"{recArr[[0,48,16,16]]}}{"TextureIndex"{intArr[0,0]}}{"Collision"{bool[0]}}{"ModelID"{int[0]}}{"Action"{int[0]}}{"AdditionalValue"{str[ilex\charcoal_intro]}}{"Rotation"{int[0]}}]}}
|
||||
{"Entity"{ENT[{"EntityID"{str[ScriptBlock]}}{"Position"{sngArr[4,0,35]}}{"TexturePath"{str[Center]}}{"Textures"{recArr[[0,48,16,16]]}}{"TextureIndex"{intArr[0,0]}}{"Collision"{bool[0]}}{"ModelID"{int[0]}}{"Action"{int[0]}}{"AdditionalValue"{str[ilex\charcoal_defeat]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
NPCs:
|
||||
{"NPC"{NPC[{"Position"{sngArr[2,-2,24]}}{"TextureID"{str[31]}}{"ID"{int[9]}}{"Name"{str[KimonoAkemi]}}{"Action"{int[1]}}{"AdditionalValue"{str[ilex\kimonogirl]}}{"Rotation"{int[2]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}
|
||||
{"NPC"{NPC[{"Position"{sngArr[2,-2,24]}}{"TextureID"{str[31]}}{"ID"{int[9]}}{"Name"{str[Kimono]}}{"Action"{int[1]}}{"AdditionalValue"{str[ilex\kimonogirl]}}{"Rotation"{int[2]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}
|
||||
{"NPC"{NPC[{"Position"{sngArr[2,-2,24]}}{"TextureID"{str[[POKEMON|N]251]}}{"ID"{int[10]}}{"Name"{str[Celebi]}}{"Action"{int[1]}}{"AdditionalValue"{str[ilex\celebi]}}{"Rotation"{int[2]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}
|
||||
{"NPC"{NPC[{"Position"{sngArr[5,-2,33]}}{"TextureID"{str[22]}}{"ID"{int[2]}}{"Name"{str[Male]}}{"Action"{int[1]}}{"AdditionalValue"{str[azalea\charcoal_teacher]}}{"Rotation"{int[2]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}
|
||||
{"NPC"{NPC[{"Position"{sngArr[9,-2,30]}}{"TextureID"{str[8]}}{"ID"{int[0]}}{"Name"{str[Helper]}}{"Action"{int[1]}}{"AdditionalValue"{str[ilex\charcoal_guy]}}{"Rotation"{int[2]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}
|
||||
{"NPC"{NPC[{"Position"{sngArr[12,-2,37]}}{"TextureID"{str[Farfetch'd]}}{"ID"{int[1]}}{"Name"{str[farfetchd]}}{"Action"{int[1]}}{"AdditionalValue"{str[ilex\farfetchd]}}{"Rotation"{int[1]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}
|
||||
{"NPC"{NPC[{"Position"{sngArr[17,0,16]}}{"TextureID"{str[28]}}{"ID"{int[3]}}{"Name"{str[HeadbuttGuy]}}{"Action"{int[1]}}{"AdditionalValue"{str[ilex\headbutt]}}{"Rotation"{int[3]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}
|
||||
{"NPC"{NPC[{"Position"{sngArr[10,0,24]}}{"Scale"{sngArr[0,0,0]}}{"TextureID"{str[0]}}{"ID"{int[15]}}{"Name"{str[Shrine]}}{"Action"{int[1]}}{"AdditionalValue"{str[ilex\shrine]}}{"Rotation"{int[2]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}
|
||||
{"NPC"{NPC[{"Position"{sngArr[11,-2,24]}}{"TextureID"{str[[POKEMON|N]172_spiky-eared]}}{"ID"{int[25]}}{"Name"{str[Spiky]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[2]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}
|
||||
{"NPC"{NPC[{"Position"{sngArr[4,-2,26]}}{"TextureID"{str[5]}}{"ID"{int[26]}}{"Name"{str[Old Man]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[3]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}
|
||||
|
|
|
@ -12,15 +12,15 @@ Ceiling:
|
|||
{"EntityField"{ENT[{"EntityID"{str[AnimatedBlock]}}{"Size"{intArr[1,5,9]}}{"Fill"{bool[0]}}{"Position"{sngArr[21,0,9]}}{"TexturePath"{str[Kolben]}}{"Textures"{recArr[[160,32,16,16][176,32,16,16][192,32,16,16][208,32,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[1]}}{"AdditionalValue"{str[kolben]}}{"Rotation"{int[3]}}{"AnimationData"{intArr2D[[160,32,16,16,1,4,20,0,0]]}}]}}
|
||||
|
||||
Tree:
|
||||
{"EntityField"{ENT[{"EntityID"{str[WallBill]}}{"Size"{intArr[14,9]}}{"Fill"{bool[0]}}{"Scale"{sngArr[1,2,1]}}{"Position"{sngArr[7,1.55,9]}}{"TexturePath"{str[safari]}}{"Textures"{recArr[[272,0,16,32]]}}{"TextureIndex"{intArr[0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[3]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
{"EntityField"{ENT[{"EntityID"{str[WallBill]}}{"Size"{intArr[14,9]}}{"Fill"{bool[0]}}{"Scale"{sngArr[1,2,1]}}{"Position"{sngArr[7,1.4,9]}}{"TexturePath"{str[safari]}}{"Textures"{recArr[[272,0,16,32]]}}{"TextureIndex"{intArr[0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[3]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
Grass:
|
||||
{"EntityField"{ENT[{"SeasonTexture"{str[Grass]}}{"Size"{intArr[12,1,5]}}{"EntityID"{str[Grass]}}{"Position"{sngArr[8,0,11]}}{"Fill"{bool[0]}}{"TexturePath"{str[Safari]}}{"Textures"{recArr[[224,32,16,16]]}}{"TextureIndex"{intArr[0,0]}}{"Collision"{bool[0]}}{"ModelID"{int[3]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
Slope:
|
||||
{"EntityField"{ENT[{"EntityID"{str[WallBlock]}}{"Position"{sngArr[7,0,10]}}{"Size"{intArr[14,1]}}{"TexturePath"{str[safari]}}{"Textures"{recArr[[272,32,16,16]]}}{"TextureIndex"{intArr[-1,-1,-1,-1,0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[2]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[2]}}]}}
|
||||
{"EntityField"{ENT[{"EntityID"{str[WallBlock]}}{"Position"{sngArr[7,0,10]}}{"Size"{intArr[14,1]}}{"TexturePath"{str[routes]}}{"Textures"{recArr[[96,192,16,16]]}}{"TextureIndex"{intArr[-1,-1,-1,-1,0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[2]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[2]}}]}}
|
||||
|
||||
{"EntityField"{ENT[{"EntityID"{str[WallBlock]}}{"Position"{sngArr[7,0,16]}}{"Size"{intArr[14,1]}}{"TexturePath"{str[safari]}}{"Textures"{recArr[[272,32,16,16]]}}{"TextureIndex"{intArr[-1,-1,-1,-1,0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[2]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
{"EntityField"{ENT[{"EntityID"{str[WallBlock]}}{"Position"{sngArr[7,0,16]}}{"Size"{intArr[14,1]}}{"TexturePath"{str[routes]}}{"Textures"{recArr[[96,192,16,16]]}}{"TextureIndex"{intArr[-1,-1,-1,-1,0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[2]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
Floor:
|
||||
{"Floor"{ENT[{"Size"{intArr[14,9]}}{"Position"{intArr[7,0,9]}}{"TexturePath"{str[routes]}}{"Texture"{rec[96,192,16,16]}}]}}
|
||||
|
|
|
@ -393,8 +393,8 @@ Right:
|
|||
{"EntityField"{ENT[{"Size"{intArr[1,2]}}{"EntityID"{str[Cube]}}{"Scale"{sngArr[1,0.5,1]}}{"Position"{sngArr[34.3,-0.25,26]}}{"TexturePath"{str[Park]}}{"Textures"{recArr[[16,16,16,8]]}}{"TextureIndex"{intArr[0,0]}}{"Collision"{bool[0]}}{"ModelID"{int[3]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[3]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[1,2]}}{"EntityID"{str[Cube]}}{"Scale"{sngArr[1,0.2,0.2]}}{"Position"{sngArr[34,-0.4,26]}}{"TexturePath"{str[Park]}}{"Textures"{recArr[[0,24,16,6]]}}{"TextureIndex"{intArr[0,0,0,0,0,0,0,0,0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[1]}}]}}
|
||||
|
||||
{"EntityField"{ENT[{"Size"{intArr[1,6]}}{"EntityID"{str[Cube]}}{"Scale"{sngArr[1,0.5,1]}}{"Position"{sngArr[36.3,-0.25,20]}}{"TexturePath"{str[Park]}}{"Textures"{recArr[[16,16,16,8]]}}{"TextureIndex"{intArr[0,0]}}{"Collision"{bool[0]}}{"ModelID"{int[3]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[3]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[1,6]}}{"EntityID"{str[Cube]}}{"Scale"{sngArr[1,0.2,0.2]}}{"Position"{sngArr[36,-0.4,20]}}{"TexturePath"{str[Park]}}{"Textures"{recArr[[0,24,16,6]]}}{"TextureIndex"{intArr[0,0,0,0,0,0,0,0,0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[1]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[1,5]}}{"EntityID"{str[Cube]}}{"Scale"{sngArr[1,0.5,1]}}{"Position"{sngArr[36.3,-0.25,21]}}{"TexturePath"{str[Park]}}{"Textures"{recArr[[16,16,16,8]]}}{"TextureIndex"{intArr[0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[3]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[3]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[1,6]}}{"EntityID"{str[Cube]}}{"Scale"{sngArr[1,0.2,0.2]}}{"Position"{sngArr[36,-0.4,20]}}{"TexturePath"{str[Park]}}{"Textures"{recArr[[0,24,16,6]]}}{"TextureIndex"{intArr[0,0,0,0,0,0,0,0,0,0]}}{"Collision"{bool[0]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[1]}}]}}
|
||||
|
||||
{"EntityField"{ENT[{"Size"{intArr[1,2]}}{"EntityID"{str[Cube]}}{"Scale"{sngArr[1,0.5,1]}}{"Position"{sngArr[26.3,-0.25,4]}}{"TexturePath"{str[Park]}}{"Textures"{recArr[[16,16,16,8]]}}{"TextureIndex"{intArr[0,0]}}{"Collision"{bool[0]}}{"ModelID"{int[3]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[3]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[1,2]}}{"EntityID"{str[Cube]}}{"Scale"{sngArr[1,0.2,0.2]}}{"Position"{sngArr[26,-0.4,4]}}{"TexturePath"{str[Park]}}{"Textures"{recArr[[0,24,16,6]]}}{"TextureIndex"{intArr[0,0,0,0,0,0,0,0,0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[1]}}]}}
|
||||
|
|
Loading…
Reference in New Issue