summaryrefslogtreecommitdiff
path: root/conf-tmpl/battle/items.conf
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-11 17:20:20 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-11 17:20:20 +0000
commit8e044bc3fc16f49cc32db90b3153d3bc21f9ee77 (patch)
treed27b7a47cf953d21032dc3c20805eacb982d89bb /conf-tmpl/battle/items.conf
parent4fc4f271eb042514ea22dd84b993b3bf288526a9 (diff)
downloadhercules-8e044bc3fc16f49cc32db90b3153d3bc21f9ee77.tar.gz
hercules-8e044bc3fc16f49cc32db90b3153d3bc21f9ee77.tar.bz2
hercules-8e044bc3fc16f49cc32db90b3153d3bc21f9ee77.tar.xz
hercules-8e044bc3fc16f49cc32db90b3153d3bc21f9ee77.zip
- Updated the effect list a bit
- Fixed some npc typos git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10531 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle/items.conf')
-rw-r--r--conf-tmpl/battle/items.conf22
1 files changed, 10 insertions, 12 deletions
diff --git a/conf-tmpl/battle/items.conf b/conf-tmpl/battle/items.conf
index 18ea9a318..e52182328 100644
--- a/conf-tmpl/battle/items.conf
+++ b/conf-tmpl/battle/items.conf
@@ -15,16 +15,14 @@
// Originally Translated by Peter Kieser <pfak@telus.net>
// Made in to plainer English by Ancyker
//--------------------------------------------------------------
-//Note 1: Directives can be set using on/off, yes/no or 1/0.
-//Note 2: All rates are in percents, 100 would mean 100%, 200
-// would mean 200%, etc
-//Note 3: Value is not limited to 60K (see below)
-// Other Information:
-// All options are limited to a max of 60K (aprox) which is 600%
-// or 60secs as appropiate.
-// 1000 miliseconds is 1 second.
-// Unless otherwise specified, the minimum value is 0 for all
-// features.
+//Note 1: Value is a config switch (on/off, yes/no or 1/0)
+//Note 2: Value is in percents (100 means 100%)
+//Note 3: Value is not limited to 60k (see below)
+//Note 4: Value is a bitmask. If no description is given,
+// assume object types (1: Pc, 2: Mob, 4: Pet, 8: Homun)
+//Other Information:
+// All values are limited to a number between 0 and 60k
+// (60000, 600%, 60secs, ...), unless otherwise specified.
//--------------------------------------------------------------
// The highest value at which an item can be sold via the merchant vend skill. (in zeny) (Note 3)
@@ -75,8 +73,8 @@ item_check: no
// On officials this is 0, but it's set to 100ms as a measure against bots/macros.
item_use_interval: 100
-//Required level of bNoMagicDamage before Status Changes are blocked (Golden Thief Bug card).
-//For example, if left at 50. An item can give bNoMagicDamage,40;
+// Required level of bNoMagicDamage before Status Changes are blocked (Golden Thief Bug card).
+// For example, if left at 50. An item can give bNoMagicDamage,40;
// which reduces magic damage by 40%, but does not blocks status changes.
gtb_sc_immunity: 50