Advertisement
warpdragon

abaddon_aphotic_shield

Feb 25th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. //=================================================================================================================
  2. // Abaddon: Aphotic Shield
  3. //=================================================================================================================
  4. "abaddon_aphotic_shield"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5586" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  9. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET"
  10. "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY"
  11. "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC"
  12. "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_NOT_MAGIC_IMMUNE_ALLIES"
  13. "SpellImmunityType" "SPELL_IMMUNITY_ALLIES_NO"
  14. "SpellDispellableType" "SPELL_DISPELLABLE_YES"
  15. "FightRecapLevel" "1"
  16. "MaxLevel" "6"
  17. // Casting
  18. //-------------------------------------------------------------------------------------------------------------
  19. "AbilityCastRange" "500"
  20. "AbilityCastPoint" "0.4"
  21.  
  22. // Time
  23. //-------------------------------------------------------------------------------------------------------------
  24. "AbilityCooldown" "12.0 10.0 8.0 6.0 6.0 6.0"
  25.  
  26. // Cost
  27. //-------------------------------------------------------------------------------------------------------------
  28. "AbilityManaCost" "100 105 110 115 125 155"
  29.  
  30.  
  31. // Special
  32. //-------------------------------------------------------------------------------------------------------------
  33. "AbilitySpecial"
  34. {
  35. "01"
  36. {
  37. "var_type" "FIELD_FLOAT"
  38. "duration" "15.0"
  39. }
  40. "02"
  41. {
  42. "var_type" "FIELD_FLOAT"
  43. "damage_absorb" "110 140 170 200 260 500"
  44. "LinkedSpecialBonus" "special_bonus_unique_abaddon"
  45. }
  46. "03"
  47. {
  48. "var_type" "FIELD_INTEGER"
  49. "radius" "675"
  50. }
  51. }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement