mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Axe m2 dmg 10 -> 15
Axe m2 cost 0 -> 50
This commit is contained in:
parent
d774091fa4
commit
233595737e
@ -96,10 +96,10 @@ impl ToolData {
|
||||
},
|
||||
],
|
||||
Hammer(_) => vec![BasicMelee {
|
||||
energy_cost: 0,
|
||||
energy_cost: 50,
|
||||
buildup_duration: Duration::from_millis(700),
|
||||
recover_duration: Duration::from_millis(300),
|
||||
base_healthchange: -10,
|
||||
base_healthchange: -15,
|
||||
range: 3.5,
|
||||
max_angle: 60.0,
|
||||
}],
|
||||
|
Loading…
Reference in New Issue
Block a user