Skip to content

Commit

Permalink
fix arcane firearm not dealing damage after patch 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidel committed Dec 2, 2023
1 parent b5c86a5 commit a8592db
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Artificer/Public/Artificer/Stats/Generated/Data/Spell_Target.txt
Original file line number Diff line number Diff line change
Expand Up @@ -329,15 +329,21 @@ data "SpellProperties" "DealDamage(1d8);ApplyStatus(SELF,ARCANE_FIREARM_TARGETED
data "TooltipDamageList" "DealDamage(1d8)"
data "TooltipStatusApply" ""
data "TargetConditions" "(HasStatus('ARCANE_FIREARM_TARGETED')) and not Self() and not Dead()"
data "CycleConditions" "(HasStatus('ARCANE_FIREARM_TARGETED')) and not Self() and not Dead()"
data "RequirementConditions" ""
data "Conditions" ""
data "StatsFunctors" ""
data "UseCosts" ""
data "SpellRoll" ""
data "TooltipAttackSave" ""
data "SpellFlags" "Temporary;RangeIgnoreVerticalThreshold;IsHarmful"
data "DeathType" "Physical"
data "DeathType" "Force"
data "TargetRadius" "60"
data "VerbalIntent" "Damage"
data "WeaponTypes" ""
data "Sheathing" "DontChange"
data "SpellAnimationIntentType" "Aggressive"
data "SpellAnimation" "8b8bb757-21ce-4e02-a2f3-97d55cf2f90b,,;6606c30b-be1c-4f17-ae6b-1a591c80b18c,366693ee-d97f-4294-a4dd-a2145ddc4e6a,9f2d32b9-529a-4b75-b3df-6e1ae1395280;f4ac302b-1569-404f-bd52-1fe443e265df,479ee5da-2967-41e1-b7d1-a94e864a5f25,79323098-edb3-4993-ba50-9b5f705e9878;e8a5c57f-855b-4227-acaa-11e8ce8d7d64,b5cb923d-0c08-4c20-89a9-44b9bf98c6cb,6282d127-0c06-4365-9d53-6f32ef350127;7bb52cd4-0b1c-4926-9165-fa92b75876a3,,;2b81c18b-9698-4262-a623-932c2bb1296d,ecbf9949-3b33-432c-b735-e47aaed0924a,e71a7c08-fdc1-4a0b-9a90-1c793c58553c;0b07883a-08b8-43b6-ac18-84dc9e84ff50,,;,,;,,"


new entry "Target_Artificer_Alchemical_Savant_Damage"
Expand All @@ -360,6 +366,11 @@ data "TooltipAttackSave" ""
data "SpellFlags" "Temporary;RangeIgnoreVerticalThreshold;IsHarmful"
data "DeathType" "Force"
data "TargetRadius" "60"
data "VerbalIntent" "Damage"
data "WeaponTypes" ""
data "Sheathing" "DontChange"
data "SpellAnimationIntentType" "Aggressive"
data "SpellAnimation" "8b8bb757-21ce-4e02-a2f3-97d55cf2f90b,,;6606c30b-be1c-4f17-ae6b-1a591c80b18c,366693ee-d97f-4294-a4dd-a2145ddc4e6a,9f2d32b9-529a-4b75-b3df-6e1ae1395280;f4ac302b-1569-404f-bd52-1fe443e265df,479ee5da-2967-41e1-b7d1-a94e864a5f25,79323098-edb3-4993-ba50-9b5f705e9878;e8a5c57f-855b-4227-acaa-11e8ce8d7d64,b5cb923d-0c08-4c20-89a9-44b9bf98c6cb,6282d127-0c06-4365-9d53-6f32ef350127;7bb52cd4-0b1c-4926-9165-fa92b75876a3,,;2b81c18b-9698-4262-a623-932c2bb1296d,ecbf9949-3b33-432c-b735-e47aaed0924a,e71a7c08-fdc1-4a0b-9a90-1c793c58553c;0b07883a-08b8-43b6-ac18-84dc9e84ff50,,;,,;,,"

new entry "Target_Artificer_Alchemical_Savant_Heal"
using "Target_Legendary_ShieldBlow_Riposte"
Expand Down

0 comments on commit a8592db

Please sign in to comment.