Advertisement
warpdragon

chen_test_of_faith_teleport

Feb 25th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. //=================================================================================================================
  2. // Chen: Test of Faith Teleport
  3. //=================================================================================================================
  4. "chen_test_of_faith_teleport"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5522" // 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_CREEP"
  12. "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_NOT_CREEP_HERO"
  13. "SpellImmunityType" "SPELL_IMMUNITY_ALLIES_NO"
  14. "SpellDispellableType" "SPELL_DISPELLABLE_YES"
  15. "MaxLevel" "6"
  16. // Casting
  17. //-------------------------------------------------------------------------------------------------------------
  18. "AbilityCastPoint" "0.3 0.3 0.3 0.3 0.3 0.3"
  19.  
  20. // Time
  21. //-------------------------------------------------------------------------------------------------------------
  22. "AbilityCastRange" "600 600 600 600 600 600"
  23. "AbilityCooldown" "24.0 24.0 24.0 24.0 24.0 24.0"
  24.  
  25. // Cost
  26. //-------------------------------------------------------------------------------------------------------------
  27. "AbilityManaCost" "200 200 200 200 200 200"
  28.  
  29. // Special
  30. //-------------------------------------------------------------------------------------------------------------
  31. "AbilitySpecial"
  32. {
  33. "01"
  34. {
  35. "var_type" "FIELD_FLOAT"
  36. "hero_teleport_delay" "6.0 5.0 4.0 3.0 2.5 1.5"
  37. }
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement