increase buff duration 2T->3T
This commit is contained in:
parent
1be37161ef
commit
0ce19240f7
@ -42,6 +42,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- Buff
|
||||
- Previously increased red power and speed stat by 25%
|
||||
- Now increases red power, blue power and speed stat by 30%
|
||||
- Increased duration from 2T -> 3T
|
||||
|
||||
- Counter
|
||||
- No longer applies block effect
|
||||
|
||||
@ -861,7 +861,7 @@ impl Skill {
|
||||
Skill::BanishPlusPlus => vec![ConstructEffect {effect: Effect::Banish, duration: 2, meta: None, tick: None}],
|
||||
Skill::Block => vec![ConstructEffect {effect: Effect::Block, duration: 1,
|
||||
meta: Some(EffectMeta::Multiplier(35)), tick: None}],
|
||||
Skill::Buff => vec![ConstructEffect {effect: Effect::Buff, duration: 2,
|
||||
Skill::Buff => vec![ConstructEffect {effect: Effect::Buff, duration: 3,
|
||||
meta: Some(EffectMeta::Multiplier(130)), tick: None }],
|
||||
|
||||
Skill::Electrify => vec![ConstructEffect {effect: Effect::Electric, duration: 1,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user