mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix
This commit is contained in:
parent
d16fcbc410
commit
a5aef59ac5
@ -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