33 lines
423 B
TOML
33 lines
423 B
TOML
name = "Ninja"
|
|
kind = "nobody"
|
|
|
|
[[world]]
|
|
name = "Arendelle"
|
|
|
|
[[drops]]
|
|
name = "Betwixt Stone"
|
|
kind = "material"
|
|
chance = 18
|
|
|
|
[drops.material]
|
|
category = "betwixt"
|
|
kind = "stone"
|
|
|
|
[[drops]]
|
|
name = "Betwixt Gem"
|
|
kind = "material"
|
|
chance = 12
|
|
|
|
[drops.material]
|
|
category = "betwixt"
|
|
kind = "gem"
|
|
|
|
[[drops]]
|
|
name = "Betwixt Crystal"
|
|
kind = "material"
|
|
chance = 6
|
|
|
|
[drops.material]
|
|
category = "betwixt"
|
|
kind = "crystal"
|