mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'crabman/buff-stacking' into 'master'
Re-enable buff stacking for short buffs See merge request veloren/veloren!4181
This commit is contained in:
commit
ef858ef72b
@ -8,4 +8,5 @@ SelfBuff(
|
||||
combo_cost: 1,
|
||||
combo_scaling: Some(Linear),
|
||||
energy_cost: 0,
|
||||
enforced_limit: false,
|
||||
)
|
||||
|
@ -6,4 +6,5 @@ SelfBuff(
|
||||
buff_strength: 1.0,
|
||||
buff_duration: Some(3.0),
|
||||
energy_cost: 20,
|
||||
enforced_limit: false,
|
||||
)
|
||||
|
@ -6,4 +6,5 @@ SelfBuff(
|
||||
buff_strength: 1.0,
|
||||
buff_duration: Some(15.0),
|
||||
energy_cost: 20,
|
||||
enforced_limit: false,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user