Compare commits

..

No commits in common. "master" and "v1.1.0" have entirely different histories.

543 changed files with 1402 additions and 12050 deletions

2
.gitignore vendored
View File

@ -3,7 +3,6 @@
debug/ debug/
target/ target/
out/ out/
.env
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
@ -11,4 +10,3 @@ Cargo.lock
# These are backup files generated by rustfmt # These are backup files generated by rustfmt
**/*.rs.bk **/*.rs.bk

View File

@ -1,23 +1,19 @@
[package] [package]
name = "khguide" name = "khguide"
version = "1.4.0" version = "1.1.0"
edition = "2024" edition = "2021"
[dependencies] [dependencies]
askama = "0.14.0" rinja = "0.3.5"
serde = { version = "1.0.228", features = ["derive"] } serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.145" serde_json = "1.0.118"
toml = "0.9.8" toml = "0.8.19"
tracing = "0.1.41" tracing = "0.1.40"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
itertools = "0.14.0" itertools = "0.13.0"
blake3 = "1.8.2"
ordered-float = { version = "5.1.0", features = ["serde"] }
[features] [features]
default = ["bbs", "ddd", "kh3", "kh2", "kh1"] default = ["bbs", "ddd", "kh3"]
kh1 = []
kh2 = []
kh3 = [] kh3 = []
bbs = [] bbs = []
ddd = [] ddd = []

View File

