Skip to content

Commit

Permalink
Increased ASC_BREAKER range from 7 to 9 cells
Browse files Browse the repository at this point in the history
Decreased cast time from 700 to 500ms in pre-re
  • Loading branch information
csnv committed Nov 2, 2023
1 parent b097666 commit da40ce6
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 da40ce6

Please sign in to comment.