more fixes, I guess
This commit is contained in:
parent
24df4e41e5
commit
67d752c324
|
@ -47,8 +47,8 @@ version=2
|
||||||
|
|
||||||
@register.register(spiky)
|
@register.register(spiky)
|
||||||
@pokemon.cry(172)
|
@pokemon.cry(172)
|
||||||
@pokemon.add(172,50,Obtained at,5,Ilex Forest)
|
@pokemon.add(172_spiky-eared,50,Obtained at,161,Ilex Forest)
|
||||||
@pokemon.setadditionalvalue(<pokemon.count>-1,spiky-eared)
|
|
||||||
@pokemon.setshiny(<pokemon.count>-1,0)
|
@pokemon.setshiny(<pokemon.count>-1,0)
|
||||||
@pokemon.setgender(<pokemon.count>-1,1)
|
@pokemon.setgender(<pokemon.count>-1,1)
|
||||||
@pokemon.clearattacks(<pokemon.count>-1)
|
@pokemon.clearattacks(<pokemon.count>-1)
|
||||||
|
@ -56,7 +56,6 @@ version=2
|
||||||
@pokemon.addattack(<pokemon.count>-1,207)
|
@pokemon.addattack(<pokemon.count>-1,207)
|
||||||
@pokemon.addattack(<pokemon.count>-1,344)
|
@pokemon.addattack(<pokemon.count>-1,344)
|
||||||
@pokemon.addattack(<pokemon.count>-1,220)
|
@pokemon.addattack(<pokemon.count>-1,220)
|
||||||
@pokemon.reloadall
|
|
||||||
@sound.play(success_small)
|
@sound.play(success_small)
|
||||||
@text.show(Spiky-Eared Pichu has~joined your party!)
|
@text.show(Spiky-Eared Pichu has~joined your party!)
|
||||||
@pokemon.rename(last)
|
@pokemon.rename(last)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Name|Earl
|
Name|Earl
|
||||||
TrainerClass|Hiker
|
TrainerClass|Hiker
|
||||||
Money|1944
|
Money|1944
|
||||||
IntroMessage|Tell me where are the mountains~around these parts?
|
IntroMessage|Tell me, where are the~mountains around these parts?
|
||||||
OutroMessage|I lost my way while I was busy battling!
|
OutroMessage|I lost my way while I was busy battling!
|
||||||
DefeatMessage|Aren't there any mountains~around these parts?
|
DefeatMessage|Aren't there any mountains~around these parts?
|
||||||
TextureID|2
|
TextureID|2
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
{"Actions"{LEV[{"CanTeleport"{bool[1]}}{"CanDig"{bool[1]}}{"CanFly"{bool[0]}}{"EnviromentType"{int[1]}}{"Weather"{int[1]}}]}}
|
||||||
|
|
||||||
|
Walls:
|
||||||
|
{"EntityField"{ENT[{"EntityID"{str[WallBlock]}}{"Size"{intArr[16,3,9]}}{"Fill"{bool[0]}}{"Position"{sngArr[6,0,9]}}{"TexturePath"{str[kolben]}}{"Textures"{recArr[[0,32,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[0]}}]}}
|
||||||
|
|
||||||
|
Floor:
|
||||||
|
{"Floor"{ENT[{"Size"{intArr[14,7]}}{"Position"{intArr[7,0,10]}}{"TexturePath"{str[kolben]}}{"Texture"{rec[0,0,16,16]}}]}}
|
||||||
|
|
||||||
|
Ceiling:
|
||||||
|
{"EntityField"{ENT[{"Size"{intArr[14,7]}}{"EntityID"{str[AllSidesObject]}}{"Position"{sngArr[7,3,10]}}{"TexturePath"{str[kolben]}}{"Textures"{recArr[[0,16,16,16]]}}{"TextureIndex"{intArr[0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[0]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||||
|
|
Loading…
Reference in New Issue