summaryrefslogtreecommitdiff
path: root/doc/item_bonus.txt
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-20 12:07:52 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-20 12:07:52 +0000
commit257a41619254ceb14b6e0867a20449248b540d41 (patch)
tree806b0c0cfab18b6e33cb268339a3ff1a84851717 /doc/item_bonus.txt
parentacb92c94cae29a2e516b1f77101889f7d043bf85 (diff)
downloadhercules-257a41619254ceb14b6e0867a20449248b540d41.tar.gz
hercules-257a41619254ceb14b6e0867a20449248b540d41.tar.bz2
hercules-257a41619254ceb14b6e0867a20449248b540d41.tar.xz
hercules-257a41619254ceb14b6e0867a20449248b540d41.zip
* Added 4 new card effects from 3/15's patch
* Added 'enable_ip_rules' to packet_athena.conf * Updated socket debug messages to be more readable git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1257 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/item_bonus.txt')
-rw-r--r--doc/item_bonus.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt
index 039a84bd7..fbc613893 100644
--- a/doc/item_bonus.txt
+++ b/doc/item_bonus.txt
@@ -192,3 +192,13 @@ bonus4 bAutoSpellWhenHit,x,y,n,i; n% chance to cast skill x of level y when
bonus2 bAddItemHealRate,n,x; Increases HP recovered by n type items by x%
n:1=potions 2=herbs 3=fruits 4=meat 5=candy
6=juice 7=sashimi
+
+//---- 3/15 new card effects ----
+
+bonus bLoseSPWhenUnequip.n; Lose n SP when the item is unequipped
+
+bonus2 bExpAddRace,n,x; Increase exp gained by n% vs. enemies of type x
+bonus2 bSPGainRace,n,x; When killing a monster of type x by physical
+ attack gain n amount of sp
+bonus2 bSPSubRace2,n,x; Damage x% reduction from enemies of race n
+ (Check db/mob_race2_db.txt)