From 68da7ae3fb299ebc044a3bc2e2c05083a52aacd1 Mon Sep 17 00:00:00 2001 From: Wynd Date: Fri, 27 Jun 2025 21:48:54 +0300 Subject: [PATCH] Ported all drops to enemies --- input/kh1/drops/blaze.toml | 29 ---------------- input/kh1/drops/bright.toml | 23 ------------- input/kh1/drops/energy.toml | 5 --- input/kh1/drops/frost.toml | 28 ---------------- input/kh1/drops/lucid.toml | 32 ------------------ input/kh1/drops/mythril.toml | 23 ------------- input/kh1/drops/power.toml | 40 ---------------------- input/kh1/drops/serenity.toml | 21 ------------ input/kh1/drops/shiny.toml | 11 ------ input/kh1/drops/spirit.toml | 28 ---------------- input/kh1/drops/stormy.toml | 14 -------- input/kh1/drops/thunder.toml | 29 ---------------- input/kh1/enemies/black-ballade.toml | 24 ++++++++++++++ input/kh1/enemies/chimera.toml | 23 +++++++++++++ input/kh1/enemies/gigas-shadow.toml | 24 ++++++++++++++ input/kh1/enemies/grand-ghost.toml | 23 +++++++++++++ input/kh1/enemies/jet-balloon.toml | 22 ++++++++++++ input/kh1/enemies/neoshadow.toml | 14 ++++++++ input/kh1/enemies/pink-agaricus.toml | 17 ++++++++++ input/kh1/enemies/pot-scorpion.toml | 13 ++++++++ input/kh1/enemies/pot-spider.toml | 26 +++++++++++++++ input/kh1/enemies/powerwild.toml | 46 ++++++++++++++++++++++++++ input/kh1/enemies/red-nocturne.toml | 33 ++++++++++++++++++ input/kh1/enemies/screwdiver.toml | 21 ++++++++++++ input/kh1/enemies/sea-neon.toml | 21 ++++++++++++ input/kh1/enemies/search-ghost.toml | 35 ++++++++++++++++++++ input/kh1/enemies/sheltering-zone.toml | 21 ++++++++++++ input/kh1/enemies/sniperwild.toml | 14 ++++++++ input/kh1/enemies/stealth-soldier.toml | 13 ++++++++ input/kh1/enemies/wight-knight.toml | 26 +++++++++++++++ input/kh1/enemies/wizard.toml | 38 +++++++++++++++++++++ input/kh1/enemies/wyvern.toml | 35 ++++++++++++++++++++ input/kh1/enemies/yellow-opera.toml | 33 ++++++++++++++++++ 33 files changed, 522 insertions(+), 283 deletions(-) delete mode 100644 input/kh1/drops/blaze.toml delete mode 100644 input/kh1/drops/bright.toml delete mode 100644 input/kh1/drops/energy.toml delete mode 100644 input/kh1/drops/frost.toml delete mode 100644 input/kh1/drops/lucid.toml delete mode 100644 input/kh1/drops/mythril.toml delete mode 100644 input/kh1/drops/power.toml delete mode 100644 input/kh1/drops/serenity.toml delete mode 100644 input/kh1/drops/shiny.toml delete mode 100644 input/kh1/drops/spirit.toml delete mode 100644 input/kh1/drops/stormy.toml delete mode 100644 input/kh1/drops/thunder.toml create mode 100644 input/kh1/enemies/black-ballade.toml create mode 100644 input/kh1/enemies/chimera.toml create mode 100644 input/kh1/enemies/gigas-shadow.toml create mode 100644 input/kh1/enemies/grand-ghost.toml create mode 100644 input/kh1/enemies/jet-balloon.toml create mode 100644 input/kh1/enemies/neoshadow.toml create mode 100644 input/kh1/enemies/pink-agaricus.toml create mode 100644 input/kh1/enemies/pot-scorpion.toml create mode 100644 input/kh1/enemies/pot-spider.toml create mode 100644 input/kh1/enemies/powerwild.toml create mode 100644 input/kh1/enemies/red-nocturne.toml create mode 100644 input/kh1/enemies/screwdiver.toml create mode 100644 input/kh1/enemies/sea-neon.toml create mode 100644 input/kh1/enemies/search-ghost.toml create mode 100644 input/kh1/enemies/sheltering-zone.toml create mode 100644 input/kh1/enemies/sniperwild.toml create mode 100644 input/kh1/enemies/stealth-soldier.toml create mode 100644 input/kh1/enemies/wight-knight.toml create mode 100644 input/kh1/enemies/wizard.toml create mode 100644 input/kh1/enemies/wyvern.toml create mode 100644 input/kh1/enemies/yellow-opera.toml diff --git a/input/kh1/drops/blaze.toml b/input/kh1/drops/blaze.toml deleted file mode 100644 index 5b35df2..0000000 --- a/input/kh1/drops/blaze.toml +++ /dev/null @@ -1,29 +0,0 @@ -kind = "blaze" -aliases = ["blazing"] - -[[shard]] -from = "Red Nocturne" -chance = 6 - -[[shard]] -from = "White Mushroom" -chance = 100 -info = "When Fire is the last spell used" - -[[gem]] -from = "Bandit" -chance = 4 - -[[gem]] -from = "Fat Bandit" -chance = 8 - -[[gem]] -from = "White Mushroom" -chance = 10 -info = "When Fire is used three times" - -[[stone]] -from = "Chimera" -chance = 35 -info = "Additional drops based on how many heads are reflected without getting hit" diff --git a/input/kh1/drops/bright.toml b/input/kh1/drops/bright.toml deleted file mode 100644 index efe518e..0000000 --- a/input/kh1/drops/bright.toml +++ /dev/null @@ -1,23 +0,0 @@ -kind = "bright" - -[[shard]] -from = "Green Requiem" -chance = 10 - -[[shard]] -from = "White Mushroom" -chance = 100 -info = "When Cure is the last spell used" - -[[gem]] -from = "Search Ghost" -chance = 4 - -[[gem]] -from = "White Mushroom" -chance = 10 -info = "When Cure is used three times" - -[[crystal]] -from = "Defender" -chance = 2 diff --git a/input/kh1/drops/energy.toml b/input/kh1/drops/energy.toml deleted file mode 100644 index 0f86dc3..0000000 --- a/input/kh1/drops/energy.toml +++ /dev/null @@ -1,5 +0,0 @@ -kind = "energy" - -[[stone]] -from = "Stealth Soldier" -chance = 35 diff --git a/input/kh1/drops/frost.toml b/input/kh1/drops/frost.toml deleted file mode 100644 index e8d792e..0000000 --- a/input/kh1/drops/frost.toml +++ /dev/null @@ -1,28 +0,0 @@ -kind = "frost" - -[[shard]] -from = "Blue Rhapsody" -chance = 12 - -[[shard]] -from = "White Mushroom" -chance = 100 -info = "When Blizzard is the last spell used" - -[[gem]] -from = "Sea Neon" -chance = 2 - -[[gem]] -from = "Sheltering Zone" -chance = 8 - -[[gem]] -from = "White Mushroom" -chance = 10 -info = "When Blizzard is used three times" - -[[stone]] -from = "Grand Ghost" -chance = 100 -info = "Additional drops based on what items are used to defeat it with Megalixirs having an additional 100% drop" diff --git a/input/kh1/drops/lucid.toml b/input/kh1/drops/lucid.toml deleted file mode 100644 index 1d3fd04..0000000 --- a/input/kh1/drops/lucid.toml +++ /dev/null @@ -1,32 +0,0 @@ -kind = "lucid" - -[[shard]] -from = "Shadow" -chance = 3 - -[[shard]] -from = "White Mushroom" -chance = 100 -info = "When Gravity is the last spell used" - -[[shard]] -from = "Gigas Shadow" -chance = "?" -info = "% is based on how many Gigas Shadows are defeated" - -[[gem]] -from = "Gargoyle" -chance = 2 - -[[gem]] -from = "Wight Knight" -chance = 2 - -[[gem]] -from = "White Mushroom" -chance = 10 -info = "When Gravity is used three times" - -[[crystal]] -from = "Darkball" -chance = 1 diff --git a/input/kh1/drops/mythril.toml b/input/kh1/drops/mythril.toml deleted file mode 100644 index f985ed1..0000000 --- a/input/kh1/drops/mythril.toml +++ /dev/null @@ -1,23 +0,0 @@ -kind = "mythril" - -[[shard]] -from = "Pot Spider" -chance = 1 - -[[shard]] -from = "Barrel Spider" -chance = 1 - -[[shard]] -from = "Pot Scorpion" -chance = 20 -info = "Only if all 11 pots are broken before engaging" - -[[shard]] -from = "Arch Behemoth" -chance = 20 - -[[stone]] -from = "Pot Scorpion" -chance = "10-35" -info = "20% when less than 11 pots got destroyed\n35% when all 11 pots were destroyed\nadditional 10% chance when breaking the 11th pot" diff --git a/input/kh1/drops/power.toml b/input/kh1/drops/power.toml deleted file mode 100644 index 3a19672..0000000 --- a/input/kh1/drops/power.toml +++ /dev/null @@ -1,40 +0,0 @@ -kind = "power" - -[[shard]] -from = "Powerwild" -chance = 4 - -[[shard]] -from = "Bouncywild" -chance = 8 - -[[shard]] -from = "White Mushroom" -chance = 100 -info = "When Stop is the last spell used" - -[[gem]] -from = "Pirate" -chance = 4 - -[[gem]] -from = "Air Pirate" -chance = 4 - -[[gem]] -from = "Battleeship" -chance = 4 - -[[gem]] -from = "White Mushroom" -chance = 10 -info = "When Stop is used three times" - -[[stone]] -from = "Sniperwild" -chance = "?" -info = "% based on how many sets of 6 are defeated" - -[[crystal]] -from = "Wyvern" -chance = 2 diff --git a/input/kh1/drops/serenity.toml b/input/kh1/drops/serenity.toml deleted file mode 100644 index a33c66c..0000000 --- a/input/kh1/drops/serenity.toml +++ /dev/null @@ -1,21 +0,0 @@ -kind = "serenity" -aliases = ["hungry", "mystery"] - -[[crystal]] -from = "White Mushroom" -chance = "10-20" -info = "10% when defeated and 20% when the same spell is used three times" - -[[crystal]] -from = "Black Fungus" -chance = 6 - -[[crystal]] -from = "Rare Truffle" -chance = "20-100" -info = "% depends on how many times it got juggles ranging from 10 to 100" - -[[stone]] -from = "Pink Agaricus" -chance = "10-100" -info = "% depends on how many times it got hit ranging from 40 to 100" diff --git a/input/kh1/drops/shiny.toml b/input/kh1/drops/shiny.toml deleted file mode 100644 index 2dff916..0000000 --- a/input/kh1/drops/shiny.toml +++ /dev/null @@ -1,11 +0,0 @@ -kind = "shiny" -aliases = ["shimmering"] - -[[crystal]] -from = "Wizard" -chance = 2 - -[[stone]] -from = "Jet Balloon" -chance = 100 -info = "Additional 20% drop chance" diff --git a/input/kh1/drops/spirit.toml b/input/kh1/drops/spirit.toml deleted file mode 100644 index e692dda..0000000 --- a/input/kh1/drops/spirit.toml +++ /dev/null @@ -1,28 +0,0 @@ -kind = "spirit" - -[[shard]] -from = "Large Body" -chance = 10 - -[[shard]] -from = "Soldier" -chance = 6 - -[[shard]] -from = "White Mushroom" -chance = 100 -info = "When Aero is the last spell used" - -[[gem]] -from = "Air Soldier" -chance = 4 - -[[gem]] -from = "White Mushroom" -chance = 10 -info = "When Aero is used three times" - -[[stone]] -from = "Gigas Shadow" -chance = "?" -info = "% is based on how many Gigas Shadows are defeated" diff --git a/input/kh1/drops/stormy.toml b/input/kh1/drops/stormy.toml deleted file mode 100644 index c769526..0000000 --- a/input/kh1/drops/stormy.toml +++ /dev/null @@ -1,14 +0,0 @@ -kind = "stormy" -aliases = ["gale"] - -[[crystal]] -from = "Angel Star" -chance = 4 - -[[crystal]] -from = "Invisible" -chance = 4 - -[[stone]] -from = "Neoshadow" -chance = 35 diff --git a/input/kh1/drops/thunder.toml b/input/kh1/drops/thunder.toml deleted file mode 100644 index 61d5094..0000000 --- a/input/kh1/drops/thunder.toml +++ /dev/null @@ -1,29 +0,0 @@ -kind = "thunder" -aliases = ["lightning"] - -[[shard]] -from = "Yellow Opera" -chance = 8 - -[[shard]] -from = "White Mushroom" -chance = 100 -info = "When Thunder is the last spell used" - -[[gem]] -from = "Aquatank" -chance = 8 - -[[gem]] -from = "Screwdiver" -chance = 4 - -[[gem]] -from = "White Mushroom" -chance = 10 -info = "When Thunder is used three times" - -[[stone]] -from = "Black Ballade" -chance = 100 -info = "With additional 10% drops each time the correct target is hit" diff --git a/input/kh1/enemies/black-ballade.toml b/input/kh1/enemies/black-ballade.toml new file mode 100644 index 0000000..578e573 --- /dev/null +++ b/input/kh1/enemies/black-ballade.toml @@ -0,0 +1,24 @@ +name = "Black Ballade" + +[[world]] +name = "Deep Jungle" + +[[drops]] +name = "Lightning Stone" +kind = "material" +chance = 100 +info = "After correctly hitting the enemy 4 times" + + [drops.material] + category = "lightning" + kind = "stone" + +[[drops]] +name = "Lightning Stone" +kind = "material" +chance = 10 +info = "Additional chance when hitting the enemy" + + [drops.material] + category = "lightning" + kind = "stone" diff --git a/input/kh1/enemies/chimera.toml b/input/kh1/enemies/chimera.toml new file mode 100644 index 0000000..b29ac2c --- /dev/null +++ b/input/kh1/enemies/chimera.toml @@ -0,0 +1,23 @@ +name = "Chimera" + +[[world]] +name = "Halloween Town" + +[[drops]] +name = "Blazing Stone" +kind = "material" +chance = 35 + + [drops.material] + category = "blaze" + kind = "stone" + +[[drops]] +name = "Blazing Stone" +kind = "material" +chance = "?" +info = "Additional chance based on how many times the heads get reflected" + + [drops.material] + category = "blaze" + kind = "stone" diff --git a/input/kh1/enemies/gigas-shadow.toml b/input/kh1/enemies/gigas-shadow.toml new file mode 100644 index 0000000..589560d --- /dev/null +++ b/input/kh1/enemies/gigas-shadow.toml @@ -0,0 +1,24 @@ +name = "Gigas Shadow" + +[[world]] +name = "Wonderland" + +[[drops]] +name = "Lucid Shard" +kind = "material" +chance = "10-100" +info = "Chance based on how many Gigas Shadows get defeated" + + [drops.material] + category = "lucid" + kind = "shard" + +[[drops]] +name = "Fury Stone" +kind = "material" +chance = "10-100" +info = "Chance based on how many Gigas Shadows get defeated\nif 2 or less get defeated then no fury stone will drop" + + [drops.material] + category = "spirit" + kind = "stone" diff --git a/input/kh1/enemies/grand-ghost.toml b/input/kh1/enemies/grand-ghost.toml new file mode 100644 index 0000000..0a6b7cc --- /dev/null +++ b/input/kh1/enemies/grand-ghost.toml @@ -0,0 +1,23 @@ +name = "Grand Ghost" + +[[world]] +name = "Monstro" + +[[drops]] +name = "Frost Stone" +kind = "material" +chance = 100 + + [drops.material] + category = "frost" + kind = "stone" + +[[drops]] +name = "Frost Stone" +kind = "material" +chance = "?" +info = "Additional chances based on what item was used to defeat it\nMega-Potion 5%\nMega-Ether 10%\nElixirs 35%\nMegalixir 100% and 20%" + + [drops.material] + category = "frost" + kind = "stone" diff --git a/input/kh1/enemies/jet-balloon.toml b/input/kh1/enemies/jet-balloon.toml new file mode 100644 index 0000000..98f389f --- /dev/null +++ b/input/kh1/enemies/jet-balloon.toml @@ -0,0 +1,22 @@ +name = "Jet Balloon" + +[[world]] +name = "Neverland" + +[[drops]] +name = "Dazzling Stone" +kind = "material" +chance = 100 + + [drops.material] + category = "shiny" + kind = "stone" + +[[drops]] +name = "Dazzling Stone" +kind = "material" +chance = 20 + + [drops.material] + category = "shiny" + kind = "stone" diff --git a/input/kh1/enemies/neoshadow.toml b/input/kh1/enemies/neoshadow.toml new file mode 100644 index 0000000..82d6c42 --- /dev/null +++ b/input/kh1/enemies/neoshadow.toml @@ -0,0 +1,14 @@ +name = "Neoshadow" + +[[world]] +name = "End of the World" + +[[drops]] +name = "Stormy Stone" +kind = "material" +chance = 35 +info = "Only when all 7 Neoshadows get defeated" + + [drops.material] + category = "stormy" + kind = "stone" diff --git a/input/kh1/enemies/pink-agaricus.toml b/input/kh1/enemies/pink-agaricus.toml new file mode 100644 index 0000000..1b1637e --- /dev/null +++ b/input/kh1/enemies/pink-agaricus.toml @@ -0,0 +1,17 @@ +name = "Pink Agaricus" + +[[world]] +name = "Deep Jungle" + +[[world]] +name = "Atlantica" + +[[drops]] +name = "Serenity Power" +kind = "material" +chance = "?" +info = "% based on the number of hits dealt from 40 hits being 10% and 100 hits being 100%" + + [drops.material] + category = "mystery" + kind = "stone" diff --git a/input/kh1/enemies/pot-scorpion.toml b/input/kh1/enemies/pot-scorpion.toml new file mode 100644 index 0000000..7e2c7ae --- /dev/null +++ b/input/kh1/enemies/pot-scorpion.toml @@ -0,0 +1,13 @@ +name = "Pot Scorpion" + +[[world]] +name = "Agrabah" + +[[drops]] +name = "Mythril Stone" +kind = "material" +chance = 20 + + [drops.material] + category = "mythril" + kind = "stone" diff --git a/input/kh1/enemies/pot-spider.toml b/input/kh1/enemies/pot-spider.toml new file mode 100644 index 0000000..5a5ba29 --- /dev/null +++ b/input/kh1/enemies/pot-spider.toml @@ -0,0 +1,26 @@ +name = "Pot Spider" + +[[world]] +name = "Agrabah" + +[[world]] +name = "Monstro" + +[[drops]] +name = "Tent" +kind = "item" +chance = 1 + +[[drops]] +name = "Camping Set" +kind = "item" +chance = 0.5 + +[[drops]] +name = "Mythril Shard" +kind = "material" +chance = 1 + + [drops.material] + category = "mythril" + kind = "shard" diff --git a/input/kh1/enemies/powerwild.toml b/input/kh1/enemies/powerwild.toml new file mode 100644 index 0000000..866e5d0 --- /dev/null +++ b/input/kh1/enemies/powerwild.toml @@ -0,0 +1,46 @@ +name = "Powerwild" + +[[world]] +name = "Deep Jungle" + +[[world]] +name = "Monstro" + +[[world]] +name = "End of the World" + +[[drops]] +name = "Potion" +kind = "item" +chance = 2 + +[[drops]] +name = "Power Shard" +kind = "material" +chance = 4 + + [drops.material] + category = "power" + kind = "shard" + +[[drops]] +name = "Ether" +kind = "item" +chance = 20 +info = "When it slips on the banana peel" + +[[drops]] +name = "Mega-Ether" +kind = "item" +chance = 4 +info = "When it slips on the banana peel" + +[[drops]] +name = "Power Shard" +kind = "material" +chance = 4 +info = "When it slips on the banana peel" + + [drops.material] + category = "power" + kind = "shard" diff --git a/input/kh1/enemies/red-nocturne.toml b/input/kh1/enemies/red-nocturne.toml new file mode 100644 index 0000000..113ddd7 --- /dev/null +++ b/input/kh1/enemies/red-nocturne.toml @@ -0,0 +1,33 @@ +name = "Red Nocturne" + +[[world]] +name = "Traverse Town" + +[[world]] +name = "Wonderland" + +[[world]] +name = "Agrabah" + +[[world]] +name = "Hollow Bastion" + +[[world]] +name = "Monstro" + +[[world]] +name = "End of the World" + +[[drops]] +name = "Ether" +kind = "item" +chance = 1 + +[[drops]] +name = "Blaze Shard" +kind = "material" +chance = 6 + + [drops.material] + category = "blaze" + kind = "shard" diff --git a/input/kh1/enemies/screwdiver.toml b/input/kh1/enemies/screwdiver.toml new file mode 100644 index 0000000..1881950 --- /dev/null +++ b/input/kh1/enemies/screwdiver.toml @@ -0,0 +1,21 @@ +name = "Screwdiver" + +[[world]] +name = "Atlantica" + +[[world]] +name = "End of the World" + +[[drops]] +name = "Hi-Potion" +kind = "item" +chance = 2 + +[[drops]] +name = "Thunder Gem" +kind = "material" +chance = 4 + + [drops.material] + category = "thunder" + kind = "gem" diff --git a/input/kh1/enemies/sea-neon.toml b/input/kh1/enemies/sea-neon.toml new file mode 100644 index 0000000..876f314 --- /dev/null +++ b/input/kh1/enemies/sea-neon.toml @@ -0,0 +1,21 @@ +name = "Sea Neon" + +[[world]] +name = "Atlantica" + +[[world]] +name = "End of the World" + +[[drops]] +name = "Ether" +kind = "item" +chance = 0.5 + +[[drops]] +name = "Frost Gem" +kind = "material" +chance = 2 + + [drops.material] + category = "frost" + kind = "gem" diff --git a/input/kh1/enemies/search-ghost.toml b/input/kh1/enemies/search-ghost.toml new file mode 100644 index 0000000..fc81fcf --- /dev/null +++ b/input/kh1/enemies/search-ghost.toml @@ -0,0 +1,35 @@ +name = "Search Ghost" + +[[world]] +name = "Halloween Town" + +[[world]] +name = "Monstro" + +[[world]] +name = "Traverse Town" + +[[world]] +name = "Atlantica" + +[[world]] +name = "End of the World" + +[[drops]] +name = "Hi-Potion" +kind = "item" +chance = 2 + +[[drops]] +name = "Mega-Potion" +kind = "item" +chance = 1 + +[[drops]] +name = "Bright Gem" +kind = "material" +chance = 4 + + [drops.material] + category = "bright" + kind = "gem" diff --git a/input/kh1/enemies/sheltering-zone.toml b/input/kh1/enemies/sheltering-zone.toml new file mode 100644 index 0000000..5fb8760 --- /dev/null +++ b/input/kh1/enemies/sheltering-zone.toml @@ -0,0 +1,21 @@ +name = "Sheltering Zone" + +[[world]] +name = "Atlantica" + +[[world]] +name = "End of the World" + +[[drops]] +name = "Ether" +kind = "item" +chance = 4 + +[[drops]] +name = "Frost Gem" +kind = "material" +chance = 8 + + [drops.material] + category = "frost" + kind = "gem" diff --git a/input/kh1/enemies/sniperwild.toml b/input/kh1/enemies/sniperwild.toml new file mode 100644 index 0000000..21442b4 --- /dev/null +++ b/input/kh1/enemies/sniperwild.toml @@ -0,0 +1,14 @@ +name = "Sniperwild" + +[[world]] +name = "Traverse Town" + +[[drops]] +name = "Power Stone" +kind = "material" +chance = "?" +info = "% based on how many sets of 6 enemies are defeated" + + [drops.material] + category = "power" + kind = "stone" diff --git a/input/kh1/enemies/stealth-soldier.toml b/input/kh1/enemies/stealth-soldier.toml new file mode 100644 index 0000000..e9bd2ce --- /dev/null +++ b/input/kh1/enemies/stealth-soldier.toml @@ -0,0 +1,13 @@ +name = "Stealth Soldier" + +[[world]] +name = "Hollow Bastion" + +[[drops]] +name = "Energy Stone" +kind = "material" +chance = 35 + + [drops.material] + category = "energy" + kind = "stone" diff --git a/input/kh1/enemies/wight-knight.toml b/input/kh1/enemies/wight-knight.toml new file mode 100644 index 0000000..db93b69 --- /dev/null +++ b/input/kh1/enemies/wight-knight.toml @@ -0,0 +1,26 @@ +name = "Wight Knight" + +[[world]] +name = "Holloween Town" + +[[world]] +name = "End of the World" + +[[drops]] +name = "Hi-Potion" +kind = "item" +chance = 1 + +[[drops]] +name = "Mega-Potion" +kind = "item" +chance = 0.5 + +[[drops]] +name = "Lucid Gem" +kind = "material" +chance = 2 + + [drops.material] + category = "lucid" + kind = "gem" diff --git a/input/kh1/enemies/wizard.toml b/input/kh1/enemies/wizard.toml new file mode 100644 index 0000000..c1c1932 --- /dev/null +++ b/input/kh1/enemies/wizard.toml @@ -0,0 +1,38 @@ +name = "Wizard" + +[[world]] +name = "Holloween Town" + +[[world]] +name = "Traverse Town" + +[[world]] +name = "Wonderland" + +[[world]] +name = "Deep Jungle" + +[[world]] +name = "Agrabah" + +[[world]] +name = "End of the World" + +[[drops]] +name = "Ether" +kind = "item" +chance = 2 + +[[drops]] +name = "Shiny Crystal" +kind = "material" +chance = 2 + + [drops.material] + category = "shiny" + kind = "crystal" + +[[drops]] +name = "Wizard Relic" +kind = "equipment" +chance = 0.2 diff --git a/input/kh1/enemies/wyvern.toml b/input/kh1/enemies/wyvern.toml new file mode 100644 index 0000000..8590142 --- /dev/null +++ b/input/kh1/enemies/wyvern.toml @@ -0,0 +1,35 @@ +name = "Wyvern" + +[[world]] +name = "Hollow Bastion" + +[[world]] +name = "Traverse Town" + +[[world]] +name = "Deep Jungle" + +[[world]] +name = "Agrabah" + +[[world]] +name = "End of the World" + +[[drops]] +name = "Hi-Potion" +kind = "item" +chance = 2 + +[[drops]] +name = "Elixir" +kind = "item" +chance = 0.5 + +[[drops]] +name = "Power Crystal" +kind = "material" +chance = 2 + + [drops.material] + category = "power" + kind = "crystal" diff --git a/input/kh1/enemies/yellow-opera.toml b/input/kh1/enemies/yellow-opera.toml new file mode 100644 index 0000000..3c718b7 --- /dev/null +++ b/input/kh1/enemies/yellow-opera.toml @@ -0,0 +1,33 @@ +name = "Yellow Opera" + +[[world]] +name = "Traverse Town" + +[[world]] +name = "Neverland" + +[[world]] +name = "Agrabah" + +[[world]] +name = "Hollow Bastion" + +[[world]] +name = "Monstro" + +[[world]] +name = "End of the World" + +[[drops]] +name = "Ether" +kind = "item" +chance = 1 + +[[drops]] +name = "Thunder Shard" +kind = "material" +chance = 6 + + [drops.material] + category = "thunder" + kind = "shard"