diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-02 16:15:12 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-02 16:15:12 +0000 |
commit | 99c114220e9f745df7b017383af388d2189ff3e6 (patch) | |
tree | e289f3c23daa46b6289a964bbe8720cde69d6ddb /db | |
parent | bd55cf078aeaae7929cfe5017e22fdf33616b769 (diff) | |
download | hercules-99c114220e9f745df7b017383af388d2189ff3e6.tar.gz hercules-99c114220e9f745df7b017383af388d2189ff3e6.tar.bz2 hercules-99c114220e9f745df7b017383af388d2189ff3e6.tar.xz hercules-99c114220e9f745df7b017383af388d2189ff3e6.zip |
Fixed Gazeti Card
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13653 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/item_db.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 2c4dfdc81..7bbcf6817 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -39,6 +39,8 @@ 2385 Recuvative_Armor Should trigger HP/SP return with magical kills as well. ======================= +2009/04/02 + * Fixed Gazeti Card [Playtester] 2009/04/01 * Fixed 12.1 Swords and Daggers [Playtester] 2009/03/31 diff --git a/db/item_db.txt b/db/item_db.txt index 9d9239595..6212353b1 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1948,7 +1948,7 @@ 4415,Snowier_Card,Snowier Card,6,20,,10,,,,,,,,136,,,,,{ bonus2 bAddMonsterDropItem,536,200; bonus2 bAddItemHealRate,536,100; },{},{} 4416,Siroma_Card,Siroma Card,6,20,,10,,,,,,,,136,,,,,{ bonus2 bSkillAtk,14,25; bonus2 bCastrate,14,-25; },{},{} 4417,Ice_Titan_Card,Ice Titan Card,6,20,,10,,,,,,,,64,,,,,{ bonus bVit,2; bonusautoscript2 "{ specialeffect2 EF_FREEZED; sc_start SC_INCDEF,10000,10; }",3,BF_WEAPON|BF_MAGIC; },{},{} -4418,Gazeti_Card,Gazeti Card,6,20,,10,,,,,,,,136,,,,,{ bonus3 bAutoSpell,"MG_COLDBOLT",2,10; },{},{} +4418,Gazeti_Card,Gazeti Card,6,20,,10,,,,,,,,136,,,,,{ bonus3 bAutoSpell,"MG_COLDBOLT",2,100; },{},{} 4419,Ktullanux_Card,Ktullanux Card,6,20,,10,,,,,,,,16,,,,,{ bonus2 bAddEle,Ele_Fire,50; bonus5 bAutoSpellWhenHit,"WZ_FROSTNOVA",10,30,BF_WEAPON|BF_MAGIC,0; },{},{} 4420,Muscipular_Card,Muscipular Card,6,20,,10,,,,,,,,32,,,,,{ bonus5 bAutoSpellWhenHit,"AL_HEAL",1,10,BF_SHORT,0; bonus5 bAutoSpellWhenHit,"AL_INCAGI",1,10,BF_SHORT,0; },{},{} 4421,Drosera_Card,Drosera Card,6,20,,10,,,,,,,,2,,,,,{ if (getiteminfo(getequipid(EQI_HAND_R),9) > 3) bonus bCritical,15; },{},{} |