trade_bot/assets/common/items/armor/misc/back/short_1.ron

15 lines
319 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Green Blanket",
legacy_description: "Keeps your shoulders warm.",
kind: Armor((
kind: Back,
stats: Direct((
protection: Some(Normal(0.1)),
)),
)),
quality: Common,
tags: [
Material(Linen),
SalvageInto(Linen, 1),
],
)