Advertisement
warpdragon

crystal_maiden_brilliance_aura

Feb 25th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. //=================================================================================================================
  2. // Ability: Crystal Maiden's Brilliance Aura
  3. //=================================================================================================================
  4. "crystal_maiden_brilliance_aura"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5128" // unique ID number for this ability. Do not change this once established or it will invalidate collected stats.
  9. "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE"
  10. "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY"
  11. "MaxLevel" "6"
  12. // Casting
  13. //-------------------------------------------------------------------------------------------------------------
  14. "AbilityCastPoint" "0.2"
  15.  
  16. "AbilitySpecial"
  17. {
  18. "01"
  19. {
  20. "var_type" "FIELD_FLOAT"
  21. "mana_regen" "1.0 1.5 2.0 3.0 3.5 5.0"
  22. }
  23. "02"
  24. {
  25. "var_type" "FIELD_FLOAT"
  26. "mana_regen_self" "2 3 4 8 9 12"
  27. }
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement