summaryrefslogtreecommitdiff
path: root/db/const.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-09 18:05:16 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-09 18:05:16 +0000
commit5ceaed4cf6a196d19b09b2628b0b117de495e448 (patch)
treed01fd9f12097ee18a94428a87afea676ee02cf52 /db/const.txt
parenta468d4bdc269495ee370449baa2f840fb5be47f9 (diff)
downloadhercules-5ceaed4cf6a196d19b09b2628b0b117de495e448.tar.gz
hercules-5ceaed4cf6a196d19b09b2628b0b117de495e448.tar.bz2
hercules-5ceaed4cf6a196d19b09b2628b0b117de495e448.tar.xz
hercules-5ceaed4cf6a196d19b09b2628b0b117de495e448.zip
- Modified bonus3 bAddEff/bAddEffWhenHit so that the last parameter is now passed directly as "trigger" flag. The possible trigger values are ATF_LONG, ATF_SHORT, ATF_TARGET, ATF_SELF. Explanation added to doc/item_bonus.txt
- Updated some cards to use the new format of bonus3 bAddEff* git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11157 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r--db/const.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt
index 9b5c308cc..1114f4cea 100644
--- a/db/const.txt
+++ b/db/const.txt
@@ -451,6 +451,11 @@ BF_LONG 0x0040
BF_SKILL 0x0100
BF_NORMAL 0x0200
+ATF_SELF 0x01
+ATF_TARGET 0x02
+ATF_SHORT 0x04
+ATF_LONG 0x08
+
IG_BlueBox 1
IG_VioletBox 2
IG_CardAlbum 3