feat: added deadly and execute
This commit is contained in:
parent
1c66dbf499
commit
9550cd2bbb
5 changed files with 237 additions and 47 deletions
|
|
@ -149,6 +149,7 @@ pub enum DamageProcEffect {
|
|||
value: f32,
|
||||
bonus: OpponentStatusEffect,
|
||||
},
|
||||
|
||||
SelfEffect {
|
||||
value: f32,
|
||||
bonus: SelfStatusEffect,
|
||||
|
|
@ -157,6 +158,13 @@ pub enum DamageProcEffect {
|
|||
value: f32,
|
||||
kind: DamageOverTimeType,
|
||||
},
|
||||
|
||||
Execute {
|
||||
cutoff: f32,
|
||||
},
|
||||
Deadly {
|
||||
chance: f32,
|
||||
},
|
||||
}
|
||||
|
||||
fn apply_passives(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue