23 lines
307 B
TOML
23 lines
307 B
TOML
name = "Iron Hammer"
|
|
|
|
[[world]]
|
|
name = "Radiant Garden"
|
|
|
|
[[drops]]
|
|
name = "Remembrance Shard"
|
|
kind = "material"
|
|
chance = 10
|
|
|
|
[drops.material]
|
|
category = "remembrance"
|
|
kind = "shard"
|
|
|
|
[[drops]]
|
|
name = "Serenity Shard"
|
|
kind = "material"
|
|
chance = 4
|
|
|
|
[drops.material]
|
|
category = "serenity"
|
|
kind = "shard"
|