mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Re-enable buff stacking for short buffs
This commit is contained in:
parent
d7b07ee250
commit
7382f70f1e
@ -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