Fix lighting issues in battle frontier exterior maps
This commit is contained in:
parent
af390034b9
commit
3d046255d5
|
@ -1,5 +1,5 @@
|
|||
{"Level"{LEV[{"Name"{str[Battle Frontier]}}{"MusicLoop"{str[frontier]}}{"CurrentRegion"{str[battle frontier,johto,kanto]}}]}}
|
||||
{"Actions"{LEV[{"CanTeleport"{bool[1]}}{"CanDig"{bool[0]}}{"CanFly"{bool[1]}}{"EnvironmentType"{int[0]}}{"Lightning"{int[0]}}{"Weather"{int[0]}}]}}
|
||||
{"Actions"{LEV[{"CanTeleport"{bool[1]}}{"CanDig"{bool[0]}}{"CanFly"{bool[1]}}{"EnvironmentType"{int[0]}}{"Lighting"{int[0]}}{"Weather"{int[0]}}]}}
|
||||
|
||||
Grass:
|
||||
{"Floor"{ENT[{"Size"{intArr[4,2]}}{"SeasonTexture"{str[Grass]}}{"Position"{intArr[19,3,29]}}{"TexturePath"{str[frontier]}}{"Texture"{rec[16,0,16,16]}}]}}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{"Level"{LEV[{"Name"{str[Battle Frontier]}}{"MusicLoop"{str[frontier]}}{"CurrentRegion"{str[battle frontier,johto,kanto]}}]}}
|
||||
{"Actions"{LEV[{"CanTeleport"{bool[1]}}{"CanDig"{bool[0]}}{"CanFly"{bool[1]}}{"EnvironmentType"{int[0]}}{"Lightning"{int[0]}}{"Weather"{int[0]}}]}}
|
||||
{"Actions"{LEV[{"CanTeleport"{bool[1]}}{"CanDig"{bool[0]}}{"CanFly"{bool[1]}}{"EnvironmentType"{int[0]}}{"Lighting"{int[0]}}{"Weather"{int[0]}}]}}
|
||||
|
||||
Grass:
|
||||
{"Floor"{ENT[{"Size"{intArr[4,2]}}{"SeasonTexture"{str[Grass]}}{"Position"{intArr[21,3,29]}}{"TexturePath"{str[frontier]}}{"Texture"{rec[16,0,16,16]}}]}}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{"Level"{LEV[{"Name"{str[Battle Frontier]}}{"MusicLoop"{str[frontier]}}{"CurrentRegion"{str[battle frontier,johto,kanto]}}]}}
|
||||
{"Actions"{LEV[{"CanTeleport"{bool[1]}}{"CanDig"{bool[0]}}{"CanFly"{bool[1]}}{"EnvironmentType"{int[0]}}{"Lightning"{int[0]}}{"Weather"{int[0]}}]}}
|
||||
{"Actions"{LEV[{"CanTeleport"{bool[1]}}{"CanDig"{bool[0]}}{"CanFly"{bool[1]}}{"EnvironmentType"{int[0]}}{"Lighting"{int[0]}}{"Weather"{int[0]}}]}}
|
||||
|
||||
Grass:
|
||||
{"Floor"{ENT[{"Size"{intArr[4,2]}}{"SeasonTexture"{str[Grass]}}{"Position"{intArr[19,3,29]}}{"TexturePath"{str[frontier]}}{"Texture"{rec[16,0,16,16]}}]}}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{"Level"{LEV[{"Name"{str[Battle Frontier]}}{"MusicLoop"{str[frontier]}}{"CurrentRegion"{str[battle frontier,johto,kanto]}}]}}
|
||||
{"Actions"{LEV[{"CanTeleport"{bool[1]}}{"CanDig"{bool[0]}}{"CanFly"{bool[1]}}{"EnvironmentType"{int[0]}}{"Lightning"{int[0]}}{"Weather"{int[0]}}]}}
|
||||
{"Actions"{LEV[{"CanTeleport"{bool[1]}}{"CanDig"{bool[0]}}{"CanFly"{bool[1]}}{"EnvironmentType"{int[0]}}{"Lighting"{int[0]}}{"Weather"{int[0]}}]}}
|
||||
|
||||
Grass:
|
||||
{"Floor"{ENT[{"Size"{intArr[4,2]}}{"SeasonTexture"{str[Grass]}}{"Position"{intArr[21,3,29]}}{"TexturePath"{str[frontier]}}{"Texture"{rec[16,0,16,16]}}]}}
|
||||
|
|
Loading…
Reference in New Issue