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

13 lines
296 B
Plaintext

ItemDef(
legacy_name: "Twig Boots",
legacy_description: "Small twigs intertwined and imbued with magic to provide simple protection.",
kind: Armor((
kind: Foot,
stats: FromSet("Twigs"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 1),
],
)