This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.lua.json converted to .luaobj with pure lua code
and scripts in buffs folder have been moved one folder up
- Loading branch information
1 parent
dbe476a
commit 68a01b9
Showing
7,309 changed files
with
18,280 additions
and
15,164 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
using GameServerCore.Enums; | ||
using LeagueSandbox.GameServer.API; | ||
using LeagueSandbox.GameServer.GameObjects.AttackableUnits.AI; | ||
using LeagueSandbox.GameServer.GameObjects.Spells; | ||
using LeagueSandbox.GameServer.GameObjects.Stats; | ||
using LeagueSandbox.GameServer.Scripting.CSharp; | ||
|
||
namespace Quickdraw | ||
{ | ||
internal class Quickdraw : IBuffGameScript | ||
{ | ||
private StatsModifier _statMod = new StatsModifier(); | ||
private Buff _visualBuff; | ||
|
||
public void OnUpdate(double diff) | ||
{ | ||
|
||
} | ||
|
||
public void OnActivate(ObjAiBase unit, Spell ownerSpell) | ||
{ | ||
_statMod.AttackSpeed.PercentBonus = 0.2f + (0.1f * ownerSpell.Level); | ||
unit.AddStatModifier(_statMod); | ||
_visualBuff = ApiFunctionManager.AddBuffHudVisual("GravesMoveSteroid", 4.0f, 1, BuffType.COMBAT_ENCHANCER, | ||
unit); | ||
} | ||
|
||
public void OnDeactivate(ObjAiBase unit) | ||
{ | ||
ApiFunctionManager.RemoveBuffHudVisual(_visualBuff); | ||
unit.RemoveStatModifier(_statMod); | ||
} | ||
} | ||
} | ||
using GameServerCore.Enums; | ||
using LeagueSandbox.GameServer.API; | ||
using LeagueSandbox.GameServer.GameObjects.AttackableUnits.AI; | ||
using LeagueSandbox.GameServer.GameObjects.Spells; | ||
using LeagueSandbox.GameServer.GameObjects.Stats; | ||
using LeagueSandbox.GameServer.Scripting.CSharp; | ||
|
||
namespace Quickdraw | ||
{ | ||
internal class Quickdraw : IBuffGameScript | ||
{ | ||
private StatsModifier _statMod = new StatsModifier(); | ||
private Buff _visualBuff; | ||
|
||
public void OnUpdate(double diff) | ||
{ | ||
|
||
} | ||
|
||
public void OnActivate(ObjAiBase unit, Spell ownerSpell) | ||
{ | ||
_statMod.AttackSpeed.PercentBonus = 0.2f + (0.1f * ownerSpell.Level); | ||
unit.AddStatModifier(_statMod); | ||
_visualBuff = ApiFunctionManager.AddBuffHudVisual("GravesMoveSteroid", 4.0f, 1, BuffType.COMBAT_ENCHANCER, | ||
unit); | ||
} | ||
|
||
public void OnDeactivate(ObjAiBase unit) | ||
{ | ||
ApiFunctionManager.RemoveBuffHudVisual(_visualBuff); | ||
unit.RemoveStatModifier(_statMod); | ||
} | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SpellVOOverrideSkins = {"AatroxSkin02"} | ||
SpellFXOverrideSkins = {"AatroxSkin02"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SpellVOOverrideSkins = {"AatroxSkin02"} | ||
SpellFXOverrideSkins = {"AatroxSkin02"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SpellVOOverrideSkins = {"AatroxSkin02"} | ||
SpellFXOverrideSkins = {"AatroxSkin02"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SpellVOOverrideSkins = {"AatroxSkin02"} | ||
SpellFXOverrideSkins = {"AatroxSkin02"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SpellVOOverrideSkins = {"AatroxSkin02"} | ||
SpellFXOverrideSkins = {"AatroxSkin02"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SpellVOOverrideSkins = {"AatroxSkin02"} | ||
SpellFXOverrideSkins = {"AatroxSkin02"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SpellVOOverrideSkins = {"AatroxSkin02"} | ||
SpellFXOverrideSkins = {"AatroxSkin02"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SpellVOOverrideSkins = {"AatroxSkin02"} | ||
SpellFXOverrideSkins = {"AatroxSkin02"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
SpellFXOverrideSkins = {"FrostShyvana", "AatroxSkin02"} | ||
IsDamagingSpell = true | ||
PopupMessage1 = "game_floatingtext_Snared" | ||
NotSingleTargetSpell = false | ||
DoesntTriggerSpellCasts = false | ||
IsDeathRecapSource = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
SpellFXOverrideSkins = {"FrostShyvana", "AatroxSkin02"} | ||
BuffName = "AatroxEConeMissile" | ||
PopupMessage1 = "game_floatingtext_Slowed" | ||
AutoBuffActivateEffect = "global_slow.troy" | ||
NotSingleTargetSpell = false | ||
BuffTextureName = "Aatrox_E.dds" | ||
DoesntBreakShields = true | ||
IsDeathRecapSource = true | ||
DoesntTriggerSpellCasts = true | ||
IsDamagingSpell = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
DoesntBreakShields = true | ||
IsDamagingSpell = true | ||
SpellFXOverrideSkins = {"FrostShyvana"} | ||
NotSingleTargetSpell = false | ||
DoesntTriggerSpellCasts = true | ||
IsDeathRecapSource = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
AutoBuffActivateEffect = "globl_slow.troy" | ||
BuffTextureName = "Malphite_GroundSlam.dds" | ||
BuffName = "LandslideDebuff" | ||
PopupMessage1 = "game_floatingtext_Slowed" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
NonDispellable = true | ||
PersistsThroughDeath = true | ||
BuffName = "RenektonPredator" | ||
BuffTextureName = "Renekton_Predator.dds" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
PersistsThroughDeath = true | ||
BuffName = "AatroxPassive" | ||
NonDispellable = true | ||
BuffTextureName = "Aatrox_Passive.dds" | ||
OnPreDamagePriority = 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
NonDispellable = true | ||
PersistsThroughDeath = true | ||
BuffName = "AatroxPassiveActivate" | ||
BuffTextureName = "Aatrox_Passive_Cooldown.dds" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
NonDispellable = true | ||
PersistsThroughDeath = true | ||
BuffName = "AatroxPassiveReady" | ||
BuffTextureName = "Aatrox_Passive.dds" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
NonDispellable = true | ||
PersistsThroughDeath = true | ||
BuffName = "AatroxPassiveReady" | ||
BuffTextureName = "Aatrox_Passive.dds" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
SpellFXOverrideSkins = {"AatroxSkin01", "AatroxSkin02"} | ||
DoesntBreakShields = true | ||
BuffName = "AatroxQ" | ||
IsDeathRecapSource = true | ||
AutoCooldownByLevel = {20, 18, 16, 14, 12} | ||
NotSingleTargetSpell = true | ||
DoesntTriggerSpellCasts = false | ||
BuffTextureName = "Aatrox_Q.dds" |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
SpellFXOverrideSkins = {"RocketTristana"} | ||
DoesntBreakShields = true | ||
BuffName = "AatroxQ" | ||
IsDeathRecapSource = true | ||
AutoCooldownByLevel = {20, 18, 16, 14, 12} | ||
NotSingleTargetSpell = true | ||
DoesntTriggerSpellCasts = false | ||
BuffTextureName = "Aatrox_Q.dds" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
SpellFXOverrideSkins = {"ZhaoYunXinZhao"} | ||
BuffName = "AatroxQ" | ||
PopupMessage1 = "game_floatingtext_Knockup" | ||
CastingBreaksStealth = true | ||
BuffTextureName = "Aatrox_Q.dds" | ||
DoesntBreakShields = true | ||
IsDeathRecapSource = true | ||
IsDamagingSpell = true | ||
DoesntTriggerSpellCasts = false | ||
NotSingleTargetSpell = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
SpellVOOverrideSkins = {"AatroxSkin02"} | ||
SpellFXOverrideSkins = {"AatroxSkin01", "AatroxSkin02"} | ||
BuffName = "AatroxR" | ||
AutoBuffActivateEffect = "Aatrox_Base_RModel.troy" | ||
CastingBreaksStealth = true | ||
BuffTextureName = "Aatrox_R.dds" | ||
DoesntBreakShields = true | ||
AutoBuffActivateEffect2 = "Aatrox_Base_R_Decal.troy" | ||
AutoBuffActivateAttachBoneName2 = "Spine2" | ||
NonDispellable = true | ||
IsDamagingSpell = true | ||
DoesntTriggerSpellCasts = false | ||
NotSingleTargetSpell = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
AutoCooldownByLevel = {0, 0, 0, 0, 0} | ||
IsDamagingSpell = true | ||
NotSingleTargetSpell = false | ||
DoesntTriggerSpellCasts = false | ||
SpellFXOverrideSkins = {"BloodkingVladimir"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
IsDamagingSpell = true | ||
BuffName = "Iceblast" | ||
AutoBuffActivateEffect = "summoner_battlecry.troy" | ||
NotSingleTargetSpell = false | ||
DoesntTriggerSpellCasts = false | ||
BuffTextureName = "Vladimir_Transfusion.dds" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
PersistsThroughDeath = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
NonDispellable = true | ||
PersistsThroughDeath = true | ||
BuffName = "VolibearHatredZilean" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
NonDispellable = true | ||
NotSingleTargetSpell = true | ||
DoesntTriggerSpellCasts = true | ||
PersistsThroughDeath = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
NonDispellable = true | ||
NotSingleTargetSpell = true | ||
DoesntTriggerSpellCasts = true | ||
PersistsThroughDeath = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
AutoCooldownByLevel = {0, 0, 0, 0, 0} | ||
IsDamagingSpell = true | ||
NotSingleTargetSpell = false | ||
DoesntTriggerSpellCasts = false | ||
SpellFXOverrideSkins = {"BloodkingVladimir"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
PersistsThroughDeath = true | ||
BuffName = "AatroxWLife" | ||
SpellFXOverrideSkins = {"AatroxSkin02"} | ||
NonDispellable = true | ||
NotSingleTargetSpell = false | ||
BuffTextureName = "Aatrox_W2.dds" | ||
DoesntTriggerSpellCasts = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
BuffName = "Wuju Style" | ||
AutoBuffActivateAttachBoneName4 = "buffbone_cstm_weapon_3" | ||
AutoBuffActivateEffect = "Wujustyle_buf.troy" | ||
NotSingleTargetSpell = false | ||
BuffTextureName = "Aatrox_SunderingStrikes.dds" | ||
AutoBuffActivateAttachBoneName3 = "buffbone_cstm_weapon_2" | ||
AutoBuffActivateAttachBoneName = "weaponstreak" | ||
AutoBuffActivateEffect2 = "MasterYi_Tribal_Wuju_Sword_Yellow.troy" | ||
AutoBuffActivateEffect4 = "MasterYi_Tribal_Wuju_Sword_3rd_Yellow.troy" | ||
NonDispellable = true | ||
AutoBuffActivateEffect3 = "MasterYi_Tribal_Wuju_Sword_2nd_Yellow.troy" | ||
DoesntTriggerSpellCasts = false | ||
AutoBuffActivateAttachBoneName2 = "buffbone_cstm_weapon_1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
BuffName = "TalonNoxianDiplomacy" | ||
IsDeathRecapSource = true | ||
NotSingleTargetSpell = true | ||
BuffTextureName = "Armsmaster_Empower.dds" | ||
DoesntTriggerSpellCasts = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
DoesntTriggerSpellCasts = true | ||
SpellVOOverrideSkins = {"AatroxSkin02"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
IsDeathRecapSource = true | ||
DoesntTriggerSpellCasts = true | ||
SpellFXOverrideSkins = {"AatroxSkin02"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
IsDeathRecapSource = true | ||
DoesntTriggerSpellCasts = true | ||
SpellFXOverrideSkins = {"AatroxSkin02"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
AutoBuffActivateAttachBoneName = "R_Hand" | ||
BuffName = "TalonNoxianDiplomacyBuff" | ||
AutoBuffActivateEffect = "TEMP_Aatrox_W_Buff.troy" | ||
AutoBuffActivateAttachBoneName2 = "L_Hand" | ||
BuffTextureName = "TalonNoxianDiplomacy.dds" | ||
AutoBuffActivateEffect2 = "TEMP_Aatrox_W_Buff.troy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
BuffName = "TalonNoxianDiplomacy" | ||
NotSingleTargetSpell = true | ||
DoesntTriggerSpellCasts = false | ||
BuffTextureName = "Armsmaster_Empower.dds" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
SpellFXOverrideSkins = {"AatroxSkin02"} | ||
BuffName = "AatroxWONHLifeBuff" | ||
AutoBuffActivateEffect = "Aatrox_Base_W_Buff_Life.troy" | ||
BuffTextureName = "Aatrox_W2Passive.dds" | ||
AutoBuffActivateAttachBoneName3 = "Root" | ||
AutoBuffActivateAttachBoneName = "R_Hand" | ||
AutoBuffActivateEffect2 = "Aatrox_Base_W_Buff_Life.troy" | ||
AutoBuffActivateAttachBoneName2 = "L_Hand" | ||
AutoBuffActivateEffect3 = "Aatrox_Base_W_Buff_Life_sound.troy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
BuffName = "AatroxW" | ||
IsDeathRecapSource = true | ||
NotSingleTargetSpell = true | ||
BuffTextureName = "Aatrox_W1.dds" | ||
DoesntTriggerSpellCasts = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
SpellFXOverrideSkins = {"AatroxSkin02"} | ||
BuffName = "AatroxWONHPowerBuff" | ||
AutoBuffActivateEffect = "Aatrox_Base_W_Buff_Power.troy" | ||
BuffTextureName = "Aatrox_W1Passive.dds" | ||
AutoBuffActivateAttachBoneName3 = "Root" | ||
AutoBuffActivateAttachBoneName = "R_Hand" | ||
AutoBuffActivateEffect2 = "Aatrox_Base_W_Buff_Power.troy" | ||
AutoBuffActivateAttachBoneName2 = "L_Hand" | ||
AutoBuffActivateEffect3 = "Aatrox_Base_W_Buff_Power_sound.troy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
NonDispellable = true | ||
PersistsThroughDeath = true | ||
BuffName = "AatroxWtt" | ||
BuffTextureName = "Aatrox_SunderingStrikes.dds" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
NonDispellable = true | ||
PersistsThroughDeath = true | ||
BuffName = "AatroxWtt" | ||
BuffTextureName = "MasterYi_SunderingStrikes.dds" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
SpellFXOverrideSkins = {"AatroxSkin02"} | ||
PersistsThroughDeath = true | ||
BuffName = "AatroxWPower" | ||
SpellToggleSlot = 2 | ||
NonDispellable = true | ||
NotSingleTargetSpell = false | ||
BuffTextureName = "Aatrox_W1.dds" | ||
DoesntTriggerSpellCasts = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
NonDispellable = true | ||
NotSingleTargetSpell = true | ||
DoesntTriggerSpellCasts = true | ||
PersistsThroughDeath = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SpellVOOverrideSkins = {"AhriSkin04"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SpellVOOverrideSkins = {"AhriSkin04"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SpellVOOverrideSkins = {"AhriSkin04"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
SpellVOOverrideSkins = {"AhriSkin04"} | ||
DoesntBreakShields = true | ||
IsDamagingSpell = true | ||
SpellDamageRatio = 1 | ||
BuffName = "AhriFoxFire" | ||
NotSingleTargetSpell = false | ||
DoesntTriggerSpellCasts = false | ||
BuffTextureName = "Ahri_FoxFire.dds" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
IsDamagingSpell = true | ||
SpellDamageRatio = 1 | ||
BuffName = "AhriFoxFire" | ||
NotSingleTargetSpell = false | ||
DoesntTriggerSpellCasts = false | ||
BuffTextureName = "Ahri_FoxFire.dds" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
IsDamagingSpell = true | ||
SpellDamageRatio = 1 | ||
BuffName = "AhriFoxFire" | ||
NotSingleTargetSpell = false | ||
DoesntTriggerSpellCasts = false | ||
BuffTextureName = "Ahri_FoxFire.dds" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
IsDamagingSpell = true | ||
SpellDamageRatio = 1 | ||
BuffName = "AhriFoxFire" | ||
NotSingleTargetSpell = false | ||
DoesntTriggerSpellCasts = false | ||
BuffTextureName = "Ahri_FoxFire.dds" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
SpellDamageRatio = 1 | ||
NotSingleTargetSpell = false | ||
DoesntTriggerSpellCasts = false | ||
IsDamagingSpell = true |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
PersistsThroughDeath = true |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
AutoBuffActivateAttachBoneName = "root" | ||
SpellFXOverrideSkins = {"AhriSkin04"} | ||
AutoBuffActivateEffect = "Ahri_OrbofDeception.troy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
AutoBuffActivateAttachBoneName = "root" | ||
SpellFXOverrideSkins = {"AhriSkin04"} | ||
AutoBuffActivateEffect = "Ahri_OrbofDeception.troy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
AutoBuffActivateAttachBoneName = "root" | ||
SpellFXOverrideSkins = {"AhriSkin04"} | ||
AutoBuffActivateEffect = "Ahri_OrbofDeception.troy" |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
AutoBuffActivateAttachBoneName = "root" | ||
SpellVOOverrideSkins = {"AhriSkin04"} | ||
AutoBuffActivateEffect = "Ahri_OrbofDeception.troy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
NonDispellable = true | ||
PersistsThroughDeath = true | ||
BuffName = "AhriPassive" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
AutoBuffActivateAttachBoneName = "" | ||
PersistsThroughDeath = true | ||
BuffName = "AhriSoulCrusher" | ||
AutoBuffActivateEffect = "" | ||
BuffTextureName = "Ahri_SoulEater.dds" |
Oops, something went wrong.