14 lines
322 B
Plaintext
14 lines
322 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Phoenix Armor",
|
||
|
legacy_description: "The thickest feather you have ever seen!",
|
||
|
kind: Armor((
|
||
|
kind: Chest,
|
||
|
stats: Direct((
|
||
|
protection: Some(Normal(60.0)),
|
||
|
poise_resilience: Some(Normal(0.0)),
|
||
|
)),
|
||
|
)),
|
||
|
quality: Epic,
|
||
|
tags: [],
|
||
|
)
|