summaryrefslogtreecommitdiff
path: root/data/dungeon/OddityCave
diff options
context:
space:
mode:
authorCheng Hann Gan <chenghanngan.us@gmail.com>2021-09-09 19:22:48 -0400
committerGitHub <noreply@github.com>2021-09-09 16:22:48 -0700
commit8237e29a164211eb2ec4cd161eb4183cc1947fee (patch)
tree67dc502264b755dc620f56969f3bea68a40b17af /data/dungeon/OddityCave
parent4eff1882443b0004d9c9fa4895cdfefdc356565f (diff)
Defined more in-dungeon structs and enums (#53)
* 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>
Diffstat (limited to 'data/dungeon/OddityCave')
-rw-r--r--data/dungeon/OddityCave/floor_id.json280
1 files changed, 140 insertions, 140 deletions
diff --git a/data/dungeon/OddityCave/floor_id.json b/data/dungeon/OddityCave/floor_id.json
index 3ab0136..3c6b0ea 100644
--- a/data/dungeon/OddityCave/floor_id.json
+++ b/data/dungeon/OddityCave/floor_id.json
@@ -1,140 +1,140 @@
-{
- "name": "OddityCaveFloorID",
- "tables": [
- {
- "MainData": 1036,
- "Pokemon": 481,
- "Traps": 62,
- "Items": 119,
- "KecleonShop": 37,
- "MonsterRoomItems": 2,
- "BuriedItems": 109
- },
- {
- "MainData": 1037,
- "Pokemon": 481,
- "Traps": 62,
- "Items": 119,
- "KecleonShop": 37,
- "MonsterRoomItems": 2,
- "BuriedItems": 109
- },
- {
- "MainData": 1038,
- "Pokemon": 481,
- "Traps": 62,
- "Items": 119,
- "KecleonShop": 37,
- "MonsterRoomItems": 2,
- "BuriedItems": 109
- },
- {
- "MainData": 1039,
- "Pokemon": 482,
- "Traps": 62,
- "Items": 120,
- "KecleonShop": 37,
- "MonsterRoomItems": 2,
- "BuriedItems": 109
- },
- {
- "MainData": 1040,
- "Pokemon": 483,
- "Traps": 62,
- "Items": 120,
- "KecleonShop": 37,
- "MonsterRoomItems": 2,
- "BuriedItems": 109
- },
- {
- "MainData": 1041,
- "Pokemon": 484,
- "Traps": 62,
- "Items": 120,
- "KecleonShop": 94,
- "MonsterRoomItems": 46,
- "BuriedItems": 57
- },
- {
- "MainData": 1042,
- "Pokemon": 485,
- "Traps": 62,
- "Items": 120,
- "KecleonShop": 94,
- "MonsterRoomItems": 46,
- "BuriedItems": 57
- },
- {
- "MainData": 1043,
- "Pokemon": 486,
- "Traps": 62,
- "Items": 120,
- "KecleonShop": 94,
- "MonsterRoomItems": 46,
- "BuriedItems": 57
- },
- {
- "MainData": 1044,
- "Pokemon": 486,
- "Traps": 62,
- "Items": 120,
- "KecleonShop": 94,
- "MonsterRoomItems": 46,
- "BuriedItems": 57
- },
- {
- "MainData": 1045,
- "Pokemon": 487,
- "Traps": 62,
- "Items": 120,
- "KecleonShop": 94,
- "MonsterRoomItems": 46,
- "BuriedItems": 57
- },
- {
- "MainData": 1046,
- "Pokemon": 488,
- "Traps": 62,
- "Items": 120,
- "KecleonShop": 28,
- "MonsterRoomItems": 2,
- "BuriedItems": 3
- },
- {
- "MainData": 1047,
- "Pokemon": 488,
- "Traps": 62,
- "Items": 120,
- "KecleonShop": 28,
- "MonsterRoomItems": 2,
- "BuriedItems": 3
- },
- {
- "MainData": 1048,
- "Pokemon": 489,
- "Traps": 62,
- "Items": 120,
- "KecleonShop": 28,
- "MonsterRoomItems": 2,
- "BuriedItems": 3
- },
- {
- "MainData": 1049,
- "Pokemon": 490,
- "Traps": 62,
- "Items": 120,
- "KecleonShop": 28,
- "MonsterRoomItems": 2,
- "BuriedItems": 3
- },
- {
- "MainData": 1050,
- "Pokemon": 490,
- "Traps": 62,
- "Items": 120,
- "KecleonShop": 28,
- "MonsterRoomItems": 2,
- "BuriedItems": 3
- }
- ]
-}
+{
+ "name": "OddityCaveFloorID",
+ "tables": [
+ {
+ "MainData": 1036,
+ "Pokemon": 481,
+ "Traps": 62,
+ "Items": 119,
+ "KecleonShop": 37,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 109
+ },
+ {
+ "MainData": 1037,
+ "Pokemon": 481,
+ "Traps": 62,
+ "Items": 119,
+ "KecleonShop": 37,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 109
+ },
+ {
+ "MainData": 1038,
+ "Pokemon": 481,
+ "Traps": 62,
+ "Items": 119,
+ "KecleonShop": 37,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 109
+ },
+ {
+ "MainData": 1039,
+ "Pokemon": 482,
+ "Traps": 62,
+ "Items": 120,
+ "KecleonShop": 37,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 109
+ },
+ {
+ "MainData": 1040,
+ "Pokemon": 483,
+ "Traps": 62,
+ "Items": 120,
+ "KecleonShop": 37,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 109
+ },
+ {
+ "MainData": 1041,
+ "Pokemon": 484,
+ "Traps": 62,
+ "Items": 120,
+ "KecleonShop": 94,
+ "MonsterRoomItems": 46,
+ "BuriedItems": 57
+ },
+ {
+ "MainData": 1042,
+ "Pokemon": 485,
+ "Traps": 62,
+ "Items": 120,
+ "KecleonShop": 94,
+ "MonsterRoomItems": 46,
+ "BuriedItems": 57
+ },
+ {
+ "MainData": 1043,
+ "Pokemon": 486,
+ "Traps": 62,
+ "Items": 120,
+ "KecleonShop": 94,
+ "MonsterRoomItems": 46,
+ "BuriedItems": 57
+ },
+ {
+ "MainData": 1044,
+ "Pokemon": 486,
+ "Traps": 62,
+ "Items": 120,
+ "KecleonShop": 94,
+ "MonsterRoomItems": 46,
+ "BuriedItems": 57
+ },
+ {
+ "MainData": 1045,
+ "Pokemon": 487,
+ "Traps": 62,
+ "Items": 120,
+ "KecleonShop": 94,
+ "MonsterRoomItems": 46,
+ "BuriedItems": 57
+ },
+ {
+ "MainData": 1046,
+ "Pokemon": 488,
+ "Traps": 62,
+ "Items": 120,
+ "KecleonShop": 28,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 1047,
+ "Pokemon": 488,
+ "Traps": 62,
+ "Items": 120,
+ "KecleonShop": 28,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 1048,
+ "Pokemon": 489,
+ "Traps": 62,
+ "Items": 120,
+ "KecleonShop": 28,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 1049,
+ "Pokemon": 490,
+ "Traps": 62,
+ "Items": 120,
+ "KecleonShop": 28,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 1050,
+ "Pokemon": 490,
+ "Traps": 62,
+ "Items": 120,
+ "KecleonShop": 28,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ }
+ ]
+}