mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added default values to every armor item.
This commit is contained in:
parent
fa0fe38699
commit
ff66e34be5
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(15.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_resilience: Normal(0.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(10.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(8.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(3.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(25.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(5.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(10.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
|
@ -1,11 +1,15 @@
|
||||
ItemDef(
|
||||
name: "Bonerattler Chausses",
|
||||
description: "Assorted bones and hide from a bonerattler provide protection around the wearer\'s legs.",
|
||||
description: "Assorted bones and hide from a bonerattler provide protection around the wearer's legs.",
|
||||
kind: Armor((
|
||||
kind: Pants("Bonerattler"),
|
||||
stats: (
|
||||
protection: Normal(20.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(15.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_resilience: Normal(0.2),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(25.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(5.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(10.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(20.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(15.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(0.2),
|
||||
poise_resilience: Normal(0.1),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(8.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(8.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_resilience: Normal(0.2),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(25.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(5.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(10.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(20.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(15.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_resilience: Normal(0.2),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(15.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(3.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(12.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(9.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_resilience: Normal(0.2),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,8 +6,12 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
)
|
||||
)
|
@ -6,8 +6,12 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(30.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
)
|
||||
)
|
@ -6,8 +6,12 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
)
|
||||
)
|
@ -6,8 +6,12 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(12.0),
|
||||
poise_resilience: Normal(8.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
)
|
||||
)
|
@ -6,8 +6,12 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(24.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
)
|
||||
)
|
@ -6,8 +6,12 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(18.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
)
|
||||
)
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(0.2),
|
||||
poise_resilience: Normal(0.1),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(10.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(8.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_resilience: Normal(0.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_resilience: Normal(0.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_resilience: Normal(0.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_resilience: Normal(0.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_resilience: Normal(0.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_resilience: Normal(0.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [ClothItem],
|
||||
tags: [
|
||||
ClothItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [Cultist],
|
||||
)
|
||||
tags: [
|
||||
Cultist,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(30.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [Cultist],
|
||||
)
|
||||
tags: [
|
||||
Cultist,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [Cultist],
|
||||
)
|
||||
tags: [
|
||||
Cultist,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(12.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [Cultist],
|
||||
)
|
||||
tags: [
|
||||
Cultist,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(24.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [Cultist],
|
||||
)
|
||||
tags: [
|
||||
Cultist,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(18.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [Cultist],
|
||||
)
|
||||
tags: [
|
||||
Cultist,
|
||||
],
|
||||
)
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_resilience: Normal(0.2),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(25.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(5.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(10.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(20.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(15.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,6 +6,10 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_resilience: Normal(0.2),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -6,8 +6,12 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
)
|
||||
)
|
@ -6,8 +6,12 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(30.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
)
|
||||
)
|
@ -6,8 +6,12 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
)
|
||||
)
|
@ -6,8 +6,12 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(12.0),
|
||||
poise_resilience: Normal(8.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
)
|
||||
)
|
@ -6,8 +6,12 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(24.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
)
|
||||
)
|
@ -6,8 +6,12 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(18.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
)
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(0.2),
|
||||
poise_resilience: Normal(0.1),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [LeatherItem],
|
||||
tags: [
|
||||
LeatherItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [LeatherItem],
|
||||
tags: [
|
||||
LeatherItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(10.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [LeatherItem],
|
||||
tags: [
|
||||
LeatherItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [LeatherItem],
|
||||
tags: [
|
||||
LeatherItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_resilience: Normal(1.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [LeatherItem],
|
||||
tags: [
|
||||
LeatherItem,
|
||||
],
|
||||
)
|
@ -6,8 +6,14 @@ ItemDef(
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_resilience: Normal(0.0),
|
||||
energy_max: 0,
|
||||
energy_recovery: 0.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 0.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [LeatherItem],
|
||||
tags: [
|
||||
LeatherItem,
|
||||
],
|
||||
)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user