Skip to content

Commit

Permalink
fix damage effect of AM_ACIDTERROR in Renewal
Browse files Browse the repository at this point in the history
For Renewal Acid Terror damage is applied in a bundle of 5 hits isntead
of a single damage
  • Loading branch information
guilherme-gm committed Feb 10, 2024
1 parent 770879c commit a658dd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/re/skill_db.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7178,7 +7178,7 @@ skill_db: (
Description: "Acid Terror"
MaxLevel: 5
Range: 9
Hit: "BDT_SKILL"
Hit: "BDT_MULTIHIT"
SkillType: {
Enemy: true
}
Expand All @@ -7191,6 +7191,7 @@ skill_db: (
IgnoreCards: true
IgnoreFlee: true
}
NumberOfHits: -5
InterruptCast: true
CastTime: 500
AfterCastActDelay: 500
Expand Down

0 comments on commit a658dd3

Please sign in to comment.