trade_bot/assets/common/items/armor/misc/head/facegourd.ron
2024-07-03 19:04:49 -04:00

14 lines
273 B
Plaintext

ItemDef(
legacy_name: "Facegourd",
legacy_description: "Pumpkin Head.",
kind: Armor((
kind: Head,
stats: Direct((
energy_max: Some(4.0),
energy_reward: Some(0.04),
)),
)),
quality: Common,
tags: [],
)