diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-01-16 22:45:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-01-16 22:45:59 +0300 |
commit | fdc05d287177c137354552e601605f7cb9c3fbb6 (patch) | |
tree | 196a429b45efccf727b337eb8962c78872b62176 /db | |
parent | 5972a4d968a0ae67d66cb07a3d7c8db93488d4c5 (diff) | |
download | serverdata-fdc05d287177c137354552e601605f7cb9c3fbb6.tar.gz serverdata-fdc05d287177c137354552e601605f7cb9c3fbb6.tar.bz2 serverdata-fdc05d287177c137354552e601605f7cb9c3fbb6.tar.xz serverdata-fdc05d287177c137354552e601605f7cb9c3fbb6.zip |
Update from hercules.
Add new attributes to item_db.conf and skill_db.conf
Remove skill_reproduce_db.txt
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 2 | ||||
-rw-r--r-- | db/re/skill_db.conf | 534 | ||||
-rw-r--r-- | db/skill_reproduce_db.txt | 7 |
3 files changed, 415 insertions, 128 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4a0d9438..81bca463 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -67,6 +67,8 @@ item_db: ( FloorLifeTime: Delay to remove item from ground (int, default flooritem_lifetime) KeepAfterUse: true/false (boolean, defaults to false) DropAnnounce: true/false (boolean, defaults to false) + ShowDropEffect: true/false (boolean, defaults to false) + DropEffectMode: Effect Type (int, default to 0) AllowPickup: true/false (boolean, defaults to true) Charm: true/false (boolean, defaults to false) MaxFloorOffset: [x, y] (int, defaults to 8) diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 748b83cd..02537f52 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -9,7 +9,7 @@ //= This file is part of Hercules. //= http://herc.ws - http://github.com/HerculesWS/Hercules //= -//= Copyright (C) 2014-2016 Hercules Dev Team +//= Copyright (C) 2014-2017 Hercules Dev Team //= //= Hercules is free software: you can redistribute it and/or modify //= it under the terms of the GNU General Public License as published by @@ -70,9 +70,11 @@ IgnoreLandProtector: true/false (boolean, defaults to false) Chorus: true/false (boolean, defaults to false) FreeCastReduced: true/false (boolean, defaults to false) + Works like skill SA_FREECAST, allow move and attack with reduced speed. FreeCastNormal: true/false (boolean, defaults to false) - Works like FreeCastReduced, but not reduce speed. + Works like FreeCastReduced, but not reduce speed. ShowSkillScale: true/false (boolean, defaults to false) + AllowReproduce: true/false (boolean, defaults to false) } AttackType: "Attack Type" (string, defaults to "None") Types: "None", "Weapon", "Magic" or "Misc" @@ -115,13 +117,13 @@ FixedCastTime: Fixed Cast Time (in ms) (int, defaults to 0) (can be grouped by Levels) Note: when 0, uses 20% of cast time and less than 0 means no fixed cast time. - TargetMiscEffects (int, default to -1) - one misc effect or array of effects - TargetMiscEffect (int, default to -1) - TargetMiscEffect1 (int, default to -1) - first misc effect - TargetMiscEffect2 (int, default to -1) - second misc effect + TargetMiscEffects (int, default to -1) + one misc effect or array of effects + TargetMiscEffect (int, default to -1) + TargetMiscEffect1 (int, default to -1) + first misc effect + TargetMiscEffect2 (int, default to -1) + second misc effect CastTimeOptions: { IgnoreDex: true/false (boolean, defaults to false) IgnoreStatusEffect: true/false (boolean, defaults to false) @@ -299,6 +301,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" Requirements: { @@ -379,6 +384,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Fire" DamageType: { @@ -478,6 +486,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Ghost" DamageType: { @@ -604,6 +615,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Ghost" NumberOfHits: { @@ -658,6 +672,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Water" NumberOfHits: { @@ -734,6 +751,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Water" InterruptCast: true @@ -815,6 +835,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Fire" DamageType: { @@ -872,6 +895,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Fire" InterruptCast: true @@ -936,6 +962,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Fire" NumberOfHits: { @@ -1012,6 +1041,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Wind" NumberOfHits: { @@ -1088,6 +1120,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Wind" NumberOfHits: { @@ -1190,6 +1225,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Holy" DamageType: { @@ -1333,6 +1371,9 @@ skill_db: ( SkillType: { Friend: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Holy" DamageType: { @@ -1678,6 +1719,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" Requirements: { @@ -1763,6 +1807,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" NumberOfHits: 2 @@ -1792,6 +1839,7 @@ skill_db: ( } SkillInfo: { IgnoreLandProtector: true + AllowReproduce: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -1922,6 +1970,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Poison" SkillData2: { @@ -1970,6 +2021,9 @@ skill_db: ( SkillType: { Friend: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Holy" DamageType: { @@ -2241,6 +2295,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -2368,6 +2425,9 @@ skill_db: ( SkillType: { Friend: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Holy" DamageType: { @@ -2420,6 +2480,7 @@ skill_db: ( } SkillInfo: { Ensemble: true + AllowReproduce: true } AttackType: "Magic" DamageType: { @@ -2456,6 +2517,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Holy" DamageType: { @@ -2730,6 +2794,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Holy" DamageType: { @@ -2777,6 +2844,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Holy" NumberOfHits: { @@ -2846,6 +2916,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Fire" DamageType: { @@ -2938,6 +3011,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Fire" SplashRange: 3 @@ -2972,6 +3048,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Fire" SplashRange: { @@ -3049,6 +3128,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Wind" NumberOfHits: { @@ -3125,6 +3207,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Wind" NumberOfHits: -10 @@ -3214,6 +3299,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Water" InterruptCast: true @@ -3308,6 +3396,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Water" DamageType: { @@ -3377,6 +3468,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Water" InterruptCast: true @@ -3433,6 +3527,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Earth" NumberOfHits: { @@ -3509,6 +3606,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Earth" NumberOfHits: { @@ -4076,6 +4176,7 @@ skill_db: ( } SkillInfo: { Trap: true + AllowReproduce: true } AttackType: "Misc" Element: "Ele_Earth" @@ -4357,6 +4458,7 @@ skill_db: ( } SkillInfo: { Trap: true + AllowReproduce: true } AttackType: "Weapon" Element: "Ele_Water" @@ -4419,6 +4521,7 @@ skill_db: ( } SkillInfo: { Trap: true + AllowReproduce: true } AttackType: "Misc" Element: "Ele_Wind" @@ -4470,6 +4573,7 @@ skill_db: ( } SkillInfo: { Trap: true + AllowReproduce: true } AttackType: "Misc" Element: "Ele_Fire" @@ -4968,6 +5072,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -5149,6 +5256,7 @@ skill_db: ( } SkillInfo: { Quest: true + AllowReproduce: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5243,6 +5351,7 @@ skill_db: ( } SkillInfo: { Quest: true + AllowReproduce: true } AttackType: "Misc" DamageType: { @@ -5338,6 +5447,7 @@ skill_db: ( } SkillInfo: { Quest: true + AllowReproduce: true } AttackType: "Magic" Element: "Ele_Holy" @@ -6278,7 +6388,7 @@ skill_db: ( DamageType: { NoDamage: true } - SkillData2: 3000 + SkillData2: 5000 FixedCastTime: 0 }, { @@ -6380,6 +6490,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -6415,18 +6528,7 @@ skill_db: ( } SplashRange: 3 SkillData1: 5000 - SkillData2: { - Lv1: 8000 - Lv2: 9000 - Lv3: 10000 - Lv4: 11000 - Lv5: 12000 - Lv6: 13000 - Lv7: 14000 - Lv8: 15000 - Lv9: 16000 - Lv10: 17000 - } + SkillData2: 20000 FixedCastTime: 0 Requirements: { SPCost: 20 @@ -6856,6 +6958,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Fire" DamageType: { @@ -6905,6 +7010,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" DamageType: { IgnoreCards: true @@ -7301,6 +7409,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" KnockBackTiles: { Lv1: 5 @@ -7342,6 +7453,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" AfterCastActDelay: 700 FixedCastTime: 0 @@ -7388,6 +7502,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Holy" NumberOfHits: -2 @@ -7431,6 +7548,7 @@ skill_db: ( } SkillInfo: { TargetSelf: true + AllowReproduce: true } AttackType: "Magic" Element: "Ele_Holy" @@ -7681,6 +7799,9 @@ skill_db: ( MaxLevel: 10 Range: -1 Hit: "BDT_MULTIHIT" + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" NumberOfHits: -3 @@ -7725,6 +7846,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" DamageType: { IgnoreFlee: true @@ -7758,6 +7882,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" NumberOfHits: { @@ -7934,6 +8061,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" DamageType: { IgnoreDefense: true @@ -8020,6 +8150,7 @@ skill_db: ( } SkillInfo: { NoCastSelf: true + AllowReproduce: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -10138,6 +10269,7 @@ skill_db: ( } SkillInfo: { NPC: true + AllowReproduce: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -12674,6 +12806,9 @@ skill_db: ( SkillType: { Friend: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -16104,6 +16239,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Misc" DamageType: { IgnoreElement: true @@ -16136,6 +16274,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" KnockBackTiles: 4 @@ -16167,6 +16308,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" AfterCastActDelay: 1000 @@ -16208,6 +16352,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } DamageType: { NoDamage: true } @@ -16255,6 +16402,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } DamageType: { NoDamage: true } @@ -16377,6 +16527,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Fire" NumberOfHits: { @@ -16495,6 +16648,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Fire" DamageType: { @@ -16534,6 +16690,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Water" NumberOfHits: { @@ -16678,6 +16837,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Water" DamageType: { @@ -16750,6 +16912,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Wind" NumberOfHits: { @@ -16815,6 +16980,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Wind" DamageType: { @@ -16885,6 +17053,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Wind" SplashRange: 3 @@ -18152,6 +18323,7 @@ skill_db: ( } SkillInfo: { Quest: true + AllowReproduce: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -18209,6 +18381,7 @@ skill_db: ( } SkillInfo: { Quest: true + AllowReproduce: true } AttackType: "Weapon" DamageType: { @@ -18269,6 +18442,7 @@ skill_db: ( } SkillInfo: { Quest: true + AllowReproduce: true } AttackType: "Magic" Element: "Ele_Fire" @@ -18343,6 +18517,7 @@ skill_db: ( } SkillInfo: { Quest: true + AllowReproduce: true } AttackType: "Weapon" KnockBackTiles: 3 @@ -18483,6 +18658,7 @@ skill_db: ( SkillInfo: { Quest: true PartyOnly: true + AllowReproduce: true } AttackType: "Weapon" DamageType: { @@ -18518,7 +18694,7 @@ skill_db: ( SplashRange: 1 KnockBackTiles: 5 AfterCastActDelay: 2000 - SkillData2: 2000 + SkillData2: 5000 FixedCastTime: -1 Requirements: { HPCost: 10 @@ -18664,6 +18840,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" AfterCastActDelay: 1000 @@ -18763,6 +18942,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Wind" DamageType: { @@ -18804,6 +18986,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -19233,6 +19418,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" NumberOfHits: -7 @@ -19275,6 +19463,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" AfterCastActDelay: 1500 @@ -19572,6 +19763,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -19705,6 +19899,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Holy" DamageType: { @@ -19763,6 +19960,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Holy" NumberOfHits: -10 @@ -20239,6 +20439,9 @@ skill_db: ( SkillType: { Friend: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Holy" DamageType: { @@ -20351,6 +20554,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } Element: "Ele_Holy" DamageType: { NoDamage: true @@ -20527,6 +20733,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Ghost" DamageType: { @@ -20573,6 +20782,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Water" DamageType: { @@ -20632,6 +20844,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Water" DamageType: { @@ -20932,6 +21147,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" InterruptCast: true CastTime: 4000 @@ -20962,6 +21180,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Fire" DamageType: { @@ -21001,6 +21222,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Fire" InterruptCast: true @@ -21044,6 +21268,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" NumberOfHits: -20 InterruptCast: true @@ -21113,6 +21340,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" SplashRange: 3 InterruptCast: true @@ -21172,6 +21402,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Earth" NumberOfHits: { @@ -21667,6 +21900,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -21791,6 +22027,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" InterruptCast: true @@ -21903,6 +22142,7 @@ skill_db: ( } SkillInfo: { Trap: true + AllowReproduce: true } AttackType: "Misc" DamageType: { @@ -21943,7 +22183,7 @@ skill_db: ( Requirements: { SPCost: 5 // Items: { -// Wolf's_Flute: 0 +// Wolfs_Flute: 0 // } } }, @@ -22314,6 +22554,7 @@ skill_db: ( } SkillInfo: { Trap: true + AllowReproduce: true } AttackType: "Misc" Element: "Ele_Fire" @@ -22354,6 +22595,7 @@ skill_db: ( } SkillInfo: { Trap: true + AllowReproduce: true } AttackType: "Misc" Element: "Ele_Water" @@ -22450,9 +22692,9 @@ skill_db: ( State: "MadoGear" // Items: { // Pilebuncker: 0 -// Pilebunker_S: 0 -// Pilebunker_P: 0 -// Pilebunker_T: 0 +// Pilebuncker_S: 0 +// Pilebuncker_P: 0 +// Pilebuncker_T: 0 // } } }, @@ -23571,6 +23813,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -23740,6 +23985,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" NumberOfHits: -3 @@ -24570,6 +24818,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" CastTime: 1000 @@ -24712,18 +24963,16 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" SkillData1: { - Lv1: 3500 - Lv2: 4000 - Lv3: 4500 - Lv4: 5000 - Lv5: 5500 - Lv6: 6000 - Lv7: 6500 - Lv8: 7000 - Lv9: 7500 - Lv10: 8000 + Lv1: 5500 + Lv2: 6000 + Lv3: 6500 + Lv4: 7000 + Lv5: 7500 } CoolDown: 2000 FixedCastTime: -1 @@ -24846,6 +25095,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } Element: { Lv1: "Ele_Neutral" Lv2: "Ele_Holy" @@ -24885,6 +25137,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } DamageType: { NoDamage: true } @@ -25058,6 +25313,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -25215,6 +25473,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Earth" DamageType: { @@ -25408,6 +25669,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" NumberOfHits: -2 @@ -25437,6 +25701,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -25471,6 +25738,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -25488,7 +25758,13 @@ skill_db: ( Lv9: 9 Lv10: 10 } - SkillData1: 1000 + SkillData1: { + Lv1: 1000 + Lv2: 2000 + Lv3: 2000 + Lv4: 3000 + Lv5: 3000 + } CoolDown: 3000 FixedCastTime: -1 Requirements: { @@ -25562,6 +25838,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -25657,6 +25936,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -25844,6 +26126,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" KnockBackTiles: { @@ -25885,6 +26170,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -26026,6 +26314,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" NumberOfHits: -7 InterruptCast: true @@ -26092,6 +26383,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" SkillData1: { @@ -26670,6 +26964,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Weapon" NumberOfHits: { @@ -26738,6 +27035,7 @@ skill_db: ( } SkillInfo: { Trap: true + AllowReproduce: true } Element: "Ele_Weapon" DamageType: { @@ -26844,6 +27142,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } DamageType: { NoDamage: true } @@ -27928,6 +28229,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Fire" InterruptCast: true @@ -27980,6 +28284,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Wind" InterruptCast: true @@ -28074,6 +28381,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Earth" NumberOfHits: -3 @@ -28163,6 +28473,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Water" NumberOfHits: -5 @@ -28252,6 +28565,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Poison" DamageType: { @@ -28321,6 +28637,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" InterruptCast: true CastTime: { @@ -28407,6 +28726,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Poison" InterruptCast: true @@ -28698,6 +29020,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Magic" Element: "Ele_Wind" DamageType: { @@ -29570,6 +29895,7 @@ skill_db: ( } SkillInfo: { Trap: true + AllowReproduce: true } AttackType: "Misc" InterruptCast: true @@ -29628,6 +29954,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Misc" DamageType: { NoDamage: true @@ -29677,6 +30006,9 @@ skill_db: ( SkillType: { Enemy: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -29739,6 +30071,9 @@ skill_db: ( SkillType: { Friend: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" DamageType: { NoDamage: true @@ -29798,6 +30133,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } DamageType: { NoDamage: true SplashArea: true @@ -30085,6 +30423,7 @@ skill_db: ( } SkillInfo: { Trap: true + AllowReproduce: true } DamageType: { NoDamage: true @@ -30435,6 +30774,9 @@ skill_db: ( SkillType: { Self: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -30504,6 +30846,9 @@ skill_db: ( SkillType: { Place: true } + SkillInfo: { + AllowReproduce: true + } AttackType: "Weapon" Element: "Ele_Weapon" DamageType: { @@ -30691,6 +31036,7 @@ skill_db: ( } Requirements: { SPCost: 40 + State: "Cart" } }, { @@ -32995,6 +33341,13 @@ skill_db: ( SplashRange: 5 CastTime: 1000 SkillData1: 5000 + CoolDown: { + Lv1: 100000 + Lv2: 90000 + Lv3: 80000 + Lv4: 70000 + Lv5: 60000 + } FixedCastTime: -1 Requirements: { SPCost: { @@ -33589,7 +33942,7 @@ skill_db: ( } CoolDown: 10000 FixedCastTime: 0 - Requirements: { + Requirements: { SPCost: { Lv1: 12 Lv2: 20 @@ -33618,7 +33971,7 @@ skill_db: ( Element: "Ele_Weapon" DamageType: { SplashArea: true - } + } SplashRange: { Lv1: 1 Lv2: 1 @@ -33675,10 +34028,10 @@ skill_db: ( Id: 5038 Name: "SU_TUNABELLY" Description: "Tuna Belly" - MaxLevel: 5 + MaxLevel: 5 Range: 9 - Hit: "BDT_SKILL" - SkillType: { + Hit: "BDT_SKILL" + SkillType: { Friend: true } DamageType: { @@ -33724,16 +34077,16 @@ skill_db: ( Hit: "BDT_SKILL" SkillType: { Friend: true - } - DamageType: { - NoDamage: true - } + } + DamageType: { + NoDamage: true + } InterruptCast: true AfterCastActDelay: 1000 SkillData1: 30000 CoolDown: 20000 FixedCastTime: 0 - Requirements: { + Requirements: { SPCost: { Lv1: 20 Lv2: 30 @@ -33775,7 +34128,7 @@ skill_db: ( Lv8: 270000 Lv9: 300000 Lv10: 330000 - } + } CoolDown: 10000 FixedCastTime: 0 Requirements: { @@ -33794,21 +34147,20 @@ skill_db: ( // Items: { // Prawn: 1 // } - } }, { Id: 5041 Name: "SU_FRESHSHRIMP" Description: "Fresh Shrimp" - MaxLevel: 5 + MaxLevel: 5 Range: 9 - Hit: "BDT_SKILL" - SkillType: { + Hit: "BDT_SKILL" + SkillType: { Friend: true - } - DamageType: { - NoDamage: true + } + DamageType: { + NoDamage: true SplashArea: true } InterruptCast: true @@ -33869,12 +34221,12 @@ skill_db: ( } SkillInfo: { Chorus: true - } + } AttackType: "Weapon" InterruptCast: true - Requirements: { - SPCost: 1 - } + Requirements: { + SPCost: 1 + } }, { Id: 8001 @@ -34016,18 +34368,7 @@ skill_db: ( NoDamage: true } NumberOfHits: 0 - SkillData2: { - Lv1: 60000 - Lv2: 70000 - Lv3: 80000 - Lv4: 90000 - Lv5: 129000 - Lv6: 129000 - Lv7: 129000 - Lv8: 129000 - Lv9: 129000 - Lv10: 129000 - } + CoolDown: 1000 FixedCastTime: -1 Requirements: { SPCost: 10 @@ -38214,55 +38555,6 @@ skill_db: ( NumberOfHits: 0 }, { - Id: 20000 - Name: "EVOL_MASS_PROVOKE" - Description: "Mass provoke" - MaxLevel: 10 - Range: { - Lv1: 1 - Lv2: 2 - Lv3: 2 - Lv4: 3 - Lv5: 3 - Lv6: 4 - Lv7: 4 - Lv8: 5 - Lv9: 5 - Lv10: 6 - } - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 1 - Lv4: 2 - Lv5: 2 - Lv6: 2 - Lv7: 3 - Lv8: 3 - Lv9: 3 - Lv10: 4 - } - - InterruptCast: true - CastTime: 10000 - AfterCastActDelay: 100 - SkillData2: 3000 - CoolDown: 1000 - FixedCastTime: -1 - TargetMiscEffect: "EFFECT_PROVOKE" - Requirements: { - SPCost: 8 - } -}, -{ Id: 20001 Name: "EVOL_PHYSICAL_SHIELD" Description: "Physical Shield" diff --git a/db/skill_reproduce_db.txt b/db/skill_reproduce_db.txt deleted file mode 100644 index b121ecf7..00000000 --- a/db/skill_reproduce_db.txt +++ /dev/null @@ -1,7 +0,0 @@ -// Reproduce Copy Skills List -// -// ##TODO## screw this file and make it a new skill_info2 flag -// -// Structure of Database: -// SkillID -//================================= |