├── .gitignore ├── LICENSE.md ├── README.md └── game └── scripts ├── custom_events.txt ├── npc ├── abilities │ ├── abaddon │ │ ├── aphotic_shield_datadriven.txt │ │ ├── borrowed_time_datadriven.txt │ │ ├── death_coil_datadriven.txt │ │ └── frostmourne_datadriven.txt │ ├── ability_base_datadriven.txt │ ├── abyssal_underlord_atrophy_aura_datadriven.txt │ ├── abyssal_underlord_cancel_dark_rift_datadriven.txt │ ├── abyssal_underlord_dark_rift_datadriven.txt │ ├── abyssal_underlord_firestorm_datadriven.txt │ ├── abyssal_underlord_pit_of_malice_datadriven.txt │ ├── alchemist │ │ ├── acid_spray_datadriven.txt │ │ ├── chemical_rage_datadriven.txt │ │ ├── goblins_greed_datadriven.txt │ │ ├── unstable_concoction_datadriven.txt │ │ └── unstable_concoction_throw_datadriven.txt │ ├── alpha_wolf_command_aura_datadriven.txt │ ├── alpha_wolf_critical_strike_datadriven.txt │ ├── ancient_apparition │ │ ├── chilling_touch_datadriven.txt │ │ ├── cold_feet_datadriven.txt │ │ ├── ice_blast_datadriven.txt │ │ ├── ice_blast_release_datadriven.txt │ │ └── ice_vortex_datadriven.txt │ ├── antimage │ │ ├── blink_datadriven.txt │ │ ├── mana_break_datadriven.txt │ │ ├── mana_void_datadriven.txt │ │ └── spell_shield_datadriven.txt │ ├── arc_warden_flux_lua.txt │ ├── arc_warden_magnetic_field_lua.txt │ ├── arc_warden_spark_wraith_lua.txt │ ├── arc_warden_tempest_double_lua.txt │ ├── attr_damage_datadriven.txt │ ├── attribute_bonus_datadriven.txt │ ├── axe │ │ ├── battle_hunger_datadriven.txt │ │ ├── berserkers_call_datadriven.txt │ │ ├── counter_helix_datadriven.txt │ │ └── culling_blade_datadriven.txt │ ├── backdoor_protection_datadriven.txt │ ├── backdoor_protection_in_base_datadriven.txt │ ├── bane │ │ ├── brain_sap_datadriven.txt │ │ ├── enfeeble_datadriven.txt │ │ ├── fiends_grip_datadriven.txt │ │ ├── nightmare_datadriven.txt │ │ └── nightmare_end_datadriven.txt │ ├── batrider_firefly_datadriven.txt │ ├── batrider_flamebreak_datadriven.txt │ ├── batrider_flaming_lasso_datadriven.txt │ ├── batrider_sticky_napalm_datadriven.txt │ ├── beastmaster │ │ ├── call_of_the_wild_boar_datadriven.txt │ │ ├── call_of_the_wild_hawk_datadriven.txt │ │ ├── inner_beast_datadriven.txt │ │ └── primal_roar_datadriven.txt │ ├── beastmaster_boar_poison_datadriven.txt │ ├── beastmaster_greater_boar_poison_datadriven.txt │ ├── beastmaster_hawk_invisibility_datadriven.txt │ ├── beastmaster_wild_axes_datadriven.txt │ ├── big_thunder_lizard_frenzy_datadriven.txt │ ├── big_thunder_lizard_slam_datadriven.txt │ ├── black_dragon_splash_attack_datadriven.txt │ ├── bloodseeker │ │ ├── blood_rite_datadriven.txt │ │ ├── bloodrage_datadriven.txt │ │ ├── rupture_datadriven.txt │ │ └── thirst_datadriven.txt │ ├── blue_dragonspawn_overseer_devotion_aura_datadriven.txt │ ├── blue_dragonspawn_overseer_evasion_datadriven.txt │ ├── blue_dragonspawn_sorcerer_evasion_datadriven.txt │ ├── bounty_hunter │ │ ├── jinada_datadriven.txt │ │ ├── shuriken_toss_datadriven.txt │ │ ├── track_datadriven.txt │ │ └── wind_walk_datadriven.txt │ ├── brewmaster │ │ ├── drunken_brawler_datadriven.txt │ │ ├── drunken_haze_datadriven.txt │ │ ├── primal_split_datadriven.txt │ │ └── thunder_clap_datadriven.txt │ ├── brewmaster_earth_hurl_boulder_datadriven.txt │ ├── brewmaster_earth_pulverize_datadriven.txt │ ├── brewmaster_earth_spell_immunity_datadriven.txt │ ├── brewmaster_fire_permanent_immolation_datadriven.txt │ ├── brewmaster_storm_cyclone_datadriven.txt │ ├── brewmaster_storm_dispel_magic_datadriven.txt │ ├── brewmaster_storm_wind_walk_datadriven.txt │ ├── bristleback │ │ ├── bristleback_datadriven.txt │ │ ├── quill_spray_datadriven.txt │ │ ├── viscous_nasal_goo_datadriven.txt │ │ └── warpath_datadriven.txt │ ├── broodmother │ │ ├── incapacitating_bite_datadriven.txt │ │ ├── insatiable_hunger_datadriven.txt │ │ ├── spawn_spiderlings_datadriven.txt │ │ ├── spin_web_datadriven.txt │ │ └── spin_web_destroy_datadriven.txt │ ├── broodmother_poison_sting_datadriven.txt │ ├── broodmother_spawn_spiderite_datadriven.txt │ ├── centaur │ │ ├── double_edge_datadriven.txt │ │ ├── hoof_stomp_datadriven.txt │ │ ├── return_datadriven.txt │ │ └── stampede_datadriven.txt │ ├── centaur_great_fortitude_datadriven.txt │ ├── centaur_khan_endurance_aura_datadriven.txt │ ├── centaur_khan_war_stomp_datadriven.txt │ ├── chaos_knight │ │ ├── chaos_bolt_datadriven.txt │ │ ├── chaos_strike_datadriven.txt │ │ ├── phantasm_datadriven.txt │ │ └── reality_rift_datadriven.txt │ ├── chen │ │ ├── hand_of_god_datadriven.txt │ │ ├── holy_persuasion_datadriven.txt │ │ ├── penitence_datadriven.txt │ │ ├── test_of_faith_datadriven.txt │ │ └── test_of_faith_teleport_datadriven.txt │ ├── clinkz │ │ ├── death_pact_datadriven.txt │ │ ├── searing_arrows_datadriven.txt │ │ ├── strafe_datadriven.txt │ │ └── wind_walk_datadriven.txt │ ├── courier_burst_datadriven.txt │ ├── courier_go_to_secretshop_datadriven.txt │ ├── courier_morph_datadriven.txt │ ├── courier_return_stash_items_datadriven.txt │ ├── courier_return_to_base_datadriven.txt │ ├── courier_shield_datadriven.txt │ ├── courier_take_stash_items_datadriven.txt │ ├── courier_transfer_items_datadriven.txt │ ├── crystal_maiden │ │ ├── brilliance_aura_datadriven.txt │ │ ├── crystal_nova_datadriven.txt │ │ ├── freezing_field_datadriven.txt │ │ └── frostbite_datadriven.txt │ ├── dark_seer │ │ ├── ion_shell_datadriven.txt │ │ ├── surge_datadriven.txt │ │ ├── vacuum_datadriven.txt │ │ └── wall_of_replica_datadriven.txt │ ├── dark_troll_warlord_ensnare_datadriven.txt │ ├── dark_troll_warlord_raise_dead_datadriven.txt │ ├── dazzle │ │ ├── poison_touch_datadriven.txt │ │ ├── shadow_wave_datadriven.txt │ │ ├── shallow_grave_datadriven.txt │ │ └── weave_datadriven.txt │ ├── death_prophet │ │ ├── carrion_swarm_datadriven.txt │ │ ├── exorcism_datadriven.txt │ │ ├── silence_datadriven.txt │ │ └── spirit_siphon_datadriven.txt │ ├── default_attack_datadriven.txt │ ├── disruptor │ │ ├── glimpse_datadriven.txt │ │ ├── kinetic_field_datadriven.txt │ │ ├── static_storm_datadriven.txt │ │ └── thunder_strike_datadriven.txt │ ├── doom_bringer │ │ ├── devour_datadriven.txt │ │ ├── doom_bringer_empty1_datadriven.txt │ │ ├── doom_bringer_empty2_datadriven.txt │ │ ├── doom_datadriven.txt │ │ ├── infernal_blade_datadriven.txt │ │ ├── lvl_death_datadriven.txt │ │ └── scorched_earth_datadriven.txt │ ├── dragon_knight │ │ ├── breathe_fire_datadriven.txt │ │ ├── dragon_blood_datadriven.txt │ │ ├── dragon_tail_datadriven.txt │ │ └── elder_dragon_form_datadriven.txt │ ├── dragon_knight_frost_breath_datadriven.txt │ ├── drow_ranger │ │ ├── frost_arrows_datadriven.txt │ │ ├── marksmanship_datadriven.txt │ │ ├── trueshot_datadriven.txt │ │ └── wave_of_silence_datadriven.txt │ ├── earth_spirit_boulder_smash_datadriven.txt │ ├── earth_spirit_geomagnetic_grip_datadriven.txt │ ├── earth_spirit_magnetize_datadriven.txt │ ├── earth_spirit_petrify_datadriven.txt │ ├── earth_spirit_rolling_boulder_datadriven.txt │ ├── earth_spirit_stone_caller_datadriven.txt │ ├── earthshaker │ │ ├── aftershock_datadriven.txt │ │ ├── echo_slam_datadriven.txt │ │ ├── enchant_totem_datadriven.txt │ │ └── fissure_datadriven.txt │ ├── earthshaker_aftershock_datadriven.txt │ ├── earthshaker_echo_slam_datadriven.txt │ ├── earthshaker_enchant_totem_datadriven.txt │ ├── earthshaker_fissure_datadriven.txt │ ├── elder_titan_ancestral_spirit_datadriven.txt │ ├── elder_titan_earth_splitter_datadriven.txt │ ├── elder_titan_echo_stomp_datadriven.txt │ ├── elder_titan_echo_stomp_spirit_datadriven.txt │ ├── elder_titan_natural_order_datadriven.txt │ ├── elder_titan_return_spirit_datadriven.txt │ ├── ember_spirit │ │ ├── activate_fire_remnant_datadriven.txt │ │ ├── fire_remnant_datadriven.txt │ │ ├── flame_guard_datadriven.txt │ │ ├── searing_chains_datadriven.txt │ │ └── sleight_of_fist_datadriven.txt │ ├── enchantress_enchant_datadriven.txt │ ├── enchantress_impetus_datadriven.txt │ ├── enchantress_natures_attendants_datadriven.txt │ ├── enchantress_untouchable_datadriven.txt │ ├── enigma │ │ ├── black_hole_datadriven.txt │ │ ├── demonic_conversion_datadriven.txt │ │ ├── malefice_datadriven.txt │ │ └── midnight_pulse_datadriven.txt │ ├── enraged_wildkin_tornado_datadriven.txt │ ├── enraged_wildkin_toughness_aura_datadriven.txt │ ├── faceless_void │ │ ├── backtrack_datadriven.txt │ │ ├── chronosphere_datadriven.txt │ │ ├── time_dilation_datadriven.txt │ │ ├── time_lock_datadriven.txt │ │ └── time_walk_datadriven.txt │ ├── forest_troll_high_priest_heal_datadriven.txt │ ├── forest_troll_high_priest_mana_aura_datadriven.txt │ ├── fountain_buyback_datadriven.txt │ ├── fountain_glyph_datadriven.txt │ ├── furion_force_of_nature_datadriven.txt │ ├── furion_sprout_datadriven.txt │ ├── furion_teleportation_datadriven.txt │ ├── furion_wrath_of_nature_datadriven.txt │ ├── ghost_frost_attack_datadriven.txt │ ├── giant_wolf_critical_strike_datadriven.txt │ ├── gnoll_assassin_envenomed_weapon_datadriven.txt │ ├── greevil_black_hole_datadriven.txt │ ├── greevil_blade_fury_datadriven.txt │ ├── greevil_bloodlust_datadriven.txt │ ├── greevil_cold_snap_datadriven.txt │ ├── greevil_decrepify_datadriven.txt │ ├── greevil_diabolic_edict_datadriven.txt │ ├── greevil_echo_slam_datadriven.txt │ ├── greevil_fatal_bonds_datadriven.txt │ ├── greevil_flesh_golem_datadriven.txt │ ├── greevil_hook_datadriven.txt │ ├── greevil_ice_wall_datadriven.txt │ ├── greevil_laguna_blade_datadriven.txt │ ├── greevil_leech_seed_datadriven.txt │ ├── greevil_magic_missile_datadriven.txt │ ├── greevil_maledict_datadriven.txt │ ├── greevil_miniboss_black_brain_sap_datadriven.txt │ ├── greevil_miniboss_black_nightmare_datadriven.txt │ ├── greevil_miniboss_blue_cold_feet_datadriven.txt │ ├── greevil_miniboss_blue_ice_vortex_datadriven.txt │ ├── greevil_miniboss_green_living_armor_datadriven.txt │ ├── greevil_miniboss_green_overgrowth_datadriven.txt │ ├── greevil_miniboss_orange_dragon_slave_datadriven.txt │ ├── greevil_miniboss_orange_light_strike_array_datadriven.txt │ ├── greevil_miniboss_purple_plague_ward_datadriven.txt │ ├── greevil_miniboss_purple_venomous_gale_datadriven.txt │ ├── greevil_miniboss_red_earthshock_datadriven.txt │ ├── greevil_miniboss_red_overpower_datadriven.txt │ ├── greevil_miniboss_sight_datadriven.txt │ ├── greevil_miniboss_white_degen_aura_datadriven.txt │ ├── greevil_miniboss_white_purification_datadriven.txt │ ├── greevil_miniboss_yellow_ion_shell_datadriven.txt │ ├── greevil_miniboss_yellow_surge_datadriven.txt │ ├── greevil_natures_attendants_datadriven.txt │ ├── greevil_phantom_strike_datadriven.txt │ ├── greevil_poison_nova_datadriven.txt │ ├── greevil_purification_datadriven.txt │ ├── greevil_rot_datadriven.txt │ ├── greevil_shadow_strike_datadriven.txt │ ├── greevil_shadow_wave_datadriven.txt │ ├── greevil_time_lock_datadriven.txt │ ├── gyrocopter │ │ ├── call_down_datadriven.txt │ │ ├── flak_cannon_datadriven.txt │ │ ├── homing_missile_datadriven.txt │ │ └── rocket_barrage_datadriven.txt │ ├── harpy_storm_chain_lightning_datadriven.txt │ ├── healing_campfire_datadriven.txt │ ├── huskar │ │ ├── berserkers_blood_datadriven.txt │ │ ├── burning_spear_datadriven.txt │ │ ├── inner_vitality_datadriven.txt │ │ └── life_break_datadriven.txt │ ├── invoker │ │ ├── alacrity_datadriven.txt │ │ ├── chaos_meteor_datadriven.txt │ │ ├── cold_snap_datadriven.txt │ │ ├── deafening_blast_datadriven.txt │ │ ├── emp_datadriven.txt │ │ ├── exort_datadriven.txt │ │ ├── forge_spirit_datadriven.txt │ │ ├── forged_spirit_melting_strike_datadriven.txt │ │ ├── ghost_walk_datadriven.txt │ │ ├── ice_wall_datadriven.txt │ │ ├── invoke_datadriven.txt │ │ ├── invoker_empty1_datadriven.txt │ │ ├── invoker_empty2_datadriven.txt │ │ ├── quas_datadriven.txt │ │ ├── sun_strike_datadriven.txt │ │ ├── tornado_datadriven.txt │ │ └── wex_datadriven.txt │ ├── jakiro │ │ ├── dual_breath_datadriven.txt │ │ ├── dual_breath_fiery_datadriven.txt │ │ ├── ice_path_datadriven.txt │ │ ├── liquid_fire_datadriven.txt │ │ └── macropyre_datadriven.txt │ ├── juggernaut_blade_dance_datadriven.txt │ ├── juggernaut_blade_fury_datadriven.txt │ ├── juggernaut_healing_ward_datadriven.txt │ ├── juggernaut_omni_slash_datadriven.txt │ ├── keeper_of_the_light │ │ ├── blinding_light_datadriven.txt │ │ ├── chakra_magic_datadriven.txt │ │ ├── illuminate_datadriven.txt │ │ ├── illuminate_end_datadriven.txt │ │ ├── mana_leak_datadriven.txt │ │ ├── recall_datadriven.txt │ │ ├── spirit_form_datadriven.txt │ │ ├── spirit_form_illuminate_datadriven.txt │ │ └── spirit_form_illuminate_end_datadriven.txt │ ├── kobold_taskmaster_speed_aura_datadriven.txt │ ├── kunkka │ │ ├── ghostship_datadriven.txt │ │ ├── return_datadriven.txt │ │ ├── tidebringer_datadriven.txt │ │ ├── torrent_datadriven.txt │ │ └── x_marks_the_spot_datadriven.txt │ ├── legion_commander │ │ └── duel_datadriven.txt │ ├── legion_commander_moment_of_courage_datadriven.txt │ ├── legion_commander_overwhelming_odds_datadriven.txt │ ├── legion_commander_press_the_attack_datadriven.txt │ ├── leshrac │ │ ├── diabolic_edict_datadriven.txt │ │ ├── lightning_storm_datadriven.txt │ │ ├── pulse_nova_datadriven.txt │ │ └── split_earth_datadriven.txt │ ├── lich │ │ ├── chain_frost_datadriven.txt │ │ ├── dark_ritual_datadriven.txt │ │ ├── frost_armor_datadriven.txt │ │ └── frost_nova_datadriven.txt │ ├── life_stealer_consume_datadriven.txt │ ├── life_stealer_feast_datadriven.txt │ ├── life_stealer_infest_datadriven.txt │ ├── life_stealer_open_wounds_datadriven.txt │ ├── life_stealer_rage_datadriven.txt │ ├── lina_dragon_slave_datadriven.txt │ ├── lina_fiery_soul_alt1_datadriven.txt │ ├── lina_fiery_soul_datadriven.txt │ ├── lina_laguna_blade_datadriven.txt │ ├── lina_light_strike_array_datadriven.txt │ ├── lion_finger_of_death_datadriven.txt │ ├── lion_impale_datadriven.txt │ ├── lion_mana_drain_datadriven.txt │ ├── lion_voodoo_datadriven.txt │ ├── lone_druid_rabid_datadriven.txt │ ├── lone_druid_spirit_bear_datadriven.txt │ ├── lone_druid_spirit_bear_demolish_datadriven.txt │ ├── lone_druid_spirit_bear_entangle_datadriven.txt │ ├── lone_druid_spirit_bear_return_datadriven.txt │ ├── lone_druid_synergy_datadriven.txt │ ├── lone_druid_true_form_battle_cry_datadriven.txt │ ├── lone_druid_true_form_datadriven.txt │ ├── lone_druid_true_form_druid_datadriven.txt │ ├── luna_eclipse_datadriven.txt │ ├── luna_lucent_beam_datadriven.txt │ ├── luna_lunar_blessing_datadriven.txt │ ├── luna_moon_glaive_datadriven.txt │ ├── luna_moon_glaive_dummy_datadriven.txt │ ├── lycan_feral_impulse_datadriven.txt │ ├── lycan_howl_datadriven.txt │ ├── lycan_shapeshift_datadriven.txt │ ├── lycan_summon_wolves_critical_strike_datadriven.txt │ ├── lycan_summon_wolves_datadriven.txt │ ├── lycan_summon_wolves_invisibility_datadriven.txt │ ├── magnataur │ │ ├── empower_datadriven.txt │ │ ├── reverse_polarity_datadriven.txt │ │ ├── shockwave_datadriven.txt │ │ └── skewer_datadriven.txt │ ├── medusa_mana_shield_datadriven.txt │ ├── medusa_mystic_snake_datadriven.txt │ ├── medusa_split_shot_datadriven.txt │ ├── medusa_stone_gaze_datadriven.txt │ ├── meepo_divided_we_stand_datadriven.txt │ ├── meepo_earthbind_datadriven.txt │ ├── meepo_geostrike_datadriven.txt │ ├── meepo_poof_datadriven.txt │ ├── mirana_arrow_datadriven.txt │ ├── mirana_invis_datadriven.txt │ ├── mirana_leap_datadriven.txt │ ├── mirana_starfall_datadriven.txt │ ├── modifier_buyback_gold_penalty_datadriven.txt │ ├── modifier_illusion_datadriven.txt │ ├── modifier_invulnerable_datadriven.txt │ ├── modifier_magicimmune_datadriven.txt │ ├── morphling_adaptive_strike_datadriven.txt │ ├── morphling_morph_agi_datadriven.txt │ ├── morphling_morph_replicate_datadriven.txt │ ├── morphling_morph_str_datadriven.txt │ ├── morphling_replicate_datadriven.txt │ ├── morphling_waveform_datadriven.txt │ ├── naga_siren_ensnare_datadriven.txt │ ├── naga_siren_mirror_image_datadriven.txt │ ├── naga_siren_rip_tide_datadriven.txt │ ├── naga_siren_song_of_the_siren_cancel_datadriven.txt │ ├── naga_siren_song_of_the_siren_datadriven.txt │ ├── necrolyte │ │ ├── death_pulse_datadriven.txt │ │ ├── heartstopper_aura_datadriven.txt │ │ ├── reapers_scythe_datadriven.txt │ │ └── sadist_datadriven.txt │ ├── necronomicon_archer_aoe_datadriven.txt │ ├── necronomicon_archer_mana_burn_datadriven.txt │ ├── necronomicon_warrior_last_will_datadriven.txt │ ├── necronomicon_warrior_mana_burn_datadriven.txt │ ├── necronomicon_warrior_sight_datadriven.txt │ ├── neutral_spell_immunity_datadriven.txt │ ├── nevermore_dark_lord_datadriven.txt │ ├── nevermore_necromastery_datadriven.txt │ ├── nevermore_requiem_datadriven.txt │ ├── nevermore_shadowraze1_datadriven.txt │ ├── nevermore_shadowraze2_datadriven.txt │ ├── nevermore_shadowraze3_datadriven.txt │ ├── night_stalker_crippling_fear_datadriven.txt │ ├── night_stalker_darkness_datadriven.txt │ ├── night_stalker_hunter_in_the_night_datadriven.txt │ ├── night_stalker_void_datadriven.txt │ ├── nyx_assassin_impale_datadriven.txt │ ├── nyx_assassin_mana_burn_datadriven.txt │ ├── nyx_assassin_spiked_carapace_datadriven.txt │ ├── nyx_assassin_vendetta_datadriven.txt │ ├── obsidian_destroyer_arcane_orb_datadriven.txt │ ├── obsidian_destroyer_astral_imprisonment_datadriven.txt │ ├── obsidian_destroyer_essence_aura_datadriven.txt │ ├── obsidian_destroyer_sanity_eclipse_datadriven.txt │ ├── ogre_magi_bloodlust_datadriven.txt │ ├── ogre_magi_fireblast_datadriven.txt │ ├── ogre_magi_frost_armor_datadriven.txt │ ├── ogre_magi_ignite_datadriven.txt │ ├── ogre_magi_multicast_datadriven.txt │ ├── ogre_magi_unrefined_fireblast_datadriven.txt │ ├── omniknight_degen_aura_datadriven.txt │ ├── omniknight_guardian_angel_datadriven.txt │ ├── omniknight_purification_datadriven.txt │ ├── omniknight_repel_datadriven.txt │ ├── oracle_false_promise_datadriven.txt │ ├── oracle_fates_edict_datadriven.txt │ ├── oracle_fortunes_end_datadriven.txt │ ├── oracle_purifying_flames_datadriven.txt │ ├── phantom_assassin_blur_datadriven.txt │ ├── phantom_assassin_coup_de_grace_datadriven.txt │ ├── phantom_assassin_phantom_strike_datadriven.txt │ ├── phantom_assassin_stifling_dagger_datadriven.txt │ ├── phantom_lancer │ │ ├── doppelganger_datadriven.txt │ │ ├── juxtapose_datadriven.txt │ │ ├── phantom_rush_datadriven.txt │ │ └── spirit_lance_datadriven.txt │ ├── phoenix_fire_spirits_datadriven.txt │ ├── phoenix_icarus_dive_datadriven.txt │ ├── phoenix_icarus_dive_stop_datadriven.txt │ ├── phoenix_launch_fire_spirit_datadriven.txt │ ├── phoenix_sun_ray_datadriven.txt │ ├── phoenix_sun_ray_stop_datadriven.txt │ ├── phoenix_sun_ray_toggle_move_datadriven.txt │ ├── phoenix_sun_ray_toggle_move_empty_datadriven.txt │ ├── phoenix_supernova_datadriven.txt │ ├── polar_furbolg_ursa_warrior_thunder_clap_datadriven.txt │ ├── puck_dream_coil_datadriven.txt │ ├── puck_ethereal_jaunt_datadriven.txt │ ├── puck_illusory_orb_datadriven.txt │ ├── puck_phase_shift_datadriven.txt │ ├── puck_waning_rift_datadriven.txt │ ├── pudge_dismember_lua.txt │ ├── pudge_flesh_heap_lua.txt │ ├── pudge_meat_hook_lua.txt │ ├── pudge_rot_lua.txt │ ├── pugna_decrepify_datadriven.txt │ ├── pugna_life_drain_datadriven.txt │ ├── pugna_nether_blast_datadriven.txt │ ├── pugna_nether_ward_datadriven.txt │ ├── queenofpain_blink_datadriven.txt │ ├── queenofpain_scream_of_pain_datadriven.txt │ ├── queenofpain_shadow_strike_datadriven.txt │ ├── queenofpain_sonic_wave_datadriven.txt │ ├── rattletrap_battery_assault_datadriven.txt │ ├── rattletrap_hookshot_datadriven.txt │ ├── rattletrap_power_cogs_datadriven.txt │ ├── rattletrap_rocket_flare_datadriven.txt │ ├── razor_eye_of_the_storm_datadriven.txt │ ├── razor_plasma_field_datadriven.txt │ ├── razor_static_link_datadriven.txt │ ├── razor_unstable_current_datadriven.txt │ ├── riki │ │ ├── blink_strike_datadriven.txt │ │ ├── cloak_and_dagger_datadriven.txt │ │ ├── smoke_screen_datadriven.txt │ │ └── tricks_of_the_trade.txt │ ├── roshan__halloween_shell_datadriven.txt │ ├── roshan_bash_datadriven.txt │ ├── roshan_devotion_datadriven.txt │ ├── roshan_halloween_angry_datadriven.txt │ ├── roshan_halloween_apocalypse_datadriven.txt │ ├── roshan_halloween_burn_datadriven.txt │ ├── roshan_halloween_candy_datadriven.txt │ ├── roshan_halloween_fed_datadriven.txt │ ├── roshan_halloween_fireball_datadriven.txt │ ├── roshan_halloween_greater_bash_datadriven.txt │ ├── roshan_halloween_levels_datadriven.txt │ ├── roshan_halloween_shell_datadriven.txt │ ├── roshan_halloween_spell_block_datadriven.txt │ ├── roshan_halloween_summon_datadriven.txt │ ├── roshan_halloween_toss_datadriven.txt │ ├── roshan_halloween_wave_of_force_datadriven.txt │ ├── roshan_inherent_buffs_datadriven.txt │ ├── roshan_slam_datadriven.txt │ ├── roshan_spell_block_datadriven.txt │ ├── rubick │ │ ├── empty1_datadriven.txt │ │ ├── fade_bolt_datadriven.txt │ │ ├── null_field_datadriven.txt │ │ ├── spell_steal_datadriven.txt │ │ ├── telekinesis_datadriven.txt │ │ └── telekinesis_land_datadriven.txt │ ├── rune_doubledamage_datadriven.txt │ ├── rune_haste_datadriven.txt │ ├── rune_invis_datadriven.txt │ ├── rune_regen_datadriven.txt │ ├── sandking_burrowstrike_datadriven.txt │ ├── sandking_caustic_finale_datadriven.txt │ ├── sandking_epicenter_datadriven.txt │ ├── sandking_sand_storm_datadriven.txt │ ├── satyr_hellcaller_shockwave_datadriven.txt │ ├── satyr_hellcaller_unholy_aura_datadriven.txt │ ├── satyr_soulstealer_mana_burn_datadriven.txt │ ├── satyr_trickster_purge_datadriven.txt │ ├── shadow_demon_demonic_purge_datadriven.txt │ ├── shadow_demon_disruption_datadriven.txt │ ├── shadow_demon_shadow_poison_datadriven.txt │ ├── shadow_demon_shadow_poison_release_datadriven.txt │ ├── shadow_demon_soul_catcher_datadriven.txt │ ├── shadow_shaman_ether_shock_datadriven.txt │ ├── shadow_shaman_mass_serpent_ward_datadriven.txt │ ├── shadow_shaman_shackles_datadriven.txt │ ├── shadow_shaman_voodoo_datadriven.txt │ ├── shoot_firework_datadriven.txt │ ├── shredder_chakram_2_datadriven.txt │ ├── shredder_chakram_datadriven.txt │ ├── shredder_reactive_armor_datadriven.txt │ ├── shredder_return_chakram_2_datadriven.txt │ ├── shredder_return_chakram_datadriven.txt │ ├── shredder_timber_chain_datadriven.txt │ ├── shredder_whirling_death_datadriven.txt │ ├── silencer_curse_of_the_silent_datadriven.txt │ ├── silencer_glaives_of_wisdom_datadriven.txt │ ├── silencer_global_silence_datadriven.txt │ ├── silencer_last_word_datadriven.txt │ ├── skeleton_king_hellfire_blast_datadriven.txt │ ├── skeleton_king_mortal_strike_datadriven.txt │ ├── skeleton_king_reincarnation_datadriven.txt │ ├── skeleton_king_vampiric_aura_datadriven.txt │ ├── skywrath_mage_ancient_seal_datadriven.txt │ ├── skywrath_mage_arcane_bolt_datadriven.txt │ ├── skywrath_mage_concussive_shot_datadriven.txt │ ├── skywrath_mage_mystic_flare_datadriven.txt │ ├── slardar_amplify_damage_datadriven.txt │ ├── slardar_bash_datadriven.txt │ ├── slardar_slithereen_crush_datadriven.txt │ ├── slardar_sprint_datadriven.txt │ ├── slark_dark_pact_datadriven.txt │ ├── slark_essence_shift_datadriven.txt │ ├── slark_pounce_datadriven.txt │ ├── slark_shadow_dance_datadriven.txt │ ├── sniper_assassinate_datadriven.txt │ ├── sniper_headshot_datadriven.txt │ ├── sniper_shrapnel_datadriven.txt │ ├── sniper_take_aim_datadriven.txt │ ├── spectre │ │ ├── spectre_desolate_datadriven.txt │ │ ├── spectre_dispersion_datadriven.txt │ │ ├── spectre_haunt_datadriven.txt │ │ └── spectre_reality_datadriven.txt │ ├── spectre_desolate_datadriven.txt │ ├── spectre_dispersion_datadriven.txt │ ├── spectre_haunt_datadriven.txt │ ├── spectre_reality_datadriven.txt │ ├── spectre_spectral_dagger_datadriven.txt │ ├── spirit_breaker_charge_of_darkness_datadriven.txt │ ├── spirit_breaker_empowering_haste_datadriven.txt │ ├── spirit_breaker_greater_bash_datadriven.txt │ ├── spirit_breaker_nether_strike_datadriven.txt │ ├── storm_spirit_ball_lightning_datadriven.txt │ ├── storm_spirit_electric_vortex_datadriven.txt │ ├── storm_spirit_overload_datadriven.txt │ ├── storm_spirit_static_remnant_datadriven.txt │ ├── sven_gods_strength_datadriven.txt │ ├── sven_great_cleave_datadriven.txt │ ├── sven_storm_bolt_datadriven.txt │ ├── sven_warcry_datadriven.txt │ ├── techies_focused_detonate_datadriven.txt │ ├── techies_land_mines_datadriven.txt │ ├── techies_remote_mines_datadriven.txt │ ├── techies_remote_mines_self_detonate_datadriven.txt │ ├── techies_stasis_trap_datadriven.txt │ ├── techies_suicide_datadriven.txt │ ├── templar_assassin │ │ ├── meld_datadriven.txt │ │ ├── psi_blades_datadriven.txt │ │ ├── psionic_trap_datadriven.txt │ │ ├── refraction_datadriven.txt │ │ ├── self_trap_datadriven.txt │ │ └── trap_datadriven.txt │ ├── terrorblade_conjure_image_datadriven.txt │ ├── terrorblade_metamorphosis_datadriven.txt │ ├── terrorblade_reflection_datadriven.txt │ ├── terrorblade_sunder_datadriven.txt │ ├── test_ability.txt │ ├── throw_coal_datadriven.txt │ ├── throw_snowball_datadriven.txt │ ├── tidehunter_anchor_smash_datadriven.txt │ ├── tidehunter_gush_datadriven.txt │ ├── tidehunter_kraken_shell_datadriven.txt │ ├── tidehunter_ravage_datadriven.txt │ ├── tinker_heat_seeking_missile_datadriven.txt │ ├── tinker_laser_datadriven.txt │ ├── tinker_march_of_the_machines_datadriven.txt │ ├── tinker_rearm_datadriven.txt │ ├── tiny_avalanche_datadriven.txt │ ├── tiny_craggy_exterior_datadriven.txt │ ├── tiny_grow_datadriven.txt │ ├── tiny_toss_datadriven.txt │ ├── tornado_tempest_datadriven.txt │ ├── treant_eyes_in_the_forest_datadriven.txt │ ├── treant_leech_seed_datadriven.txt │ ├── treant_living_armor_datadriven.txt │ ├── treant_natures_guise_datadriven.txt │ ├── treant_overgrowth_datadriven.txt │ ├── troll_warlord_battle_trance_datadriven.txt │ ├── troll_warlord_berserkers_rage_datadriven.txt │ ├── troll_warlord_fervor_datadriven.txt │ ├── troll_warlord_whirling_axes_melee_datadriven.txt │ ├── troll_warlord_whirling_axes_ranged_datadriven.txt │ ├── tusk_frozen_sigil_datadriven.txt │ ├── tusk_ice_shards_datadriven.txt │ ├── tusk_launch_snowball_datadriven.txt │ ├── tusk_snowball_datadriven.txt │ ├── tusk_walrus_punch_datadriven.txt │ ├── undying_decay_datadriven.txt │ ├── undying_flesh_golem_datadriven.txt │ ├── undying_soul_rip_datadriven.txt │ ├── undying_tombstone_datadriven.txt │ ├── undying_tombstone_zombie_aura_datadriven.txt │ ├── undying_tombstone_zombie_deathstrike_datadriven.txt │ ├── ursa_earthshock_datadriven.txt │ ├── ursa_enrage_datadriven.txt │ ├── ursa_fury_swipes_datadriven.txt │ ├── ursa_overpower_datadriven.txt │ ├── vengefulspirit_command_aura_datadriven.txt │ ├── vengefulspirit_magic_missile_datadriven.txt │ ├── vengefulspirit_nether_swap_datadriven.txt │ ├── vengefulspirit_wave_of_terror_datadriven.txt │ ├── venomancer_plague_ward_datadriven.txt │ ├── venomancer_poison_nova_datadriven.txt │ ├── venomancer_poison_sting_datadriven.txt │ ├── venomancer_venomous_gale_datadriven.txt │ ├── viper_corrosive_skin_datadriven.txt │ ├── viper_nethertoxin_datadriven.txt │ ├── viper_poison_attack_datadriven.txt │ ├── viper_viper_strike_datadriven.txt │ ├── visage_grave_chill_datadriven.txt │ ├── visage_gravekeepers_cloak_datadriven.txt │ ├── visage_soul_assumption_datadriven.txt │ ├── visage_summon_familiars_datadriven.txt │ ├── visage_summon_familiars_stone_form_datadriven.txt │ ├── warlock_fatal_bonds_datadriven.txt │ ├── warlock_golem_flaming_fists_datadriven.txt │ ├── warlock_golem_permanent_immolation_datadriven.txt │ ├── warlock_rain_of_chaos_datadriven.txt │ ├── warlock_shadow_word_datadriven.txt │ ├── warlock_upheaval_datadriven.txt │ ├── weaver_geminate_attack_datadriven.txt │ ├── weaver_shukuchi_datadriven.txt │ ├── weaver_the_swarm_datadriven.txt │ ├── weaver_time_lapse_datadriven.txt │ ├── windrunner_focusfire_datadriven.txt │ ├── windrunner_powershot_datadriven.txt │ ├── windrunner_shackleshot_datadriven.txt │ ├── windrunner_windrun_datadriven.txt │ ├── wisp_empty1_datadriven.txt │ ├── wisp_empty2_datadriven.txt │ ├── wisp_overcharge_datadriven.txt │ ├── wisp_relocate_datadriven.txt │ ├── wisp_spirits_datadriven.txt │ ├── wisp_spirits_in_datadriven.txt │ ├── wisp_spirits_out_datadriven.txt │ ├── wisp_tether_break_datadriven.txt │ ├── wisp_tether_datadriven.txt │ ├── witch_doctor │ │ ├── death_ward_datadriven.txt │ │ ├── maledict_datadriven.txt │ │ ├── paralyzing_cask_datadriven.txt │ │ └── voodoo_restoration_datadriven.txt │ └── zuus │ │ ├── arc_lightning_datadriven.txt │ │ ├── lightning_bolt_datadriven.txt │ │ ├── static_field_datadriven.txt │ │ └── thundergods_wrath_datadriven.txt ├── backups │ ├── npc_abilities_custom.txt │ ├── npc_heroes_custom.txt │ ├── npc_items_custom.txt │ └── npc_units_custom.txt ├── executable.jar ├── heroes │ ├── test_dummy_melee.txt │ └── test_dummy_ranged.txt ├── items │ ├── item_abyssal_blade_datadriven.txt │ ├── item_ancient_janggo_datadriven.txt │ ├── item_arcane_boots_datadriven.txt │ ├── item_armlet_datadriven.txt │ ├── item_assault_datadriven.txt │ ├── item_basher_datadriven.txt │ ├── item_belt_of_strength_datadriven.txt │ ├── item_bfury_datadriven.txt │ ├── item_black_king_bar_datadriven.txt │ ├── item_blade_of_alacrity_datadriven.txt │ ├── item_blades_of_attack_datadriven.txt │ ├── item_blink_datadriven.txt │ ├── item_bloodstone_datadriven.txt │ ├── item_boots_datadriven.txt │ ├── item_boots_of_elves_datadriven.txt │ ├── item_bracer_datadriven.txt │ ├── item_branches_datadriven.txt │ ├── item_broadsword_datadriven.txt │ ├── item_buckler_datadriven.txt │ ├── item_butterfly_datadriven.txt │ ├── item_chainmail_datadriven.txt │ ├── item_cheese_datadriven.txt │ ├── item_circlet_datadriven.txt │ ├── item_clarity_datadriven.txt │ ├── item_claymore_datadriven.txt │ ├── item_cloak_datadriven.txt │ ├── item_dagon_datadriven.txt │ ├── item_demon_edge_datadriven.txt │ ├── item_desolator_datadriven.txt │ ├── item_eagle_datadriven.txt │ ├── item_energy_booster_datadriven.txt │ ├── item_flask_datadriven.txt │ ├── item_force_staff_datadriven.txt │ ├── item_gauntlets_datadriven.txt │ ├── item_gem_datadriven.txt │ ├── item_ghost_datadriven.txt │ ├── item_gloves_datadriven.txt │ ├── item_hand_of_midas_datadriven.txt │ ├── item_headdress_datadriven.txt │ ├── item_heart_datadriven.txt │ ├── item_heavens_halberd_datadriven.txt │ ├── item_helm_of_iron_will_datadriven.txt │ ├── item_hood_of_defiance_datadriven.txt │ ├── item_hyperstone_datadriven.txt │ ├── item_invis_sword_datadriven.txt │ ├── item_javelin_datadriven.txt │ ├── item_lifesteal_datadriven.txt │ ├── item_magic_stick_datadriven.txt │ ├── item_magic_wand_datadriven.txt │ ├── item_manta_datadriven.txt │ ├── item_mantle_datadriven.txt │ ├── item_mask_of_madness_datadriven.txt │ ├── item_medallion_of_courage_datadriven.txt │ ├── item_mekansm_datadriven.txt │ ├── item_mithril_hammer_datadriven.txt │ ├── item_monkey_king_bar_datadriven.txt │ ├── item_mystic_staff_datadriven.txt │ ├── item_null_talisman_datadriven.txt │ ├── item_oblivion_staff_datadriven.txt │ ├── item_ogre_axe_datadriven.txt │ ├── item_orb_of_venom_datadriven.txt │ ├── item_pers_datadriven.txt │ ├── item_phase_boots_datadriven.txt │ ├── item_platemail_datadriven.txt │ ├── item_point_booster_datadriven.txt │ ├── item_power_treads_datadriven.txt │ ├── item_quarterstaff_datadriven.txt │ ├── item_radiance_datadriven.txt │ ├── item_reaver_datadriven.txt │ ├── item_recipe_abyssal_blade_datadriven.txt │ ├── item_recipe_ancient_janggo_datadriven.txt │ ├── item_recipe_arcane_boots_datadriven.txt │ ├── item_recipe_armlet_datadriven.txt │ ├── item_recipe_assault_datadriven.txt │ ├── item_recipe_basher_datadriven.txt │ ├── item_recipe_bfury_datadriven.txt │ ├── item_recipe_black_king_bar_datadriven.txt │ ├── item_recipe_bloodstone_datadriven.txt │ ├── item_recipe_bracer_datadriven.txt │ ├── item_recipe_buckler_datadriven.txt │ ├── item_recipe_butterfly_datadriven.txt │ ├── item_recipe_dagon_datadriven.txt │ ├── item_recipe_desolator_datadriven.txt │ ├── item_recipe_force_staff_datadriven.txt │ ├── item_recipe_hand_of_midas_datadriven.txt │ ├── item_recipe_headdress_datadriven.txt │ ├── item_recipe_heart_datadriven.txt │ ├── item_recipe_heavens_halberd_datadriven.txt │ ├── item_recipe_hood_of_defiance_datadriven.txt │ ├── item_recipe_invis_sword_datadriven.txt │ ├── item_recipe_magic_wand_datadriven.txt │ ├── item_recipe_manta_datadriven.txt │ ├── item_recipe_mask_of_madness_datadriven.txt │ ├── item_recipe_medallion_of_courage_datadriven.txt │ ├── item_recipe_mekansm_datadriven.txt │ ├── item_recipe_monkey_king_bar_datadriven.txt │ ├── item_recipe_null_talisman_datadriven.txt │ ├── item_recipe_oblivion_staff_datadriven.txt │ ├── item_recipe_pers_datadriven.txt │ ├── item_recipe_phase_boots_datadriven.txt │ ├── item_recipe_power_treads_datadriven.txt │ ├── item_recipe_radiance_datadriven.txt │ ├── item_recipe_refresher_datadriven.txt │ ├── item_recipe_ring_of_aquila_datadriven.txt │ ├── item_recipe_ring_of_basilius_datadriven.txt │ ├── item_recipe_rod_of_atos_datadriven.txt │ ├── item_recipe_sange_and_yasha_datadriven.txt │ ├── item_recipe_sange_datadriven.txt │ ├── item_recipe_satanic_datadriven.txt │ ├── item_recipe_shivas_guard_datadriven.txt │ ├── item_recipe_skadi_datadriven.txt │ ├── item_recipe_soul_booster_datadriven.txt │ ├── item_recipe_sphere_datadriven.txt │ ├── item_recipe_ultimate_scepter_datadriven.txt │ ├── item_recipe_urn_of_shadows_datadriven.txt │ ├── item_recipe_veil_of_discord_datadriven.txt │ ├── item_recipe_vladmir_datadriven.txt │ ├── item_recipe_wraith_band_datadriven.txt │ ├── item_recipe_yasha_datadriven.txt │ ├── item_refresher_datadriven.txt │ ├── item_relic_datadriven.txt │ ├── item_ring_of_aquila_datadriven.txt │ ├── item_ring_of_basilius_datadriven.txt │ ├── item_ring_of_health_datadriven.txt │ ├── item_ring_of_protection_datadriven.txt │ ├── item_ring_of_regen_datadriven.txt │ ├── item_robe_datadriven.txt │ ├── item_rod_of_atos_datadriven.txt │ ├── item_sange_and_yasha_datadriven.txt │ ├── item_sange_datadriven.txt │ ├── item_satanic_datadriven.txt │ ├── item_shivas_guard_datadriven.txt │ ├── item_skadi_datadriven.txt │ ├── item_slippers_datadriven.txt │ ├── item_sobi_mask_datadriven.txt │ ├── item_soul_booster_datadriven.txt │ ├── item_sphere_datadriven.txt │ ├── item_staff_of_wizardry_datadriven.txt │ ├── item_talisman_of_evasion_datadriven.txt │ ├── item_ultimate_orb_datadriven.txt │ ├── item_ultimate_scepter_datadriven.txt │ ├── item_urn_of_shadows_datadriven.txt │ ├── item_veil_of_discord_datadriven.txt │ ├── item_vitality_booster_datadriven.txt │ ├── item_vladmir_datadriven.txt │ ├── item_void_stone_datadriven.txt │ ├── item_wraith_band_datadriven.txt │ └── item_yasha_datadriven.txt ├── npc_abilities_custom.txt ├── npc_heroes_custom.txt ├── npc_items_custom.txt ├── npc_units_custom.txt └── units │ ├── npc_dummy_unit.txt │ ├── plague_ward_1_datadriven.txt │ ├── plague_ward_2_datadriven.txt │ ├── plague_ward_3_datadriven.txt │ ├── plague_ward_4_datadriven.txt │ └── witch_doctor_death_ward_datadriven.txt └── vscripts ├── addon_game_mode.lua ├── barebones.lua ├── heroes ├── hero_abaddon │ ├── aphotic_shield.lua │ ├── borrowed_time.lua │ └── death_coil.lua ├── hero_alchemist │ ├── acid_spray.lua │ ├── goblins_greed.lua │ └── unstable_concoction.lua ├── hero_ancient_apparition │ ├── chilling_touch.lua │ ├── cold_feet.lua │ ├── ice_blast.lua │ └── ice_vortex.lua ├── hero_antimage │ ├── blink.lua │ ├── mana_break.lua │ └── mana_void.lua ├── hero_arc_warden │ ├── arc_warden_flux_lua.lua │ ├── arc_warden_magnetic_field_lua.lua │ ├── arc_warden_spark_wraith_lua.lua │ └── arc_warden_tempest_double_lua.lua ├── hero_axe │ ├── battle_hunger.lua │ ├── berserkers_call.lua │ ├── counter_helix.lua │ └── culling_blade.lua ├── hero_bane │ ├── fiends_grip.lua │ └── nightmare.lua ├── hero_beastmaster │ └── call_of_the_wild.lua ├── hero_bloodseeker │ ├── blood_rite.lua │ ├── bloodrage.lua │ ├── rupture.lua │ └── thirst.lua ├── hero_bounty_hunter │ ├── jinada.lua │ └── track.lua ├── hero_brewmaster │ ├── drunken_brawler.lua │ └── primal_split.lua ├── hero_bristleback │ ├── bristleback.lua │ ├── quill_spray.lua │ ├── viscous_nasal_goo.lua │ └── warpath.lua ├── hero_broodmother │ ├── insatiable_hunger.lua │ └── spin_web.lua ├── hero_centaur │ ├── double_edge.lua │ ├── return.lua │ └── stampede.lua ├── hero_chaos_knight │ ├── chaos_bolt.lua │ ├── phantasm.lua │ └── reality_rift.lua ├── hero_chen │ ├── hand_of_god.lua │ ├── holy_persuasion.lua │ └── test_of_faith.lua ├── hero_clinkz │ └── death_pact.lua ├── hero_crystal_maiden │ ├── crystal_nova.lua │ └── freezing_field.lua ├── hero_dark_seer │ ├── ion_shell.lua │ ├── vacuum.lua │ └── wall_of_replica.lua ├── hero_dazzle │ ├── poison_touch.lua │ ├── shadow_wave.lua │ └── weave.lua ├── hero_death_prophet │ ├── exorcism.lua │ └── spirit_siphon.lua ├── hero_disruptor │ ├── glimpse.lua │ ├── kinetic_field.lua │ ├── static_storm.lua │ └── thunder_strike.lua ├── hero_doom_bringer │ ├── devour.lua │ ├── doom.lua │ ├── infernal_blade.lua │ ├── lvl_death.lua │ └── scorched_earth.lua ├── hero_dragon_knight │ ├── elder_dragon_form.lua │ └── modifiers │ │ └── modifier_elder_dragon_form_model_lua.lua ├── hero_drow_ranger │ ├── marksmanship.lua │ ├── trueshot.lua │ └── wave_of_silence.lua ├── hero_earthshaker │ ├── aftershock.lua │ ├── echo_slam.lua │ └── fissure.lua ├── hero_ember_spirit │ ├── fire_remnant.lua │ ├── flame_guard.lua │ ├── searing_chains.lua │ └── sleight_of_fist.lua ├── hero_enigma │ ├── black_hole.lua │ ├── demonic_conversion.lua │ └── midnight_pulse.lua ├── hero_faceless_void │ ├── backtrack.lua │ ├── chronosphere.lua │ ├── modifiers │ │ └── modifier_chronosphere_speed_lua.lua │ ├── time_dilation.lua │ └── time_walk.lua ├── hero_furion │ ├── force_of_nature.lua │ ├── sprout.lua │ ├── teleportation.lua │ └── wrath_of_nature.lua ├── hero_gyrocopter │ ├── call_down.lua │ ├── flak_cannon.lua │ └── homing_missile.lua ├── hero_huskar │ ├── berserkers_blood.lua │ ├── burning_spear.lua │ ├── inner_vitality.lua │ ├── life_break.lua │ └── modifiers │ │ ├── modifier_berserkers_blood_lua.lua │ │ └── modifier_inner_vitality_lua.lua ├── hero_invoker │ ├── alacrity.lua │ ├── chaos_meteor.lua │ ├── cold_snap.lua │ ├── deafening_blast.lua │ ├── emp.lua │ ├── exort.lua │ ├── forge_spirit.lua │ ├── ghost_walk.lua │ ├── ice_wall.lua │ ├── invoke.lua │ ├── melting_strike.lua │ ├── quas.lua │ ├── sun_strike.lua │ ├── tornado.lua │ └── wex.lua ├── hero_jakiro │ ├── dual_breath.lua │ ├── ice_path.lua │ ├── liquid_fire.lua │ └── macropyre.lua ├── hero_keeper_of_the_light │ ├── chakra_magic.lua │ ├── illuminate.lua │ ├── mana_leak.lua │ ├── recall.lua │ ├── spirit_form.lua │ └── spirit_form_illuminate.lua ├── hero_kunkka │ ├── ghostship.lua │ ├── tidebringer.lua │ ├── torrent.lua │ └── x_marks_the_spot.lua ├── hero_legion_commander │ └── duel.lua ├── hero_leshrac │ ├── diabolic_edict.lua │ ├── lightning_storm.lua │ └── pulse_nova.lua ├── hero_lich │ ├── chain_frost.lua │ ├── dark_ritual.lua │ └── frost_armor.lua ├── hero_life_stealer │ ├── feast.lua │ ├── infest.lua │ └── rage.lua ├── hero_lina │ └── fiery_soul.lua ├── hero_lion │ ├── mana_drain.lua │ ├── modifiers │ │ └── modifier_voodoo_lua.lua │ └── voodoo.lua ├── hero_lone_druid │ ├── rabid.lua │ ├── spirit_bear.lua │ ├── synergy.lua │ └── true_form.lua ├── hero_luna │ ├── eclipse.lua │ └── moon_glaive.lua ├── hero_lycan │ ├── feral_impulse.lua │ ├── howl.lua │ ├── modifiers │ │ ├── modifier_shapeshift_model_lua.lua │ │ └── modifier_shapeshift_speed_lua.lua │ ├── shapeshift.lua │ └── summon_wolves.lua ├── hero_magnataur │ ├── reverse_polarity.lua │ └── skewer.lua ├── hero_medusa │ ├── mana_shield.lua │ ├── mystic_snake.lua │ ├── split_shot.lua │ └── stone_gaze.lua ├── hero_mirana │ ├── arrow.lua │ └── leap.lua ├── hero_morphling │ ├── morph_agi.lua │ └── morph_str.lua ├── hero_naga_siren │ ├── ensnare.lua │ ├── mirror_image.lua │ ├── rip_tide.lua │ └── song_of_the_siren.lua ├── hero_necrolyte │ ├── heartstopper_aura.lua │ ├── reapers_scythe.lua │ └── sadist.lua ├── hero_nevermore │ ├── necromastery.lua │ └── shadowraze.lua ├── hero_night_stalker │ ├── crippling_fear.lua │ ├── darkness.lua │ ├── hunter_in_the_night.lua │ └── void.lua ├── hero_nyx_assassin │ ├── mana_burn.lua │ ├── spiked_carapace.lua │ └── vendetta.lua ├── hero_obsidian_destroyer │ ├── arcane_orb.lua │ ├── astral_imprisonment.lua │ ├── essence_aura.lua │ └── sanity_eclipse.lua ├── hero_ogre_magi │ ├── bloodlust.lua │ ├── ignite.lua │ └── multicast.lua ├── hero_phantom_assassin │ ├── blur.lua │ └── phantom_strike.lua ├── hero_phantom_lancer │ ├── doppelganger.lua │ ├── juxtapose.lua │ ├── phantom_rush.lua │ └── spirit_lance.lua ├── hero_phoenix │ ├── fire_spirits.lua │ ├── icarus_dive.lua │ ├── sun_ray.lua │ └── supernova.lua ├── hero_puck │ ├── dream_coil.lua │ ├── illusory_orb.lua │ └── phase_shift.lua ├── hero_pudge │ ├── Modifiers │ │ ├── modifier_dismember_lua.lua │ │ ├── modifier_flesh_heap_lua.lua │ │ ├── modifier_meat_hook_followthrough_lua.lua │ │ ├── modifier_meat_hook_lua.lua │ │ └── modifier_rot_lua.lua │ ├── pudge_dismember_lua.lua │ ├── pudge_flesh_heap_lua.lua │ ├── pudge_meat_hook_lua.lua │ └── pudge_rot_lua.lua ├── hero_pugna │ ├── life_drain.lua │ └── nether_ward.lua ├── hero_queenofpain │ ├── blink.lua │ └── shadow_strike.lua ├── hero_riki │ ├── blink_strike.lua │ ├── cloak_and_dagger.lua │ └── tricks_of_the_trade.lua ├── hero_rubick │ ├── fade_bolt.lua │ ├── spell_steal.lua │ └── telekinesis.lua ├── hero_sand_king │ ├── burrowstrike.lua │ ├── caustic_finale.lua │ └── sand_storm.lua ├── hero_shadow_shaman │ ├── mass_serpent_ward.lua │ ├── modifiers │ │ └── modifier_voodoo_lua.lua │ ├── shackles.lua │ ├── shock.lua │ └── voodoo.lua ├── hero_silencer │ ├── curse_of_the_silent.lua │ ├── glaives_of_wisdom.lua │ └── last_word.lua ├── hero_skeleton_king │ ├── reincarnation.lua │ └── vampiric_aura.lua ├── hero_skywrath_mage │ ├── arcane_bolt.lua │ ├── concussive_shot.lua │ └── mystic_flare.lua ├── hero_slardar │ └── amplify_damage.lua ├── hero_slark │ └── essence_shift.lua ├── hero_sniper │ ├── assassinate.lua │ └── shrapnel.lua ├── hero_spectre │ ├── desolate.lua │ ├── dispersion.lua │ ├── haunt.lua │ ├── modifiers │ │ └── modifier_spectre_dispersion_lua.lua │ └── reality.lua ├── hero_stormspirit │ ├── ball_lightning.lua │ ├── electric_vortex.lua │ ├── overload.lua │ └── static_remnant.lua ├── hero_techies │ ├── land_mines.lua │ ├── remote_mines.lua │ ├── stasis_trap.lua │ └── suicide.lua ├── hero_templar_assassin │ ├── psi_blades.lua │ ├── psionic_trap.lua │ └── refraction.lua ├── hero_terrorblade │ ├── conjure_image.lua │ ├── metamorphosis.lua │ ├── reflection.lua │ └── sunder.lua ├── hero_tinker │ ├── heat_seeking_missile.lua │ ├── march_of_the_machines.lua │ └── rearm.lua ├── hero_treant │ └── living_armor.lua ├── hero_troll_warlord │ ├── berserkers_rage.lua │ ├── fervor.lua │ ├── whirling_axes_melee.lua │ └── whirling_axes_ranged.lua ├── hero_ursa │ ├── enrage.lua │ ├── fury_swipes.lua │ └── overpower.lua ├── hero_vengefulspirit │ ├── command_aura.lua │ ├── nether_swap.lua │ └── wave_of_terror.lua ├── hero_venomancer │ ├── plague_ward.lua │ ├── poison_nova.lua │ ├── poison_sting.lua │ └── venomous_gale.lua ├── hero_viper │ └── nethertoxin.lua ├── hero_weaver │ └── time_lapse.lua ├── hero_windrunner │ ├── focusfire.lua │ ├── powershot.lua │ └── shackleshot.lua ├── hero_wisp │ ├── overcharge.lua │ ├── relocate.lua │ ├── spirits.lua │ └── tether.lua ├── hero_witch_doctor │ ├── death_ward.lua │ ├── maledict.lua │ └── paralyzing_cask.lua └── hero_zuus │ ├── arc_lightning.lua │ ├── lightning_bolt.lua │ ├── static_field.lua │ └── thundergods_wrath.lua ├── items ├── item_abyssal_blade.lua ├── item_ancient_janggo.lua ├── item_arcane_boots.lua ├── item_armlet.lua ├── item_assault.lua ├── item_basher.lua ├── item_bfury.lua ├── item_black_king_bar.lua ├── item_blink.lua ├── item_bloodstone.lua ├── item_buckler.lua ├── item_butterfly.lua ├── item_cheese.lua ├── item_clarity.lua ├── item_dagon.lua ├── item_flask.lua ├── item_force_staff.lua ├── item_hand_of_midas.lua ├── item_heart.lua ├── item_heavens_halberd.lua ├── item_invis_sword.lua ├── item_lifesteal.lua ├── item_magic_stick.lua ├── item_magic_wand.lua ├── item_manta.lua ├── item_mask_of_madness.lua ├── item_medallion_of_courage.lua ├── item_mekansm.lua ├── item_orb_of_venom.lua ├── item_power_treads.lua ├── item_radiance.lua ├── item_refresher.lua ├── item_ring_of_aquila.lua ├── item_ring_of_basilius.lua ├── item_sange.lua ├── item_sange_and_yasha.lua ├── item_satanic.lua ├── item_shivas_guard.lua ├── item_skadi.lua ├── item_sphere.lua ├── item_ultimate_scepter.lua ├── item_urn_of_shadows.lua └── item_vladmir.lua ├── libraries └── modifiers │ ├── modifier_movespeed_cap.lua │ └── modifier_movespeed_cap_low.lua ├── physics.lua ├── timers.lua └── util.lua /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/README.md -------------------------------------------------------------------------------- /game/scripts/custom_events.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/custom_events.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/abaddon/borrowed_time_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/abaddon/borrowed_time_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/abaddon/death_coil_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/abaddon/death_coil_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/abaddon/frostmourne_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/abaddon/frostmourne_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/ability_base_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/ability_base_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/alchemist/acid_spray_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/alchemist/acid_spray_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/antimage/blink_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/antimage/blink_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/antimage/mana_break_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/antimage/mana_break_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/antimage/mana_void_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/antimage/mana_void_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/antimage/spell_shield_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/antimage/spell_shield_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/arc_warden_flux_lua.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/arc_warden_flux_lua.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/arc_warden_magnetic_field_lua.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/arc_warden_magnetic_field_lua.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/arc_warden_spark_wraith_lua.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/arc_warden_spark_wraith_lua.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/arc_warden_tempest_double_lua.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/arc_warden_tempest_double_lua.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/attr_damage_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/attr_damage_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/attribute_bonus_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/attribute_bonus_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/axe/battle_hunger_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/axe/battle_hunger_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/axe/berserkers_call_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/axe/berserkers_call_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/axe/counter_helix_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/axe/counter_helix_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/axe/culling_blade_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/axe/culling_blade_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/backdoor_protection_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/backdoor_protection_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/bane/brain_sap_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/bane/brain_sap_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/bane/enfeeble_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/bane/enfeeble_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/bane/fiends_grip_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/bane/fiends_grip_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/bane/nightmare_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/bane/nightmare_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/bane/nightmare_end_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/bane/nightmare_end_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/batrider_firefly_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/batrider_firefly_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/batrider_flamebreak_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/batrider_flamebreak_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/beastmaster_wild_axes_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/beastmaster_wild_axes_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/bloodseeker/bloodrage_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/bloodseeker/bloodrage_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/bloodseeker/rupture_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/bloodseeker/rupture_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/bloodseeker/thirst_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/bloodseeker/thirst_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/bounty_hunter/jinada_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/bounty_hunter/jinada_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/bounty_hunter/track_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/bounty_hunter/track_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/bristleback/warpath_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/bristleback/warpath_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/broodmother/spin_web_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/broodmother/spin_web_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/centaur/double_edge_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/centaur/double_edge_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/centaur/hoof_stomp_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/centaur/hoof_stomp_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/centaur/return_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/centaur/return_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/centaur/stampede_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/centaur/stampede_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/chaos_knight/phantasm_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/chaos_knight/phantasm_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/chen/hand_of_god_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/chen/hand_of_god_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/chen/holy_persuasion_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/chen/holy_persuasion_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/chen/penitence_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/chen/penitence_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/chen/test_of_faith_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/chen/test_of_faith_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/clinkz/death_pact_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/clinkz/death_pact_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/clinkz/searing_arrows_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/clinkz/searing_arrows_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/clinkz/strafe_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/clinkz/strafe_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/clinkz/wind_walk_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/clinkz/wind_walk_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/courier_burst_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/courier_burst_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/courier_morph_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/courier_morph_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/courier_shield_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/courier_shield_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/dark_seer/ion_shell_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/dark_seer/ion_shell_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/dark_seer/surge_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/dark_seer/surge_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/dark_seer/vacuum_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/dark_seer/vacuum_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/dazzle/poison_touch_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/dazzle/poison_touch_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/dazzle/shadow_wave_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/dazzle/shadow_wave_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/dazzle/shallow_grave_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/dazzle/shallow_grave_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/dazzle/weave_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/dazzle/weave_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/death_prophet/silence_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/death_prophet/silence_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/default_attack_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/default_attack_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/disruptor/glimpse_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/disruptor/glimpse_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/doom_bringer/devour_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/doom_bringer/devour_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/doom_bringer/doom_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/doom_bringer/doom_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/drow_ranger/trueshot_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/drow_ranger/trueshot_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/earth_spirit_petrify_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/earth_spirit_petrify_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/earthshaker/echo_slam_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/earthshaker/echo_slam_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/earthshaker/fissure_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/earthshaker/fissure_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/earthshaker_echo_slam_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/earthshaker_echo_slam_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/earthshaker_fissure_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/earthshaker_fissure_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/enchantress_enchant_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/enchantress_enchant_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/enchantress_impetus_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/enchantress_impetus_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/enigma/black_hole_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/enigma/black_hole_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/enigma/malefice_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/enigma/malefice_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/enigma/midnight_pulse_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/enigma/midnight_pulse_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/fountain_buyback_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/fountain_buyback_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/fountain_glyph_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/fountain_glyph_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/furion_sprout_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/furion_sprout_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/furion_teleportation_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/furion_teleportation_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/ghost_frost_attack_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/ghost_frost_attack_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_black_hole_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_black_hole_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_blade_fury_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_blade_fury_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_bloodlust_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_bloodlust_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_cold_snap_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_cold_snap_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_decrepify_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_decrepify_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_echo_slam_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_echo_slam_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_fatal_bonds_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_fatal_bonds_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_flesh_golem_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_flesh_golem_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_hook_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_hook_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_ice_wall_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_ice_wall_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_laguna_blade_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_laguna_blade_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_leech_seed_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_leech_seed_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_magic_missile_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_magic_missile_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_maledict_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_maledict_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_poison_nova_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_poison_nova_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_purification_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_purification_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_rot_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_rot_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_shadow_strike_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_shadow_strike_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_shadow_wave_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_shadow_wave_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/greevil_time_lock_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/greevil_time_lock_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/gyrocopter/call_down_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/gyrocopter/call_down_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/healing_campfire_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/healing_campfire_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/huskar/burning_spear_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/huskar/burning_spear_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/huskar/inner_vitality_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/huskar/inner_vitality_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/huskar/life_break_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/huskar/life_break_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/invoker/alacrity_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/invoker/alacrity_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/invoker/chaos_meteor_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/invoker/chaos_meteor_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/invoker/cold_snap_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/invoker/cold_snap_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/invoker/emp_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/invoker/emp_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/invoker/exort_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/invoker/exort_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/invoker/forge_spirit_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/invoker/forge_spirit_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/invoker/ghost_walk_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/invoker/ghost_walk_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/invoker/ice_wall_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/invoker/ice_wall_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/invoker/invoke_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/invoker/invoke_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/invoker/quas_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/invoker/quas_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/invoker/sun_strike_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/invoker/sun_strike_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/invoker/tornado_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/invoker/tornado_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/invoker/wex_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/invoker/wex_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/jakiro/dual_breath_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/jakiro/dual_breath_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/jakiro/ice_path_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/jakiro/ice_path_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/jakiro/liquid_fire_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/jakiro/liquid_fire_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/jakiro/macropyre_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/jakiro/macropyre_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/juggernaut_blade_fury_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/juggernaut_blade_fury_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/juggernaut_omni_slash_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/juggernaut_omni_slash_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/kunkka/ghostship_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/kunkka/ghostship_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/kunkka/return_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/kunkka/return_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/kunkka/tidebringer_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/kunkka/tidebringer_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/kunkka/torrent_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/kunkka/torrent_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/legion_commander/duel_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/legion_commander/duel_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/leshrac/pulse_nova_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/leshrac/pulse_nova_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/leshrac/split_earth_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/leshrac/split_earth_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lich/chain_frost_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lich/chain_frost_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lich/dark_ritual_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lich/dark_ritual_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lich/frost_armor_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lich/frost_armor_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lich/frost_nova_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lich/frost_nova_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/life_stealer_consume_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/life_stealer_consume_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/life_stealer_feast_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/life_stealer_feast_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/life_stealer_infest_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/life_stealer_infest_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/life_stealer_rage_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/life_stealer_rage_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lina_dragon_slave_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lina_dragon_slave_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lina_fiery_soul_alt1_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lina_fiery_soul_alt1_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lina_fiery_soul_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lina_fiery_soul_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lina_laguna_blade_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lina_laguna_blade_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lion_finger_of_death_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lion_finger_of_death_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lion_impale_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lion_impale_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lion_mana_drain_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lion_mana_drain_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lion_voodoo_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lion_voodoo_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lone_druid_rabid_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lone_druid_rabid_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lone_druid_synergy_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lone_druid_synergy_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lone_druid_true_form_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lone_druid_true_form_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/luna_eclipse_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/luna_eclipse_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/luna_lucent_beam_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/luna_lucent_beam_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/luna_lunar_blessing_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/luna_lunar_blessing_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/luna_moon_glaive_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/luna_moon_glaive_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lycan_feral_impulse_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lycan_feral_impulse_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lycan_howl_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lycan_howl_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lycan_shapeshift_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lycan_shapeshift_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/lycan_summon_wolves_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/lycan_summon_wolves_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/magnataur/empower_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/magnataur/empower_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/magnataur/shockwave_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/magnataur/shockwave_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/magnataur/skewer_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/magnataur/skewer_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/medusa_mana_shield_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/medusa_mana_shield_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/medusa_mystic_snake_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/medusa_mystic_snake_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/medusa_split_shot_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/medusa_split_shot_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/medusa_stone_gaze_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/medusa_stone_gaze_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/meepo_earthbind_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/meepo_earthbind_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/meepo_geostrike_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/meepo_geostrike_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/meepo_poof_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/meepo_poof_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/mirana_arrow_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/mirana_arrow_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/mirana_invis_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/mirana_invis_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/mirana_leap_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/mirana_leap_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/mirana_starfall_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/mirana_starfall_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/modifier_illusion_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/modifier_illusion_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/modifier_invulnerable_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/modifier_invulnerable_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/modifier_magicimmune_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/modifier_magicimmune_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/morphling_morph_agi_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/morphling_morph_agi_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/morphling_morph_str_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/morphling_morph_str_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/morphling_replicate_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/morphling_replicate_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/morphling_waveform_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/morphling_waveform_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/naga_siren_ensnare_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/naga_siren_ensnare_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/naga_siren_rip_tide_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/naga_siren_rip_tide_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/necrolyte/death_pulse_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/necrolyte/death_pulse_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/necrolyte/sadist_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/necrolyte/sadist_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/nevermore_dark_lord_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/nevermore_dark_lord_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/nevermore_requiem_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/nevermore_requiem_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/nevermore_shadowraze1_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/nevermore_shadowraze1_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/nevermore_shadowraze2_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/nevermore_shadowraze2_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/nevermore_shadowraze3_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/nevermore_shadowraze3_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/night_stalker_void_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/night_stalker_void_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/nyx_assassin_impale_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/nyx_assassin_impale_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/nyx_assassin_vendetta_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/nyx_assassin_vendetta_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/ogre_magi_bloodlust_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/ogre_magi_bloodlust_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/ogre_magi_fireblast_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/ogre_magi_fireblast_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/ogre_magi_frost_armor_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/ogre_magi_frost_armor_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/ogre_magi_ignite_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/ogre_magi_ignite_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/ogre_magi_multicast_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/ogre_magi_multicast_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/omniknight_degen_aura_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/omniknight_degen_aura_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/omniknight_repel_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/omniknight_repel_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/oracle_false_promise_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/oracle_false_promise_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/oracle_fates_edict_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/oracle_fates_edict_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/oracle_fortunes_end_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/oracle_fortunes_end_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/phantom_assassin_blur_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/phantom_assassin_blur_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/phoenix_fire_spirits_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/phoenix_fire_spirits_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/phoenix_icarus_dive_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/phoenix_icarus_dive_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/phoenix_sun_ray_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/phoenix_sun_ray_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/phoenix_sun_ray_stop_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/phoenix_sun_ray_stop_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/phoenix_supernova_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/phoenix_supernova_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/puck_dream_coil_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/puck_dream_coil_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/puck_ethereal_jaunt_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/puck_ethereal_jaunt_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/puck_illusory_orb_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/puck_illusory_orb_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/puck_phase_shift_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/puck_phase_shift_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/puck_waning_rift_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/puck_waning_rift_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/pudge_dismember_lua.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/pudge_dismember_lua.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/pudge_flesh_heap_lua.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/pudge_flesh_heap_lua.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/pudge_meat_hook_lua.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/pudge_meat_hook_lua.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/pudge_rot_lua.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/pudge_rot_lua.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/pugna_decrepify_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/pugna_decrepify_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/pugna_life_drain_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/pugna_life_drain_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/pugna_nether_blast_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/pugna_nether_blast_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/pugna_nether_ward_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/pugna_nether_ward_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/queenofpain_blink_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/queenofpain_blink_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/rattletrap_hookshot_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/rattletrap_hookshot_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/rattletrap_power_cogs_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/rattletrap_power_cogs_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/razor_plasma_field_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/razor_plasma_field_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/razor_static_link_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/razor_static_link_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/riki/blink_strike_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/riki/blink_strike_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/riki/cloak_and_dagger_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/riki/cloak_and_dagger_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/riki/smoke_screen_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/riki/smoke_screen_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/riki/tricks_of_the_trade.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/riki/tricks_of_the_trade.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/roshan_bash_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/roshan_bash_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/roshan_devotion_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/roshan_devotion_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/roshan_halloween_burn_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/roshan_halloween_burn_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/roshan_halloween_fed_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/roshan_halloween_fed_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/roshan_halloween_toss_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/roshan_halloween_toss_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/roshan_inherent_buffs_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/roshan_inherent_buffs_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/roshan_slam_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/roshan_slam_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/roshan_spell_block_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/roshan_spell_block_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/rubick/empty1_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/rubick/empty1_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/rubick/fade_bolt_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/rubick/fade_bolt_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/rubick/null_field_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/rubick/null_field_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/rubick/spell_steal_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/rubick/spell_steal_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/rubick/telekinesis_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/rubick/telekinesis_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/rune_doubledamage_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/rune_doubledamage_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/rune_haste_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/rune_haste_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/rune_invis_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/rune_invis_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/rune_regen_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/rune_regen_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/sandking_burrowstrike_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/sandking_burrowstrike_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/sandking_epicenter_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/sandking_epicenter_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/sandking_sand_storm_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/sandking_sand_storm_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/satyr_trickster_purge_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/satyr_trickster_purge_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/shadow_shaman_voodoo_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/shadow_shaman_voodoo_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/shoot_firework_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/shoot_firework_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/shredder_chakram_2_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/shredder_chakram_2_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/shredder_chakram_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/shredder_chakram_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/shredder_timber_chain_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/shredder_timber_chain_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/silencer_last_word_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/silencer_last_word_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/slardar_bash_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/slardar_bash_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/slardar_sprint_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/slardar_sprint_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/slark_dark_pact_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/slark_dark_pact_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/slark_essence_shift_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/slark_essence_shift_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/slark_pounce_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/slark_pounce_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/slark_shadow_dance_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/slark_shadow_dance_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/sniper_assassinate_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/sniper_assassinate_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/sniper_headshot_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/sniper_headshot_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/sniper_shrapnel_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/sniper_shrapnel_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/sniper_take_aim_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/sniper_take_aim_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/spectre/spectre_haunt_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/spectre/spectre_haunt_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/spectre_desolate_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/spectre_desolate_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/spectre_dispersion_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/spectre_dispersion_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/spectre_haunt_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/spectre_haunt_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/spectre_reality_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/spectre_reality_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/storm_spirit_overload_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/storm_spirit_overload_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/sven_gods_strength_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/sven_gods_strength_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/sven_great_cleave_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/sven_great_cleave_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/sven_storm_bolt_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/sven_storm_bolt_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/sven_warcry_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/sven_warcry_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/techies_land_mines_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/techies_land_mines_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/techies_remote_mines_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/techies_remote_mines_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/techies_stasis_trap_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/techies_stasis_trap_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/techies_suicide_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/techies_suicide_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/templar_assassin/meld_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/templar_assassin/meld_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/templar_assassin/trap_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/templar_assassin/trap_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/terrorblade_sunder_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/terrorblade_sunder_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/test_ability.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/test_ability.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/throw_coal_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/throw_coal_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/throw_snowball_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/throw_snowball_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/tidehunter_gush_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/tidehunter_gush_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/tidehunter_ravage_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/tidehunter_ravage_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/tinker_laser_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/tinker_laser_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/tinker_rearm_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/tinker_rearm_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/tiny_avalanche_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/tiny_avalanche_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/tiny_craggy_exterior_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/tiny_craggy_exterior_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/tiny_grow_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/tiny_grow_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/tiny_toss_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/tiny_toss_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/tornado_tempest_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/tornado_tempest_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/treant_leech_seed_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/treant_leech_seed_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/treant_living_armor_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/treant_living_armor_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/treant_natures_guise_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/treant_natures_guise_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/treant_overgrowth_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/treant_overgrowth_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/troll_warlord_fervor_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/troll_warlord_fervor_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/tusk_frozen_sigil_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/tusk_frozen_sigil_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/tusk_ice_shards_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/tusk_ice_shards_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/tusk_launch_snowball_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/tusk_launch_snowball_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/tusk_snowball_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/tusk_snowball_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/tusk_walrus_punch_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/tusk_walrus_punch_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/undying_decay_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/undying_decay_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/undying_flesh_golem_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/undying_flesh_golem_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/undying_soul_rip_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/undying_soul_rip_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/undying_tombstone_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/undying_tombstone_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/ursa_earthshock_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/ursa_earthshock_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/ursa_enrage_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/ursa_enrage_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/ursa_fury_swipes_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/ursa_fury_swipes_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/ursa_overpower_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/ursa_overpower_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/viper_corrosive_skin_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/viper_corrosive_skin_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/viper_nethertoxin_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/viper_nethertoxin_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/viper_poison_attack_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/viper_poison_attack_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/viper_viper_strike_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/viper_viper_strike_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/visage_grave_chill_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/visage_grave_chill_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/warlock_fatal_bonds_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/warlock_fatal_bonds_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/warlock_rain_of_chaos_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/warlock_rain_of_chaos_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/warlock_shadow_word_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/warlock_shadow_word_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/warlock_upheaval_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/warlock_upheaval_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/weaver_shukuchi_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/weaver_shukuchi_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/weaver_the_swarm_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/weaver_the_swarm_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/weaver_time_lapse_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/weaver_time_lapse_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/windrunner_focusfire_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/windrunner_focusfire_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/windrunner_powershot_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/windrunner_powershot_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/windrunner_windrun_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/windrunner_windrun_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/wisp_empty1_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/wisp_empty1_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/wisp_empty2_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/wisp_empty2_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/wisp_overcharge_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/wisp_overcharge_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/wisp_relocate_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/wisp_relocate_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/wisp_spirits_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/wisp_spirits_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/wisp_spirits_in_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/wisp_spirits_in_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/wisp_spirits_out_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/wisp_spirits_out_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/wisp_tether_break_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/wisp_tether_break_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/wisp_tether_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/wisp_tether_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/witch_doctor/maledict_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/witch_doctor/maledict_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/zuus/arc_lightning_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/zuus/arc_lightning_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/zuus/lightning_bolt_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/zuus/lightning_bolt_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/abilities/zuus/static_field_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/abilities/zuus/static_field_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/backups/npc_abilities_custom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/backups/npc_abilities_custom.txt -------------------------------------------------------------------------------- /game/scripts/npc/backups/npc_heroes_custom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/backups/npc_heroes_custom.txt -------------------------------------------------------------------------------- /game/scripts/npc/backups/npc_items_custom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/backups/npc_items_custom.txt -------------------------------------------------------------------------------- /game/scripts/npc/backups/npc_units_custom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/backups/npc_units_custom.txt -------------------------------------------------------------------------------- /game/scripts/npc/executable.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/executable.jar -------------------------------------------------------------------------------- /game/scripts/npc/heroes/test_dummy_melee.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/heroes/test_dummy_melee.txt -------------------------------------------------------------------------------- /game/scripts/npc/heroes/test_dummy_ranged.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/heroes/test_dummy_ranged.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_abyssal_blade_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_abyssal_blade_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_ancient_janggo_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_ancient_janggo_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_arcane_boots_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_arcane_boots_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_armlet_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_armlet_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_assault_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_assault_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_basher_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_basher_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_belt_of_strength_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_belt_of_strength_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_bfury_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_bfury_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_black_king_bar_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_black_king_bar_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_blade_of_alacrity_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_blade_of_alacrity_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_blades_of_attack_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_blades_of_attack_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_blink_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_blink_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_bloodstone_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_bloodstone_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_boots_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_boots_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_boots_of_elves_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_boots_of_elves_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_bracer_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_bracer_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_branches_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_branches_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_broadsword_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_broadsword_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_buckler_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_buckler_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_butterfly_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_butterfly_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_chainmail_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_chainmail_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_cheese_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_cheese_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_circlet_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_circlet_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_clarity_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_clarity_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_claymore_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_claymore_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_cloak_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_cloak_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_dagon_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_dagon_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_demon_edge_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_demon_edge_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_desolator_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_desolator_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_eagle_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_eagle_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_energy_booster_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_energy_booster_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_flask_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_flask_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_force_staff_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_force_staff_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_gauntlets_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_gauntlets_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_gem_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_gem_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_ghost_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_ghost_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_gloves_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_gloves_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_hand_of_midas_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_hand_of_midas_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_headdress_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_headdress_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_heart_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_heart_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_heavens_halberd_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_heavens_halberd_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_helm_of_iron_will_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_helm_of_iron_will_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_hood_of_defiance_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_hood_of_defiance_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_hyperstone_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_hyperstone_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_invis_sword_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_invis_sword_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_javelin_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_javelin_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_lifesteal_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_lifesteal_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_magic_stick_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_magic_stick_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_magic_wand_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_magic_wand_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_manta_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_manta_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_mantle_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_mantle_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_mask_of_madness_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_mask_of_madness_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_medallion_of_courage_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_medallion_of_courage_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_mekansm_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_mekansm_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_mithril_hammer_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_mithril_hammer_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_monkey_king_bar_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_monkey_king_bar_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_mystic_staff_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_mystic_staff_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_null_talisman_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_null_talisman_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_oblivion_staff_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_oblivion_staff_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_ogre_axe_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_ogre_axe_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_orb_of_venom_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_orb_of_venom_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_pers_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_pers_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_phase_boots_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_phase_boots_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_platemail_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_platemail_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_point_booster_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_point_booster_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_power_treads_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_power_treads_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_quarterstaff_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_quarterstaff_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_radiance_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_radiance_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_reaver_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_reaver_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_abyssal_blade_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_abyssal_blade_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_arcane_boots_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_arcane_boots_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_armlet_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_armlet_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_assault_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_assault_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_basher_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_basher_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_bfury_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_bfury_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_bloodstone_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_bloodstone_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_bracer_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_bracer_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_buckler_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_buckler_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_butterfly_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_butterfly_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_dagon_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_dagon_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_desolator_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_desolator_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_force_staff_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_force_staff_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_hand_of_midas_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_hand_of_midas_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_headdress_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_headdress_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_heart_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_heart_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_invis_sword_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_invis_sword_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_magic_wand_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_magic_wand_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_manta_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_manta_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_mekansm_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_mekansm_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_null_talisman_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_null_talisman_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_pers_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_pers_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_phase_boots_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_phase_boots_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_power_treads_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_power_treads_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_radiance_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_radiance_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_refresher_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_refresher_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_rod_of_atos_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_rod_of_atos_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_sange_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_sange_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_satanic_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_satanic_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_shivas_guard_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_shivas_guard_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_skadi_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_skadi_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_soul_booster_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_soul_booster_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_sphere_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_sphere_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_vladmir_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_vladmir_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_wraith_band_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_wraith_band_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_recipe_yasha_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_recipe_yasha_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_refresher_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_refresher_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_relic_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_relic_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_ring_of_aquila_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_ring_of_aquila_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_ring_of_basilius_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_ring_of_basilius_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_ring_of_health_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_ring_of_health_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_ring_of_protection_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_ring_of_protection_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_ring_of_regen_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_ring_of_regen_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_robe_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_robe_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_rod_of_atos_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_rod_of_atos_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_sange_and_yasha_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_sange_and_yasha_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_sange_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_sange_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_satanic_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_satanic_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_shivas_guard_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_shivas_guard_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_skadi_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_skadi_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_slippers_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_slippers_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_sobi_mask_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_sobi_mask_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_soul_booster_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_soul_booster_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_sphere_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_sphere_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_staff_of_wizardry_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_staff_of_wizardry_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_talisman_of_evasion_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_talisman_of_evasion_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_ultimate_orb_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_ultimate_orb_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_ultimate_scepter_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_ultimate_scepter_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_urn_of_shadows_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_urn_of_shadows_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_veil_of_discord_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_veil_of_discord_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_vitality_booster_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_vitality_booster_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_vladmir_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_vladmir_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_void_stone_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_void_stone_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_wraith_band_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_wraith_band_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/items/item_yasha_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/items/item_yasha_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/npc_abilities_custom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/npc_abilities_custom.txt -------------------------------------------------------------------------------- /game/scripts/npc/npc_heroes_custom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/npc_heroes_custom.txt -------------------------------------------------------------------------------- /game/scripts/npc/npc_items_custom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/npc_items_custom.txt -------------------------------------------------------------------------------- /game/scripts/npc/npc_units_custom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/npc_units_custom.txt -------------------------------------------------------------------------------- /game/scripts/npc/units/npc_dummy_unit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/units/npc_dummy_unit.txt -------------------------------------------------------------------------------- /game/scripts/npc/units/plague_ward_1_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/units/plague_ward_1_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/units/plague_ward_2_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/units/plague_ward_2_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/units/plague_ward_3_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/units/plague_ward_3_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/units/plague_ward_4_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/units/plague_ward_4_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/npc/units/witch_doctor_death_ward_datadriven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/npc/units/witch_doctor_death_ward_datadriven.txt -------------------------------------------------------------------------------- /game/scripts/vscripts/addon_game_mode.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/addon_game_mode.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/barebones.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/barebones.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_abaddon/aphotic_shield.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_abaddon/aphotic_shield.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_abaddon/borrowed_time.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_abaddon/borrowed_time.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_abaddon/death_coil.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_abaddon/death_coil.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_alchemist/acid_spray.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_alchemist/acid_spray.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_alchemist/goblins_greed.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_alchemist/goblins_greed.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_antimage/blink.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_antimage/blink.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_antimage/mana_break.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_antimage/mana_break.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_antimage/mana_void.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_antimage/mana_void.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_axe/battle_hunger.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_axe/battle_hunger.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_axe/berserkers_call.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_axe/berserkers_call.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_axe/counter_helix.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_axe/counter_helix.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_axe/culling_blade.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_axe/culling_blade.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_bane/fiends_grip.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_bane/fiends_grip.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_bane/nightmare.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_bane/nightmare.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_bloodseeker/blood_rite.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_bloodseeker/blood_rite.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_bloodseeker/bloodrage.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_bloodseeker/bloodrage.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_bloodseeker/rupture.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_bloodseeker/rupture.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_bloodseeker/thirst.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_bloodseeker/thirst.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_bounty_hunter/jinada.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_bounty_hunter/jinada.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_bounty_hunter/track.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_bounty_hunter/track.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_brewmaster/primal_split.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_brewmaster/primal_split.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_bristleback/bristleback.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_bristleback/bristleback.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_bristleback/quill_spray.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_bristleback/quill_spray.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_bristleback/warpath.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_bristleback/warpath.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_broodmother/spin_web.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_broodmother/spin_web.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_centaur/double_edge.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_centaur/double_edge.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_centaur/return.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_centaur/return.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_centaur/stampede.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_centaur/stampede.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_chaos_knight/chaos_bolt.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_chaos_knight/chaos_bolt.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_chaos_knight/phantasm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_chaos_knight/phantasm.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_chaos_knight/reality_rift.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_chaos_knight/reality_rift.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_chen/hand_of_god.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_chen/hand_of_god.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_chen/holy_persuasion.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_chen/holy_persuasion.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_chen/test_of_faith.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_chen/test_of_faith.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_clinkz/death_pact.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_clinkz/death_pact.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_dark_seer/ion_shell.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_dark_seer/ion_shell.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_dark_seer/vacuum.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_dark_seer/vacuum.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_dark_seer/wall_of_replica.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_dark_seer/wall_of_replica.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_dazzle/poison_touch.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_dazzle/poison_touch.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_dazzle/shadow_wave.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_dazzle/shadow_wave.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_dazzle/weave.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_dazzle/weave.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_death_prophet/exorcism.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_death_prophet/exorcism.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_disruptor/glimpse.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_disruptor/glimpse.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_disruptor/static_storm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_disruptor/static_storm.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_doom_bringer/devour.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_doom_bringer/devour.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_doom_bringer/doom.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_doom_bringer/doom.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_doom_bringer/lvl_death.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_doom_bringer/lvl_death.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_drow_ranger/trueshot.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_drow_ranger/trueshot.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_earthshaker/aftershock.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_earthshaker/aftershock.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_earthshaker/echo_slam.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_earthshaker/echo_slam.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_earthshaker/fissure.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_earthshaker/fissure.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_enigma/black_hole.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_enigma/black_hole.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_enigma/midnight_pulse.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_enigma/midnight_pulse.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_furion/force_of_nature.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_furion/force_of_nature.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_furion/sprout.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_furion/sprout.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_furion/teleportation.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_furion/teleportation.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_furion/wrath_of_nature.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_furion/wrath_of_nature.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_gyrocopter/call_down.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_gyrocopter/call_down.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_gyrocopter/flak_cannon.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_gyrocopter/flak_cannon.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_huskar/burning_spear.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_huskar/burning_spear.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_huskar/inner_vitality.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_huskar/inner_vitality.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_huskar/life_break.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_huskar/life_break.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_invoker/alacrity.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_invoker/alacrity.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_invoker/chaos_meteor.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_invoker/chaos_meteor.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_invoker/cold_snap.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_invoker/cold_snap.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_invoker/emp.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_invoker/emp.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_invoker/exort.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_invoker/exort.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_invoker/forge_spirit.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_invoker/forge_spirit.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_invoker/ghost_walk.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_invoker/ghost_walk.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_invoker/ice_wall.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_invoker/ice_wall.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_invoker/invoke.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_invoker/invoke.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_invoker/melting_strike.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_invoker/melting_strike.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_invoker/quas.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_invoker/quas.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_invoker/sun_strike.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_invoker/sun_strike.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_invoker/tornado.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_invoker/tornado.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_invoker/wex.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_invoker/wex.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_jakiro/dual_breath.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_jakiro/dual_breath.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_jakiro/ice_path.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_jakiro/ice_path.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_jakiro/liquid_fire.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_jakiro/liquid_fire.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_jakiro/macropyre.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_jakiro/macropyre.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_kunkka/ghostship.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_kunkka/ghostship.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_kunkka/tidebringer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_kunkka/tidebringer.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_kunkka/torrent.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_kunkka/torrent.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_legion_commander/duel.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_legion_commander/duel.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_leshrac/diabolic_edict.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_leshrac/diabolic_edict.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_leshrac/pulse_nova.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_leshrac/pulse_nova.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_lich/chain_frost.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_lich/chain_frost.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_lich/dark_ritual.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_lich/dark_ritual.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_lich/frost_armor.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_lich/frost_armor.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_life_stealer/feast.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_life_stealer/feast.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_life_stealer/infest.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_life_stealer/infest.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_life_stealer/rage.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_life_stealer/rage.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_lina/fiery_soul.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_lina/fiery_soul.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_lion/mana_drain.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_lion/mana_drain.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_lion/voodoo.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_lion/voodoo.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_lone_druid/rabid.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_lone_druid/rabid.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_lone_druid/spirit_bear.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_lone_druid/spirit_bear.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_lone_druid/synergy.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_lone_druid/synergy.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_lone_druid/true_form.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_lone_druid/true_form.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_luna/eclipse.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_luna/eclipse.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_luna/moon_glaive.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_luna/moon_glaive.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_lycan/feral_impulse.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_lycan/feral_impulse.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_lycan/howl.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_lycan/howl.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_lycan/shapeshift.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_lycan/shapeshift.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_lycan/summon_wolves.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_lycan/summon_wolves.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_magnataur/skewer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_magnataur/skewer.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_medusa/mana_shield.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_medusa/mana_shield.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_medusa/mystic_snake.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_medusa/mystic_snake.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_medusa/split_shot.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_medusa/split_shot.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_medusa/stone_gaze.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_medusa/stone_gaze.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_mirana/arrow.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_mirana/arrow.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_mirana/leap.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_mirana/leap.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_morphling/morph_agi.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_morphling/morph_agi.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_morphling/morph_str.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_morphling/morph_str.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_naga_siren/ensnare.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_naga_siren/ensnare.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_naga_siren/rip_tide.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_naga_siren/rip_tide.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_necrolyte/sadist.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_necrolyte/sadist.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_nevermore/necromastery.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_nevermore/necromastery.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_nevermore/shadowraze.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_nevermore/shadowraze.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_night_stalker/darkness.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_night_stalker/darkness.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_night_stalker/void.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_night_stalker/void.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_nyx_assassin/mana_burn.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_nyx_assassin/mana_burn.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_nyx_assassin/vendetta.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_nyx_assassin/vendetta.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_ogre_magi/bloodlust.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_ogre_magi/bloodlust.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_ogre_magi/ignite.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_ogre_magi/ignite.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_ogre_magi/multicast.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_ogre_magi/multicast.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_phantom_assassin/blur.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_phantom_assassin/blur.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_phoenix/fire_spirits.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_phoenix/fire_spirits.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_phoenix/icarus_dive.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_phoenix/icarus_dive.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_phoenix/sun_ray.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_phoenix/sun_ray.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_phoenix/supernova.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_phoenix/supernova.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_puck/dream_coil.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_puck/dream_coil.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_puck/illusory_orb.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_puck/illusory_orb.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_puck/phase_shift.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_puck/phase_shift.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_pudge/pudge_rot_lua.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_pudge/pudge_rot_lua.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_pugna/life_drain.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_pugna/life_drain.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_pugna/nether_ward.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_pugna/nether_ward.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_queenofpain/blink.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_queenofpain/blink.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_riki/blink_strike.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_riki/blink_strike.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_riki/cloak_and_dagger.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_riki/cloak_and_dagger.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_rubick/fade_bolt.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_rubick/fade_bolt.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_rubick/spell_steal.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_rubick/spell_steal.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_rubick/telekinesis.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_rubick/telekinesis.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_sand_king/burrowstrike.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_sand_king/burrowstrike.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_sand_king/sand_storm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_sand_king/sand_storm.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_shadow_shaman/shackles.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_shadow_shaman/shackles.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_shadow_shaman/shock.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_shadow_shaman/shock.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_shadow_shaman/voodoo.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_shadow_shaman/voodoo.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_silencer/last_word.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_silencer/last_word.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_slardar/amplify_damage.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_slardar/amplify_damage.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_slark/essence_shift.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_slark/essence_shift.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_sniper/assassinate.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_sniper/assassinate.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_sniper/shrapnel.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_sniper/shrapnel.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_spectre/desolate.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_spectre/desolate.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_spectre/dispersion.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_spectre/dispersion.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_spectre/haunt.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_spectre/haunt.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_spectre/reality.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_spectre/reality.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_stormspirit/overload.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_stormspirit/overload.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_techies/land_mines.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_techies/land_mines.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_techies/remote_mines.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_techies/remote_mines.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_techies/stasis_trap.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_techies/stasis_trap.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_techies/suicide.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_techies/suicide.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_terrorblade/reflection.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_terrorblade/reflection.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_terrorblade/sunder.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_terrorblade/sunder.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_tinker/rearm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_tinker/rearm.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_treant/living_armor.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_treant/living_armor.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_troll_warlord/fervor.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_troll_warlord/fervor.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_ursa/enrage.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_ursa/enrage.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_ursa/fury_swipes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_ursa/fury_swipes.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_ursa/overpower.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_ursa/overpower.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_venomancer/plague_ward.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_venomancer/plague_ward.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_venomancer/poison_nova.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_venomancer/poison_nova.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_viper/nethertoxin.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_viper/nethertoxin.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_weaver/time_lapse.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_weaver/time_lapse.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_windrunner/focusfire.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_windrunner/focusfire.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_windrunner/powershot.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_windrunner/powershot.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_windrunner/shackleshot.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_windrunner/shackleshot.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_wisp/overcharge.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_wisp/overcharge.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_wisp/relocate.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_wisp/relocate.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_wisp/spirits.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_wisp/spirits.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_wisp/tether.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_wisp/tether.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_witch_doctor/maledict.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_witch_doctor/maledict.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_zuus/arc_lightning.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_zuus/arc_lightning.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_zuus/lightning_bolt.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_zuus/lightning_bolt.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_zuus/static_field.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_zuus/static_field.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/heroes/hero_zuus/thundergods_wrath.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/heroes/hero_zuus/thundergods_wrath.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_abyssal_blade.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_abyssal_blade.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_ancient_janggo.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_ancient_janggo.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_arcane_boots.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_arcane_boots.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_armlet.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_armlet.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_assault.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_assault.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_basher.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_basher.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_bfury.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_bfury.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_black_king_bar.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_black_king_bar.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_blink.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_blink.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_bloodstone.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_bloodstone.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_buckler.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_buckler.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_butterfly.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_butterfly.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_cheese.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_cheese.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_clarity.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_clarity.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_dagon.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_dagon.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_flask.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_flask.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_force_staff.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_force_staff.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_hand_of_midas.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_hand_of_midas.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_heart.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_heart.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_heavens_halberd.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_heavens_halberd.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_invis_sword.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_invis_sword.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_lifesteal.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_lifesteal.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_magic_stick.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_magic_stick.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_magic_wand.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_magic_wand.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_manta.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_manta.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_mask_of_madness.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_mask_of_madness.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_medallion_of_courage.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_medallion_of_courage.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_mekansm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_mekansm.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_orb_of_venom.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_orb_of_venom.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_power_treads.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_power_treads.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_radiance.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_radiance.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_refresher.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_refresher.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_ring_of_aquila.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_ring_of_aquila.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_ring_of_basilius.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_ring_of_basilius.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_sange.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_sange.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_sange_and_yasha.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_sange_and_yasha.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_satanic.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_satanic.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_shivas_guard.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_shivas_guard.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_skadi.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_skadi.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_sphere.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_sphere.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_ultimate_scepter.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_ultimate_scepter.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_urn_of_shadows.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_urn_of_shadows.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/items/item_vladmir.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/items/item_vladmir.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/physics.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/physics.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/timers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/timers.lua -------------------------------------------------------------------------------- /game/scripts/vscripts/util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pizzalol/SpellLibrary/HEAD/game/scripts/vscripts/util.lua --------------------------------------------------------------------------------