thesource-campaigns/Miau/items/face_mask.dhall

11 lines
296 B
Plaintext

let camp = ../../package.dhall
in camp.Item::{
, name = "Face Mask"
, description = "An enforcer of social distancing."
, kind = camp.ItemKind.Armor
, bonuses = [ camp.Bonus::{ amount = Some +1, stat = Some camp.Stat.CHA } ]
, cost = 40
, sellValue = None Natural
}