Advertisement
Guest User

Untitled

a guest
May 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. {
  2. "name": "Blood Thirst / Blood Price",
  3. "description": "While toggled on Aatrox deals bonus damage and fills a portion of his Blood Well every third subsequent attack. While toggled off Aatrox restores Health every third subsequent attack.",
  4. "sanitizedDescription": "While toggled on Aatrox deals bonus damage and fills a portion of his Blood Well every third subsequent attack. While toggled off Aatrox restores Health every third subsequent attack.",
  5. "tooltip": "<span class=\"colorFF9900\">Toggle Off:</span><span class=\"colore60000\"> Blood Thirst: </span>Every third attack, Aatrox restores {{ e3 }} <span class=\"colorCC3300\">(+{{ f1*100 }}% Missing Health)</span> Health.<br /><br /><span class=\"colorFF9900\">Toggle On:</span><span class=\"color9900ff\"> Blood Price: </span>Every third attack, Aatrox deals {{ e2 }}<span class=\"colorF88017\"> (+{{ a2 }})</span> bonus physical damage and fills up 20% of the Blood Well.",
  6. "sanitizedTooltip": "Toggle Off: Blood Thirst: Every third attack, Aatrox restores {{ e3 }} (+{{ f1*100 }}% Missing Health) Health. Toggle On: Blood Price: Every third attack, Aatrox deals {{ e2 }} (+{{ a2 }}) bonus physical damage and fills up 20% of the Blood Well.",
  7. "leveltip": {
  8. "label": [
  9. "Heal",
  10. "Damage"
  11. ],
  12. "effect": [
  13. "{{ e3 }} -> {{ e3NL }}",
  14. "{{ e2 }} -> {{ e2NL }}"
  15. ]
  16. },
  17. "image": {
  18. "full": "AatroxW.png",
  19. "sprite": "spell0.png",
  20. "group": "spell",
  21. "x": 432,
  22. "y": 48,
  23. "w": 48,
  24. "h": 48
  25. },
  26. "resource": "No Cost",
  27. "maxrank": 5,
  28. "cost": [
  29. 0,
  30. 0,
  31. 0,
  32. 0,
  33. 0
  34. ],
  35. "costType": "No Cost",
  36. "costBurn": "0",
  37. "cooldown": [
  38. 0.5,
  39. 0.5,
  40. 0.5,
  41. 0.5,
  42. 0.5
  43. ],
  44. "cooldownBurn": "0.5",
  45. "effect": [
  46. null,
  47. [
  48. 200,
  49. 200,
  50. 200,
  51. 200,
  52. 200
  53. ],
  54. [
  55. 50,
  56. 85,
  57. 120,
  58. 155,
  59. 190
  60. ],
  61. [
  62. 30,
  63. 45,
  64. 60,
  65. 75,
  66. 90
  67. ],
  68. [
  69. 50,
  70. 50,
  71. 50,
  72. 50,
  73. 50
  74. ],
  75. [
  76. 50,
  77. 50,
  78. 50,
  79. 50,
  80. 50
  81. ],
  82. [
  83. 0.5,
  84. 0.5,
  85. 0.5,
  86. 0.5,
  87. 0.5
  88. ],
  89. [
  90. 0,
  91. 0,
  92. 0,
  93. 0,
  94. 0
  95. ],
  96. [
  97. 0,
  98. 0,
  99. 0,
  100. 0,
  101. 0
  102. ],
  103. [
  104. 0,
  105. 0,
  106. 0,
  107. 0,
  108. 0
  109. ],
  110. [
  111. 0,
  112. 0,
  113. 0,
  114. 0,
  115. 0
  116. ]
  117. ],
  118. "effectBurn": [
  119. "",
  120. "200",
  121. "50/85/120/155/190",
  122. "30/45/60/75/90",
  123. "50",
  124. "50",
  125. "0.5",
  126. "0",
  127. "0",
  128. "0",
  129. "0"
  130. ],
  131. "vars": [
  132. {
  133. "key": "a2",
  134. "link": "bonusattackdamage",
  135. "coeff": [
  136. 0.75
  137. ]
  138. }
  139. ],
  140. "range": [
  141. 1,
  142. 1,
  143. 1,
  144. 1,
  145. 1
  146. ],
  147. "rangeBurn": "1",
  148. "key": "AatroxW"
  149. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement