diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-15 05:55:55 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-15 05:55:55 +0000 |
commit | 1838d7a34123b596a9a8411da5991a91f49ea713 (patch) | |
tree | 6892705ab586d21e2f72f4b47f3c191aa49c1e3d /db/skill_db.txt | |
parent | 287a334c7905a788f182d5e3e8d70281bb69d9f0 (diff) | |
download | hercules-1838d7a34123b596a9a8411da5991a91f49ea713.tar.gz hercules-1838d7a34123b596a9a8411da5991a91f49ea713.tar.bz2 hercules-1838d7a34123b596a9a8411da5991a91f49ea713.tar.xz hercules-1838d7a34123b596a9a8411da5991a91f49ea713.zip |
Implemented new skill "Enlarge Weight Limit R", and increased MAX_SKILL_TREE by 1.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11476 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_db.txt')
-rw-r--r-- | db/skill_db.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/db/skill_db.txt b/db/skill_db.txt index 23e930950..c50f55f12 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -614,9 +614,11 @@ 679,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0 //NPC_VAMPIRE_GIFT 680,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0 //NPC_WIDESOULDRAIN +// Cash Shop Skill +681,0,0,0,0,0,0,10,0,no,0,0x1,0,none,0 //ALL_INCCARRY#Increase Weight Limit R# + 1001,9,6,1,-1,0,0,1,1,no,0,0x1,0,weapon,0 //KN_CHARGEATK#Charge Attack# 1002,0,6,4,0,0x1,0,1,0,no,0,0x1,0,weapon,2 //CR_SHRINK#Shrink# -1003,0,0,0,0,0,0,1,0,no,0,0x1,0,weapon,0 //AS_SONICACCEL#Sonic Acceleration# 1004,9,8,1,0,0x8,0,1,1,no,0,0x1,0,weapon,0 //AS_VENOMKNIFE#Throw Venom Knive# 1005,1,6,1,0,0x1,0,1,1,no,0,0x1,0,weapon,0 //RG_CLOSECONFINE#Close Confine# 1006,0,6,4,3,0,2,1,1,yes,0,0x1,0,magic,3 //WZ_SIGHTBLASTER#Sight Blaster# |