vcmiAbility.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. {
  2. "summonDemons" : {
  3. "type": "ability",
  4. "targetType" : "CREATURE",
  5. "name": "",
  6. "school" : {},
  7. "level": 2,
  8. "power": 50,
  9. "defaultGainChance": 0,
  10. "gainChance": {},
  11. "animation":{
  12. "affect":[{ "defName" : "C01SPE0", "transparency" : 0.5}]
  13. },
  14. "sounds": {
  15. "cast": "RESURECT"
  16. },
  17. "levels" : {
  18. "base": {
  19. "description" : "",
  20. "power" : 40,
  21. "cost" : 1,
  22. "targetModifier":{"smart":true},
  23. "range" : "0",
  24. "battleEffects":{
  25. "demonSummon":{
  26. "id":"demon",
  27. "permanent":true,
  28. "type":"core:demonSummon"
  29. }
  30. }
  31. },
  32. "none" :{},
  33. "basic" :{},
  34. "advanced" :{},
  35. "expert" :{}
  36. },
  37. "flags" : {
  38. "rising": true,
  39. "positive": true
  40. },
  41. "targetCondition" : {
  42. "noneOf" : {
  43. "bonus.NON_LIVING" : "absolute",
  44. "bonus.MECHANICAL" : "absolute",
  45. "bonus.SIEGE_WEAPON" : "absolute",
  46. "bonus.UNDEAD" : "absolute",
  47. "bonus.GARGOYLE" : "absolute"
  48. }
  49. }
  50. },
  51. "firstAid" : {
  52. "targetType" : "CREATURE",
  53. "type": "ability",
  54. "name": "",
  55. "school" : {},
  56. "level": 1,
  57. "power": 10,
  58. "defaultGainChance": 0,
  59. "gainChance": {},
  60. "animation":{
  61. "affect":[{ "defName" : "SP12_", "transparency" : 0.5}]
  62. },
  63. "sounds": {
  64. "cast": "REGENER"
  65. },
  66. "levels" : {
  67. "base":{
  68. "description" : "",
  69. "power" : 10,
  70. "cost" : 0,
  71. "targetModifier":{"smart":true},
  72. "battleEffects":{
  73. "heal":{
  74. "type":"core:heal",
  75. "healLevel":"heal",
  76. "healPower":"permanent",
  77. "optional":true
  78. }
  79. },
  80. "range" : "0"
  81. },
  82. "none" :{
  83. "power" : 10
  84. },
  85. "basic" :{
  86. "power" : 50
  87. },
  88. "advanced" :{
  89. "power" : 75
  90. },
  91. "expert" :{
  92. "power" : 100
  93. }
  94. },
  95. "flags" : {
  96. "nonMagical" : true,
  97. "positive": true
  98. },
  99. "targetCondition" : {
  100. "noneOf" : {
  101. "bonus.SIEGE_WEAPON" : "absolute"
  102. }
  103. }
  104. },
  105. "catapultShot" : {
  106. "targetType" : "LOCATION",
  107. "type": "ability",
  108. "name": "",
  109. "school" : {},
  110. "level": 1,
  111. "power": 1,
  112. "defaultGainChance": 0,
  113. "gainChance": {},
  114. "levels" : {
  115. "base":{
  116. "description" : "",
  117. "power" : 1,
  118. "cost" : 0,
  119. "targetModifier":{"smart":true},
  120. "battleEffects":{
  121. "catapult":{
  122. "type":"core:catapult"
  123. }
  124. },
  125. "range" : "0"
  126. },
  127. "none":{
  128. "battleEffects" : {
  129. "catapult" : {
  130. "targetsToAttack": 1,
  131. "chanceToHitKeep" : 5,
  132. "chanceToHitGate" : 25,
  133. "chanceToHitTower" : 10,
  134. "chanceToHitWall" : 50,
  135. "chanceToNormalHit" : 60,
  136. "chanceToCrit" : 30
  137. }
  138. }
  139. },
  140. "basic":{
  141. "battleEffects" : {
  142. "catapult" : {
  143. "targetsToAttack": 1,
  144. "chanceToHitKeep" : 7,
  145. "chanceToHitGate" : 30,
  146. "chanceToHitTower" : 15,
  147. "chanceToHitWall" : 60,
  148. "chanceToNormalHit" : 50,
  149. "chanceToCrit" : 50
  150. }
  151. }
  152. },
  153. "advanced":{
  154. "battleEffects" : {
  155. "catapult" : {
  156. "targetsToAttack": 2,
  157. "chanceToHitKeep" : 7,
  158. "chanceToHitGate" : 30,
  159. "chanceToHitTower" : 15,
  160. "chanceToHitWall" : 60,
  161. "chanceToNormalHit" : 50,
  162. "chanceToCrit" : 50
  163. }
  164. }
  165. },
  166. "expert":{
  167. "battleEffects" : {
  168. "catapult" : {
  169. "targetsToAttack": 2,
  170. "chanceToHitKeep" : 10,
  171. "chanceToHitGate" : 40,
  172. "chanceToHitTower" : 20,
  173. "chanceToHitWall" : 75,
  174. "chanceToNormalHit" : 0,
  175. "chanceToCrit" : 100
  176. }
  177. }
  178. }
  179. },
  180. "flags" : {
  181. "nonMagical" : true,
  182. "indifferent": true
  183. }
  184. },
  185. "cyclopsShot" : {
  186. "targetType" : "LOCATION",
  187. "type": "ability",
  188. "name": "",
  189. "school" : {},
  190. "level": 1,
  191. "power": 1,
  192. "defaultGainChance": 0,
  193. "gainChance": {},
  194. "levels" : {
  195. "base":{
  196. "description" : "",
  197. "power" : 1,
  198. "cost" : 0,
  199. "targetModifier":{"smart":true},
  200. "battleEffects":{
  201. "catapult":{
  202. "type":"core:catapult",
  203. "targetsToAttack": 1,
  204. "chanceToHitKeep" : 7,
  205. "chanceToHitGate" : 30,
  206. "chanceToHitTower" : 15,
  207. "chanceToHitWall" : 60,
  208. "chanceToNormalHit" : 50,
  209. "chanceToCrit" : 50
  210. }
  211. },
  212. "range" : "0"
  213. },
  214. "none":{},
  215. "basic":{
  216. "battleEffects" : {
  217. "catapult" : {
  218. "targetsToAttack": 2
  219. }
  220. }
  221. },
  222. "advanced":{},
  223. "expert" : {}
  224. },
  225. "flags" : {
  226. "nonMagical" : true,
  227. "indifferent": true
  228. }
  229. }
  230. }