16 lines
220 B
TOML
16 lines
220 B
TOML
[grass]
|
|
drops = [
|
|
{ prefab = "Coin", chance_pct = 5, min_count = 1, max_count = 2 },
|
|
]
|
|
|
|
[dirt]
|
|
drops = []
|
|
|
|
[rock]
|
|
drops = [
|
|
{ prefab = "Coin", chance_pct = 10, min_count = 1, max_count = 1 },
|
|
]
|
|
|
|
[air]
|
|
drops = []
|