trade_bot/assets/common/items/armor/cloth_green/chest.ron

13 lines
301 B
Plaintext
Raw Permalink Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Green Linen Chest",
legacy_description: "A stylish rough fabric surcoat, dyed green.",
kind: Armor((
kind: Chest,
stats: FromSet("Cloth Green"),
)),
quality: Common,
tags: [
Material(Linen),
SalvageInto(Linen, 3),
],
)