Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "gohert"
- {
- //Created by D2AbilityCreator 2.0
- "BaseClass" "ability_datadriven"
- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE"
- "AbilityTextureName" ""
- "MaxLevel" "1"
- "RequiredLevel" "1"
- "LevelsBetweenUpgrades" "0"
- "AbilitySpecial"
- {
- "01"
- {
- "var_type" "FIELD_FLOAT"
- "duration" "1"
- }
- }
- "Modifiers"
- {
- "-------_01"
- {
- "Passive" "1"
- "IsBuff" "1"
- "IsDebuff" "0"
- "IsHidden" "1"
- "IsPurgable" "0"
- "OnAttackLanded"
- {
- "Random"
- {
- "Chance" "15"
- "OnSuccess"
- {
- "RunScript"
- {
- "ScriptFile" "npc_abilities/agilityofshadows.lua"
- "Function" "ApplyBuffs"
- }
- }
- }
- }
- }
- "modifier_art_of_shadows_buff"
- {
- "Passive" "0"
- "IsBuff" "1"
- "IsDebuff" "0"
- "IsHidden" "0"
- "IsPurgable" "1"
- "OnCreated"
- {
- "Damage"
- {
- "Target" "CASTER"
- "Type" "DAMAGE_TYPE_PHYSICAL"
- "Damage" "10"
- "MaxHealthPercentBasedDamage" "1"
- }
- }
- "Properties"
- {
- "MODIFIER_PROPERTY_ATTACKSPEED_BONUS_CONSTANT" "800"
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment