diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-25 16:41:04 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-25 16:41:04 +0000 |
commit | 59b53e53d28961eb88e8f4c8e5764c3465f7ab64 (patch) | |
tree | 087ed8720b857f329197638cb34802723954037f /db | |
parent | 685eebb38664db365324b0ab8375b08df4e74c3c (diff) | |
download | hercules-59b53e53d28961eb88e8f4c8e5764c3465f7ab64.tar.gz hercules-59b53e53d28961eb88e8f4c8e5764c3465f7ab64.tar.bz2 hercules-59b53e53d28961eb88e8f4c8e5764c3465f7ab64.tar.xz hercules-59b53e53d28961eb88e8f4c8e5764c3465f7ab64.zip |
Follow up r15269, fixed a few typos and a test entry that wasn't meant to be submitted.
- Added new item bonus 'bonus bMatk,<value>';
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15270 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 1 | ||||
-rw-r--r-- | db/item_db_re.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/db/const.txt b/db/const.txt index a2f83be10..50232d074 100644 --- a/db/const.txt +++ b/db/const.txt @@ -459,6 +459,7 @@ bMagicSPGainValue 2043 bMagicHPGainValue 2044 bAddClassDropItem 2045 bWeaponMatk 2046 +bMatk 2047 EQI_HEAD_TOP 1 EQI_ARMOR 2 diff --git a/db/item_db_re.txt b/db/item_db_re.txt index c22720c70..86340e2d1 100644 --- a/db/item_db_re.txt +++ b/db/item_db_re.txt @@ -15,7 +15,7 @@ // Matk updates. Work in progress. // Daggers -13010,Asura,Asura,4,3000,,600,50:50,,1,2,0x02000000,7,2,2,1,12,1,1,{ bonus bWeaponMatk,15; },{},{} +13010,Asura,Asura,4,3000,,600,50:50,,1,2,0x02000000,7,2,2,1,12,1,1,{},{},{} 13011,Asura_,Asura,4,3000,,600,50:50,,1,3,0x02000000,7,2,2,1,12,1,1,{},{},{} 1231,Bazerald,Bazerald,4,20,,500,70:105,,1,0,0x028F5EEE,7,2,2,4,36,1,1,{ bonus bAtkEle,Ele_Fire; bonus bInt,5; },{},{} |