16 lines
356 B
Plaintext
16 lines
356 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Straw Hat",
|
||
|
legacy_description: "Often times worn by villagers. It's simple and stylish!",
|
||
|
kind: Armor((
|
||
|
kind: Head,
|
||
|
stats: Direct((
|
||
|
energy_max: Some(3.0),
|
||
|
energy_reward: Some(0.02),
|
||
|
)),
|
||
|
)),
|
||
|
quality: Common,
|
||
|
tags: [
|
||
|
SalvageInto(PlantFiber, 1),
|
||
|
],
|
||
|
)
|