trade_bot/assets/common/items/armor/cardinal/shoulder.ron
2024-07-03 19:04:49 -04:00

11 lines
250 B
Plaintext

ItemDef(
legacy_name: "Cardinal's Shoulderguard",
legacy_description: "The other was lost in a vicious fight.",
kind: Armor((
kind: Shoulder,
stats: FromSet("Cardinal"),
)),
quality: Legendary,
tags: [
],
)