induv hat stat changes

This commit is contained in:
UncomfySilence 2022-10-08 19:10:44 +02:00
parent 2735d3403c
commit fe87f8c38d
13 changed files with 18 additions and 18 deletions

View File

@ -4,11 +4,11 @@ ItemDef(
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(8.0)),
protection: Some(Normal(6.0)),
poise_resilience: Some(Normal(1.0)),
energy_max: Some(2.0),
energy_reward: Some(0.025),
crit_power: Some(0.01),
crit_power: Some(0.008),
stealth: Some(0.04),
)),
)),

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Armor((
kind: Head,
stats: Direct((
crit_power: Some(0.008),
crit_power: Some(0.006),
stealth: Some(0.14),
)),
)),

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Armor((
kind: Head,
stats: Direct((
crit_power: Some(0.006),
crit_power: Some(0.0045),
stealth: Some(0.18),
)),
)),

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(9.0)),
protection: Some(Normal(6.0)),
poise_resilience: Some(Normal(3.0)),
energy_max: Some(4.0),
energy_reward: Some(0.01),

View File

@ -4,10 +4,10 @@ ItemDef(
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(12.0)),
protection: Some(Normal(9.0)),
poise_resilience: Some(Normal(2.0)),
energy_max: Some(5.0),
crit_power: Some(0.008),
crit_power: Some(0.006),
)),
)),
quality: Epic,

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(16.0)),
protection: Some(Normal(12.0)),
poise_resilience: Some(Normal(3.0)),
)),
)),

View File

@ -4,8 +4,8 @@ ItemDef(
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(5.0)),
crit_power: Some(0.014),
protection: Some(Normal(3.0)),
crit_power: Some(0.0095),
stealth: Some(0.21),
)),
)),

View File

@ -4,8 +4,8 @@ ItemDef(
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(3.0)),
crit_power: Some(0.021),
protection: Some(Normal(2.5)),
crit_power: Some(0.016),
stealth: Some(0.22),
)),
)),

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(6.0)),
protection: Some(Normal(4.5)),
poise_resilience: Some(Normal(1.0)),
stealth: Some(0.2),
)),

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(9.0)),
protection: Some(Normal(7.0)),
poise_resilience: Some(Normal(3.0)),
crit_power: Some(0.036),
)),

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Armor((
kind: Head,
stats: Direct((
crit_power: Some(0.021),
crit_power: Some(0.016),
stealth: Some(0.1),
)),
)),

View File

@ -7,7 +7,7 @@ ItemDef(
protection: Some(Normal(2.0)),
energy_max: Some(4.5),
energy_reward: Some(0.04),
crit_power: Some(0.009),
crit_power: Some(0.006),
stealth: Some(0.17),
)),
)),

View File

@ -4,9 +4,9 @@ ItemDef(
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(3.0)),
protection: Some(Normal(2.5)),
energy_reward: Some(0.025),
crit_power: Some(0.1),
crit_power: Some(0.08),
)),
)),
quality: Epic,