Skip to content

Commit

Permalink
Merge pull request #120 from chrismackey/main
Browse files Browse the repository at this point in the history
Fixing a couple of minor bugs for the Steel Defender
  • Loading branch information
Kidel authored Oct 20, 2024
2 parents 8260738 + 69e3eb4 commit 5a5c05f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Artificer/Public/Artificer/Stats/Generated/Data/Interrupt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data "ExtraDescription" ""
new entry "Interrupt_BattleSmith_Deflect_2"
type "InterruptData"
using "Interrupt_BattleSmith_Deflect"
data "Properties" "SetDisadvantage();ApplyStatus(OBSERVER_TARGET,PASSIVE_WARDING_FLARE,100,0);UseSpell(OBSERVER_TARGET,Target_Deflect_Interrupt,true,true,true);DealDamage(1d4+5,Force)"
data "Properties" "SetDisadvantage();ApplyStatus(OBSERVER_TARGET,PASSIVE_WARDING_FLARE,100,0);UseSpell(OBSERVER_TARGET,Target_Deflect_Interrupt,true,true,true);DealDamage(SWAP, 1d4+5,Force)"


new entry "Interrupt_ArmorModel_Guardian"
Expand Down Expand Up @@ -68,4 +68,4 @@ data "Conditions" "IsAbleToReact(context.Observer) and Self(context.Target,conte
data "Properties" "SetDamageResistance(Acid);SetDamageResistance(Cold);SetDamageResistance(Fire);SetDamageResistance(Lightning);SetDamageResistance(Thunder);ApplyStatus(OBSERVER_TARGET, ABSORB_ELEMENTS_ACTIVE,100,1)"
data "Cost" "ReactionActionPoint:1;SpellSlotsGroup:1:1:1"
data "EnableCondition" "not HasStatus('SG_Polymorph') or Tagged('MINDFLAYER')"
data "EnableContext" "OnActionResourcesChanged"
data "EnableContext" "OnActionResourcesChanged"
4 changes: 2 additions & 2 deletions Artificer/Public/Artificer/Stats/Generated/Data/Passive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ data "DisplayName" "h0caa271dg838fg43cfgbb0bg029e8fa4e67a;2"
data "Description" "772d30149g1349g4008g9807g532569db7932;2"
data "Icon" "PassiveFeature_CompanionsBond"
data "Properties" "Highlighted"
data "Boosts" "AddProficiencyToDamage();AddProficiencyToAC() "
data "Boosts" "IF(SpellId('Target_Bite_SteelDefender')):AddProficiencyToDamage();AddProficiencyToAC() "


new entry "Artificer_FlashOfGenius_Passive"
Expand Down Expand Up @@ -680,4 +680,4 @@ data "DisplayName" "hfffff565g187cg49e2ga99eg43b33c5b8142;1"
data "Description" "hccddf565g187cg49e2ga99eg43b33c5b8142;1"
data "Icon" "PassiveFeature_Evasion"
data "Properties" "IsHidden"
data "Boosts" "Proficiency(Firearms);Proficiency(Slings)"
data "Boosts" "Proficiency(Firearms);Proficiency(Slings)"
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,7 @@ data "DisplayName" "h7d80071bga99bg463ag8d37gcc4c74000005;1"
data "Description" "h7d80071bga99bg463ag8d37gcc4c76000005;1"
data "Icon" "Action_LightningBlast"
data "StackId" "STEEL_DEFENDER_OVERDRIVE"
data "Boosts" "UnlockSpell(Target_MistyStep_SteelDefender);UnlockSpell(Shout_GoadingRoar_Bear_Summon);DamageBonus(1d6, Lightning, false);RollBonus(Attack, 3)"
data "Boosts" "UnlockSpell(Target_MistyStep_SteelDefender);UnlockSpell(Shout_GoadingRoar_Bear_Summon);IF(SpellId('Target_Bite_SteelDefender')):DamageBonus(1d6, Lightning, false);RollBonus(Attack, 3)"
data "OnApplyFunctors" "UnlockSpell(Target_MistyStep_SteelDefender);UnlockSpell(Shout_GoadingRoar_Bear_Summon)"
data "Passives" "ExtraAttack"
data "StatusPropertyFlags" "ApplyToDead"
Expand Down Expand Up @@ -1721,4 +1721,4 @@ data "Description" ""
data "Icon" "TODO"
data "StatusPropertyFlags" "IgnoreResting;DisableCombatlog;DisablePortraitIndicator;DisableOverhead"
data "StatusGroups" ""
data "Boosts" "UnlockSpell(Target_BattleSmithCompanion_SteelWatch)"
data "Boosts" "UnlockSpell(Target_BattleSmithCompanion_SteelWatch)"

0 comments on commit 5a5c05f

Please sign in to comment.