mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'sam/minotaur-anim-fix' into 'master'
Minotaur Anim Fix See merge request veloren/veloren!2404
This commit is contained in:
commit
e6493fbb2f
@ -9,7 +9,7 @@ ItemDef(
|
||||
poise_resilience: Invincible,
|
||||
energy_max: 9000,
|
||||
energy_reward: 9.0,
|
||||
crit_power: 1000.0,
|
||||
crit_power: 0.0,
|
||||
stealth: 1000.0,
|
||||
),
|
||||
)
|
||||
|
@ -2,7 +2,7 @@ ItemDef(
|
||||
name: "Minotaur Axe",
|
||||
description: "Placeholder",
|
||||
kind: Tool((
|
||||
kind: Axe,
|
||||
kind: Natural,
|
||||
hands: Two,
|
||||
stats: Direct((
|
||||
equip_time_secs: 0.5,
|
||||
|
Loading…
Reference in New Issue
Block a user