@ -4,33 +4,11 @@ A small static page generator for guides on a bunch of Kingdom Hearts features.
Such as: Such as:
- synthesis lists and trackers
- enemy drops and location
- command melding for Birth By Sleep - command melding for Birth By Sleep
- spirit boards for Dream Drop Distance - spirit boards for Dream Drop Distance
- food and pro codes simulators for Kingdom Hearts 3 - food simulator for Kingdom Hearts 3
## Usage ## How to use
- Probably the easiest way is to use the hosted version offered [here](https://git.pixelatedw.xyz/pages/wynd/khguide/) - Probably the easiest way is to download the release package, extract it and open the `index.html` file with any browser. This can be used without internet connection as well.
- For a local version you'll need a web server to serve CSS and JavaScript modules, read the below Development section for this - There's also a hosted version offered for ease of use [here](https://git.pixelatedw.xyz/pages/wynd/khguide/).
## Development
### Prerequisite:
- git
- [Rust 1.85](https://www.rust-lang.org/tools/install)
- [Just](https://github.com/casey/just?tab=readme-ov-file#installation)
- A locally running web server that can serve files, such as [caddy](https://github.com/caddyserver/caddy)
### Setup
1. Clone the repo locally using git
2. Setup your web server and make sure it runs
3. Configure the web server so it serves files
- Caddy: [`file_server`](https://caddyserver.com/docs/caddyfile/directives/file_server)
4. Use `just` or `just build` this will generate all the HTML files
5. Copy all assets from the newly generated `out` folder inside caddy's `site` folder to be served
- Make sure the path served is the same as the `BASE_URL` env var (ex: `site/khguide` corresponds to `BASE_URL="/khguide"`)
6. Access the app at `localhost`

View File

@ -1,483 +0,0 @@
[[sets]]
id = 1
name = "List I"
[[sets]]
id = 2
name = "List II"
requirement = "Create four unique items"
[[sets]]
id = 3
name = "List III"
requirement = "Create ten unique items"
[[sets]]
id = 4
name = "List IV"
requirement = "Create fifteen unique items"
[[sets]]
id = 5
name = "List V"
requirement = "Create all items so far"
[[recipes]]
result = "Cottage"
set = 1
[[recipes.items]]
name = "Bright Shard"
amount = 2
[[recipes.items]]
name = "Blaze Shard"
amount = 3
[[recipes]]
result = "Elixir"
set = 1
[[recipes.items]]
name = "Blaze Shard"
amount = 2
[[recipes.items]]
name = "Frost Shard"
amount = 2
[[recipes.items]]
name = "Thunder Shard"
amount = 2
[[recipes.items]]
name = "Mythril Shard"
amount = 4
[[recipes]]
result = "Energy Bangle"
set = 1
[[recipes.items]]
name = "Power Shard"
amount = 2
[[recipes.items]]
name = "Frost Shard"
amount = 1
[[recipes]]
result = "Power Chain"
set = 1
[[recipes.items]]
name = "Spirit Shard"
amount = 2
[[recipes.items]]
name = "Power Shard"
amount = 2
[[recipes]]
result = "Guard Earring"
set = 1
[[recipes.items]]
name = "Spirit Shard"
amount = 3
[[recipes.items]]
name = "Thunder Shard"
amount = 1
[[recipes]]
result = "Dark Ring"
set = 1
[[recipes.items]]
name = "Lucid Shard"
amount = 2
[[recipes.items]]
name = "Bright Shard"
amount = 1
[[recipes.items]]
name = "Mythril Shard"
amount = 2
[[recipes]]
result = "Mega-Potion"
set = 2
[[recipes.items]]
name = "Blaze Gem"
amount = 1
[[recipes.items]]
name = "Frost Gem"
amount = 1
[[recipes.items]]
name = "Thunder Gem"
amount = 1
[[recipes.items]]
name = "Mythril Shard"
amount = 2
[[recipes]]
result = "AP Up"
set = 2
[[recipes.items]]
name = "Spirit Shard"
amount = 3
[[recipes.items]]
name = "Spirit Gem"
amount = 2
[[recipes.items]]
name = "Mythril"
amount = 3
[[recipes]]
result = "Angel Bangle"
set = 2
[[recipes.items]]
name = "Spirit Shard"
amount = 3
[[recipes.items]]
name = "Power Shard"
amount = 3
[[recipes.items]]
name = "Bright Gem"
amount = 3
[[recipes]]
result = "Magic Armlet"
set = 2
[[recipes.items]]
name = "Blaze Shard"
amount = 3
[[recipes.items]]
name = "Frost Shard"
amount = 3
[[recipes.items]]
name = "Thunder Shard"
amount = 3
[[recipes.items]]
name = "Mythril"
amount = 2
[[recipes]]
result = "Golem Chain"
set = 2
[[recipes.items]]
name = "Power Shard"
amount = 3
[[recipes.items]]
name = "Power Gem"
amount = 1
[[recipes.items]]
name = "Lucid Gem"
amount = 1
[[recipes]]
result = "Master Earring"
set = 2
[[recipes.items]]
name = "Lucid Shard"
amount = 3
[[recipes.items]]
name = "Lucid Gem"
amount = 2
[[recipes.items]]
name = "Spirit Gem"
amount = 2
[[recipes]]
result = "Mega-Ether"
set = 3
[[recipes.items]]
name = "Blaze Gem"
amount = 3
[[recipes.items]]
name = "Frost Gem"
amount = 3
[[recipes.items]]
name = "Thunder Gem"
amount = 3
[[recipes.items]]
name = "Bright Gem"
amount = 5
[[recipes.items]]
name = "Bright Crystal"
amount = 1
[[recipes]]
result = "Defense Up"
set = 3
[[recipes.items]]
name = "Lucid Shard"
amount = 5
[[recipes.items]]
name = "Lucid Gem"
amount = 3
[[recipes.items]]
name = "Lucid Crystal"
amount = 1
[[recipes.items]]
name = "Mystery Goo"
amount = 1
[[recipes]]
result = "Gaia Bangle"
set = 3
[[recipes.items]]
name = "Power Shard"
amount = 5
[[recipes.items]]
name = "Power Gem"
amount = 3
[[recipes.items]]
name = "Bright Crystal"
amount = 1
[[recipes]]
result = "Rune Armlet"
set = 3
[[recipes.items]]
name = "Blaze Gem"
amount = 2
[[recipes.items]]
name = "Frost Gem"
amount = 2
[[recipes.items]]
name = "Thunder Gem"
amount = 2
[[recipes.items]]
name = "Mythril"
amount = 3
[[recipes]]
result = "Heartguard"
set = 3
[[recipes.items]]
name = "Spirit Shard"
amount = 3
[[recipes.items]]
name = "Power Shard"
amount = 3
[[recipes.items]]
name = "Power Crystal"
amount = 1
[[recipes]]
result = "Three Stars"
set = 3
[[recipes.items]]
name = "Blaze Shard"
amount = 3
[[recipes.items]]
name = "Frost Shard"
amount = 3
[[recipes.items]]
name = "Thunder Shard"
amount = 3
[[recipes.items]]
name = "Orichalcum"
amount = 1
[[recipes.items]]
name = "Shiny Crystal"
amount = 1
[[recipes]]
result = "Megalixir"
set = 4
[[recipes.items]]
name = "Bright Shard"
amount = 5
[[recipes.items]]
name = "Bright Gem"
amount = 3
[[recipes.items]]
name = "Bright Crystal"
amount = 1
[[recipes.items]]
name = "Shiny Crystal"
amount = 1
[[recipes.items]]
name = "Gale"
amount = 2
[[recipes]]
result = "Power Up"
set = 4
[[recipes.items]]
name = "Power Shard"
amount = 5
[[recipes.items]]
name = "Power Gem"
amount = 3
[[recipes.items]]
name = "Power Crystal"
amount = 1
[[recipes.items]]
name = "Mystery Goo"
amount = 1
[[recipes.items]]
name = "Orichalcum"
amount = 2
[[recipes]]
result = "Titan Chain"
set = 4
[[recipes.items]]
name = "Spirit Shard"
amount = 5
[[recipes.items]]
name = "Spirit Gem"
amount = 3
[[recipes.items]]
name = "Lucid Crystal"
amount = 1
[[recipes]]
result = "Atlas Armlet"
set = 4
[[recipes.items]]
name = "Shiny Crystal"
amount = 2
[[recipes.items]]
name = "Mystery Goo"
amount = 1
[[recipes.items]]
name = "Orichalcum"
amount = 3
[[recipes.items]]
name = "Gale"
amount = 1
[[recipes]]
result = "Crystal Crown"
set = 4
[[recipes.items]]
name = "Lucid Crystal"
amount = 3
[[recipes.items]]
name = "Power Crystal"
amount = 3
[[recipes.items]]
name = "Shiny Crystal"
amount = 3
[[recipes.items]]
name = "Bright Crystal"
amount = 3
[[recipes]]
result = "Ribbon"
set = 4
[[recipes.items]]
name = "Blaze Gem"
amount = 5
[[recipes.items]]
name = "Frost Gem"
amount = 5
[[recipes.items]]
name = "Thunder Gem"
amount = 5
[[recipes.items]]
name = "Bright Gem"
amount = 5
[[recipes.items]]
name = "Gale"
amount = 3
[[recipes]]
result = "Ultima Weapon"
set = 5
[[recipes.items]]
name = "Lucid Gem"
amount = 5
[[recipes.items]]
name = "Power Gem"
amount = 5
[[recipes.items]]
name = "Thunder Gem"
amount = 5
[[recipes.items]]
name = "Mystery Goo"
amount = 3
[[recipes.items]]
name = "Gale"
amount = 3

View File

@ -1,24 +0,0 @@
name = "Air Pirate"
[[world]]
name = "Neverland"
rooms = ["Pirate Ship"]
[[drops]]
name = "Hi-Potion"
kind = "item"
chance = 2
[[drops]]
name = "Mega-Potion"
kind = "item"
chance = 1
[[drops]]
name = "Power Gem"
kind = "material"
chance = 4
[drops.material]
category = "power"
kind = "gem"

View File

@ -1,28 +0,0 @@
name = "Air Soldier"
[[world]]
name = "Wonderland"
rooms = ["Lotus Forest"]
[[world]]
name = "End of the World"
rooms = ["World Terminus | Olympus Coliseum"]
[[drops]]
name = "Potion"
kind = "item"
chance = 2
[[drops]]
name = "Hi-Potion"
kind = "item"
chance = 1
[[drops]]
name = "Spirit Gem"
kind = "material"
chance = 4
[drops.material]
category = "spirit"
kind = "gem"

View File

@ -1,19 +0,0 @@
name = "Angel Star"
[[world]]
name = "End of the World"
rooms = ["Linked Worlds"]
[[drops]]
name = "Ether"
kind = "item"
chance = 2
[[drops]]
name = "Gale"
kind = "material"
chance = 4
[drops.material]
category = "stormy"
kind = "crystal"

View File

@ -1,22 +0,0 @@
name = "Aquatank"
[[world]]
name = "Atlantica"
[[world]]
name = "End of the World"
rooms = ["World Terminus | Atlantica"]
[[drops]]
name = "Mega-Potion"
kind = "item"
chance = 4
[[drops]]
name = "Thunder Gem"
kind = "material"
chance = 8
[drops.material]
category = "thunder"
kind = "gem"

View File

@ -1,26 +0,0 @@
name = "Bandit"
[[world]]
name = "Agrabah"
rooms = ["Desert: Cave", "Treasure Room", "Lamp Chamber"]
[[world]]
name = "Monstro"
[[world]]
name = "End of the World"
rooms = ["World Terminus | Agrabah"]
[[drops]]
name = "Potion"
kind = "item"
chance = 2
[[drops]]
name = "Blaze Gem"
kind = "material"
chance = 4
[drops.material]
category = "blaze"
kind = "gem"

View File

@ -1,21 +0,0 @@
name = "Barrel Spider"
[[world]]
name = "Monstro"
[[world]]
name = "Neverland"
[[world]]
name = "End of the World"
rooms = ["World Terminus | Neverland"]
[[drops]]
name = "Camping Set"
kind = "item"
chance = 1
[[drops]]
name = "Cottage"
kind = "item"
chance = 0.5

View File

@ -1,35 +0,0 @@
name = "Battleship"
[[world]]
name = "Neverland"
rooms = ["Pirate Ship"]
[[drops]]
name = "Elixir"
kind = "item"
chance = 0.5
[[drops]]
name = "Elixir"
kind = "item"
chance = 1
info = "Destroy the Stern, Cannons or Mast"
[[drops]]
name = "Power Gem"
kind = "material"
chance = 4
[drops.material]
category = "power"
kind = "gem"
[[drops]]
name = "Power Gem"
kind = "material"
chance = 8
info = "Destroy the Stern, Cannons or Mast"
[drops.material]
category = "power"
kind = "gem"

View File

@ -1,25 +0,0 @@
name = "Black Ballade"
[[world]]
name = "Deep Jungle"
rooms = ["Bamboo Thicket"]
[[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"

View File

@ -1,33 +0,0 @@
name = "Blue Rhapsody"
[[world]]
name = "Traverse Town"
[[world]]
name = "Wonderland"
rooms = ["Lotus Forest"]
[[world]]
name = "Monstro"
[[world]]
name = "Hollow Bastion"
rooms = ["Entrance Hall"]
[[world]]
name = "End of the World"
rooms = ["World Terminus | Wonderland"]
[[drops]]
name = "Ether"
kind = "item"
chance = 1
[[drops]]
name = "Frost Shard"
kind = "material"
chance = 12
[drops.material]
category = "frost"
kind = "shard"

View File

@ -1,48 +0,0 @@
name = "Bouncywild"
[[world]]
name = "Deep Jungle"
[[world]]
name = "Monstro"
rooms = ["Bowels", "Stomach"]
[[world]]
name = "End of the World"
rooms = ["World Terminus | Deep Jungle"]
[[drops]]
name = "Hi-Potion"
kind = "item"
chance = 2
[[drops]]
name = "Power Shard"
kind = "material"
chance = 8
[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 = 8
info = "When it slips on the banana peel"
[drops.material]
category = "power"
kind = "shard"

View File

@ -1,24 +0,0 @@
name = "Chimera"
[[world]]
name = "Halloween Town"
rooms = ["Manor Ruins"]
[[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"

View File

@ -1,45 +0,0 @@
name = "Darkball"
[[world]]
name = "Traverse Town"
rooms = ["3rd District", "Gizmo Shop", "Alleyway"]
[[world]]
name = "Agrabah"
rooms = ["Bazaar", "Palace Gates"]
[[world]]
name = "Deep Jungle"
rooms = ["Bamboo Thicket"]
[[world]]
name = "Wonderland"
rooms = ["Lotus Forest"]
[[world]]
name = "Halloween Town"
rooms = ["Moonlight Hill"]
[[world]]
name = "Hollow Bastion"
[[world]]
name = "End of the World"
[[world]]
name = "Neverland"
rooms = ["Ship: Freezer", "Captain's Cabin"]
[[drops]]
name = "Hi-Potion"
kind = "item"
chance = 1
[[drops]]
name = "Lucid Crystal"
kind = "material"
chance = 1
[drops.material]
category = "lucid"
kind = "crystal"

View File

@ -1,32 +0,0 @@
name = "Defender"
[[world]]
name = "Traverse Town"
rooms = ["3rd District", "Hotel Hallway", "Gizmo Shop"]
[[world]]
name = "Hollow Bastion"
rooms = ["Entrance Hall"]
[[world]]
name = "End of the World"
rooms = ["World Terminus | Olympus Coliseum"]
[[drops]]
name = "Elixir"
kind = "item"
chance = 1
[[drops]]
name = "Bright Crystal"
kind = "material"
chance = 2
[drops.material]
category = "bright"
kind = "crystal"
[[drops]]
name = "Defender"
kind = "equipment"
chance = 0.2

View File

@ -1,25 +0,0 @@
name = "Fat Bandit"
[[world]]
name = "Agrabah"
[[world]]
name = "Monstro"
[[world]]
name = "End of the World"
rooms = ["World Terminus | Agrabah"]
[[drops]]
name = "Hi-Potion"
kind = "item"
chance = 4
[[drops]]
name = "Blaze Gem"
kind = "material"
chance = 8
[drops.material]
category = "blaze"
kind = "gem"

View File

@ -1,28 +0,0 @@
name = "Gargoyle"
[[world]]
name = "Halloween Town"
rooms = ["Graveyard"]
[[world]]
name = "End of the World"
rooms = ["World Terminus | Halloween Town"]
[[drops]]
name = "Ether"
kind = "item"
chance = 1
[[drops]]
name = "Mega-Ether"
kind = "item"
chance = 0.5
[[drops]]
name = "Lucid Gem"
kind = "material"
chance = 2
[drops.material]
category = "lucid"
kind = "gem"

View File

@ -1,25 +0,0 @@
name = "Gigas Shadow"
[[world]]
name = "Wonderland"
rooms = ["Bizzare Room"]
[[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"

View File

@ -1,23 +0,0 @@
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"

View File

@ -1,35 +0,0 @@
name = "Green Requiem"
[[world]]
name = "Traverse Town"
[[world]]
name = "Agrabah"
[[world]]
name = "Monstro"
[[world]]
name = "Deep Jungle"
rooms = ["Cliff"]
[[world]]
name = "Hollow Bastion"
[[world]]
name = "End of the World"
rooms = ["World Terminus | Wonderland"]
[[drops]]
name = "Ether"
kind = "item"
chance = 4
[[drops]]
name = "Bright Shard"
kind = "material"
chance = 10
[drops.material]
category = "bright"
kind = "shard"

View File

@ -1,19 +0,0 @@
name = "Invisible"
[[world]]
name = "End of the World"
rooms = ["Linked Worlds"]
[[drops]]
name = "Hi-Potion"
kind = "item"
chance = 2
[[drops]]
name = "Gale"
kind = "material"
chance = 4
[drops.material]
category = "stormy"
kind = "crystal"

View File

@ -1,23 +0,0 @@
name = "Jet Balloon"
[[world]]
name = "Neverland"
rooms = ["Pirate Ship"]
[[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"

View File

@ -1,36 +0,0 @@
name = "Large Body"
[[world]]
name = "Traverse Town"
[[world]]
name = "Wonderland"
[[world]]
name = "Agrabah"
marked = true
[[world]]
name = "Monstro"
[[world]]
name = "Hollow Bastion"
rooms = ["Entrance Hall", "Grand Hall"]
[[world]]
name = "End of the World"
rooms = ["World Terminus | Traverse Town"]
[[drops]]
name = "Hi-Potion"
kind = "item"
chance = 4
[[drops]]
name = "Spirit Shard"
kind = "material"
chance = 10
[drops.material]
category = "spirit"
kind = "shard"

View File

@ -1,15 +0,0 @@
name = "Neoshadow"
[[world]]
name = "End of the World"
rooms = ["Linked Worlds"]
[[drops]]
name = "Stormy Stone"
kind = "material"
chance = 35
info = "Only when all 7 Neoshadows get defeated"
[drops.material]
category = "stormy"
kind = "stone"

View File

@ -1,17 +0,0 @@
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"

View File

@ -1,31 +0,0 @@
name = "Pirate"
[[world]]
name = "Neverland"
rooms = ["Captain's Cabin"]
[[world]]
name = "Monstro"
[[world]]
name = "End of the World"
rooms = ["World Terminus | Neverland"]
[[drops]]
name = "Hi-Potion"
kind = "item"
chance = 2
[[drops]]
name = "Mega-Potion"
kind = "item"
chance = 1
[[drops]]
name = "Power Gem"
kind = "material"
chance = 4
[drops.material]
category = "power"
kind = "gem"

View File

@ -1,13 +0,0 @@
name = "Pot Scorpion"
[[world]]
name = "Agrabah"
[[drops]]
name = "Mythril Stone"
kind = "material"
chance = 20
[drops.material]
category = "mythril"
kind = "stone"

View File

@ -1,26 +0,0 @@
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"

View File

@ -1,49 +0,0 @@
name = "Powerwild"
[[world]]
name = "Deep Jungle"
rooms = ["Camp", "Cliff"]
[[world]]
name = "Monstro"
rooms = ["Chamber 5", "Chamber 6"]
[[world]]
name = "End of the World"
rooms = ["World Terminus | Deep Jungle"]
[[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"

View File

@ -1,27 +0,0 @@
name = "Red Nocturne"
[[world]]
name = "Monstro"
rooms = ["Chamber 6"]
[[world]]
name = "Hollow Bastion"
rooms = ["Castle Gates"]
[[world]]
name = "End of the World"
rooms = ["World Terminus | Wonderland"]
[[drops]]
name = "Ether"
kind = "item"
chance = 1
[[drops]]
name = "Blaze Shard"
kind = "material"
chance = 6
[drops.material]
category = "blaze"
kind = "shard"

View File

@ -1,22 +0,0 @@
name = "Screwdiver"
[[world]]
name = "Atlantica"
[[world]]
name = "End of the World"
rooms = ["World Terminus | Atlantica"]
[[drops]]
name = "Hi-Potion"
kind = "item"
chance = 2
[[drops]]
name = "Thunder Gem"
kind = "material"
chance = 4
[drops.material]
category = "thunder"
kind = "gem"

View File

@ -1,22 +0,0 @@
name = "Sea Neon"
[[world]]
name = "Atlantica"
[[world]]
name = "End of the World"
rooms = ["World Terminus | Atlantica"]
[[drops]]
name = "Ether"
kind = "item"
chance = 0.5
[[drops]]
name = "Frost Gem"
kind = "material"
chance = 2
[drops.material]
category = "frost"
kind = "gem"

View File

@ -1,37 +0,0 @@
name = "Search Ghost"
[[world]]
name = "Halloween Town"
[[world]]
name = "Monstro"
[[world]]
name = "Traverse Town"
rooms = ["2nd District"]
[[world]]
name = "Atlantica"
[[world]]
name = "End of the World"
rooms = ["World Terminus | Halloween Town"]
[[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"

View File

@ -1,27 +0,0 @@
name = "Shadow"
[[world]]
name = "Wonderland"
rooms = ["Bizzare Room"]
[[world]]
name = "Neverland"
rooms = ["Ship: Freezer"]
[[world]]
name = "Halloween Town"
rooms = ["Graveyard"]
[[drops]]
name = "Potion"
kind = "item"
chance = 6
[[drops]]
name = "Lucid Shard"
kind = "material"
chance = 3
[drops.material]
category = "lucid"
kind = "shard"

View File

@ -1,22 +0,0 @@
name = "Sheltering Zone"
[[world]]
name = "Atlantica"
[[world]]
name = "End of the World"
rooms = ["World Terminus | Atlantica"]
[[drops]]
name = "Ether"
kind = "item"
chance = 4
[[drops]]
name = "Frost Gem"
kind = "material"
chance = 8
[drops.material]
category = "frost"
kind = "gem"

View File

@ -1,15 +0,0 @@
name = "Sniperwild"
[[world]]
name = "Traverse Town"
rooms = ["2nd District"]
[[drops]]
name = "Power Stone"
kind = "material"
chance = "?"
info = "% based on how many sets of 6 enemies are defeated"
[drops.material]
category = "power"
kind = "stone"

View File

@ -1,18 +0,0 @@
name = "Soldier"
[[world]]
name = "Agrabah"
rooms = ["Main Street"]
[[world]]
name = "End of the World"
rooms = ["World Terminus | Traverse Town"]
[[drops]]
name = "Spirit Shard"
kind = "material"
chance = 6
[drops.material]
category = "spirit"
kind = "shard"

View File

@ -1,14 +0,0 @@
name = "Stealth Soldier"
[[world]]
name = "Hollow Bastion"
rooms = ["Entrance Hall", "Grand Hall"]
[[drops]]
name = "Energy Stone"
kind = "material"
chance = 35
[drops.material]
category = "energy"
kind = "stone"

View File

@ -1,28 +0,0 @@
name = "Wight Knight"
[[world]]
name = "Halloween Town"
rooms = ["Graveyard", "Manor Ruins"]
[[world]]
name = "End of the World"
rooms = ["World Terminus | Halloween Town"]
[[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"

View File

@ -1,45 +0,0 @@
name = "Wizard"
[[world]]
name = "Halloween Town"
[[world]]
name = "Traverse Town"
rooms = ["Alleyway", "Hotel Hallway"]
[[world]]
name = "Wonderland"
[[world]]
name = "Deep Jungle"
rooms = ["Camp", "Bamboo Thicket"]
[[world]]
name = "Agrabah"
[[world]]
name = "Hollow Bastion"
rooms = ["Castle Gates", "Entrance Hall", "Grand Hall"]
[[world]]
name = "End of the World"
rooms = ["World Terminus | Wonderland"]
[[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

View File

@ -1,38 +0,0 @@
name = "Wyvern"
[[world]]
name = "Hollow Bastion"
[[world]]
name = "Traverse Town"
rooms = ["2nd District"]
[[world]]
name = "Deep Jungle"
rooms = ["Camp", "Cliff"]
[[world]]
name = "Agrabah"
[[world]]
name = "End of the World"
rooms = ["World Terminus | Olympus Coliseum"]
[[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"

View File

@ -1,35 +0,0 @@
name = "Yellow Opera"
[[world]]
name = "Traverse Town"
[[world]]
name = "Wonderland"
rooms = ["Lotus Forest"]
[[world]]
name = "Agrabah"
[[world]]
name = "Hollow Bastion"
[[world]]
name = "Monstro"
[[world]]
name = "End of the World"
rooms = ["World Terminus | Wonderland"]
[[drops]]
name = "Ether"
kind = "item"
chance = 1
[[drops]]
name = "Thunder Shard"
kind = "material"
chance = 6
[drops.material]
category = "thunder"
kind = "shard"

View File

@ -1,632 +0,0 @@
[[sets]]
id = 1
name = "List I"
[[sets]]
id = 2
name = "List II"
requirement = "Create three unique items"
[[sets]]
id = 3
name = "List III"
requirement = "Create nine unique items"
[[sets]]
id = 4
name = "List IV"
requirement = "Create fifteen unique items"
[[sets]]
id = 5
name = "List V"
requirement = "Create all items so far"
[[sets]]
id = 6
name = "List VI"
requirement = "Create all items so far"
[[recipes]]
result = "Mega-Potion"
set = 1
[[recipes.items]]
name = "Spirit Shard"
amount = 1
[[recipes.items]]
name = "Power Shard"
amount = 1
[[recipes.items]]
name = "Mythril Shard"
amount = 4
[[recipes]]
result = "Cottage"
set = 1
[[recipes.items]]
name = "Lucid Shard"
amount = 1
[[recipes.items]]
name = "Bright Shard"
amount = 1
[[recipes]]
result = "Energy Bangle"
set = 1
[[recipes.items]]
name = "Spirit Shard"
amount = 2
[[recipes.items]]
name = "Bright Shard"
amount = 1
[[recipes]]
result = "Power Chain"
set = 1
[[recipes.items]]
name = "Power Shard"
amount = 2
[[recipes.items]]
name = "Lucid Shard"
amount = 1
[[recipes]]
result = "Magic Armlet"
set = 1
[[recipes.items]]
name = "Blaze Shard"
amount = 3
[[recipes.items]]
name = "Frost Shard"
amount = 3
[[recipes.items]]
name = "Thunder Shard"
amount = 3
[[recipes]]
result = "EXP Earring"
set = 1
[[recipes.items]]
name = "Fury Stone"
amount = 1
[[recipes.items]]
name = "Power Stone"
amount = 1
[[recipes.items]]
name = "Mythril Stone"
amount = 1
[[recipes.items]]
name = "Serenity Power"
amount = 1
[[recipes.items]]
name = "Dark Matter"
amount = 3
[[recipes]]
result = "Mega-Ether"
set = 2
[[recipes.items]]
name = "Blaze Shard"
amount = 1
[[recipes.items]]
name = "Frost Shard"
amount = 1
[[recipes.items]]
name = "Thunder Shard"
amount = 1
[[recipes.items]]
name = "Mythril"
amount = 2
[[recipes]]
result = "Guard Earring"
set = 2
[[recipes.items]]
name = "Bright Shard"
amount = 3
[[recipes.items]]
name = "Frost Shard"
amount = 1
[[recipes.items]]
name = "Mythril Shard"
amount = 3
[[recipes]]
result = "Angel Bangle"
set = 2
[[recipes.items]]
name = "Thunder Shard"
amount = 3
[[recipes.items]]
name = "Bright Gem"
amount = 1
[[recipes]]
result = "Golem Chain"
set = 2
[[recipes.items]]
name = "Blaze Shard"
amount = 3
[[recipes.items]]
name = "Spirit Gem"
amount = 1
[[recipes]]
result = "Rune Armlet"
set = 2
[[recipes.items]]
name = "Blaze Gem"
amount = 3
[[recipes.items]]
name = "Frost Gem"
amount = 3
[[recipes.items]]
name = "Thunder Gem"
amount = 3
[[recipes]]
result = "Moogle Badge"
set = 2
[[recipes.items]]
name = "Blazing Stone"
amount = 1
[[recipes.items]]
name = "Frost Stone"
amount = 1
[[recipes.items]]
name = "Lightning Stone"
amount = 1
[[recipes.items]]
name = "Mythril"
amount = 5
[[recipes.items]]
name = "Orichalcum"
amount = 3
[[recipes]]
result = "AP Up"
set = 3
[[recipes.items]]
name = "Blaze Gem"
amount = 2
[[recipes.items]]
name = "Frost Gem"
amount = 2
[[recipes.items]]
name = "Thunder Gem"
amount = 2
[[recipes.items]]
name = "Mythril"
amount = 4
[[recipes]]
result = "Dark Ring"
set = 3
[[recipes.items]]
name = "Lucid Gem"
amount = 2
[[recipes.items]]
name = "Bright Gem"
amount = 2
[[recipes]]
result = "Master Earring"
set = 3
[[recipes.items]]
name = "Spirit Shard"
amount = 5
[[recipes.items]]
name = "Spirit Gem"
amount = 3
[[recipes.items]]
name = "Fury Stone"
amount = 1
[[recipes]]
result = "Gaia Bangle"
set = 3
[[recipes.items]]
name = "Lucid Shard"
amount = 5
[[recipes.items]]
name = "Lucid Gem"
amount = 3
[[recipes.items]]
name = "Lightning Stone"
amount = 1
[[recipes]]
result = "Titan Chain"
set = 3
[[recipes.items]]
name = "Power Shard"
amount = 5
[[recipes.items]]
name = "Power Gem"
amount = 3
[[recipes.items]]
name = "Power Stone"
amount = 1
[[recipes]]
result = "Mythril"
set = 3
[[recipes.items]]
name = "Mythril Shard"
amount = 5
[[recipes.items]]
name = "Mythril Stone"
amount = 1
[[recipes.items]]
name = "Mystery Goo"
amount = 1
[[recipes]]
result = "Elixir"
set = 4
[[recipes.items]]
name = "Power Crystal"
amount = 1
[[recipes.items]]
name = "Shiny Crystal"
amount = 1
[[recipes.items]]
name = "Bright Crystal"
amount = 2
[[recipes.items]]
name = "Orichalcum"
amount = 3
[[recipes]]
result = "Defense Up"
set = 4
[[recipes.items]]
name = "Lucid Shard"
amount = 3
[[recipes.items]]
name = "Bright Shard"
amount = 3
[[recipes.items]]
name = "Bright Gem"
amount = 2
[[recipes.items]]
name = "Power Crystal"
amount = 1
[[recipes.items]]
name = "Orichalcum"
amount = 5
[[recipes]]
result = "Heartguard"
set = 4
[[recipes.items]]
name = "Lucid Gem"
amount = 3
[[recipes.items]]
name = "Lucid Crystal"
amount = 1
[[recipes.items]]
name = "Bright Crystal"
amount = 1
[[recipes]]
result = "Three Stars"
set = 4
[[recipes.items]]
name = "Power Gem"
amount = 5
[[recipes.items]]
name = "Mystery Goo"
amount = 3
[[recipes.items]]
name = "Shiny Crystal"
amount = 1
[[recipes]]
result = "Atlas Armlet"
set = 4
[[recipes.items]]
name = "Blaze Shard"
amount = 5
[[recipes.items]]
name = "Frost Shard"
amount = 5
[[recipes.items]]
name = "Thunder Shard"
amount = 5
[[recipes.items]]
name = "Mystery Goo"
amount = 1
[[recipes.items]]
name = "Dark Matter"
amount = 3
[[recipes]]
result = "Crystal Crown"
set = 4
[[recipes.items]]
name = "Lucid Crystal"
amount = 5
[[recipes.items]]
name = "Power Crystal"
amount = 1
[[recipes.items]]
name = "Shiny Crystal"
amount = 1
[[recipes.items]]
name = "Blazing Stone"
amount = 3
[[recipes.items]]
name = "Frost Stone"
amount = 3
[[recipes]]
result = "Dark Matter"
set = 5
[[recipes.items]]
name = "Lucid Shard"
amount = 9
[[recipes.items]]
name = "Gale"
amount = 1
[[recipes.items]]
name = "Mythril"
amount = 2
[[recipes]]
result = "Megalixir"
set = 5
[[recipes.items]]
name = "Lucid Gem"
amount = 5
[[recipes.items]]
name = "Lucid Crystal"
amount = 3
[[recipes.items]]
name = "Gale"
amount = 2
[[recipes.items]]
name = "Dark Matter"
amount = 1
[[recipes]]
result = "Power Up"
set = 5
[[recipes.items]]
name = "Spirit Shard"
amount = 5
[[recipes.items]]
name = "Spirit Gem"
amount = 3
[[recipes.items]]
name = "Power Shard"
amount = 5
[[recipes.items]]
name = "Power Gem"
amount = 3
[[recipes.items]]
name = "Dark Matter"
amount = 1
[[recipes]]
result = "Cosmic Arts"
set = 5
[[recipes.items]]
name = "Bright Shard"
amount = 5
[[recipes.items]]
name = "Bright Gem"
amount = 3
[[recipes.items]]
name = "Bright Crystal"
amount = 1
[[recipes.items]]
name = "Mythril Stone"
amount = 3
[[recipes]]
result = "EXP Bracelet"
set = 5
[[recipes.items]]
name = "Energy Stone"
amount = 1
[[recipes.items]]
name = "Dazzling Stone"
amount = 1
[[recipes.items]]
name = "Stormy Stone"
amount = 1
[[recipes.items]]
name = "Orichalcum"
amount = 8
[[recipes.items]]
name = "Dark Matter"
amount = 3
[[recipes]]
result = "Ribbon"
set = 5
[[recipes.items]]
name = "Blaze Gem"
amount = 5
[[recipes.items]]
name = "Frost Gem"
amount = 5
[[recipes.items]]
name = "Thunder Gem"
amount = 5
[[recipes.items]]
name = "Gale"
amount = 1
[[recipes.items]]
name = "Serenity Power"
amount = 3
[[recipes]]
result = "Fantasista"
set = 6
[[recipes.items]]
name = "Fury Stone"
amount = 3
[[recipes.items]]
name = "Power Stone"
amount = 3
[[recipes.items]]
name = "Mythril Stone"
amount = 3
[[recipes.items]]
name = "Energy Stone"
amount = 5
[[recipes]]
result = "Seven Elements"
set = 6
[[recipes.items]]
name = "Blazing Stone"
amount = 3
[[recipes.items]]
name = "Frost Stone"
amount = 3
[[recipes.items]]
name = "Lightning Stone"
amount = 3
[[recipes.items]]
name = "Dazzling Stone"
amount = 5
[[recipes]]
result = "Ultima Weapon"
set = 6
[[recipes.items]]
name = "Thunder Gem"
amount = 5
[[recipes.items]]
name = "Mystery Goo"
amount = 5
[[recipes.items]]
name = "Serenity Power"
amount = 3
[[recipes.items]]
name = "Stormy Stone"
amount = 3
[[recipes.items]]
name = "Dark Matter"
amount = 3

View File

@ -1,22 +0,0 @@
name = "Aerial Champ"
[[world]]
name = "Radiant Garden"
[[drops]]
name = "Remembrance Stone"
kind = "material"
chance = 8
[drops.material]
category = "remembrance"
kind = "stone"
[[drops]]
name = "Serenity Stone"
kind = "material"
chance = 4
[drops.material]
category = "serenity"
kind = "stone"

View File

@ -1,22 +0,0 @@
name = "Aerial Knocker"
[[world]]
name = "Pride Lands"
[[drops]]
name = "Power Gem"
kind = "material"
chance = 8
[drops.material]
category = "power"
kind = "gem"
[[drops]]
name = "Bright Gem"
kind = "material"
chance = 4
[drops.material]
category = "bright"
kind = "gem"

View File

@ -1,22 +0,0 @@
name = "Aerial Viking"
[[world]]
name = "Radiant Garden"
[[drops]]
name = "Remembrance Stone"
kind = "material"
chance = 6
[drops.material]
category = "remembrance"
kind = "stone"
[[drops]]
name = "Serenity Stone"
kind = "material"
chance = 4
[drops.material]
category = "serenity"
kind = "stone"

View File

@ -1,22 +0,0 @@
name = "Aeroplane"
[[world]]
name = "Timeless River"
[[drops]]
name = "Frost Stone"
kind = "material"
chance = 8
[drops.material]
category = "frost"
kind = "stone"
[[drops]]
name = "Bright Stone"
kind = "material"
chance = 4
[drops.material]
category = "bright"
kind = "stone"

View File

@ -1,25 +0,0 @@
name = "Air Pirate"
[[world]]
name = "Port Royal"
[[world]]
name = "The Land of Dragons"
[[drops]]
name = "Dark Crystal"
kind = "material"
chance = 8
[drops.material]
category = "dark"
kind = "crystal"
[[drops]]
name = "Bright Crystal"
kind = "material"
chance = 4
[drops.material]
category = "bright"
kind = "crystal"

View File

@ -1,25 +0,0 @@
name = "Armored Knight"
[[world]]
name = "Radiant Garden"
[[world]]
name = "Beast's Castle"
[[world]]
name = "Port Royal"
[[world]]
name = "Halloween Town"
[[world]]
name = "Pride Lands"
[[drops]]
name = "Lightning Gem"
kind = "material"
chance = 4
[drops.material]
category = "lightning"
kind = "gem"

View File

@ -1,14 +0,0 @@
name = "Assassin"
kind = "nobody"
[[world]]
name = "The World That Never Was"
[[drops]]
name = "Twilight Gem"
kind = "material"
chance = 12
[drops.material]
category = "twilight"
kind = "gem"

View File

@ -1,27 +0,0 @@
name = "Assault Rider"
[[world]]
name = "The Land of Dragons"
[[drops]]
name = "Dark Stone"
kind = "material"
chance = 12
[drops.material]
category = "dark"
kind = "stone"
[[drops]]
name = "Serenity Shard"
kind = "material"
chance = 4
[drops.material]
category = "serenity"
kind = "shard"
[[drops]]
name = "Hi-Potion"
kind = "item"
chance = 10

View File

@ -1,22 +0,0 @@
name = "Beffudler"
[[world]]
name = "Radiant Garden"
[[drops]]
name = "Remembrance Shard"
kind = "material"
chance = 6
[drops.material]
category = "remembrance"
kind = "shard"
[[drops]]
name = "Serenity Shard"
kind = "material"
chance = 3
[drops.material]
category = "serenity"
kind = "shard"

View File

@ -1,20 +0,0 @@
name = "Berserker"
kind = "nobody"
[[world]]
name = "Twilight Town"
[[world]]
name = "Radiant Garden"
[[world]]
name = "The World That Never Was"
[[drops]]
name = "Dense Crystal"
kind = "material"
chance = 12
[drops.material]
category = "dense"
kind = "crystal"

View File

@ -1,25 +0,0 @@
name = "Bolt Tower"
[[world]]
name = "The Land of Dragons"
[[world]]
name = "Pride Lands"
[[drops]]
name = "Lightning Shard"
kind = "material"
chance = 10
[drops.material]
category = "lightning"
kind = "shard"
[[drops]]
name = "Energy Shard"
kind = "material"
chance = 4
[drops.material]
category = "energy"
kind = "shard"

View File

@ -1,30 +0,0 @@
name = "Bookmaster"
[[world]]
name = "Radiant Garden"
[[world]]
name = "Space Paranoids"
[[drops]]
name = "Lucid Gem"
kind = "material"
chance = 10
[drops.material]
category = "lucid"
kind = "gem"
[[drops]]
name = "Energy Crystal"
kind = "material"
chance = 4
[drops.material]
category = "energy"
kind = "crystal"
[[drops]]
name = "Akashic Record"
kind = "equipment"
chance = 1

View File

@ -1,96 +0,0 @@
name = "Bulky Vendor"
[[world]]
name = "Beast's Castle"
[[world]]
name = "Halloween Town"
[[world]]
name = "Olympus Coliseum"
[[world]]
name = "Agrabah"
[[world]]
name = "The Land of Dragons"
[[drops]]
name = "Serenity Shard"
kind = "material"
chance = 100
info = "Using Capsule Prize reaction command"
[drops.material]
category = "serenity"
kind = "shard"
[[drops]]
name = "Orichalcum"
kind = "material"
chance = 8
info = "Using Capsule Prize reaction command"
[drops.material]
category = "orichalcum"
kind = "gem"
[[drops]]
name = "Serenity Stone"
kind = "material"
chance = 100
info = "Using Rare Capsule reaction command"
[drops.material]
category = "serenity"
kind = "stone"
[[drops]]
name = "Orichalcum"
kind = "material"
chance = 10
info = "Using Rare Capsule reaction command"
[drops.material]
category = "orichalcum"
kind = "gem"
[[drops]]
name = "Serenity Gem"
kind = "material"
chance = 100
info = "Using Limited Capsule reaction command"
[drops.material]
category = "serenity"
kind = "gem"
[[drops]]
name = "Orichalcum"
kind = "material"
chance = 16
info = "Using Limited Capsule reaction command"
[drops.material]
category = "orichalcum"
kind = "gem"
[[drops]]
name = "Serenity Crystal"
kind = "material"
chance = 100
info = "Using Prime Capsule reaction command"
[drops.material]
category = "serenity"
kind = "crystal"
[[drops]]
name = "Orichalcum"
kind = "material"
chance = 16
info = "Using Prime Capsule reaction command"
[drops.material]
category = "orichalcum"
kind = "gem"

View File

@ -1,22 +0,0 @@
name = "Camo Cannon"
[[world]]
name = "Radiant Garden"
[[drops]]
name = "Remembrance Shard"
kind = "material"
chance = 6
[drops.material]
category = "remembrance"
kind = "shard"
[[drops]]
name = "Serenity Shard"
kind = "material"
chance = 3
[drops.material]
category = "serenity"
kind = "shard"

View File

@ -1,25 +0,0 @@
name = "Cannon Gun"
[[world]]
name = "Port Royal"
[[world]]
name = "Space Paranoids"
[[drops]]
name = "Blazing Stone"
kind = "material"
chance = 6
[drops.material]
category = "blazing"
kind = "stone"
[[drops]]
name = "Bright Stone"
kind = "material"
chance = 3
[drops.material]
category = "bright"
kind = "stone"

View File

@ -1,25 +0,0 @@
name = "Creeper Plant"
[[world]]
name = "Olympus Coliseum"
[[world]]
name = "Halloween Town"
[[drops]]
name = "Power Shard"
kind = "material"
chance = 8
[drops.material]
category = "power"
kind = "shard"
[[drops]]
name = "Bright Shard"
kind = "material"
chance = 4
[drops.material]
category = "bright"
kind = "shard"

View File

@ -1,20 +0,0 @@
name = "Creeper"
kind = "nobody"
[[world]]
name = "Twilight Town"
[[world]]
name = "Radiant Garden"
[[world]]
name = "The World That Never Was"
[[drops]]
name = "Dense Shard"
kind = "material"
chance = 8
[drops.material]
category = "dense"
kind = "shard"

View File

@ -1,22 +0,0 @@
name = "Crescendo"
[[world]]
name = "Olympus Coliseum"
[[drops]]
name = "Blazing Crystal"
kind = "material"
chance = 6
[drops.material]
category = "blazing"
kind = "crystal"
[[drops]]
name = "Bright Crystal"
kind = "material"
chance = 3
[drops.material]
category = "bright"
kind = "crystal"

View File

@ -1,36 +0,0 @@
name = "Crimson Jazz"
[[world]]
name = "Agrabah"
[[world]]
name = "Beast's Castle"
[[world]]
name = "Olympus Coliseum"
[[world]]
name = "Radiant Garden"
[[drops]]
name = "Blazing Crystal"
kind = "material"
chance = 12
[drops.material]
category = "blazing"
kind = "crystal"
[[drops]]
name = "Serenity Stone"
kind = "material"
chance = 4
[drops.material]
category = "serenity"
kind = "stone"
[[drops]]
name = "Mega-Ether"
kind = "item"
chance = 5

View File

@ -1,23 +0,0 @@
name = "Dancer"
kind = "nobody"
[[world]]
name = "The World That Never Was"
[[drops]]
name = "Twilight Stone"
kind = "material"
chance = 12
[drops.material]
category = "twilight"
kind = "stone"
[[drops]]
name = "Serenity Gem"
kind = "material"
chance = 4
[drops.material]
category = "serenity"
kind = "gem"

View File

@ -1,25 +0,0 @@
name = "Dragoon"
kind = "nobody"
[[world]]
name = "Beast's Castle"
[[world]]
name = "Twilight Town"
[[world]]
name = "The World That Never Was"
[[drops]]
name = "Dense Shard"
kind = "material"
chance = 12
[drops.material]
category = "dense"
kind = "shard"
[[drops]]
name = "Nobody Lance"
kind = "equipment"
chance = 1

View File

@ -1,31 +0,0 @@
name = "Devastator"
[[world]]
name = "Space Paranoids"
best = true
[[world]]
name = "Radiant Garden"
[[drops]]
name = "Lightning Crystal"
kind = "material"
chance = 12
[drops.material]
category = "lightning"
kind = "crystal"
[[drops]]
name = "Serenity Stone"
kind = "material"
chance = 4
[drops.material]
category = "serenity"
kind = "stone"
[[drops]]
name = "Elixir"
kind = "item"
chance = 5

View File

@ -1,25 +0,0 @@
name = "Driller Mole"
[[world]]
name = "Halloween Town"
[[world]]
name = "Olympus Coliseum"
[[drops]]
name = "Lightning Stone"
kind = "material"
chance = 6
[drops.material]
category = "lightning"
kind = "stone"
[[drops]]
name = "Bright Stone"
kind = "material"
chance = 3
[drops.material]
category = "bright"
kind = "stone"

View File

@ -1,14 +0,0 @@
name = "Dusk"
kind = "nobody"
[[world]]
name = "The World That Never Was"
[[drops]]
name = "Twilight Shard"
kind = "material"
chance = 10
[drops.material]
category = "twilight"
kind = "shard"

View File

@ -1,31 +0,0 @@
name = "Emerald Blues"
[[world]]
name = "Halloween Town"
[[world]]
name = "Space Paranoids"
[[world]]
name = "The Land of Dragons"
[[world]]
name = "Agrabah"
[[drops]]
name = "Lightning Stone"
kind = "material"
chance = 10
[drops.material]
category = "lightning"
kind = "stone"
[[drops]]
name = "Energy Gem"
kind = "material"
chance = 4
[drops.material]
category = "energy"
kind = "gem"

View File

@ -1,27 +0,0 @@
name = "Fat Bandit"
[[world]]
name = "Agrabah"
[[drops]]
name = "Blazing Gem"
kind = "material"
chance = 12
[drops.material]
category = "blazing"
kind = "gem"
[[drops]]
name = "Serenity Shard"
kind = "material"
chance = 4
[drops.material]
category = "serenity"
kind = "shard"
[[drops]]
name = "Ether"
kind = "item"
chance = 10

View File

@ -1,13 +0,0 @@
name = "Fiery Globe"
[[world]]
name = "Agrabah"
[[drops]]
name = "Blazing Gem"
kind = "material"
chance = 4
[drops.material]
category = "blazing"
kind = "gem"

View File

@ -1,22 +0,0 @@
name = "Fortuneteller"
[[world]]
name = "Agrabah"
[[drops]]
name = "Frost Gem"
kind = "material"
chance = 10
[drops.material]
category = "frost"
kind = "gem"
[[drops]]
name = "Energy Gem"
kind = "material"
chance = 4
[drops.material]
category = "energy"
kind = "gem"

View File

@ -1,22 +0,0 @@
name = "Gambler"
kind = "nobody"
[[world]]
name = "Port Royal"
[[world]]
name = "The World That Never Was"
[[drops]]
name = "Twilight Shard"
kind = "material"
chance = 12
[drops.material]
category = "twilight"
kind = "shard"
[[drops]]
name = "Nobody Guard"
kind = "equipment"
chance = 1

View File

@ -1,22 +0,0 @@
name = "Gargoyle Knight"
[[world]]
name = "Beast's Castle"
[[drops]]
name = "Dark Gem"
kind = "material"
chance = 10
[drops.material]
category = "dark"
kind = "gem"
[[drops]]
name = "Energy Shard"
kind = "material"
chance = 4
[drops.material]
category = "energy"
kind = "shard"

View File

@ -1,22 +0,0 @@
name = "Gargoyle Warrior"
[[world]]
name = "Beast's Castle"
[[drops]]
name = "Dark Gem"
kind = "material"
chance = 10
[drops.material]
category = "dark"
kind = "gem"
[[drops]]
name = "Energy Shard"
kind = "material"
chance = 4
[drops.material]
category = "energy"
kind = "shard"

View File

@ -1,27 +0,0 @@
name = "Graveyard"
[[world]]
name = "Halloween Town"
[[drops]]
name = "Lucid Stone"
kind = "material"
chance = 12
[drops.material]
category = "lucid"
kind = "stone"
[[drops]]
name = "Serenity Shard"
kind = "material"
chance = 4
[drops.material]
category = "serenity"
kind = "shard"
[[drops]]
name = "Ether"
kind = "item"
chance = 10

View File

@ -1,28 +0,0 @@
name = "Hammer Frame"
[[world]]
name = "Timeless River"
[[world]]
name = "Port Royal"
[[world]]
name = "Beast's Castle"
[[drops]]
name = "Blazing Shard"
kind = "material"
chance = 10
[drops.material]
category = "blazing"
kind = "shard"
[[drops]]
name = "Energy Stone"
kind = "material"
chance = 4
[drops.material]
category = "energy"
kind = "stone"

View File

@ -1,31 +0,0 @@
name = "Hook Bat"
[[world]]
name = "Beast's Castle"
[[world]]
name = "Olympus Coliseum"
[[world]]
name = "The Land of Dragons"
[[world]]
name = "Agrabah"
[[drops]]
name = "Frost Shard"
kind = "material"
chance = 6
[drops.material]
category = "frost"
kind = "shard"
[[drops]]
name = "Bright Shard"
kind = "material"
chance = 3
[drops.material]
category = "bright"
kind = "shard"

View File

@ -1,27 +0,0 @@
name = "Hot Rod"
[[world]]
name = "Timeless River"
[[drops]]
name = "Frost Stone"
kind = "material"
chance = 12
[drops.material]
category = "frost"
kind = "stone"
[[drops]]
name = "Serenity Shard"
kind = "material"
chance = 4
[drops.material]
category = "serenity"
kind = "shard"
[[drops]]
name = "Hi-Potion"
kind = "item"
chance = 10

Some files were not shown because too many files have changed in this diff Show More