26 lines
327 B
TOML
26 lines
327 B
TOML
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
|