diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:34:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-06 14:37:30 +0300 |
commit | cee7b1a86e3d197c04d9d336bc2d25e62fea974f (patch) | |
tree | 20abfdf673543749cba2f3f83ace2a966a2e8665 /conf/battle/status.conf | |
parent | ea8ec1f378efb2499b7a6e09ce684edce509715b (diff) | |
download | hercules-cee7b1a86e3d197c04d9d336bc2d25e62fea974f.tar.gz hercules-cee7b1a86e3d197c04d9d336bc2d25e62fea974f.tar.bz2 hercules-cee7b1a86e3d197c04d9d336bc2d25e62fea974f.tar.xz hercules-cee7b1a86e3d197c04d9d336bc2d25e62fea974f.zip |
Remove conf dir.
Diffstat (limited to 'conf/battle/status.conf')
-rw-r--r-- | conf/battle/status.conf | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/conf/battle/status.conf b/conf/battle/status.conf deleted file mode 100644 index 172706817..000000000 --- a/conf/battle/status.conf +++ /dev/null @@ -1,24 +0,0 @@ -//-------------------------------------------------------------- -// Hercules Battle Configuration File -// Originally Translated by Peter Kieser <pfak@telus.net> -// Made in to plainer English by Ancyker -//-------------------------------------------------------------- -// 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 a bit field. If no description is given, -// assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun) -//-------------------------------------------------------------- - -// Should skill casting be canceled when inflicted by curse/stun/sleep/etc (includes silence) (Note 3)? -status_cast_cancel: 0 - -// Adjustment for the natural rate of resistance from status changes. -// If 50, status defense is halved, and you need twice as much stats to block -// them (eg: 200 vit to completely block stun) -pc_status_def_rate: 100 -mob_status_def_rate: 100 - -// Maximum resistance to status changes. (100 = 100%) -// NOTE: Cards and equipment can go over this limit, so it only applies to natural resist. -pc_max_status_def: 100 -mob_max_status_def: 100 |