trade_bot/assets/common/items/armor/misc/head/cat_capuche.ron

16 lines
321 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
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),
],
)