trade_bot/assets/common/items/armor/merchant/turban.ron

16 lines
424 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Impressive Turban",
legacy_description: "An incredibly fancy and light-weight turban, quite expensive too.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(5.0)),
poise_resilience: Some(Normal(1.5)),
energy_max: Some(12.0),
energy_reward: Some(0.07),
)),
)),
quality: Epic,
tags: [],
)