mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
added to changelog
This commit is contained in:
parent
e0a814b3f8
commit
e0265012e8
@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Deselecting when the selected character is deleted
|
- Deselecting when the selected character is deleted
|
||||||
- Upscaling support
|
- Upscaling support
|
||||||
- Added "Persist Combo from Combo Melee State" when rolling mid-combo
|
- Added "Persist Combo from Combo Melee State" when rolling mid-combo
|
||||||
|
- You can no longer spam hammer and bow special when stamina is 0
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
ChargedRanged(
|
ChargedRanged(
|
||||||
energy_cost: 0,
|
energy_cost: 1,
|
||||||
energy_drain: 300,
|
energy_drain: 300,
|
||||||
initial_damage: 40,
|
initial_damage: 40,
|
||||||
max_damage: 200,
|
max_damage: 200,
|
||||||
@ -14,4 +14,4 @@ ChargedRanged(
|
|||||||
projectile_gravity: Some(Gravity(0.2)),
|
projectile_gravity: Some(Gravity(0.2)),
|
||||||
initial_projectile_speed: 100.0,
|
initial_projectile_speed: 100.0,
|
||||||
max_projectile_speed: 500.0,
|
max_projectile_speed: 500.0,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user