mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'Neras/cobalt&blood-armor_buff' into 'master'
added 10 armor stat for cobalt and bloodstone sets See merge request veloren/veloren!4206
This commit is contained in:
commit
8a4ada0407
@ -127,11 +127,11 @@
|
|||||||
poise_resilience: Some(Normal(30.0)),
|
poise_resilience: Some(Normal(30.0)),
|
||||||
),
|
),
|
||||||
"Cobalt": (
|
"Cobalt": (
|
||||||
protection: Some(Normal(122.0)),
|
protection: Some(Normal(132.0)),
|
||||||
poise_resilience: Some(Normal(40.0)),
|
poise_resilience: Some(Normal(40.0)),
|
||||||
),
|
),
|
||||||
"Bloodsteel": (
|
"Bloodsteel": (
|
||||||
protection: Some(Normal(146.0)),
|
protection: Some(Normal(156.0)),
|
||||||
poise_resilience: Some(Normal(50.0)),
|
poise_resilience: Some(Normal(50.0)),
|
||||||
),
|
),
|
||||||
"Orichalcum": (
|
"Orichalcum": (
|
||||||
|
Loading…
Reference in New Issue
Block a user