Skip to content

Commit

Permalink
Merge pull request #3245 from csnv/fix/soul-breaker-range
Browse files Browse the repository at this point in the history
Increased ASC_BREAKER range from 7 to 9 cells
  • Loading branch information
MishimaHaruna authored Nov 20, 2023
2 parents ed2c554 + 71e7a06 commit 11270e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions db/pre-re/skill_db.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11592,7 +11592,7 @@ skill_db: (
Name: "ASC_BREAKER"
Description: "Soul Destroyer"
MaxLevel: 10
Range: 7
Range: 9
Hit: "BDT_SKILL"
SkillType: {
Enemy: true
Expand All @@ -11603,7 +11603,7 @@ skill_db: (
IgnoreCards: true
}
InterruptCast: true
CastTime: 700
CastTime: 500
AfterCastActDelay: {
Lv1: 1000
Lv2: 1200
Expand Down
2 changes: 1 addition & 1 deletion db/re/skill_db.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11917,7 +11917,7 @@ skill_db: (
Name: "ASC_BREAKER"
Description: "Soul Destroyer"
MaxLevel: 10
Range: 7
Range: 9
Hit: "BDT_SKILL"
SkillType: {
Enemy: true
Expand Down

0 comments on commit 11270e5

Please sign in to comment.