summaryrefslogtreecommitdiff
path: root/data/dungeon/MtFreezePeak
diff options
context:
space:
mode:
Diffstat (limited to 'data/dungeon/MtFreezePeak')
-rw-r--r--data/dungeon/MtFreezePeak/pokemon_found.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/data/dungeon/MtFreezePeak/pokemon_found.json b/data/dungeon/MtFreezePeak/pokemon_found.json
new file mode 100644
index 0000000..683135d
--- /dev/null
+++ b/data/dungeon/MtFreezePeak/pokemon_found.json
@@ -0,0 +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
+ }
+ ]
+ }]
+}