Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing a couple of minor bugs for the Steel Defender #120

Merged
merged 3 commits into from
Oct 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)"