24 lines
300 B
TOML
24 lines
300 B
TOML
name = "Samurai"
|
|
kind = "nobody"
|
|
|
|
[[world]]
|
|
name = "Radiant Garden"
|
|
|
|
[[world]]
|
|
name = "The Land of Dragons"
|
|
|
|
[[world]]
|
|
name = "Twilight Town"
|
|
|
|
[[world]]
|
|
name = "The World That Never Was"
|
|
|
|
[[drops]]
|
|
name = "Dense Gem"
|
|
kind = "material"
|
|
chance = 12
|
|
|
|
[drops.material]
|
|
category = "dense"
|
|
kind = "gem"
|