20 lines
488 B
Plaintext
20 lines
488 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Cultist Bandana",
|
||
|
legacy_description: "Ceremonial attire used by members.",
|
||
|
kind: Armor((
|
||
|
kind: Head,
|
||
|
stats: Direct((
|
||
|
protection: Some(Normal(6.0)),
|
||
|
poise_resilience: Some(Normal(1.0)),
|
||
|
energy_max: Some(2.0),
|
||
|
energy_reward: Some(0.025),
|
||
|
precision_power: Some(0.008),
|
||
|
stealth: Some(0.04),
|
||
|
)),
|
||
|
)),
|
||
|
quality: Epic,
|
||
|
tags: [
|
||
|
Cultist,
|
||
|
],
|
||
|
)
|