35 lines
468 B
TOML
35 lines
468 B
TOML
name = "Battleship"
|
|
|
|
[[world]]
|
|
name = "Neverland"
|
|
|
|
[[drops]]
|
|
name = "Elixir"
|
|
kind = "item"
|
|
chance = 0.5
|
|
|
|
[[drops]]
|
|
name = "Elixir"
|
|
kind = "item"
|
|
chance = 1
|
|
info = "Destroy the Stern, Cannons or Mast"
|
|
|
|
[[drops]]
|
|
name = "Power Gem"
|
|
kind = "material"
|
|
chance = 4
|
|
|
|
[drops.material]
|
|
category = "power"
|
|
kind = "gem"
|
|
|
|
[[drops]]
|
|
name = "Power Gem"
|
|
kind = "material"
|
|
chance = 8
|
|
info = "Destroy the Stern, Cannons or Mast"
|
|
|
|
[drops.material]
|
|
category = "power"
|
|
kind = "gem"
|