skill_db.txt 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. //id,range,hit,inf,element,nk,splash,max,list_num,castcancel,cast_defence_rate,inf2,maxcount,skill_type,blow_count,inf3,name,description
  2. // 01 ID
  3. // 02 range (combo skills do not check for range when used,
  4. // if range is < 5, the skill is considered melee-range)
  5. // 03 hit (8- repeated hitting, 6- single-hit)
  6. // 04 inf (0- passive, 1- enemy, 2- place, 4- self, 16- friend, 32- trap)
  7. // 05 element (0 - neutral, 1 - water, 2 - earth, 3 - fire, 4 - wind, 5 - poison,
  8. // 6 - holy, 7 - dark, 8 - ghost, 9 - undead, -1 - use weapon element
  9. // -2 - use endowed element, -3 - use random element.)
  10. // 06 nk (skill damage properties):
  11. // 0x01 - No damage skill
  12. // 0x02 - Has splash area
  13. // 0x04 - Damage should be split among targets
  14. // 0x08 - Skill ignores caster's % damage cards (misc type always ignores)
  15. // 0x10 - Skill ignores elemental adjustments
  16. // 0x20 - Skill ignores target's defense (misc type always ignores)
  17. // 0x40 - Skill ignores target's flee (magic type always ignores)
  18. // 0x80 - Skill ignores target's def cards
  19. // 07 splash/effect range
  20. // -1 - for screen-wide
  21. // 0 - no splash
  22. // all other values follow the formula: value * 2 + 1
  23. // 1 - 3x3
  24. // 2 - 5x5
  25. // 3 - 7x7
  26. // 08 MaxLv
  27. // 09 Number of hits (when positive, damage is increased by hits,
  28. // negative values just show number of hits without increasing total damage)
  29. // 10 Cast interrupted when hit?
  30. // 11 defense-reduction rate during cast.
  31. // 12 inf2 (skill information 2):
  32. // 0x00001 - quest skill
  33. // 0x00002 - npc skill
  34. // 0x00004 - wedding skill
  35. // 0x00008 - spirit skill
  36. // 0x00010 - guild skill
  37. // 0x00020 - song/dance
  38. // 0x00040 - ensemble skill
  39. // 0x00080 - trap
  40. // 0x00100 - skill that damages/targets yourself
  41. // 0x00200 - cannot be casted on self (if inf = 4, auto-select target skill)
  42. // 0x00400 - usable only on party-members (and enemies if skill is offensive)
  43. // 0x00800 - usable only on guild-mates (and enemies if skill is offensive)
  44. // 0x01000 - disable usage on enemies (for non-offensive skills).
  45. // 0x02000 - available skill for SC_AUTOSHADOWSPELL
  46. // 0x04000 - chorus skill
  47. // 0x08000 - skill that ignore bg reduction
  48. // 0x10000 - skill that ignore gvg reduction
  49. // 0x20000 - makes 'self'/'place' skill cannot be casted/placed when near NPC (see 'db/skill_nonearnpc_db.txt' for more options)
  50. // 0x40000 - skill that can hit trap-type skill (inf2 has 0x00080)
  51. // 13 maxcount: max amount of skill instances to place on the ground when
  52. // player_land_skill_limit/monster_land_skill_limit is enabled. For skills
  53. // that attack using a path, this is the path length to be used.
  54. // 14 attack type (none, weapon, magic, misc)
  55. // 15 Blowcount (amount of tiles skill knockbacks)
  56. // 16 inf3 (skill information 3):
  57. // 0x00001 - skill ignores land protector
  58. // 0x00002 - free
  59. // 0x00004 - usable skills while hiding
  60. // 0x00008 - skill that can be use while in dancing state
  61. // 0x00010 - skill that could hit emperium
  62. // 0x00020 - skill ignores SC_STASIS
  63. // 0x00040 - skill blocked by kagehumi
  64. // 0x00080 - skill range affected by AC_VULTURE
  65. // 0x00100 - skill range affected by GS_SNAKEEYE
  66. // 0x00200 - skill range affected by NJ_SHADOWJUMP
  67. // 0x00400 - skill range affected by WL_RADIUS
  68. // 0x00800 - skill range affected by RA_RESEARCHTRAP
  69. // 0x01000 - skill that does not affect user that has NC_HOVERING active
  70. // 0x02000 - skill that can be using while riding warg
  71. // 0x04000 - skill that can be used while on Madogear
  72. // 0x08000 - skill that can be used to target while under SC__MANHOLE effect
  73. // 0x10000 - skill that affects hidden targets
  74. // 0x20000 - skill that affects SC_GLOOMYDAY_SK
  75. // 0x40000 - skill that is affected by SC_DANCEWITHWUG
  76. // 0x80000 - skill blocked by RA_WUGBITE
  77. // 17 Name
  78. // 18 Description