skill_db_re.txt 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. //=====================================================================================================
  2. //-- skil_db_re.txt: entries in this file override skill_db.txt -- file only used in Ragnarok Renewal Mode
  3. //=====================================================================================================
  4. //id,range,hit,inf,element,nk,splash,max,list_num,castcancel,cast_defence_rate,inf2,maxcount,skill_type,blow_count,name,description
  5. // 01 ID
  6. // 02 range (combo skills do not check for range when used,
  7. // if range is < 5, the skill is considered melee-range)
  8. // 03 hit (8- repeated hitting, 6- single-hit)
  9. // 04 inf (0- passive, 1- enemy, 2- place, 4- self, 16- friend, 32- trap)
  10. // 05 element (0 - neutral, 1 - water, 2 - earth, 3 - fire, 4 - wind, 5 - poison,
  11. // 6 - holy, 7 - dark, 8 - ghost, 9 - undead, -1 - use weapon element
  12. // -2 - use endowed element, -3 - use random element.)
  13. // 06 nk (skill damage properties):
  14. // 0x01 - No damage skill
  15. // 0x02 - Has splash area
  16. // 0x04 - Damage should be split among targets
  17. // 0x08 - Skill ignores caster's % damage cards (misc type always ignores)
  18. // 0x10 - Skill ignores elemental adjustments
  19. // 0x20 - Skill ignores target's defense (misc type always ignores)
  20. // 0x40 - Skill ignores target's flee (magic type always ignores)
  21. // 0x80 - Skill ignores target's def cards
  22. // 07 splash/effect range (-1 for screen-wide)
  23. // 08 MaxLv
  24. // 09 Number of hits (when positive, damage is increased by hits,
  25. // negative values just show number of hits without increasing total damage)
  26. // 10 Cast interrupted when hit?
  27. // 11 defense-reduction rate during cast.
  28. // 12 inf2 (skill information 2):
  29. // 0x0001- quest skill
  30. // 0x0002- npc skill
  31. // 0x0004- wedding skill
  32. // 0x0008- spirit skill
  33. // 0x0010- guild skill
  34. // 0x0020- song/dance
  35. // 0x0040- ensemble skill
  36. // 0x0080- trap
  37. // 0x0100- skill that damages/targets yourself
  38. // 0x0200- cannot be casted on self (if inf = 4, auto-select target skill)
  39. // 0x0400- usable only on party-members (and enemies if skill is offensive)
  40. // 0x0800- usable only on guild-mates (and enemies if skill is offensive)
  41. // 0x1000- disable usage on enemies (for non-offensive skills).
  42. // 0x2000- skill ignores land protector (e.g. arrow shower)
  43. // 13 maxcount: max amount of skill instances to place on the ground when
  44. // player_land_skill_limit/monster_land_skill_limit is enabled. For skills
  45. // that attack using a path, this is the path length to be used.
  46. // 14 attack type (none, weapon, magic, misc)
  47. // 15 Blowcount (amount of tiles skill knockbacks)
  48. // 16 Name
  49. // 17 Description