Skip to content

Commit

Permalink
fix Force Ballista having its attack roll lowered by Sharpshooter (wi…
Browse files Browse the repository at this point in the history
…th no damage benefit, but that was correct)
  • Loading branch information
Kidel committed Oct 7, 2023
1 parent 2f01608 commit 1fa2d77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Artificer/Mods/Artificer/meta.lsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<attribute id="Tags" type="LSWString" value=""/>
<attribute id="Type" type="FixedString" value="Add-on"/>
<attribute id="UUID" type="FixedString" value="88fadf2c-152d-404e-b863-c12273559e1c"/>
<attribute id="Version64" type="int64" value="73887185681514496"/>
<attribute id="Version64" type="int64" value="73887187828998144"/>
<children>
<node id="PublishVersion">
<attribute id="Version64" type="int64" value="73887185681514496"/>
<attribute id="Version64" type="int64" value="73887187828998144"/>
</node>
<node id="Scripts"/>
<node id="TargetModes">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ data "PrepareSound" "Spell_Prepare_Damage_Force_Gen_L1to3"
data "PrepareLoopSound" "Spell_Prepare_Damage_Force_Gen_L1to3_Loop"
data "SpellSuccess" "DealDamage(2d8+ProficiencyBonus,Force,Magical);Force(5, OriginToTarget)"
data "TooltipDamageList" "DealDamage(2d8+ProficiencyBonus,Force)"
data "SpellRoll" "Attack(AttackType.RangedWeaponAttack)"
data "TooltipAttackSave" "RangedWeaponAttack"
data "SpellRoll" "Attack(AttackType.RangedSpellAttack)"
data "TooltipAttackSave" "RangedSpellAttack"
data "UseCosts" "BonusActionPoint:1"
data "DualWieldingUseCosts" ""
data "SpellFlags" "IsAttack;HasHighGroundRangeExtension;RangeIgnoreVerticalThreshold;IsHarmful"
Expand All @@ -189,8 +189,8 @@ data "PrepareSound" "Spell_Prepare_Damage_Force_Gen_L1to3"
data "PrepareLoopSound" "Spell_Prepare_Damage_Force_Gen_L1to3_Loop"
data "SpellSuccess" "DealDamage(2d8+ProficiencyBonus,Force,Magical);Force(5, OriginToTarget)"
data "TooltipDamageList" "DealDamage(2d8+ProficiencyBonus,Force)"
data "SpellRoll" "Attack(AttackType.RangedWeaponAttack)"
data "TooltipAttackSave" "RangedWeaponAttack"
data "SpellRoll" "Attack(AttackType.RangedSpellAttack)"
data "TooltipAttackSave" "RangedSpellAttack"
data "UseCosts" "BonusActionPoint:1"
data "DualWieldingUseCosts" ""
data "SpellFlags" "IsAttack;HasHighGroundRangeExtension;RangeIgnoreVerticalThreshold;IsHarmful"
Expand Down

0 comments on commit 1fa2d77

Please sign in to comment.