Advertisement
warpdragon

chen_test_of_faith

Feb 25th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. //=================================================================================================================
  2. // Chen: Test of Faith
  3. //=================================================================================================================
  4. "chen_test_of_faith"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5329" // 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_ENEMY"
  11. "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC"
  12. "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_NOT_ANCIENTS"
  13. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  14. "AbilityUnitDamageType" "DAMAGE_TYPE_PURE"
  15. "FightRecapLevel" "1"
  16.  
  17. // Casting
  18. //-------------------------------------------------------------------------------------------------------------
  19. "AbilityCastPoint" "0.3 0.3 0.3 0.3 0.3 0.3"
  20.  
  21. // Time
  22. //-------------------------------------------------------------------------------------------------------------
  23. "AbilityCastRange" "600 600 600 600 600 600"
  24. "AbilityCooldown" "16"
  25.  
  26. // Cost
  27. //-------------------------------------------------------------------------------------------------------------
  28. "AbilityManaCost" "90 100 110 120 140 220"
  29.  
  30. // Special
  31. //-------------------------------------------------------------------------------------------------------------
  32. "AbilitySpecial"
  33. {
  34. "01"
  35. {
  36. "var_type" "FIELD_INTEGER"
  37. "damage_min" "50 100 150 200 300 700"
  38. }
  39. "02"
  40. {
  41. "var_type" "FIELD_INTEGER"
  42. "damage_max" "100 200 300 400 600 1400"
  43. }
  44. }
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement