trade_bot/assets/common/items/armor/misc/head/gnarling_mask.ron
Jeff 545f8c6643
All checks were successful
Publish / rust (push) Successful in 6m0s
Publish / docker (push) Successful in 31s
Update assets
2024-08-08 17:03:53 -04:00

18 lines
402 B
Plaintext

ItemDef(
legacy_name: "Chieftain Mask",
legacy_description: "It smells like burned wood.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(3.0)),
poise_resilience: Some(Normal(1.0)),
energy_max: Some(6.0),
)),
)),
quality: Moderate,
tags: [
Gnarling,
SalvageInto(Lifecloth, 1),
],
)