Advertisement
warpdragon

bristleback_viscous_nasal_goo

Feb 25th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. //=================================================================================================================
  2. // Bristleback: Viscous Nasal Goo
  3. //=================================================================================================================
  4. "bristleback_viscous_nasal_goo"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "5548" // 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 | DOTA_ABILITY_BEHAVIOR_IGNORE_BACKSWING"
  10. "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY"
  11. "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC"
  12. "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO"
  13. "SpellDispellableType" "SPELL_DISPELLABLE_YES"
  14. "FightRecapLevel" "1"
  15. "MaxLevel" "6"
  16. "HasScepterUpgrade" "1"
  17.  
  18. // Casting
  19. //-------------------------------------------------------------------------------------------------------------
  20. "AbilityCastRange" "600"
  21. "AbilityCastPoint" "0.3"
  22.  
  23. // Time
  24. //-------------------------------------------------------------------------------------------------------------
  25. "AbilityCooldown" "1.5 1.5 1.5 1.5 1.5 1.5"
  26.  
  27. // Cost
  28. //-------------------------------------------------------------------------------------------------------------
  29. "AbilityManaCost" "25"
  30.  
  31. // Special
  32. //-------------------------------------------------------------------------------------------------------------
  33. "AbilitySpecial"
  34. {
  35. "01"
  36. {
  37. "var_type" "FIELD_INTEGER"
  38. "goo_speed" "1000"
  39. }
  40. "02"
  41. {
  42. "var_type" "FIELD_FLOAT"
  43. "goo_duration" "5.0"
  44. }
  45. "03"
  46. {
  47. "var_type" "FIELD_FLOAT"
  48. "armor_per_stack" "1 1.4 1.8 2.2 3 6.2"
  49. }
  50. "04"
  51. {
  52. "var_type" "FIELD_INTEGER"
  53. "base_move_slow" "20"
  54. }
  55. "05"
  56. {
  57. "var_type" "FIELD_INTEGER"
  58. "move_slow_per_stack" "3 6 9 12 15 20"
  59. }
  60. "06"
  61. {
  62. "var_type" "FIELD_INTEGER"
  63. "stack_limit" "4"
  64. }
  65. "07"
  66. {
  67. "var_type" "FIELD_FLOAT"
  68. "goo_duration_creep" "10.0"
  69. }
  70. "08"
  71. {
  72. "var_type" "FIELD_INTEGER"
  73. "radius_scepter" "750"
  74. }
  75. }
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement