hotbot/assets/common/items/armor/misc/head/bamboo_twig.ron
2024-06-11 14:43:30 -04:00

15 lines
307 B
Plaintext

ItemDef(
legacy_name: "Bamboo Twig",
legacy_description: "A tiny stray shoot from a larger bamboo shaft.",
kind: Armor((
kind: Head,
stats: Direct((
energy_reward: Some(0.033),
)),
)),
quality: Common,
tags: [
SalvageInto(Bamboo, 1)
],
)