Skip to content

Commit

Permalink
move thunder gauntlets effects to weapon functiors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidel committed Oct 6, 2023
1 parent ec226f7 commit da07f2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ data "Icon" "Skill_ThunderGauntlets"
data "DisplayName" "h1111159eg3214g4772g9085gce3dcff90a4d;1"
data "Description" "h111114bcg3365g4812ga6a5gb0fa92c75165;1"
data "SpellRoll" "Attack(AttackType.MeleeWeaponAttack)"
data "SpellSuccess" "ApplyStatus(THUNDER_GAUNTLETS_DEBUFF,100,1);DealDamage(MainMeleeWeapon,MainMeleeWeaponDamageType,Magical);ApplyStatus(SELF,NO_DISADVANTAGE_FROM_THUNDER_GAUNTLETS,100,1);ExecuteWeaponFunctors(MainHand)"
data "SpellSuccess" "DealDamage(MainMeleeWeapon,MainMeleeWeaponDamageType,Magical);ExecuteWeaponFunctors(MainHand)"
data "SpellFail" ""
data "TooltipAttackSave" "MeleeWeaponAttack"
data "TooltipStatusApply" "ApplyStatus(THUNDER_GAUNTLETS_DEBUFF,100,1)"
Expand Down Expand Up @@ -525,7 +525,7 @@ using "Target_Artificer_ThunderGauntlets"
data "UseCosts" "BonusActionPoint:1"
data "DisplayName" "h1111259eg3214g4772g9085gce3dcff90a4d;1"
data "Description" "h111124bcg3365g4812ga6a5gb0fa92c75165;1"
data "SpellSuccess" "ApplyStatus(THUNDER_GAUNTLETS_DEBUFF,100,1);DealDamage(OffhandMeleeWeapon+IntelligenceModifier,OffhandMeleeWeaponDamageType,Magical);ApplyStatus(SELF,NO_DISADVANTAGE_FROM_THUNDER_GAUNTLETS,100,1)"
data "SpellSuccess" "DealDamage(OffhandMeleeWeapon+IntelligenceModifier,OffhandMeleeWeaponDamageType,Magical);ExecuteWeaponFunctors(OffHand)"
data "TooltipDamageList" "DealDamage(OffhandMeleeWeapon+IntelligenceModifier, OffhandMeleeWeaponDamageType)"

new entry "Target_Artificer_LightningLauncher"
Expand Down
1 change: 1 addition & 0 deletions Artificer/Public/Artificer/Stats/Generated/Data/Weapon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ data "BoostsOnEquipMainHand" ""
data "BoostsOnEquipOffHand" ""
data "ValueOverride" "1"
data "DefaultBoosts" "WeaponProperty(Magical);WeaponAttackRollAbilityOverride(Intelligence)"
data "WeaponFunctors" "ApplyStatus(THUNDER_GAUNTLETS_DEBUFF,100,1);ApplyStatus(SELF,NO_DISADVANTAGE_FROM_THUNDER_GAUNTLETS,100,1)"

new entry "WPN_Armorer_Gauntlets_Guardian_Left"
type "Weapon"
Expand Down

0 comments on commit da07f2e

Please sign in to comment.