OSDN Git Service

First version
[st-ro/stro.git] / conf / battle / status.conf
1 //--------------------------------------------------------------
2 // rAthena Battle Configuration File
3 // Originally Translated by Peter Kieser <pfak@telus.net>
4 // Made in to plainer English by Ancyker
5 //--------------------------------------------------------------
6 // Note 1: Value is a config switch (on/off, yes/no or 1/0)
7 // Note 2: Value is in percents (100 means 100%)
8 // Note 3: Value is a bit field. If no description is given,
9 //         assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun)
10 //--------------------------------------------------------------
11
12 // Should skill casting be cancelled when inflicted by curse/stun/sleep/etc (includes silence) (Note 3)?
13 status_cast_cancel: 0
14
15 // Will certain skill status-changes be removed on logout?
16 // This mimics official servers, where Extremity Fist's no SP regen,
17 // Strip Equipment, and some other buffs are removed when you logout. Setting is:
18 // 0 = remove nothing.
19 // 1 = remove negative buffs (stripping, EF)
20 // 2 = remove positive buffs (maximize power, steel body...)
21 // 3 = remove both negative and positive buffs.
22 debuff_on_logout: 3
23
24 // Adjustment for the natural rate of resistance from status changes.
25 // If 50, status defense is halved, and you need twice as much stats to block
26 // them (eg: 200 vit to completely block stun)
27 pc_status_def_rate: 100
28 mob_status_def_rate: 100
29
30 // Maximum resistance to status changes. (100 = 100%)
31 // NOTE: Cards and equipment can go over this limit, so it only applies to natural resist.
32 pc_max_status_def: 100
33 mob_max_status_def: 100