thesource-campaigns/Miau/items/dagger.dhall

11 lines
244 B
Plaintext

let camp = ../../package.dhall
in camp.Item::{
, name = "Iron Dagger"
, description = "Can be used in your offhand for a second attack"
, weight = 1
, kind = camp.ItemKind.Weapon
, cost = 30
, sellValue = Some 5
}