summaryrefslogtreecommitdiff
path: root/db/re/skill_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-30 11:20:06 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-30 11:20:06 -0300
commit930cccb7c211f065aaf241689487550353e29cfb (patch)
tree99f1436b36fd0839777d2ef32d82732005c63b7f /db/re/skill_db.conf
parent19908928495fbdaf8b8d6284af3177f2680f6712 (diff)
downloadserverdata-930cccb7c211f065aaf241689487550353e29cfb.tar.gz
serverdata-930cccb7c211f065aaf241689487550353e29cfb.tar.bz2
serverdata-930cccb7c211f065aaf241689487550353e29cfb.tar.xz
serverdata-930cccb7c211f065aaf241689487550353e29cfb.zip
Replace homun skills BLOODLUST, MOON, SPEED and FLEET.
Diffstat (limited to 'db/re/skill_db.conf')
-rw-r--r--db/re/skill_db.conf117
1 files changed, 117 insertions, 0 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf
index 8d55c8305..ed583bdac 100644
--- a/db/re/skill_db.conf
+++ b/db/re/skill_db.conf
@@ -40681,4 +40681,121 @@ skill_db: (
}
}
},
+{
+ Id: 8050
+ Name: "TMW2_BLOODLUST"
+ Description: "Bloodlust"
+ MaxLevel: 5
+ Hit: "BDT_SKILL"
+ SkillType: {
+ Self: true
+ }
+ DamageType: {
+ NoDamage: true
+ }
+ NumberOfHits: 0
+ FixedCastTime: -1
+ Requirements: {
+ SPCost: {
+ Lv1: 40
+ Lv2: 80
+ Lv3: 120
+ Lv4: 150
+ Lv5: 180
+ Lv6: 210
+ Lv7: 240
+ Lv8: 270
+ Lv9: 300
+ Lv10: 400
+ }
+ }
+},
+{
+ Id: 8051
+ Name: "TMW2_MOON"
+ Description: "Moonlight"
+ MaxLevel: 5
+ Range: 1
+ Hit: "BDT_MULTIHIT"
+ SkillType: {
+ Enemy: true
+ }
+ AttackType: "Weapon"
+ AfterCastWalkDelay: 1000
+ FixedCastTime: -1
+ Requirements: {
+ SPCost: {
+ Lv1: 4
+ Lv2: 8
+ Lv3: 12
+ Lv4: 16
+ Lv5: 20
+ Lv6: 24
+ Lv7: 28
+ Lv8: 32
+ Lv9: 36
+ Lv10: 40
+ }
+ }
+},
+{
+ Id: 8052
+ Name: "TMW2_FLEET"
+ Description: "Fleeting Move"
+ MaxLevel: 5
+ Hit: "BDT_SKILL"
+ SkillType: {
+ Self: true
+ }
+ DamageType: {
+ NoDamage: true
+ }
+ NumberOfHits: 0
+ FixedCastTime: -1
+ Requirements: {
+ SPCost: {
+ Lv1: 30
+ Lv2: 40
+ Lv3: 50
+ Lv4: 60
+ Lv5: 70
+ Lv6: 80
+ Lv7: 90
+ Lv8: 100
+ Lv9: 110
+ Lv10: 120
+ }
+ }
+},
+{
+ Id: 8053
+ Name: "TMW2_SPEED"
+ Description: "Speed"
+ MaxLevel: 5
+ Hit: "BDT_SKILL"
+ SkillType: {
+ Self: true
+ }
+ AttackType: "Misc"
+ DamageType: {
+ NoDamage: true
+ }
+ NumberOfHits: 0
+ InterruptCast: true
+ FixedCastTime: -1
+ Requirements: {
+ SPCost: {
+ Lv1: 30
+ Lv2: 40
+ Lv3: 50
+ Lv4: 60
+ Lv5: 70
+ Lv6: 80
+ Lv7: 90
+ Lv8: 100
+ Lv9: 110
+ Lv10: 120
+ }
+ }
+},
)