Skip to content

Commit

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

Please sign in to comment.