diff options
Diffstat (limited to 'data/dungeon/MtFreezePeak')
-rw-r--r-- | data/dungeon/MtFreezePeak/floor_id.json | 100 | ||||
-rw-r--r-- | data/dungeon/MtFreezePeak/pokemon_found.json | 112 |
2 files changed, 106 insertions, 106 deletions
diff --git a/data/dungeon/MtFreezePeak/floor_id.json b/data/dungeon/MtFreezePeak/floor_id.json index 23d45db..31275ad 100644 --- a/data/dungeon/MtFreezePeak/floor_id.json +++ b/data/dungeon/MtFreezePeak/floor_id.json @@ -1,50 +1,50 @@ -{
- "name": "MtFreezePeakFloorID",
- "tables": [
- {
- "MainData": 122,
- "Pokemon": 79,
- "Traps": 3,
- "Items": 34,
- "KecleonShop": 28,
- "MonsterRoomItems": 2,
- "BuriedItems": 3
- },
- {
- "MainData": 123,
- "Pokemon": 79,
- "Traps": 3,
- "Items": 34,
- "KecleonShop": 28,
- "MonsterRoomItems": 2,
- "BuriedItems": 3
- },
- {
- "MainData": 124,
- "Pokemon": 79,
- "Traps": 3,
- "Items": 34,
- "KecleonShop": 28,
- "MonsterRoomItems": 2,
- "BuriedItems": 3
- },
- {
- "MainData": 125,
- "Pokemon": 79,
- "Traps": 3,
- "Items": 35,
- "KecleonShop": 28,
- "MonsterRoomItems": 2,
- "BuriedItems": 3
- },
- {
- "MainData": 126,
- "Pokemon": 80,
- "Traps": 3,
- "Items": 35,
- "KecleonShop": 28,
- "MonsterRoomItems": 2,
- "BuriedItems": 3
- }
- ]
-}
+{ + "name": "MtFreezePeakFloorID", + "tables": [ + { + "MainData": 122, + "Pokemon": 79, + "Traps": 3, + "Items": 34, + "KecleonShop": 28, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 123, + "Pokemon": 79, + "Traps": 3, + "Items": 34, + "KecleonShop": 28, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 124, + "Pokemon": 79, + "Traps": 3, + "Items": 34, + "KecleonShop": 28, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 125, + "Pokemon": 79, + "Traps": 3, + "Items": 35, + "KecleonShop": 28, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 126, + "Pokemon": 80, + "Traps": 3, + "Items": 35, + "KecleonShop": 28, + "MonsterRoomItems": 2, + "BuriedItems": 3 + } + ] +} diff --git a/data/dungeon/MtFreezePeak/pokemon_found.json b/data/dungeon/MtFreezePeak/pokemon_found.json index 7d1a50c..683135d 100644 --- a/data/dungeon/MtFreezePeak/pokemon_found.json +++ b/data/dungeon/MtFreezePeak/pokemon_found.json @@ -1,56 +1,56 @@ -{
- "tables": [{
- "name": "MtFreezePeak_1F_4F_Pokemon",
- "pokemon": [
- {
- "species": "SPECIES_KECLEON",
- "level": 90,
- "probability": 0
- },
- {
- "species": "SPECIES_GLALIE",
- "level": 20,
- "probability": 10000
- },
- {
- "species": "SPECIES_DECOY",
- "level": 1,
- "probability": 0
- }
- ]
- }, {
- "name": "MtFreezePeak_5F_Pokemon",
- "pokemon": [
- {
- "species": "SPECIES_CHARIZARD",
- "level": 55,
- "probability": 0
- },
- {
- "species": "SPECIES_ALAKAZAM",
- "level": 50,
- "probability": 0
- },
- {
- "species": "SPECIES_TYRANITAR",
- "level": 50,
- "probability": 0
- },
- {
- "species": "SPECIES_KECLEON",
- "level": 90,
- "probability": 0
- },
- {
- "species": "SPECIES_GLALIE",
- "level": 20,
- "probability": 10000
- },
- {
- "species": "SPECIES_DECOY",
- "level": 1,
- "probability": 0
- }
- ]
- }]
-}
+{ + "tables": [{ + "name": "MtFreezePeak_1F_4F_Pokemon", + "pokemon": [ + { + "species": "SPECIES_KECLEON", + "level": 90, + "probability": 0 + }, + { + "species": "SPECIES_GLALIE", + "level": 20, + "probability": 10000 + }, + { + "species": "SPECIES_DECOY", + "level": 1, + "probability": 0 + } + ] + }, { + "name": "MtFreezePeak_5F_Pokemon", + "pokemon": [ + { + "species": "SPECIES_CHARIZARD", + "level": 55, + "probability": 0 + }, + { + "species": "SPECIES_ALAKAZAM", + "level": 50, + "probability": 0 + }, + { + "species": "SPECIES_TYRANITAR", + "level": 50, + "probability": 0 + }, + { + "species": "SPECIES_KECLEON", + "level": 90, + "probability": 0 + }, + { + "species": "SPECIES_GLALIE", + "level": 20, + "probability": 10000 + }, + { + "species": "SPECIES_DECOY", + "level": 1, + "probability": 0 + } + ] + }] +} |