Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "test_ability"
- {
- // General
- //-------------------------------------------------------------------------------------------------------------
- "BaseClass" "ability_datadriven"
- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET"
- "AbilityTextureName" "axe_battle_hunger"
- // Time
- //-------------------------------------------------------------------------------------------------------------
- "AbilityCooldown" "4.0"
- // Cost
- //-------------------------------------------------------------------------------------------------------------
- "AbilityManaCost" "44"
- // Modifiers
- //-------------------------------------------------------------------------------------------------------------
- "Modifiers"
- {
- "test_modifier"
- {
- "OnSpellStart"
- {
- "AttachEffect"
- {
- "Target" "TARGET"
- "ModifierName" "test_modifier"
- }
- }
- }
- }
- "Modifiers"
- {
- "test_modifier"
- {
- "Duration" "%duration"
- "EffectName" "generic_buff_1"
- "EffectAttachType" "follow_overhead"
- "EffectLifeDurationScale" "1"
- "EffectColorA" "0 0 0"
- "Properties"
- {
- "MODIFIER_PROPERTY_ATTACKSPEED_BONUS_CONSTANT"
- {
- "Target" "TARGET"
- "ATTACKSPEED_BONUS" "%bonus_attack_speed"
- }
- }
- }
- }
- // Special
- //-------------------------------------------------------------------------------------------------------------
- "AbilitySpecial"
- {
- "01"
- {
- "var_type" "FIELD_INTEGER"
- "bonus_attack_speed" "200 220 240 260"
- }
- "02"
- {
- "var_type" "FIELD_FLOAT"
- "duration" "3.0 3.0 3.0 3.0"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement