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: (
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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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: [],
)
)

View File

@ -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: [],
)
)

View File

@ -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: [],
)
)

View File

@ -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: [],
)
)

View File

@ -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: [],
)
)

View File

@ -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: [],
)
)

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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: [],
)
)

View File

@ -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: [],
)
)

View File

@ -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: [],
)
)

View File

@ -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: [],
)
)

View File

@ -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: [],
)
)

View File

@ -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: [],
)
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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,
],
)

View File

@ -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