Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. "shockwave_totem_ability"
  2. {
  3. "BaseClass" "ability_datadriven"
  4. "AbilityTextureName" "abyssal_underlord_atrophy_aura"
  5. "MaxLevel" "1"
  6.  
  7. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE"
  8. "precache"
  9. {
  10. "particle" "particles/espirit_ti6_rollingboulder_stone.vpcf"
  11. }
  12. "AbilitySpecial"
  13. {
  14. "01"
  15. {
  16. "var_type" "FIELD_INTEGER"
  17. "radius" "300"
  18. }
  19. "02"
  20. {
  21. "var_type" "FIELD_INTEGER"
  22. "damage" "10"
  23. }
  24. "03"
  25. {
  26. "var_type" "FIELD_INTEGER"
  27. "distance" "200"
  28. }
  29. "04"
  30. {
  31. "var_type" "FIELD_FLOAT"
  32. "air_time" "0.2"
  33. }
  34. }
  35.  
  36. "Modifiers"
  37. {
  38. "modifier_damage"
  39. {
  40. "Passive" "1"
  41. "IsHidden" "1"
  42. "IsDebuff" "0"
  43. "ThinkInterval" "0.5"
  44. "OnIntervalThink"
  45. {
  46. "Knockback"
  47. {
  48. "Target"
  49. {
  50. "Center" "CASTER"
  51. "Radius" "%radius"
  52. "Teams" "DOTA_UNIT_TARGET_TEAM_ENEMY"
  53. "Types" "DOTA_UNIT_TARGET_ALL"
  54. }
  55. "Center" "CASTER"
  56. "Distance" "%distance"
  57. "Duration" "%air_time"
  58. "Height" "200"
  59. "IsFixedDistance" "1"
  60. "ShouldStun" "1"
  61. }
  62. "AttachEffect"
  63. {
  64. "EffectName" "particles/espirit_ti6_rollingboulder_stone.vpcf"
  65. "EffectAttachType" "follow_origin"
  66. "Target" "CASTER"
  67. }
  68. "RunScript"
  69. {
  70. "ScriptFile" "heroes/self_sacr.lua"
  71. "Function" "shockwave_totem_ability"
  72. "Target"
  73. {
  74. "Center" "CASTER"
  75. "Radius" "%radius"
  76. "Teams" "DOTA_UNIT_TARGET_TEAM_ENEMY"
  77. "Types" "DOTA_UNIT_TARGET_ALL"
  78. }
  79. }
  80. }
  81. }
  82. }
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement