Skip to content

Commit

Permalink
Rebalance of HT_LANDMINE, HT_CLAYMORE and HT_BLASTMINE
Browse files Browse the repository at this point in the history
- Fixed casting time reduced: 1s -> 0.3s
- Variable casting time added: 0.5s

From massive skills rebalance (1st/2nd/transclass) (2018.10.31)
  • Loading branch information
guilherme-gm committed Oct 26, 2023
1 parent d93844e commit 38fb049
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions db/re/skill_db.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4266,7 +4266,8 @@ skill_db: (
Lv10: 1
}
SkillData2: 5000
FixedCastTime: 1000
CastTime: 500
FixedCastTime: 300
Requirements: {
SPCost: 10
Items: {
Expand Down Expand Up @@ -4623,7 +4624,8 @@ skill_db: (
Lv9: 1
Lv10: 1
}
FixedCastTime: 1000
CastTime: 500
FixedCastTime: 300
Requirements: {
SPCost: 10
Items: {
Expand Down Expand Up @@ -4678,7 +4680,8 @@ skill_db: (
Lv9: 180000
Lv10: 200000
}
FixedCastTime: 1000
CastTime: 500
FixedCastTime: 300
Requirements: {
SPCost: 15
Items: {
Expand Down

0 comments on commit 38fb049

Please sign in to comment.