thesource-campaigns/Miau/items/sandstorm_amulet.dhall

10 lines
230 B
Plaintext

let camp = ../../package.dhall
in camp.Item::{
, name = "Sandstorm Amulet"
, description = "An amulet that controls the sandstorms in the area."
, cost = 0
, sellValue = None Natural
, legendary = True
}