Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Commit

Permalink
.lua.json converted to .luaobj with pure lua code
Browse files Browse the repository at this point in the history
and scripts in buffs folder have been moved one folder up
  • Loading branch information
FurkanS1821 committed Sep 15, 2018
1 parent dbe476a commit 68a01b9
Show file tree
Hide file tree
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.
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.
68 changes: 34 additions & 34 deletions Buffs/Quickdraw/Quickdraw.cs → Buffs/Quickdraw.cs
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.
2 changes: 2 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxBasicAttack.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SpellVOOverrideSkins = {"AatroxSkin02"}
SpellFXOverrideSkins = {"AatroxSkin02"}
2 changes: 2 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxBasicAttack2.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SpellVOOverrideSkins = {"AatroxSkin02"}
SpellFXOverrideSkins = {"AatroxSkin02"}
2 changes: 2 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxBasicAttack3.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SpellVOOverrideSkins = {"AatroxSkin02"}
SpellFXOverrideSkins = {"AatroxSkin02"}
2 changes: 2 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxBasicAttack4.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SpellVOOverrideSkins = {"AatroxSkin02"}
SpellFXOverrideSkins = {"AatroxSkin02"}
2 changes: 2 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxBasicAttack5.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SpellVOOverrideSkins = {"AatroxSkin02"}
SpellFXOverrideSkins = {"AatroxSkin02"}
2 changes: 2 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxBasicAttack6.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SpellVOOverrideSkins = {"AatroxSkin02"}
SpellFXOverrideSkins = {"AatroxSkin02"}
2 changes: 2 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxCritAttack.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SpellVOOverrideSkins = {"AatroxSkin02"}
SpellFXOverrideSkins = {"AatroxSkin02"}
2 changes: 2 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxCritAttack2.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SpellVOOverrideSkins = {"AatroxSkin02"}
SpellFXOverrideSkins = {"AatroxSkin02"}
6 changes: 6 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxE.luaobj
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
10 changes: 10 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxEConeMissile.luaobj
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
6 changes: 6 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxEConeMissile2.luaobj
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
4 changes: 4 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxEslow.luaobj
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"
4 changes: 4 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxInCombat.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
NonDispellable = true
PersistsThroughDeath = true
BuffName = "RenektonPredator"
BuffTextureName = "Renekton_Predator.dds"
5 changes: 5 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxPassive.luaobj
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
4 changes: 4 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxPassiveActivate.luaobj
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"
4 changes: 4 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxPassiveDeath.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
NonDispellable = true
PersistsThroughDeath = true
BuffName = "AatroxPassiveReady"
BuffTextureName = "Aatrox_Passive.dds"
4 changes: 4 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxPassiveReady.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
NonDispellable = true
PersistsThroughDeath = true
BuffName = "AatroxPassiveReady"
BuffTextureName = "Aatrox_Passive.dds"
8 changes: 8 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxQ.luaobj
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.
8 changes: 8 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxQDescent.luaobj
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"
10 changes: 10 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxQKnockup.luaobj
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
13 changes: 13 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxR.luaobj
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
5 changes: 5 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxRHeal.luaobj
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"}
6 changes: 6 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxRSlowAura.luaobj
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"
1 change: 1 addition & 0 deletions DATA/Characters/Aatrox/Spells/AatroxRunCycleManager.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PersistsThroughDeath = true
3 changes: 3 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxVOTrigger.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
NonDispellable = true
PersistsThroughDeath = true
BuffName = "VolibearHatredZilean"
4 changes: 4 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxW.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
NonDispellable = true
NotSingleTargetSpell = true
DoesntTriggerSpellCasts = true
PersistsThroughDeath = true
4 changes: 4 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxW2.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
NonDispellable = true
NotSingleTargetSpell = true
DoesntTriggerSpellCasts = true
PersistsThroughDeath = true
5 changes: 5 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxWHeal.luaobj
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"}
7 changes: 7 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxWLife.luaobj
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
13 changes: 13 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxWMarker.luaobj
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"
5 changes: 5 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxWONH.luaobj
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
2 changes: 2 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxWONHAttack.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DoesntTriggerSpellCasts = true
SpellVOOverrideSkins = {"AatroxSkin02"}
3 changes: 3 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxWONHAttackLife.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
IsDeathRecapSource = true
DoesntTriggerSpellCasts = true
SpellFXOverrideSkins = {"AatroxSkin02"}
3 changes: 3 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxWONHAttackPower.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
IsDeathRecapSource = true
DoesntTriggerSpellCasts = true
SpellFXOverrideSkins = {"AatroxSkin02"}
6 changes: 6 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxWONHBuff.luaobj
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"
4 changes: 4 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxWONHLife.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
BuffName = "TalonNoxianDiplomacy"
NotSingleTargetSpell = true
DoesntTriggerSpellCasts = false
BuffTextureName = "Armsmaster_Empower.dds"
9 changes: 9 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxWONHLifeBuff.luaobj
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"
5 changes: 5 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxWONHPower.luaobj
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
9 changes: 9 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxWONHPowerBuff.luaobj
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"
4 changes: 4 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxWParticle.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
NonDispellable = true
PersistsThroughDeath = true
BuffName = "AatroxWtt"
BuffTextureName = "Aatrox_SunderingStrikes.dds"
4 changes: 4 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxWParticleR.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
NonDispellable = true
PersistsThroughDeath = true
BuffName = "AatroxWtt"
BuffTextureName = "MasterYi_SunderingStrikes.dds"
8 changes: 8 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxWPower.luaobj
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
4 changes: 4 additions & 0 deletions DATA/Characters/Aatrox/Spells/AatroxWSwap.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
NonDispellable = true
NotSingleTargetSpell = true
DoesntTriggerSpellCasts = true
PersistsThroughDeath = true
1 change: 1 addition & 0 deletions DATA/Characters/Ahri/Spells/AhriBasicAttack.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SpellVOOverrideSkins = {"AhriSkin04"}
1 change: 1 addition & 0 deletions DATA/Characters/Ahri/Spells/AhriBasicAttack2.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SpellVOOverrideSkins = {"AhriSkin04"}
1 change: 1 addition & 0 deletions DATA/Characters/Ahri/Spells/AhriCritAttack.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SpellVOOverrideSkins = {"AhriSkin04"}
8 changes: 8 additions & 0 deletions DATA/Characters/Ahri/Spells/AhriFoxFire.luaobj
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"
6 changes: 6 additions & 0 deletions DATA/Characters/Ahri/Spells/AhriFoxFireMissile.luaobj
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"
6 changes: 6 additions & 0 deletions DATA/Characters/Ahri/Spells/AhriFoxFireMissileTag.luaobj
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"
6 changes: 6 additions & 0 deletions DATA/Characters/Ahri/Spells/AhriFoxFireMissileTagTwo.luaobj
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"
4 changes: 4 additions & 0 deletions DATA/Characters/Ahri/Spells/AhriFoxFireMissileTwo.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SpellDamageRatio = 1
NotSingleTargetSpell = false
DoesntTriggerSpellCasts = false
IsDamagingSpell = true
Empty file.
1 change: 1 addition & 0 deletions DATA/Characters/Ahri/Spells/AhriIdleParticle.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PersistsThroughDeath = true
Empty file.
Empty file.
3 changes: 3 additions & 0 deletions DATA/Characters/Ahri/Spells/AhriOrbMissile.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
AutoBuffActivateAttachBoneName = "root"
SpellFXOverrideSkins = {"AhriSkin04"}
AutoBuffActivateEffect = "Ahri_OrbofDeception.troy"
3 changes: 3 additions & 0 deletions DATA/Characters/Ahri/Spells/AhriOrbReturn.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
AutoBuffActivateAttachBoneName = "root"
SpellFXOverrideSkins = {"AhriSkin04"}
AutoBuffActivateEffect = "Ahri_OrbofDeception.troy"
3 changes: 3 additions & 0 deletions DATA/Characters/Ahri/Spells/AhriOrbReturnDead.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
AutoBuffActivateAttachBoneName = "root"
SpellFXOverrideSkins = {"AhriSkin04"}
AutoBuffActivateEffect = "Ahri_OrbofDeception.troy"
Empty file.
3 changes: 3 additions & 0 deletions DATA/Characters/Ahri/Spells/AhriOrbofDeception.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
AutoBuffActivateAttachBoneName = "root"
SpellVOOverrideSkins = {"AhriSkin04"}
AutoBuffActivateEffect = "Ahri_OrbofDeception.troy"
3 changes: 3 additions & 0 deletions DATA/Characters/Ahri/Spells/AhriPassive.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
NonDispellable = true
PersistsThroughDeath = true
BuffName = "AhriPassive"
5 changes: 5 additions & 0 deletions DATA/Characters/Ahri/Spells/AhriPassiveParticle.luaobj
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
AutoBuffActivateAttachBoneName = ""
PersistsThroughDeath = true
BuffName = "AhriSoulCrusher"
AutoBuffActivateEffect = ""
BuffTextureName = "Ahri_SoulEater.dds"
Loading

0 comments on commit 68a01b9

Please sign in to comment.