elemental_db.yml 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. # This file is a part of rAthena.
  2. # Copyright(C) 2021 rAthena Development Team
  3. # https://rathena.org - https://github.com/rathena
  4. #
  5. # This program is free software: you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation, either version 3 of the License, or
  8. # (at your option) any later version.
  9. #
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License
  16. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. #
  18. ###########################################################################
  19. # Elemental Summons Database
  20. ###########################################################################
  21. #
  22. # Elemental Summons Settings
  23. #
  24. ###########################################################################
  25. # - Id Elemental ID.
  26. # AegisName Server name to reference the elemental in scripts and lookups, should use no spaces.
  27. # Name Name in English.
  28. # Level Level.
  29. # Hp Additional HP. Base HP depends on caster HP. (Default: 0)
  30. # Sp Additional SP. Base SP depends on caster SP. (Default: 1)
  31. # Attack Additional minimum attack. Base attack depends on caster attack. (Default: 0)
  32. # Attack2 Additional maximum attack. Base attack depends on caster attack. (Default: 0)
  33. # Defense Physical defense of the elemental, reduces melee and ranged physical attack/skill damage. Base defense depends on the caster defense. (Default: 0)
  34. # MagicDefense Magic defense of the elemental, reduces magical skill damage. Base magic defense depends on the caster magic defense. (Default: 0)
  35. # Str Strength which affects attack. (Default: 0)
  36. # Agi Agility which affects flee. (Default: 0)
  37. # Vit Vitality which affects defense. (Default: 0)
  38. # Int Intelligence which affects magic attack. (Default: 0)
  39. # Dex Dexterity which affects hit rate. (Default: 0)
  40. # Luk Luck which affects perfect dodge/lucky flee/perfect flee/lucky dodge rate. (Default: 0)
  41. # AttackRange Attack range. (Default: 1)
  42. # SkillRange Skill cast range. (Default: 5)
  43. # ChaseRange Chase range. (Default: 12)
  44. # Size Size.
  45. # Race Race. (Default: Formless)
  46. # Element Element.
  47. # ElementLevel Level of element.
  48. # WalkSpeed Walk speed. (Default: 200)
  49. # AttackDelay Attack speed. (Default: 504)
  50. # AttackMotion Attack animation speed. Base AttackMotion depends on the caster AttackMotion. (Default: 1020)
  51. # DamageMotion Damage animation speed. (Default: 360)
  52. # Mode: List of elemental skills by mode. (Optional)
  53. # <mode>: Mode name to define the skill available. Available modes are Passive, Assist, and Aggressive.
  54. # Skill Skill name.
  55. # Level Skill level. (Default: 1)
  56. ###########################################################################
  57. Header:
  58. Type: ELEMENTAL_DB
  59. Version: 1
  60. Body:
  61. - Id: 2114
  62. AegisName: EL_AGNI_S
  63. Name: Agni
  64. Level: 100
  65. Size: Small
  66. Element: Fire
  67. ElementLevel: 4
  68. Mode:
  69. Passive:
  70. Skill: EL_PYROTECHNIC
  71. Assist:
  72. Skill: EL_CIRCLE_OF_FIRE
  73. Aggressive:
  74. Skill: EL_FIRE_ARROW
  75. - Id: 2115
  76. AegisName: EL_AGNI_M
  77. Name: Agni
  78. Level: 100
  79. Size: Medium
  80. Element: Fire
  81. ElementLevel: 4
  82. Mode:
  83. Passive:
  84. Skill: EL_HEATER
  85. Assist:
  86. Skill: EL_FIRE_CLOAK
  87. Aggressive:
  88. Skill: EL_FIRE_BOMB
  89. - Id: 2116
  90. AegisName: EL_AGNI_L
  91. Name: Agni
  92. Level: 100
  93. Size: Large
  94. Element: Fire
  95. ElementLevel: 4
  96. Mode:
  97. Passive:
  98. Skill: EL_TROPIC
  99. Assist:
  100. Skill: EL_FIRE_MANTLE
  101. Aggressive:
  102. Skill: EL_FIRE_WAVE
  103. - Id: 2117
  104. AegisName: EL_AQUA_S
  105. Name: Aqua
  106. Level: 100
  107. Size: Small
  108. Element: Water
  109. ElementLevel: 4
  110. Mode:
  111. Passive:
  112. Skill: EL_AQUAPLAY
  113. Assist:
  114. Skill: EL_WATER_SCREEN
  115. Aggressive:
  116. Skill: EL_ICE_NEEDLE
  117. - Id: 2118
  118. AegisName: EL_AQUA_M
  119. Name: Aqua
  120. Level: 100
  121. Size: Medium
  122. Element: Water
  123. ElementLevel: 4
  124. Mode:
  125. Passive:
  126. Skill: EL_COOLER
  127. Assist:
  128. Skill: EL_WATER_DROP
  129. Aggressive:
  130. Skill: EL_WATER_SCREW
  131. - Id: 2119
  132. AegisName: EL_AQUA_L
  133. Name: Aqua
  134. Level: 100
  135. Str: 1
  136. Agi: 1
  137. Vit: 1
  138. Int: 1
  139. Dex: 1
  140. Luk: 1
  141. Size: Large
  142. Element: Water
  143. ElementLevel: 4
  144. Mode:
  145. Passive:
  146. Skill: EL_CHILLY_AIR
  147. Assist:
  148. Skill: EL_WATER_BARRIER
  149. Aggressive:
  150. Skill: EL_TIDAL_WEAPON
  151. - Id: 2120
  152. AegisName: EL_VENTUS_S
  153. Name: Ventus
  154. Level: 100
  155. Size: Small
  156. Element: Wind
  157. ElementLevel: 4
  158. Mode:
  159. Passive:
  160. Skill: EL_GUST
  161. Assist:
  162. Skill: EL_WIND_STEP
  163. Aggressive:
  164. Skill: EL_WIND_SLASH
  165. - Id: 2121
  166. AegisName: EL_VENTUS_M
  167. Name: Ventus
  168. Level: 100
  169. Size: Medium
  170. Element: Wind
  171. ElementLevel: 4
  172. Mode:
  173. Passive:
  174. Skill: EL_BLAST
  175. Assist:
  176. Skill: EL_WIND_CURTAIN
  177. Aggressive:
  178. Skill: EL_HURRICANE
  179. - Id: 2122
  180. AegisName: EL_VENTUS_L
  181. Name: Ventus
  182. Level: 100
  183. Size: Large
  184. Element: Wind
  185. ElementLevel: 4
  186. Mode:
  187. Passive:
  188. Skill: EL_WILD_STORM
  189. Assist:
  190. Skill: EL_ZEPHYR
  191. Aggressive:
  192. Skill: EL_TYPOON_MIS
  193. - Id: 2123
  194. AegisName: EL_TERA_S
  195. Name: Tera
  196. Level: 100
  197. Size: Small
  198. Element: Earth
  199. ElementLevel: 4
  200. Mode:
  201. Passive:
  202. Skill: EL_PETROLOGY
  203. Assist:
  204. Skill: EL_SOLID_SKIN
  205. Aggressive:
  206. Skill: EL_STONE_HAMMER
  207. - Id: 2124
  208. AegisName: EL_TERA_M
  209. Name: Tera
  210. Level: 100
  211. Size: Medium
  212. Element: Earth
  213. ElementLevel: 4
  214. Mode:
  215. Passive:
  216. Skill: EL_CURSED_SOIL
  217. Assist:
  218. Skill: EL_STONE_SHIELD
  219. Aggressive:
  220. Skill: EL_ROCK_CRUSHER
  221. - Id: 2125
  222. AegisName: EL_TERA_L
  223. Name: Tera
  224. Level: 100
  225. Size: Large
  226. Element: Earth
  227. ElementLevel: 4
  228. Mode:
  229. Passive:
  230. Skill: EL_UPHEAVAL
  231. Assist:
  232. Skill: EL_POWER_OF_GAIA
  233. Aggressive:
  234. Skill: EL_STONE_RAIN
  235. - Id: 20816
  236. AegisName: EM_DILUVIO
  237. Name: Diluvio
  238. Level: 200
  239. Size: Large
  240. Element: Water
  241. ElementLevel: 4
  242. Mode:
  243. Passive:
  244. Skill: EM_EL_COLD_FORCE
  245. Assist:
  246. Skill: EM_EL_CRYSTAL_ARMOR
  247. Aggressive:
  248. Skill: EM_EL_AGE_OF_ICE
  249. - Id: 20817
  250. AegisName: EM_ARDOR
  251. Name: Ardor
  252. Level: 200
  253. Size: Large
  254. Element: Fire
  255. ElementLevel: 4
  256. Mode:
  257. Passive:
  258. Skill: EM_EL_FLAMETECHNIC
  259. Assist:
  260. Skill: EM_EL_FLAMEARMOR
  261. Aggressive:
  262. Skill: EM_EL_FLAMEROCK
  263. - Id: 20818
  264. AegisName: EM_PROCELLA
  265. Name: Procella
  266. Level: 200
  267. Size: Large
  268. Element: Wind
  269. ElementLevel: 4
  270. Mode:
  271. Passive:
  272. Skill: EM_EL_GRACE_BREEZE
  273. Assist:
  274. Skill: EM_EL_EYES_OF_STORM
  275. Aggressive:
  276. Skill: EM_EL_STORM_WIND
  277. - Id: 20819
  278. AegisName: EM_TERREMOTUS
  279. Name: Terremotus
  280. Level: 200
  281. Size: Large
  282. Element: Earth
  283. ElementLevel: 4
  284. Mode:
  285. Passive:
  286. Skill: EM_EL_EARTH_CARE
  287. Assist:
  288. Skill: EM_EL_STRONG_PROTECTION
  289. Aggressive:
  290. Skill: EM_EL_AVALANCHE
  291. - Id: 20820
  292. AegisName: EM_SERPENS
  293. Name: Serpens
  294. Level: 200
  295. Size: Large
  296. Element: Poison
  297. ElementLevel: 4
  298. Mode:
  299. Passive:
  300. Skill: EM_EL_DEEP_POISONING
  301. Assist:
  302. Skill: EM_EL_POISON_SHIELD
  303. Aggressive:
  304. Skill: EM_EL_DEADLY_POISON