mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Adjust precision power
This commit is contained in:
parent
f47b61d446
commit
1d1b51fa51
@ -7,8 +7,9 @@ ItemDef(
|
||||
protection: Some(Normal(8.0)),
|
||||
poise_resilence: Some(Normal(4.0)),
|
||||
energy_reward: Some(0.15),
|
||||
crit_power: Some(0.05),
|
||||
)), )),
|
||||
crit_power: Some(-0.05),
|
||||
)),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [],
|
||||
)
|
||||
|
@ -5,9 +5,9 @@ ItemDef(
|
||||
kind: Neck,
|
||||
stats: Direct((
|
||||
protection: Some(Normal(2.0)),
|
||||
crit_power: Some(0.15),
|
||||
crit_power: Some(0.1),
|
||||
)),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [],
|
||||
)
|
||||
)
|
||||
|
@ -6,7 +6,7 @@ ItemDef(
|
||||
stats: Direct((
|
||||
protection: Some(Normal(0.5)),
|
||||
energy_reward: Some(-0.025),
|
||||
crit_power: Some(0.05),
|
||||
crit_power: Some(0.04),
|
||||
)),
|
||||
)),
|
||||
quality: Epic,
|
||||
|
@ -141,32 +141,32 @@
|
||||
// Hides
|
||||
"Rawhide": (
|
||||
protection: Some(Normal(20.0)),
|
||||
crit_power: Some(0.5),
|
||||
crit_power: Some(0.4),
|
||||
stealth: Some(0.5),
|
||||
),
|
||||
"Leather": (
|
||||
protection: Some(Normal(28.0)),
|
||||
crit_power: Some(0.6),
|
||||
crit_power: Some(0.48),
|
||||
stealth: Some(0.7),
|
||||
),
|
||||
"Scale": (
|
||||
protection: Some(Normal(36.0)),
|
||||
crit_power: Some(0.7),
|
||||
crit_power: Some(0.56),
|
||||
stealth: Some(0.9),
|
||||
),
|
||||
"Carapace": (
|
||||
protection: Some(Normal(44.0)),
|
||||
crit_power: Some(0.8),
|
||||
crit_power: Some(0.64),
|
||||
stealth: Some(1.1),
|
||||
),
|
||||
"Plate": (
|
||||
protection: Some(Normal(52.0)),
|
||||
crit_power: Some(0.9),
|
||||
crit_power: Some(0.72),
|
||||
stealth: Some(1.3),
|
||||
),
|
||||
"Dragonscale": (
|
||||
protection: Some(Normal(60.0)),
|
||||
crit_power: Some(1.0),
|
||||
crit_power: Some(0.8),
|
||||
stealth: Some(1.5),
|
||||
),
|
||||
// Cloths
|
||||
@ -317,7 +317,7 @@
|
||||
poise_resilience: Some(Normal(29.5)),
|
||||
energy_max: Some(63.0),
|
||||
energy_reward: Some(0.63),
|
||||
crit_power: Some(-0.21),
|
||||
crit_power: Some(-0.20),
|
||||
),
|
||||
"Miner": (
|
||||
protection: Some(Normal(120.0)),
|
||||
|
Loading…
Reference in New Issue
Block a user