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)),
|
protection: Some(Normal(8.0)),
|
||||||
poise_resilence: Some(Normal(4.0)),
|
poise_resilence: Some(Normal(4.0)),
|
||||||
energy_reward: Some(0.15),
|
energy_reward: Some(0.15),
|
||||||
crit_power: Some(0.05),
|
crit_power: Some(-0.05),
|
||||||
)), )),
|
)),
|
||||||
|
)),
|
||||||
quality: Legendary,
|
quality: Legendary,
|
||||||
tags: [],
|
tags: [],
|
||||||
)
|
)
|
||||||
|
@ -5,7 +5,7 @@ ItemDef(
|
|||||||
kind: Neck,
|
kind: Neck,
|
||||||
stats: Direct((
|
stats: Direct((
|
||||||
protection: Some(Normal(2.0)),
|
protection: Some(Normal(2.0)),
|
||||||
crit_power: Some(0.15),
|
crit_power: Some(0.1),
|
||||||
)),
|
)),
|
||||||
)),
|
)),
|
||||||
quality: Legendary,
|
quality: Legendary,
|
||||||
|
@ -6,7 +6,7 @@ ItemDef(
|
|||||||
stats: Direct((
|
stats: Direct((
|
||||||
protection: Some(Normal(0.5)),
|
protection: Some(Normal(0.5)),
|
||||||
energy_reward: Some(-0.025),
|
energy_reward: Some(-0.025),
|
||||||
crit_power: Some(0.05),
|
crit_power: Some(0.04),
|
||||||
)),
|
)),
|
||||||
)),
|
)),
|
||||||
quality: Epic,
|
quality: Epic,
|
||||||
|
@ -141,32 +141,32 @@
|
|||||||
// Hides
|
// Hides
|
||||||
"Rawhide": (
|
"Rawhide": (
|
||||||
protection: Some(Normal(20.0)),
|
protection: Some(Normal(20.0)),
|
||||||
crit_power: Some(0.5),
|
crit_power: Some(0.4),
|
||||||
stealth: Some(0.5),
|
stealth: Some(0.5),
|
||||||
),
|
),
|
||||||
"Leather": (
|
"Leather": (
|
||||||
protection: Some(Normal(28.0)),
|
protection: Some(Normal(28.0)),
|
||||||
crit_power: Some(0.6),
|
crit_power: Some(0.48),
|
||||||
stealth: Some(0.7),
|
stealth: Some(0.7),
|
||||||
),
|
),
|
||||||
"Scale": (
|
"Scale": (
|
||||||
protection: Some(Normal(36.0)),
|
protection: Some(Normal(36.0)),
|
||||||
crit_power: Some(0.7),
|
crit_power: Some(0.56),
|
||||||
stealth: Some(0.9),
|
stealth: Some(0.9),
|
||||||
),
|
),
|
||||||
"Carapace": (
|
"Carapace": (
|
||||||
protection: Some(Normal(44.0)),
|
protection: Some(Normal(44.0)),
|
||||||
crit_power: Some(0.8),
|
crit_power: Some(0.64),
|
||||||
stealth: Some(1.1),
|
stealth: Some(1.1),
|
||||||
),
|
),
|
||||||
"Plate": (
|
"Plate": (
|
||||||
protection: Some(Normal(52.0)),
|
protection: Some(Normal(52.0)),
|
||||||
crit_power: Some(0.9),
|
crit_power: Some(0.72),
|
||||||
stealth: Some(1.3),
|
stealth: Some(1.3),
|
||||||
),
|
),
|
||||||
"Dragonscale": (
|
"Dragonscale": (
|
||||||
protection: Some(Normal(60.0)),
|
protection: Some(Normal(60.0)),
|
||||||
crit_power: Some(1.0),
|
crit_power: Some(0.8),
|
||||||
stealth: Some(1.5),
|
stealth: Some(1.5),
|
||||||
),
|
),
|
||||||
// Cloths
|
// Cloths
|
||||||
@ -317,7 +317,7 @@
|
|||||||
poise_resilience: Some(Normal(29.5)),
|
poise_resilience: Some(Normal(29.5)),
|
||||||
energy_max: Some(63.0),
|
energy_max: Some(63.0),
|
||||||
energy_reward: Some(0.63),
|
energy_reward: Some(0.63),
|
||||||
crit_power: Some(-0.21),
|
crit_power: Some(-0.20),
|
||||||
),
|
),
|
||||||
"Miner": (
|
"Miner": (
|
||||||
protection: Some(Normal(120.0)),
|
protection: Some(Normal(120.0)),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user