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

13 lines
297 B
Plaintext

ItemDef(
legacy_name: "Blue Linen Skirt",
legacy_description: "A stylish, rough fabric skirt, dyed blue.",
kind: Armor((
kind: Pants,
stats: FromSet("Cloth Blue"),
)),
quality: Common,
tags: [
Material(Linen),
SalvageInto(Linen, 2),
],
)