32 lines
415 B
TOML
32 lines
415 B
TOML
name = "Soldier"
|
|
|
|
[[world]]
|
|
name = "Olympus"
|
|
|
|
[[drops]]
|
|
name = "Pulsing Shard"
|
|
kind = "material"
|
|
chance = 8
|
|
|
|
[drops.material]
|
|
category = "pulsing"
|
|
kind = "shard"
|
|
|
|
[[drops]]
|
|
name = "Lightning Shard"
|
|
kind = "material"
|
|
chance = 8
|
|
|
|
[drops.material]
|
|
category = "lightning"
|
|
kind = "shard"
|
|
|
|
[[drops]]
|
|
name = "Wellspring Shard"
|
|
kind = "material"
|
|
chance = 4
|
|
|
|
[drops.material]
|
|
category = "wellspring"
|
|
kind = "shard"
|