feat: added bloodlust, double-edged, comeback, blindside

This commit is contained in:
TotallyNot 2025-11-05 11:10:25 +01:00
parent 0c9d96375d
commit 71169690b7
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
7 changed files with 211 additions and 60 deletions

View file

@ -162,8 +162,8 @@ pub enum DamageProcEffect {
Execute {
cutoff: f32,
},
Deadly {
chance: f32,
Bloodlust {
ratio: f32,
},
}