diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-08 22:48:54 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-08 22:48:54 +0000 |
commit | 43b44e59a86da8c2bc9103bb28ccf1cd9a86b104 (patch) | |
tree | e1e4915f5b51cca96ef1f092e5fb67847e7bd7b4 | |
parent | 53042879a78845e2215097a26ff03aab0aba7aa9 (diff) | |
download | hercules-43b44e59a86da8c2bc9103bb28ccf1cd9a86b104.tar.gz hercules-43b44e59a86da8c2bc9103bb28ccf1cd9a86b104.tar.bz2 hercules-43b44e59a86da8c2bc9103bb28ccf1cd9a86b104.tar.xz hercules-43b44e59a86da8c2bc9103bb28ccf1cd9a86b104.zip |
Implemented Electric Wire
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7058 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 4 | ||||
-rw-r--r-- | db/item_db.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 9b440e740..10e0df5fc 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -16,16 +16,16 @@ 1475 Equestrian's Spear: NO INFO. Item not implemented...
13005 Angelic Wing Dagger: NO INFO. Item not implemented...
1308 Golden Axe: NO INFO. Item not implemented...
- 1971 Electric Wire: NO INFO. Item not implemented...
13160, 13161 Destroyer: Can break target's armor when fired at close range.
-----
4296 Cramp Card: Temp Plug: 10z per mob-level on a 3% chance.
7458 Fortune Horn: It's a custom name ^^;
- 12016 Speed Increasing Potion: A potion which increases the moving speed of a character for a duration.
12017 Speed Decreasing Potion: A potion which decreases the moving speed of a character for a duration.
-----
=========================
+06/08
+ * Implemented Electric Wire [Playtester]
06/07
* Stormy Knight card now freezes when attack rather then when hit [Playtester]
06/06
diff --git a/db/item_db.txt b/db/item_db.txt index 7b6d33678..558b56a35 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -832,7 +832,7 @@ 1968,Skipping_Rope,Skipping Rope,4,,10,400,120,,2,0,0x00080000,7,0,2,3,30,1,14,{ bonus bCriticalRate,20; },{},{}
1969,Blade_Whip,Blade Whip,4,,10,1200,140,,2,0,0x00080000,7,0,2,4,30,1,14,{ bonus2 bAddEff,Eff_Bleeding,500; },{},{}
1970,Queen's_Whip,Queen's Whip,4,,10,1100,150,,2,0,0x00080000,7,0,2,4,65,1,14,{ bonus2 bSkillAtk,394,10; bonus2 bSkillAtk,324,10; },{},{}
-1971,Electric_Wire,Electric Wire,4,,10,10,0,,0,0,0x00000000,,0,0,0,0,0,0,{},{},{}
+1971,Electric_Wire,Electric Wire,4,,10,700,110,,2,0,0x00080000,7,0,2,3,30,1,14,{ bonus bAtkEle,Ele_Wind; },{},{}
// Shields
//===================================================================
2101,Guard,Guard,5,500,,300,,3,,0,0x00EFDFFF,7,2,32,,0,1,1,{},{},{}
|