status.conf 1.5 KB

123456789101112131415161718192021222324252627282930313233
  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, 16: Mercenary, 128: NPC, 512: Elemental)
  10. //--------------------------------------------------------------
  11. // Should skill casting be cancelled when inflicted by curse/stun/sleep/etc (includes silence) (Note 3)?
  12. status_cast_cancel: 0
  13. // Will certain skill status-changes be removed on logout?
  14. // This mimics official servers, where Extremity Fist's no SP regen,
  15. // Strip Equipment, and some other buffs are removed when you logout. Setting is:
  16. // 0 = remove nothing.
  17. // 1 = remove negative buffs (stripping, EF)
  18. // 2 = remove positive buffs (maximize power, steel body...)
  19. // 3 = remove both negative and positive buffs.
  20. debuff_on_logout: 3
  21. // Adjustment for the natural rate of resistance from status changes.
  22. // If 50, status defense is halved, and you need twice as much stats to block
  23. // them (eg: 200 vit to completely block stun)
  24. pc_status_def_rate: 100
  25. mob_status_def_rate: 100
  26. // Maximum resistance to status changes. (100 = 100%)
  27. // NOTE: Cards and equipment can go over this limit, so it only applies to natural resist.
  28. pc_max_status_def: 100
  29. mob_max_status_def: 100