Added default values to every armor item.

This commit is contained in:
Sam 2021-05-20 21:37:12 -05:00 committed by Marcel Märtens
parent fa0fe38699
commit ff66e34be5
261 changed files with 1262 additions and 105 deletions

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(2.0), protection: Normal(2.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(15.0), protection: Normal(15.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0),
poise_resilience: Normal(0.0), poise_resilience: Normal(0.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(10.0), protection: Normal(10.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(8.0), protection: Normal(8.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(3.0), protection: Normal(3.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: High, quality: High,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(25.0), protection: Normal(25.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: High, quality: High,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(5.0), protection: Normal(5.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: High, quality: High,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(10.0), protection: Normal(10.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: High, quality: High,

View File

@ -1,11 +1,15 @@
ItemDef( ItemDef(
name: "Bonerattler Chausses", 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: Armor((
kind: Pants("Bonerattler"), kind: Pants("Bonerattler"),
stats: ( stats: (
protection: Normal(20.0), protection: Normal(20.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: High, quality: High,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(15.0), protection: Normal(15.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: High, quality: High,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0),
poise_resilience: Normal(0.2), poise_resilience: Normal(0.2),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(25.0), protection: Normal(25.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: High, quality: High,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(5.0), protection: Normal(5.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: High, quality: High,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(10.0), protection: Normal(10.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(20.0), protection: Normal(20.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(15.0), protection: Normal(15.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(0.2), protection: Normal(0.2),
poise_resilience: Normal(0.1), poise_resilience: Normal(0.1),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(8.0), protection: Normal(8.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(2.0), protection: Normal(2.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(8.0), protection: Normal(8.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0),
poise_resilience: Normal(0.2), poise_resilience: Normal(0.2),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(25.0), protection: Normal(25.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: High, quality: High,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(5.0), protection: Normal(5.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: High, quality: High,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(10.0), protection: Normal(10.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(20.0), protection: Normal(20.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(15.0), protection: Normal(15.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0),
poise_resilience: Normal(0.2), poise_resilience: Normal(0.2),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(2.0), protection: Normal(2.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(15.0), protection: Normal(15.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(3.0), protection: Normal(3.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(12.0), protection: Normal(12.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(9.0), protection: Normal(9.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0),
poise_resilience: Normal(0.2), poise_resilience: Normal(0.2),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(30.0), protection: Normal(30.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(12.0), protection: Normal(12.0),
poise_resilience: Normal(8.0), poise_resilience: Normal(8.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(24.0), protection: Normal(24.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(18.0), protection: Normal(18.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(0.2), protection: Normal(0.2),
poise_resilience: Normal(0.1), poise_resilience: Normal(0.1),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(10.0), protection: Normal(10.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(2.0), protection: Normal(2.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(8.0), protection: Normal(8.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0),
poise_resilience: Normal(0.0), poise_resilience: Normal(0.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0),
poise_resilience: Normal(0.0), poise_resilience: Normal(0.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0),
poise_resilience: Normal(0.0), poise_resilience: Normal(0.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0),
poise_resilience: Normal(0.0), poise_resilience: Normal(0.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0),
poise_resilience: Normal(0.0), poise_resilience: Normal(0.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0),
poise_resilience: Normal(0.0), poise_resilience: Normal(0.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [ClothItem], tags: [
ClothItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,
tags: [Cultist], tags: [
Cultist,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(30.0), protection: Normal(30.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,
tags: [Cultist], tags: [
Cultist,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,
tags: [Cultist], tags: [
Cultist,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(12.0), protection: Normal(12.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,
tags: [Cultist], tags: [
Cultist,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(24.0), protection: Normal(24.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,
tags: [Cultist], tags: [
Cultist,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(18.0), protection: Normal(18.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,
tags: [Cultist], tags: [
Cultist,
],
) )

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0),
poise_resilience: Normal(0.2), poise_resilience: Normal(0.2),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(25.0), protection: Normal(25.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: High, quality: High,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(5.0), protection: Normal(5.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: High, quality: High,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(10.0), protection: Normal(10.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(20.0), protection: Normal(20.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(15.0), protection: Normal(15.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0),
poise_resilience: Normal(0.2), poise_resilience: Normal(0.2),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(30.0), protection: Normal(30.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(6.0), protection: Normal(6.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(12.0), protection: Normal(12.0),
poise_resilience: Normal(8.0), poise_resilience: Normal(8.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(24.0), protection: Normal(24.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,

View File

@ -6,6 +6,10 @@ ItemDef(
stats: ( stats: (
protection: Normal(18.0), protection: Normal(18.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Epic, quality: Epic,

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(0.2), protection: Normal(0.2),
poise_resilience: Normal(0.1), poise_resilience: Normal(0.1),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [LeatherItem], tags: [
LeatherItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(1.0), protection: Normal(1.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [LeatherItem], tags: [
LeatherItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(10.0), protection: Normal(10.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Moderate, quality: Moderate,
tags: [LeatherItem], tags: [
LeatherItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(2.0), protection: Normal(2.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [LeatherItem], tags: [
LeatherItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(4.0), protection: Normal(4.0),
poise_resilience: Normal(1.0), poise_resilience: Normal(1.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [LeatherItem], tags: [
LeatherItem,
],
) )

View File

@ -6,8 +6,14 @@ ItemDef(
stats: ( stats: (
protection: Normal(0.0), protection: Normal(0.0),
poise_resilience: Normal(0.0), poise_resilience: Normal(0.0),
energy_max: 0,
energy_recovery: 0.0,
crit_power: 0.0,
stealth: 0.0,
), ),
)), )),
quality: Common, quality: Common,
tags: [LeatherItem], tags: [
LeatherItem,
],
) )

Some files were not shown because too many files have changed in this diff Show More