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

13 lines
285 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Twig Shirt",
legacy_description: "Small sticks magically imbued to hold together to form a shirt.",
kind: Armor((
kind: Chest,
stats: FromSet("Twigs"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 3),
],
)