Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. "DOTAAbilities"
  2. {
  3. "item_lua_ability"
  4. {
  5. "BaseClass" "item_lua"
  6. "ScriptFile" "abilities/lua_ability"
  7. "AbilityTextureName" "item_dagon"
  8. "MaxLevel" "1"
  9. "IsCastableWhileHidden" "1"
  10.  
  11. "ItemCost" "10"
  12. "ItemPurchasable" "1"
  13. "ItemKillable" "1"
  14. "ItemDroppable" "1"
  15. "ItemSellable" "1"
  16. "ItemCanChangeContainer" "1"
  17. "ItemCastOnPickup" "0"
  18. "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
  19.  
  20. // Time
  21. //-------------------------------------------------------------------------------------------------------------
  22. "AbilityCooldown" "10"
  23.  
  24. // Cost
  25. //-------------------------------------------------------------------------------------------------------------
  26. "AbilityManaCost" "10 20 30 40"
  27.  
  28. "AbilitySpecial"
  29. {
  30. "01"
  31. {
  32. "var_type" "FIELD_INTEGER"
  33. "armor_bonus" "6000000"
  34. }
  35. "02"
  36. {
  37. "var_type" "FIELD_INTEGER"
  38. "attack_bonus" "6000000"
  39. }
  40. "03"
  41. {
  42. "var_type" "FIELD_INTEGER"
  43. "health_bonus" "6000000"
  44. }
  45. }
  46. }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement