ability.json 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. {
  2. "stoneGaze" : {
  3. "index" : 70,
  4. "targetType": "NO_TARGET",
  5. "animation":{
  6. "affect":[ {
  7. "effectName" : "petrification"
  8. } ]
  9. },
  10. "sounds": {
  11. "cast": "PARALYZE"
  12. },
  13. "levels" : {
  14. "base":{
  15. "range" : "0",
  16. "targetModifier":{"smart":true},
  17. "effects" : {
  18. "notActive" : {
  19. "val" : 0,
  20. "type" : "NOT_ACTIVE",
  21. "subtype" : "spell.stoneGaze",
  22. "duration" : [
  23. "UNTIL_BEING_ATTACKED",
  24. "N_TURNS"
  25. ]
  26. },
  27. "noRetaliation" : {
  28. "val" : 0,
  29. "type" : "NO_RETALIATION",
  30. "duration" : [
  31. "UNTIL_BEING_ATTACKED",
  32. "N_TURNS"
  33. ]
  34. },
  35. "generalDamageReduction" : {
  36. "type" : "GENERAL_DAMAGE_REDUCTION",
  37. "val" : 50,
  38. "duration" : [
  39. "UNTIL_BEING_ATTACKED",
  40. "N_TURNS"
  41. ]
  42. }
  43. }
  44. }
  45. },
  46. "flags" : {
  47. "indifferent": true
  48. },
  49. "targetCondition" : {
  50. "noneOf" : {
  51. "bonus.SIEGE_WEAPON" : "absolute"
  52. }
  53. }
  54. },
  55. "poison" : {
  56. "index" : 71,
  57. "targetType": "NO_TARGET",
  58. "animation":{
  59. "affect":["SP11_"]
  60. },
  61. "sounds": {
  62. "cast": "POISON"
  63. },
  64. "levels" : {
  65. "base":{
  66. "range" : "0",
  67. "targetModifier":{"smart":true},
  68. "effects" : {
  69. "poison" : {
  70. "val" : 30,
  71. "type" : "POISON",
  72. "valueType" : "INDEPENDENT_MAX",
  73. "duration" : "N_TURNS"
  74. },
  75. "stackHealth" : {
  76. "val" : -10,
  77. "type" : "STACK_HEALTH",
  78. "valueType" : "PERCENT_TO_ALL",
  79. "duration" : "N_TURNS"
  80. }
  81. }
  82. }
  83. },
  84. "flags" : {
  85. "negative": true
  86. },
  87. "targetCondition" : {
  88. "noneOf" : {
  89. "bonus.NON_LIVING" : "absolute",
  90. "bonus.MECHANICAL" : "absolute",
  91. "bonus.SIEGE_WEAPON" : "absolute",
  92. "bonus.UNDEAD" : "absolute",
  93. "bonus.GARGOYLE" : "absolute"
  94. }
  95. }
  96. },
  97. "bind" : {
  98. "index" : 72,
  99. "targetType": "NO_TARGET",
  100. "animation":{
  101. "affect":["SP02_"]
  102. },
  103. "sounds": {
  104. "cast": "BIND"
  105. },
  106. "levels" : {
  107. "base":{
  108. "range" : "0",
  109. //no cumulative effect even with mods here
  110. "effects" : {
  111. "bindEffect" : {
  112. "val" : 0,
  113. "type" : "BIND_EFFECT",
  114. "duration" : "PERMANENT",
  115. "addInfo" : -1
  116. }
  117. }
  118. }
  119. },
  120. "flags" : {
  121. "nonMagical" : true,
  122. "indifferent": true
  123. }
  124. },
  125. "disease" : {
  126. "index" : 73,
  127. "targetType": "NO_TARGET",
  128. "animation":{
  129. "affect":["SP05_"]
  130. },
  131. "sounds": {
  132. "cast": "DISEASE"
  133. },
  134. "levels" : {
  135. "base":{
  136. "range" : "0",
  137. "targetModifier":{"smart":true},
  138. "effects" : {
  139. "attack" : {
  140. "val" : -2,
  141. "type" : "PRIMARY_SKILL",
  142. "subtype" : "primarySkill.attack",
  143. "duration" : "N_TURNS"
  144. },
  145. "defence" : {
  146. "val" : -2,
  147. "type" : "PRIMARY_SKILL",
  148. "subtype" : "primarySkill.defence",
  149. "duration" : "N_TURNS"
  150. }
  151. }
  152. }
  153. },
  154. "flags" : {
  155. "negative": true
  156. },
  157. "targetCondition" : {
  158. "noneOf" : {
  159. "bonus.NON_LIVING" : "normal",
  160. "bonus.MECHANICAL" : "normal",
  161. "bonus.SIEGE_WEAPON" : "absolute",
  162. "bonus.UNDEAD" : "normal"
  163. }
  164. }
  165. },
  166. "paralyze" : {
  167. "index" : 74,
  168. "targetType": "NO_TARGET",
  169. "animation":{
  170. "affect":["SP10_"]
  171. },
  172. "sounds": {
  173. "cast": "PARALYZE"
  174. },
  175. "levels" : {
  176. "base":{
  177. "range" : "0",
  178. "targetModifier":{"smart":true},
  179. "effects" : {
  180. "notActive" : {
  181. "val" : 0,
  182. "type" : "NOT_ACTIVE",
  183. "subtype" : "spell.paralyze",
  184. "duration" : [
  185. "UNTIL_BEING_ATTACKED",
  186. "N_TURNS"
  187. ]
  188. },
  189. "noRetaliation" : {
  190. "val" : 0,
  191. "type" : "NO_RETALIATION",
  192. "duration" : [
  193. "UNTIL_BEING_ATTACKED",
  194. "N_TURNS"
  195. ]
  196. },
  197. "generalAttackReduction" : {
  198. "val" : 75,
  199. "type" : "GENERAL_ATTACK_REDUCTION",
  200. "duration" : [
  201. "UNTIL_AFTER_ATTACK_SEQUENCE",
  202. "UNTIL_TAKING_INDIRECT_DAMAGE",
  203. "N_TURNS"
  204. ]
  205. }
  206. }
  207. }
  208. },
  209. "flags" : {
  210. "negative": true
  211. },
  212. "targetCondition" : {
  213. "noneOf" : {
  214. "bonus.SIEGE_WEAPON" : "absolute"
  215. }
  216. }
  217. },
  218. "age" : {
  219. "index" : 75,
  220. "targetType": "NO_TARGET",
  221. "animation":{
  222. "affect":["SP01_"]
  223. },
  224. "sounds": {
  225. "cast": "AGE"
  226. },
  227. "levels" : {
  228. "base":{
  229. "range" : "0",
  230. "targetModifier":{"smart":true},
  231. "effects" : {
  232. "stackHealth" : {
  233. "val" : -50,
  234. "type" : "STACK_HEALTH",
  235. "valueType" : "PERCENT_TO_ALL",
  236. "duration" : "N_TURNS"
  237. }
  238. }
  239. }
  240. },
  241. "flags" : {
  242. "negative": true
  243. },
  244. "targetCondition" : {
  245. "noneOf" : {
  246. "bonus.NON_LIVING" : "absolute",
  247. "bonus.MECHANICAL" : "absolute",
  248. "bonus.SIEGE_WEAPON" : "absolute",
  249. "bonus.UNDEAD" : "absolute",
  250. "bonus.GARGOYLE" : "absolute"
  251. }
  252. }
  253. },
  254. "deathCloud" : {
  255. "index" : 76,
  256. "targetType": "NO_TARGET",
  257. "animation":{
  258. "hit":[{ "defName" : "SP04_", "transparency" : 0.5}]
  259. },
  260. "sounds": {
  261. "cast": "DEATHCLD"
  262. },
  263. "levels" : {
  264. "base":{
  265. "range" : "0-1",
  266. "battleEffects":{
  267. "damage":{
  268. "type":"core:damage"
  269. }
  270. }
  271. }
  272. },
  273. "flags" : {
  274. "indifferent": true
  275. },
  276. "targetCondition" : {
  277. "noneOf" : {
  278. "bonus.NON_LIVING" : "absolute",
  279. "bonus.MECHANICAL" : "absolute",
  280. "bonus.SIEGE_WEAPON" : "absolute",
  281. "bonus.UNDEAD" : "absolute",
  282. "bonus.GARGOYLE" : "absolute"
  283. }
  284. }
  285. },
  286. "thunderbolt" : {
  287. "index" : 77,
  288. "targetType": "NO_TARGET",
  289. "animation":{
  290. "affect":[{"defName":"C03SPA0", "verticalPosition":"bottom"}, "C11SPA1"]
  291. },
  292. "sounds": {
  293. "cast": "LIGHTBLT"
  294. },
  295. "levels" : {
  296. "base":{
  297. "range" : "0",
  298. "battleEffects":{
  299. "damage":{
  300. "type":"core:damage"
  301. }
  302. }
  303. }
  304. },
  305. "flags" : {
  306. "damage": true,
  307. "negative": true
  308. }
  309. },
  310. "dispelHelpful" : {
  311. "index" : 78,
  312. "targetType": "NO_TARGET",
  313. "animation":{
  314. "affect":["C05SPW"]
  315. },
  316. "sounds": {
  317. "cast": "DISPELL"
  318. },
  319. "levels" : {
  320. "base":{
  321. "battleEffects":{
  322. "dispel":{
  323. "type":"core:dispel",
  324. "ignoreImmunity" : true,
  325. "dispelNegative":false,
  326. "dispelNeutral":false,
  327. "dispelPositive":true
  328. }
  329. },
  330. "range" : "0"
  331. }
  332. },
  333. "flags" : {
  334. "negative": true
  335. }
  336. },
  337. "deathStare" : {
  338. "index" : 79,
  339. "targetType": "NO_TARGET",
  340. "animation":{
  341. "affect":["C07SPE0"]
  342. },
  343. "sounds": {
  344. "cast": "DEATHSTR"
  345. },
  346. "levels" : {
  347. "base":{
  348. "battleEffects":{
  349. "destruction":{
  350. "type":"core:damage",
  351. "killByCount": true
  352. }
  353. },
  354. "range" : "0"
  355. }
  356. },
  357. "flags" : {
  358. "indifferent": true
  359. },
  360. "targetCondition" : {
  361. "noneOf" : {
  362. "bonus.NON_LIVING" : "absolute",
  363. "bonus.MECHANICAL" : "absolute",
  364. "bonus.SIEGE_WEAPON" : "absolute",
  365. "bonus.UNDEAD" : "absolute",
  366. "bonus.GARGOYLE" : "absolute"
  367. }
  368. }
  369. },
  370. "acidBreath" : {
  371. "index" : 80,
  372. "targetType": "NO_TARGET",
  373. "animation":{
  374. "affect":["C17SPW0"]
  375. },
  376. "sounds": {
  377. "cast": "ACID"
  378. },
  379. "levels" : {
  380. "base":{
  381. "battleEffects":{
  382. "timed":{
  383. "type":"core:timed",
  384. "cumulative":true,
  385. "ignoreImmunity" : true,
  386. "bonus" :{
  387. "primarySkill" : {
  388. "val" : -3,
  389. "type" : "PRIMARY_SKILL",
  390. "subtype" : "primarySkill.defence",
  391. "duration" : "PERMANENT",
  392. "valueType" : "ADDITIVE_VALUE"
  393. }
  394. }
  395. }
  396. },
  397. "range" : "0",
  398. "targetModifier":{"smart":true}
  399. }
  400. },
  401. "flags" : {
  402. "indifferent": true,
  403. "persistent" : true
  404. }
  405. },
  406. "acidBreathDamage" : {
  407. "index" : 81,
  408. "targetType": "NO_TARGET",
  409. "animation":{
  410. "affect":["C17SPW0"]
  411. },
  412. "sounds": {
  413. "cast": "ACID"
  414. },
  415. "levels" : {
  416. "base":{
  417. "battleEffects":{
  418. "damage":{
  419. "type":"core:damage",
  420. "ignoreImmunity" : true
  421. }
  422. },
  423. "range" : "0"
  424. }
  425. },
  426. "flags" : {
  427. "damage": true,
  428. "indifferent": true
  429. },
  430. "targetCondition" : {
  431. }
  432. }
  433. }