khguide/input/kh3/enemies/soldier.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"