Compare commits
56 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
697ab3296d | |
|
|
7e7653ec83 | |
|
|
42689499d3 | |
|
|
66e7635119 | |
|
|
dcc793c58b | |
|
|
378de24dd1 | |
|
|
157e1e1bf4 | |
|
|
8736e02a92 | |
|
|
ac49540a5d | |
|
|
e6cf0e3067 | |
|
|
f48a56c70b | |
|
|
45a9950c70 | |
|
|
c716e08c45 | |
|
|
a1319396b6 | |
|
|
cf7edba39f | |
|
|
ead730305f | |
|
|
020ce8fafe | |
|
|
1d1b3c02dd | |
|
|
fb7509ec14 | |
|
|
abcc8e99db | |
|
|
ee877c9b83 | |
|
|
7863a5519e | |
|
|
b76888ba7d | |
|
|
b03becfe5e | |
|
|
31c3e5b3a5 | |
|
|
c3304099bd | |
|
|
3e2b73d130 | |
|
|
2ad44b5620 | |
|
|
bf1a4e1c0e | |
|
|
a53d7887fd | |
|
|
c371008360 | |
|
|
fecd6e866f | |
|
|
ae0ce4aed1 | |
|
|
54f125ab41 | |
|
|
bd4fb25a6a | |
|
|
c50785a27b | |
|
|
d0130b50f1 | |
|
|
2e746d29cd | |
|
|
65e0880851 | |
|
|
68da7ae3fb | |
|
|
0cc8865028 | |
|
|
d8fd3d7111 | |
|
|
904a03733d | |
|
|
fd33426219 | |
|
|
630439bc48 | |
|
|
a0efc33ec6 | |
|
|
9180d330d6 | |
|
|
b57fa29fae | |
|
|
ebff1d9baf | |
|
|
3ef6f67766 | |
|
|
4f384cc9b9 | |
|
|
7519ae9e9b | |
|
|
438091d3b4 | |
|
|
2464e440a3 | |
|
|
7cfc5c41a1 | |
|
|
c5738bf038 |
|
|
@ -3,6 +3,7 @@
|
||||||
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
|
||||||
|
|
@ -10,3 +11,4 @@ Cargo.lock
|
||||||
|
|
||||||
# These are backup files generated by rustfmt
|
# These are backup files generated by rustfmt
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
||||||
|
|
|
||||||
24
Cargo.toml
24
Cargo.toml
|
|
@ -1,19 +1,23 @@
|
||||||
[package]
|
[package]
|
||||||
name = "khguide"
|
name = "khguide"
|
||||||
version = "1.1.0"
|
version = "1.4.0"
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rinja = "0.3.5"
|
askama = "0.14.0"
|
||||||
serde = { version = "1.0.203", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
serde_json = "1.0.118"
|
serde_json = "1.0.145"
|
||||||
toml = "0.8.19"
|
toml = "0.9.8"
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.41"
|
||||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
|
||||||
itertools = "0.13.0"
|
itertools = "0.14.0"
|
||||||
|
blake3 = "1.8.2"
|
||||||
|
ordered-float = { version = "5.1.0", features = ["serde"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["bbs", "ddd", "kh3"]
|
default = ["bbs", "ddd", "kh3", "kh2", "kh1"]
|
||||||
|
kh1 = []
|
||||||
|
kh2 = []
|
||||||
kh3 = []
|
kh3 = []
|
||||||
bbs = []
|
bbs = []
|
||||||
ddd = []
|
ddd = []
|
||||||
|
|
|
||||||
30
README.md
30
README.md
|
|
@ -4,11 +4,33 @@ 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 simulator for Kingdom Hearts 3
|
- food and pro codes simulators for Kingdom Hearts 3
|
||||||
|
|
||||||
## How to use
|
## Usage
|
||||||
|
|
||||||
- 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.
|
- Probably the easiest way is to use the hosted version offered [here](https://git.pixelatedw.xyz/pages/wynd/khguide/)
|
||||||
- There's also a hosted version offered for ease of use [here](https://git.pixelatedw.xyz/pages/wynd/khguide/).
|
- For a local version you'll need a web server to serve CSS and JavaScript modules, read the below Development section for this
|
||||||
|
|
||||||
|
## 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`
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,483 @@
|
||||||
|
[[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
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,28 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,26 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
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
|
||||||
|
|
@ -0,0 +1,35 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,33 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,48 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,45 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,32 @@
|
||||||
|
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
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,28 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
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"
|
||||||
|
|
@ -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"
|
||||||
|
|
@ -0,0 +1,35 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,36 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
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"
|
||||||
|
|
@ -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"
|
||||||
|
|
@ -0,0 +1,31 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Pot Scorpion"
|
||||||
|
|
||||||
|
[[world]]
|
||||||
|
name = "Agrabah"
|
||||||
|
|
||||||
|
[[drops]]
|
||||||
|
name = "Mythril Stone"
|
||||||
|
kind = "material"
|
||||||
|
chance = 20
|
||||||
|
|
||||||
|
[drops.material]
|
||||||
|
category = "mythril"
|
||||||
|
kind = "stone"
|
||||||
|
|
@ -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"
|
||||||
|
|
@ -0,0 +1,49 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,37 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,28 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,45 @@
|
||||||
|
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
|
||||||
|
|
@ -0,0 +1,38 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,35 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,632 @@
|
||||||
|
[[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
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
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
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,30 @@
|
||||||
|
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
|
||||||
|
|
@ -0,0 +1,96 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,36 @@
|
||||||
|
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
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
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
|
||||||
|
|
@ -0,0 +1,31 @@
|
||||||
|
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
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,31 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
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
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Fiery Globe"
|
||||||
|
|
||||||
|
[[world]]
|
||||||
|
name = "Agrabah"
|
||||||
|
|
||||||
|
[[drops]]
|
||||||
|
name = "Blazing Gem"
|
||||||
|
kind = "material"
|
||||||
|
chance = 4
|
||||||
|
|
||||||
|
[drops.material]
|
||||||
|
category = "blazing"
|
||||||
|
kind = "gem"
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
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
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
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
|
||||||
|
|
@ -0,0 +1,28 @@
|
||||||
|
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"
|
||||||
|
|
@ -0,0 +1,31 @@
|
||||||
|
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"
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue