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

16 lines
321 B
Plaintext

ItemDef(
legacy_name: "Cat Capuche",
legacy_description: "April Fools Special",
kind: Armor((
kind: Head,
stats: Direct((
energy_max: Some(4.0),
energy_reward: Some(0.04),
)),
)),
quality: Moderate,
tags: [
SalvageInto(Leather, 1),
],
)