status.conf 1.4 KB

12345678910111213141516171819202122232425262728293031
  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. // 0 = (Default) Only remove status that has the SCF_NO_SAVE flag.
  15. // 1 = Remove negative buffs (status that are flagged as debuff)
  16. // 2 = Remove positive buffs.
  17. // 3 = Remove all.
  18. debuff_on_logout: 0
  19. // Adjustment for the natural rate of resistance from status changes.
  20. // If 50, status defense is halved, and you need twice as much stats to block
  21. // them (eg: 200 vit to completely block stun)
  22. pc_status_def_rate: 100
  23. mob_status_def_rate: 100
  24. // Maximum resistance to status changes. (100 = 100%)
  25. // NOTE: Cards and equipment can go over this limit, so it only applies to natural resist.
  26. pc_max_status_def: 100
  27. mob_max_status_def: 100