thesource-campaigns/Miau/items/amulet_of_bandacy.dhall

10 lines
285 B
Plaintext

let camp = ../../package.dhall
in camp.Item::{
, name = "Amulet of Bandacy"
, description = "An amulet that increases a bandit's natural deterity."
, bonuses = [ camp.Bonus::{ amount = Some +1, stat = Some camp.Stat.DEX } ]
, cost = 30
, sellValue = Some 4
}