diff options
-rw-r--r-- | data/dungeon/D63/floor_id.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/data/dungeon/D63/floor_id.json b/data/dungeon/D63/floor_id.json index 3b28c57..0f6bd5d 100644 --- a/data/dungeon/D63/floor_id.json +++ b/data/dungeon/D63/floor_id.json @@ -1,14 +1,14 @@ -{
- "name": "D63FloorID",
- "tables": [
- {
- "MainData": 1763,
- "Pokemon": 526,
- "Traps": 87,
- "Items": 176,
- "KecleonShop": 19,
- "MonsterRoomItems": 177,
- "BuriedItems": 66
- }
- ]
-}
+{ + "name": "D63FloorID", + "tables": [ + { + "MainData": 1763, + "Pokemon": 526, + "Traps": 87, + "Items": 176, + "KecleonShop": 19, + "MonsterRoomItems": 177, + "BuriedItems": 66 + } + ] +} |