hotbot/assets/common/items/armor/cloth_blue/shoulder_0.ron

13 lines
289 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Blue Linen Coat",
legacy_description: "A rough fabric coat, dyed blue.",
kind: Armor((
kind: Shoulder,
stats: FromSet("Cloth Blue"),
)),
quality: Common,
tags: [
Material(Linen),
SalvageInto(Linen, 1),
],
)