From 8e044bc3fc16f49cc32db90b3153d3bc21f9ee77 Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 11 May 2007 17:20:20 +0000 Subject: - 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 --- conf-tmpl/battle/items.conf | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'conf-tmpl/battle/items.conf') 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 // 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 -- cgit v1.2.3-60-g2f50