mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Armor nerf
This commit is contained in:
parent
471b5996c3
commit
46daa6bfa9
@ -127,59 +127,59 @@
|
|||||||
armor_stats: {
|
armor_stats: {
|
||||||
// Metals
|
// Metals
|
||||||
"Bronze": (
|
"Bronze": (
|
||||||
protection: Some(Normal(40.0)),
|
protection: Some(Normal(60.0)),
|
||||||
poise_resilience: Some(Normal(10.0)),
|
poise_resilience: Some(Normal(10.0)),
|
||||||
),
|
),
|
||||||
"Iron": (
|
"Iron": (
|
||||||
protection: Some(Normal(80.0)),
|
protection: Some(Normal(84.0)),
|
||||||
poise_resilience: Some(Normal(20.0)),
|
poise_resilience: Some(Normal(20.0)),
|
||||||
),
|
),
|
||||||
"Steel": (
|
"Steel": (
|
||||||
protection: Some(Normal(120.0)),
|
protection: Some(Normal(108.0)),
|
||||||
poise_resilience: Some(Normal(30.0)),
|
poise_resilience: Some(Normal(30.0)),
|
||||||
),
|
),
|
||||||
"Cobalt": (
|
"Cobalt": (
|
||||||
protection: Some(Normal(160.0)),
|
protection: Some(Normal(122.0)),
|
||||||
poise_resilience: Some(Normal(40.0)),
|
poise_resilience: Some(Normal(40.0)),
|
||||||
),
|
),
|
||||||
"Bloodsteel": (
|
"Bloodsteel": (
|
||||||
protection: Some(Normal(200.0)),
|
protection: Some(Normal(146.0)),
|
||||||
poise_resilience: Some(Normal(50.0)),
|
poise_resilience: Some(Normal(50.0)),
|
||||||
),
|
),
|
||||||
"Orichalcum": (
|
"Orichalcum": (
|
||||||
protection: Some(Normal(240.0)),
|
protection: Some(Normal(180.0)),
|
||||||
poise_resilience: Some(Normal(60.0)),
|
poise_resilience: Some(Normal(60.0)),
|
||||||
),
|
),
|
||||||
// Hides
|
// Hides
|
||||||
"Rawhide": (
|
"Rawhide": (
|
||||||
protection: Some(Normal(20.0)),
|
protection: Some(Normal(20.0)),
|
||||||
crit_power: Some(0.333),
|
crit_power: Some(0.5),
|
||||||
stealth: Some(0.333),
|
stealth: Some(0.5),
|
||||||
),
|
),
|
||||||
"Leather": (
|
"Leather": (
|
||||||
protection: Some(Normal(40.0)),
|
protection: Some(Normal(28.0)),
|
||||||
crit_power: Some(0.667),
|
crit_power: Some(0.6),
|
||||||
stealth: Some(0.667),
|
stealth: Some(0.7),
|
||||||
),
|
),
|
||||||
"Scale": (
|
"Scale": (
|
||||||
protection: Some(Normal(60.0)),
|
protection: Some(Normal(36.0)),
|
||||||
crit_power: Some(1.0),
|
crit_power: Some(0.7),
|
||||||
stealth: Some(1.0),
|
stealth: Some(0.9),
|
||||||
),
|
),
|
||||||
"Carapace": (
|
"Carapace": (
|
||||||
protection: Some(Normal(80.0)),
|
protection: Some(Normal(44.0)),
|
||||||
crit_power: Some(1.33),
|
crit_power: Some(0.8),
|
||||||
stealth: Some(1.33),
|
stealth: Some(1.1),
|
||||||
),
|
),
|
||||||
"Plate": (
|
"Plate": (
|
||||||
protection: Some(Normal(100.0)),
|
protection: Some(Normal(52.0)),
|
||||||
crit_power: Some(1.67),
|
crit_power: Some(0.9),
|
||||||
stealth: Some(1.67),
|
stealth: Some(1.3),
|
||||||
),
|
),
|
||||||
"Dragonscale": (
|
"Dragonscale": (
|
||||||
protection: Some(Normal(120.0)),
|
protection: Some(Normal(60.0)),
|
||||||
crit_power: Some(2.0),
|
crit_power: Some(1.0),
|
||||||
stealth: Some(2.0),
|
stealth: Some(1.5),
|
||||||
),
|
),
|
||||||
// Cloths
|
// Cloths
|
||||||
"Linen": (
|
"Linen": (
|
||||||
@ -189,31 +189,31 @@
|
|||||||
stealth: Some(0.167),
|
stealth: Some(0.167),
|
||||||
),
|
),
|
||||||
"Wool": (
|
"Wool": (
|
||||||
protection: Some(Normal(30.0)),
|
protection: Some(Normal(20.0)),
|
||||||
energy_max: Some(33.3),
|
energy_max: Some(33.3),
|
||||||
energy_reward: Some(0.333),
|
energy_reward: Some(0.333),
|
||||||
stealth: Some(0.333),
|
stealth: Some(0.333),
|
||||||
),
|
),
|
||||||
"Silk": (
|
"Silk": (
|
||||||
protection: Some(Normal(45.0)),
|
protection: Some(Normal(25.0)),
|
||||||
energy_max: Some(50.0),
|
energy_max: Some(50.0),
|
||||||
energy_reward: Some(0.5),
|
energy_reward: Some(0.5),
|
||||||
stealth: Some(0.5),
|
stealth: Some(0.5),
|
||||||
),
|
),
|
||||||
"Lifecloth": (
|
"Lifecloth": (
|
||||||
protection: Some(Normal(60.0)),
|
protection: Some(Normal(30.0)),
|
||||||
energy_max: Some(66.7),
|
energy_max: Some(66.7),
|
||||||
energy_reward: Some(0.667),
|
energy_reward: Some(0.667),
|
||||||
stealth: Some(0.667),
|
stealth: Some(0.667),
|
||||||
),
|
),
|
||||||
"Moonweave": (
|
"Moonweave": (
|
||||||
protection: Some(Normal(75.0)),
|
protection: Some(Normal(35.0)),
|
||||||
energy_max: Some(83.3),
|
energy_max: Some(83.3),
|
||||||
energy_reward: Some(0.833),
|
energy_reward: Some(0.833),
|
||||||
stealth: Some(0.833),
|
stealth: Some(0.833),
|
||||||
),
|
),
|
||||||
"Sunsilk": (
|
"Sunsilk": (
|
||||||
protection: Some(Normal(90.0)),
|
protection: Some(Normal(40.0)),
|
||||||
energy_max: Some(100.0),
|
energy_max: Some(100.0),
|
||||||
energy_reward: Some(1.0),
|
energy_reward: Some(1.0),
|
||||||
stealth: Some(1.0),
|
stealth: Some(1.0),
|
||||||
|
Loading…
Reference in New Issue
Block a user