diff --git a/input/kh3/enemies/air-droid.toml b/input/kh3/enemies/air-droid.toml new file mode 100644 index 0000000..0eacf5e --- /dev/null +++ b/input/kh3/enemies/air-droid.toml @@ -0,0 +1,31 @@ +name = "Air Droid" + +[[world]] +name = "Toy Box" + +[[drops]] +name = "Wellspring Shard" +kind = "material" +chance = 12 + + [drops.material] + category = "wellspring" + kind = "shard" + +[[drops]] +name = "Wellspring Stone" +kind = "material" +chance = 4 + + [drops.material] + category = "wellspring" + kind = "stone" + +[[drops]] +name = "Hungry Shard" +kind = "material" +chance = 8 + + [drops.material] + category = "hungry" + kind = "shard" diff --git a/input/kh3/enemies/air-soldier.toml b/input/kh3/enemies/air-soldier.toml new file mode 100644 index 0000000..a3f8cc2 --- /dev/null +++ b/input/kh3/enemies/air-soldier.toml @@ -0,0 +1,22 @@ +name = "Air Soldier" + +[[world]] +name = "Olympus" + +[[drops]] +name = "Lucid Shard" +kind = "material" +chance = 12 + + [drops.material] + category = "lucid" + kind = "shard" + +[[drops]] +name = "Lucid Stone" +kind = "material" +chance = 4 + + [drops.material] + category = "lucid" + kind = "stone" diff --git a/input/kh3/enemies/anchor-raider.toml b/input/kh3/enemies/anchor-raider.toml new file mode 100644 index 0000000..1100c20 --- /dev/null +++ b/input/kh3/enemies/anchor-raider.toml @@ -0,0 +1,31 @@ +name = "Anchor Raider" + +[[world]] +name = "The Caribbean" + +[[drops]] +name = "Wellspring Gem" +kind = "material" +chance = 20 + + [drops.material] + category = "wellspring" + kind = "gem" + +[[drops]] +name = "Wellspring Crystal" +kind = "material" +chance = 8 + + [drops.material] + category = "wellspring" + kind = "crystal" + +[[drops]] +name = "Lucid Crystal" +kind = "material" +chance = 8 + + [drops.material] + category = "lucid" + kind = "crystal" diff --git a/input/kh3/enemies/beasts-and-bugs.toml b/input/kh3/enemies/beasts-and-bugs.toml new file mode 100644 index 0000000..419820a --- /dev/null +++ b/input/kh3/enemies/beasts-and-bugs.toml @@ -0,0 +1,31 @@ +name = "Beasts & Bugs" + +[[world]] +name = "Toy Box" + +[[drops]] +name = "Wellspring Shard" +kind = "material" +chance = 16 + + [drops.material] + category = "wellspring" + kind = "shard" + +[[drops]] +name = "Wellspring Stone" +kind = "material" +chance = 8 + + [drops.material] + category = "wellspring" + kind = "stone" + +[[drops]] +name = "Hungry Shard" +kind = "material" +chance = 8 + + [drops.material] + category = "hungry" + kind = "shard" diff --git a/input/kh3/enemies/berserker.toml b/input/kh3/enemies/berserker.toml new file mode 100644 index 0000000..cd5e3f4 --- /dev/null +++ b/input/kh3/enemies/berserker.toml @@ -0,0 +1,32 @@ +name = "Berserker" +kind = "nobody" + +[[world]] +name = "Arendelle" + +[[drops]] +name = "Betwixt Crystal" +kind = "material" +chance = 73 + + [drops.material] + category = "betwixt" + kind = "crystal" + +[[drops]] +name = "Hungry Crystal" +kind = "material" +chance = 18 + + [drops.material] + category = "hungry" + kind = "crystal" + +[[drops]] +name = "Evanescent Crystal" +kind = "material" +chance = 9 + + [drops.material] + category = "evanescent" + kind = "crystal" diff --git a/input/kh3/enemies/bizarre-archer.toml b/input/kh3/enemies/bizarre-archer.toml new file mode 100644 index 0000000..01370e6 --- /dev/null +++ b/input/kh3/enemies/bizarre-archer.toml @@ -0,0 +1,37 @@ +name = "Bizarre Archer" + +[[world]] +name = "Olympus" + +[[world]] +name = "Twilight Town" + +[[world]] +name = "Kingdom of Corona" + +[[drops]] +name = "Blazing Shard" +kind = "material" +chance = 8 + + [drops.material] + category = "blazing" + kind = "shard" + +[[drops]] +name = "Lightning Shard" +kind = "material" +chance = 8 + + [drops.material] + category = "lightning" + kind = "shard" + +[[drops]] +name = "Wellspring Shard" +kind = "material" +chance = 4 + + [drops.material] + category = "wellspring" + kind = "shard" diff --git a/input/kh3/enemies/bouncy-pets.toml b/input/kh3/enemies/bouncy-pets.toml new file mode 100644 index 0000000..43526b4 --- /dev/null +++ b/input/kh3/enemies/bouncy-pets.toml @@ -0,0 +1,31 @@ +name = "Bouncy Pets" + +[[world]] +name = "Toy Box" + +[[drops]] +name = "Wellspring Shard" +kind = "material" +chance = 12 + + [drops.material] + category = "wellspring" + kind = "shard" + +[[drops]] +name = "Wellspring Stone" +kind = "material" +chance = 4 + + [drops.material] + category = "wellspring" + kind = "stone" + +[[drops]] +name = "Hungry Shard" +kind = "material" +chance = 8 + + [drops.material] + category = "hungry" + kind = "shard" diff --git a/input/kh3/enemies/chaos-carriage.toml b/input/kh3/enemies/chaos-carriage.toml new file mode 100644 index 0000000..abb86fb --- /dev/null +++ b/input/kh3/enemies/chaos-carriage.toml @@ -0,0 +1,22 @@ +name = "Chaos Carriage" + +[[world]] +name = "Kingdom of Corona" + +[[drops]] +name = "Wellspring Gem" +kind = "material" +chance = 20 + + [drops.material] + category = "wellspring" + kind = "gem" + +[[drops]] +name = "Hungry Stone" +kind = "material" +chance = 12 + + [drops.material] + category = "hungry" + kind = "stone" diff --git a/input/kh3/enemies/chief-puff.toml b/input/kh3/enemies/chief-puff.toml new file mode 100644 index 0000000..ab7eb87 --- /dev/null +++ b/input/kh3/enemies/chief-puff.toml @@ -0,0 +1,51 @@ +name = "Chief Puff" + +[[world]] +name = "Kingdom of Corona" + +[[drops]] +name = "Lucid Stone" +kind = "material" +chance = 12 + + [drops.material] + category = "lucid" + kind = "stone" + +[[drops]] +name = "Lucid Gem" +kind = "material" +chance = 4 + + [drops.material] + category = "lucid" + kind = "gem" + +[[drops]] +name = "Wellspring Stone" +kind = "material" +chance = 8 + + [drops.material] + category = "wellspring" + kind = "stone" + +[[drops]] +name = "Wellspring Stone" +kind = "material" +chance = 16 +info = "While in Tower mode" + + [drops.material] + category = "wellspring" + kind = "stone" + +[[drops]] +name = "Lucid Shard" +kind = "material" +chance = 8 +info = "While in Tower mode" + + [drops.material] + category = "lucid" + kind = "shard" diff --git a/input/kh3/enemies/dusk.toml b/input/kh3/enemies/dusk.toml new file mode 100644 index 0000000..23c8b23 --- /dev/null +++ b/input/kh3/enemies/dusk.toml @@ -0,0 +1,23 @@ +name = "Dusk" +kind = "nobody" + +[[world]] +name = "Arendelle" + +[[drops]] +name = "Twilight Shard" +kind = "material" +chance = 12 + + [drops.material] + category = "twilight" + kind = "shard" + +[[drops]] +name = "Twilight Stone" +kind = "material" +chance = 6 + + [drops.material] + category = "twilight" + kind = "stone" diff --git a/input/kh3/enemies/earth-core.toml b/input/kh3/enemies/earth-core.toml new file mode 100644 index 0000000..4de58b3 --- /dev/null +++ b/input/kh3/enemies/earth-core.toml @@ -0,0 +1,28 @@ +name = "Earth Core" + +[[world]] +name = "Olympus" + +[[world]] +name = "Kingdom of Corona" + +[[world]] +name = "The Caribbean" + +[[drops]] +name = "Pulsing Shard" +kind = "material" +chance = 15 + + [drops.material] + category = "pulsing" + kind = "shard" + +[[drops]] +name = "Pulsing Stone" +kind = "material" +chance = 10 + + [drops.material] + category = "pulsing" + kind = "stone" diff --git a/input/kh3/enemies/flame-core.toml b/input/kh3/enemies/flame-core.toml new file mode 100644 index 0000000..518c0b2 --- /dev/null +++ b/input/kh3/enemies/flame-core.toml @@ -0,0 +1,25 @@ +name = "Flame Core" + +[[world]] +name = "Olympus" + +[[world]] +name = "Monstropolis" + +[[drops]] +name = "Blazing Shard" +kind = "material" +chance = 15 + + [drops.material] + category = "blazing" + kind = "shard" + +[[drops]] +name = "Blazing Stone" +kind = "material" +chance = 10 + + [drops.material] + category = "blazing" + kind = "stone" diff --git a/input/kh3/enemies/flood.toml b/input/kh3/enemies/flood.toml new file mode 100644 index 0000000..4ff8052 --- /dev/null +++ b/input/kh3/enemies/flood.toml @@ -0,0 +1,23 @@ +name = "Flood" +kind = "unversed" + +[[world]] +name = "Monstropolis" + +[[drops]] +name = "Sinister Shard" +kind = "material" +chance = 12 + + [drops.material] + category = "sinister" + kind = "shard" + +[[drops]] +name = "Wellspring Shard" +kind = "material" +chance = 4 + + [drops.material] + category = "wellspring" + kind = "shard" diff --git a/input/kh3/enemies/flowersnake.toml b/input/kh3/enemies/flowersnake.toml new file mode 100644 index 0000000..bfdd5b4 --- /dev/null +++ b/input/kh3/enemies/flowersnake.toml @@ -0,0 +1,32 @@ +name = "Flowersnake" +kind = "unversed" + +[[world]] +name = "Monstropolis" + +[[drops]] +name = "Sinister Stone" +kind = "material" +chance = 8 + + [drops.material] + category = "sinister" + kind = "stone" + +[[drops]] +name = "Sinister Gem" +kind = "material" +chance = 4 + + [drops.material] + category = "sinister" + kind = "gem" + +[[drops]] +name = "Wellspring Stone" +kind = "material" +chance = 8 + + [drops.material] + category = "wellspring" + kind = "stone" diff --git a/input/kh3/enemies/fluttering.toml b/input/kh3/enemies/fluttering.toml new file mode 100644 index 0000000..fec6ee7 --- /dev/null +++ b/input/kh3/enemies/fluttering.toml @@ -0,0 +1,31 @@ +name = "Fluttering" + +[[world]] +name = "Kingdom of Corona" + +[[drops]] +name = "Writhing Shard" +kind = "material" +chance = 8 + + [drops.material] + category = "writhing" + kind = "shard" + +[[drops]] +name = "Writhing Stone" +kind = "material" +chance = 4 + + [drops.material] + category = "writhing" + kind = "stone" + +[[drops]] +name = "Writhing Gem" +kind = "material" +chance = 4 + + [drops.material] + category = "writhing" + kind = "gem" diff --git a/input/kh3/enemies/focus-popcat.toml b/input/kh3/enemies/focus-popcat.toml new file mode 100644 index 0000000..54112ac --- /dev/null +++ b/input/kh3/enemies/focus-popcat.toml @@ -0,0 +1,34 @@ +name = "Focus Popcat" + +[[world]] +name = "Toy Box" + +[[world]] +name = "Arendelle" + +[[drops]] +name = "Wellspring Stone" +kind = "material" +chance = 8 + + [drops.material] + category = "wellspring" + kind = "stone" + +[[drops]] +name = "Hungry Shard" +kind = "material" +chance = 8 + + [drops.material] + category = "hungry" + kind = "shard" + +[[drops]] +name = "Hungry Stone" +kind = "material" +chance = 4 + + [drops.material] + category = "hungry" + kind = "stone" diff --git a/input/kh3/enemies/frost-serpent.toml b/input/kh3/enemies/frost-serpent.toml new file mode 100644 index 0000000..95a7295 --- /dev/null +++ b/input/kh3/enemies/frost-serpent.toml @@ -0,0 +1,63 @@ +name = "Frost Serpent" + +[[world]] +name = "Arendelle" + +[[drops]] +name = "Frost Crystal" +kind = "material" +chance = 30 + + [drops.material] + category = "frost" + kind = "crystal" + +[[drops]] +name = "Frost Stone" +kind = "material" +chance = 40 +info = "Dropped from its Wings" + + [drops.material] + category = "frost" + kind = "stone" + +[[drops]] +name = "Frost Gem" +kind = "material" +chance = 40 +info = "Dropped from its Wings" + + [drops.material] + category = "frost" + kind = "gem" + +[[drops]] +name = "Hungry Stone" +kind = "material" +chance = 40 +info = "Dropped from its Tail" + + [drops.material] + category = "hungry" + kind = "stone" + +[[drops]] +name = "Hungry Gem" +kind = "material" +chance = 20 +info = "Dropped from its Tail" + + [drops.material] + category = "hungry" + kind = "gem" + +[[drops]] +name = "Hungry Crystal" +kind = "material" +chance = 20 +info = "Dropped from its Tail" + + [drops.material] + category = "hungry" + kind = "crystal" diff --git a/input/kh3/enemies/gambler.toml b/input/kh3/enemies/gambler.toml new file mode 100644 index 0000000..c8995ef --- /dev/null +++ b/input/kh3/enemies/gambler.toml @@ -0,0 +1,35 @@ +name = "Gambler" +kind = "nobody" + +[[world]] +name = "Arendelle" + +[[world]] +name = "The Caribbean" + +[[drops]] +name = "Twilight Stone" +kind = "material" +chance = 18 + + [drops.material] + category = "twilight" + kind = "stone" + +[[drops]] +name = "Twilight Gem" +kind = "material" +chance = 12 + + [drops.material] + category = "twilight" + kind = "gem" + +[[drops]] +name = "Twilight Crystal" +kind = "material" +chance = 6 + + [drops.material] + category = "twilight" + kind = "crystal" diff --git a/input/kh3/enemies/gigas.toml b/input/kh3/enemies/gigas.toml new file mode 100644 index 0000000..6abaa43 --- /dev/null +++ b/input/kh3/enemies/gigas.toml @@ -0,0 +1,22 @@ +name = "Gigas" + +[[world]] +name = "Toy Box" + +[[drops]] +name = "Soothing Shard" +kind = "material" +chance = 12 + + [drops.material] + category = "soothing" + kind = "shard" + +[[drops]] +name = "Wellspring Shard" +kind = "material" +chance = 8 + + [drops.material] + category = "wellspring" + kind = "shard" diff --git a/input/kh3/enemies/gold-beat.toml b/input/kh3/enemies/gold-beat.toml new file mode 100644 index 0000000..47f3220 --- /dev/null +++ b/input/kh3/enemies/gold-beat.toml @@ -0,0 +1,22 @@ +name = "Gold Beat" + +[[world]] +name = "Toy Box" + +[[drops]] +name = "Lightning Stone" +kind = "material" +chance = 12 + + [drops.material] + category = "lightning" + kind = "stone" + +[[drops]] +name = "Lightning Gem" +kind = "material" +chance = 6 + + [drops.material] + category = "lightning" + kind = "gem" diff --git a/input/kh3/enemies/helmed-body.toml b/input/kh3/enemies/helmed-body.toml new file mode 100644 index 0000000..296c58d --- /dev/null +++ b/input/kh3/enemies/helmed-body.toml @@ -0,0 +1,34 @@ +name = "Helmed Body" + +[[world]] +name = "Arendelle" + +[[world]] +name = "San Fransokyo" + +[[drops]] +name = "Writhing Gem" +kind = "material" +chance = 8 + + [drops.material] + category = "writhing" + kind = "gem" + +[[drops]] +name = "Wellspring Crystal" +kind = "material" +chance = 4 + + [drops.material] + category = "wellspring" + kind = "crystal" + +[[drops]] +name = "Pulsing Crystal" +kind = "material" +chance = 4 + + [drops.material] + category = "pulsing" + kind = "crystal" diff --git a/input/kh3/enemies/high-soldier.toml b/input/kh3/enemies/high-soldier.toml new file mode 100644 index 0000000..c7bb0f4 --- /dev/null +++ b/input/kh3/enemies/high-soldier.toml @@ -0,0 +1,31 @@ +name = "High Soldier" + +[[world]] +name = "San Fransokyo" + +[[drops]] +name = "Wellspring Gem" +kind = "material" +chance = 8 + + [drops.material] + category = "wellspring" + kind = "gem" + +[[drops]] +name = "Wellspring Crystal" +kind = "material" +chance = 12 + + [drops.material] + category = "wellspring" + kind = "crystal" + +[[drops]] +name = "Blazing Crystal" +kind = "material" +chance = 4 + + [drops.material] + category = "blazing" + kind = "crystal" diff --git a/input/kh3/enemies/large-body.toml b/input/kh3/enemies/large-body.toml new file mode 100644 index 0000000..2e32c33 --- /dev/null +++ b/input/kh3/enemies/large-body.toml @@ -0,0 +1,34 @@ +name = "Large Body" + +[[world]] +name = "Olympus" + +[[world]] +name = "Twilight Town" + +[[drops]] +name = "Wellspring Shard" +kind = "material" +chance = 12 + + [drops.material] + category = "wellspring" + kind = "shard" + +[[drops]] +name = "Wellspring Stone" +kind = "material" +chance = 4 + + [drops.material] + category = "wellspring" + kind = "stone" + +[[drops]] +name = "Hungry Shard" +kind = "material" +chance = 8 + + [drops.material] + category = "hungry" + kind = "shard"