mirror of
https://github.com/pret/pmd-red.git
synced 2026-05-14 08:20:10 -05:00
* Defined DungeonEntity * Rename EntityType enums * Revert EntityType rename * Defined more in-dungeon structs and enums * Added more dungeon global structs/enums * Prefixed dungeonGlobalData with g * Fixed compile errors * Removed some CRLFs * Fixed compile after merge * Revert Makefile * Rename DungeonEntityData.entityType Co-authored-by: Seth Barberee <seth.barberee@gmail.com> * Renamed symbols per PR comments Co-authored-by: Cheng Hann Gan <chenghann_gan@ultimatesoftware.com> Co-authored-by: Seth Barberee <seth.barberee@gmail.com>
87 lines
1.7 KiB
JSON
87 lines
1.7 KiB
JSON
{
|
|
"name": "SilentChasmFloorID",
|
|
"tables": [
|
|
{
|
|
"MainData": 30,
|
|
"Pokemon": 22,
|
|
"Traps": 1,
|
|
"Items": 13,
|
|
"KecleonShop": 1,
|
|
"MonsterRoomItems": 2,
|
|
"BuriedItems": 3
|
|
},
|
|
{
|
|
"MainData": 31,
|
|
"Pokemon": 22,
|
|
"Traps": 1,
|
|
"Items": 13,
|
|
"KecleonShop": 1,
|
|
"MonsterRoomItems": 2,
|
|
"BuriedItems": 3
|
|
},
|
|
{
|
|
"MainData": 32,
|
|
"Pokemon": 22,
|
|
"Traps": 1,
|
|
"Items": 13,
|
|
"KecleonShop": 1,
|
|
"MonsterRoomItems": 2,
|
|
"BuriedItems": 3
|
|
},
|
|
{
|
|
"MainData": 33,
|
|
"Pokemon": 23,
|
|
"Traps": 1,
|
|
"Items": 14,
|
|
"KecleonShop": 1,
|
|
"MonsterRoomItems": 2,
|
|
"BuriedItems": 3
|
|
},
|
|
{
|
|
"MainData": 34,
|
|
"Pokemon": 24,
|
|
"Traps": 1,
|
|
"Items": 14,
|
|
"KecleonShop": 1,
|
|
"MonsterRoomItems": 2,
|
|
"BuriedItems": 3
|
|
},
|
|
{
|
|
"MainData": 35,
|
|
"Pokemon": 25,
|
|
"Traps": 1,
|
|
"Items": 14,
|
|
"KecleonShop": 1,
|
|
"MonsterRoomItems": 2,
|
|
"BuriedItems": 3
|
|
},
|
|
{
|
|
"MainData": 36,
|
|
"Pokemon": 26,
|
|
"Traps": 1,
|
|
"Items": 14,
|
|
"KecleonShop": 1,
|
|
"MonsterRoomItems": 2,
|
|
"BuriedItems": 3
|
|
},
|
|
{
|
|
"MainData": 37,
|
|
"Pokemon": 27,
|
|
"Traps": 1,
|
|
"Items": 14,
|
|
"KecleonShop": 1,
|
|
"MonsterRoomItems": 2,
|
|
"BuriedItems": 3
|
|
},
|
|
{
|
|
"MainData": 38,
|
|
"Pokemon": 28,
|
|
"Traps": 1,
|
|
"Items": 14,
|
|
"KecleonShop": 1,
|
|
"MonsterRoomItems": 2,
|
|
"BuriedItems": 3
|
|
}
|
|
]
|
|
}
|