Skip to content

Commit

Permalink
fix arrow bug on lv1-2 Artificer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidel committed Sep 14, 2024
1 parent 3759de4 commit 8260738
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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="74872343805034496"/>
<attribute id="Version64" type="int64" value="75013081293389824"/>
<children>
<node id="PublishVersion">
<attribute id="Version64" type="int64" value="74872343805034496"/>
<attribute id="Version64" type="int64" value="75013081293389824"/>
</node>
<node id="Scripts"/>
<node id="TargetModes">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<attribute id="Description" type="TranslatedString" handle="77523fb3deaa14de1766304e0911fbc49ae77" version="1"/>
<attribute id="DisplayName" type="TranslatedString" handle="66523fb3deaa14de1766304e0911fbc49ae66" version="1"/>
<attribute id="HpPerLevel" type="int32" value="5"/>
<attribute id="IsDefaultForUseSpellAction" type="bool" value="true"/>
<attribute id="IsDefaultForUseSpellAction" type="bool" value="false"/>
<attribute id="LearningStrategy" type="uint8" value="1"/>
<attribute id="MustPrepareSpells" type="bool" value="true"/>
<attribute id="ClassEquipment" type="FixedString" value="EQP_CC_Artificer"/>
Expand Down Expand Up @@ -38,6 +38,7 @@
<attribute id="LearningStrategy" type="uint8" value="1"/>
<attribute id="MustPrepareSpells" type="bool" value="true"/>
<attribute id="Name" type="FixedString" value="Alchemist"/>
<attribute id="IsDefaultForUseSpellAction" type="bool" value="false"/>
<attribute id="ParentGuid" type="guid" value="03f972eb-de3c-4cdb-9050-e8e3fa0526eb"/>
<attribute id="PrimaryAbility" type="uint8" value="4"/>
<attribute id="ProgressionTableUUID" type="guid" value="229dfad5-31e0-41b6-aad9-41a55c2f8354"/>
Expand All @@ -61,6 +62,7 @@
<attribute id="DisplayName" type="TranslatedString" handle="36523fb3deaa14de1766304e0911fbc49ae33" version="1"/>
<attribute id="LearningStrategy" type="uint8" value="1"/>
<attribute id="MustPrepareSpells" type="bool" value="true"/>
<attribute id="IsDefaultForUseSpellAction" type="bool" value="false"/>
<attribute id="Name" type="FixedString" value="Armorer"/>
<attribute id="ParentGuid" type="guid" value="03f972eb-de3c-4cdb-9050-e8e3fa0526eb"/>
<attribute id="PrimaryAbility" type="uint8" value="4"/>
Expand All @@ -85,6 +87,7 @@
<attribute id="DisplayName" type="TranslatedString" handle="38523fb3deaa14de1766304e0911fbc49ae33" version="1"/>
<attribute id="LearningStrategy" type="uint8" value="1"/>
<attribute id="MustPrepareSpells" type="bool" value="true"/>
<attribute id="IsDefaultForUseSpellAction" type="bool" value="false"/>
<attribute id="Name" type="FixedString" value="Artillerist"/>
<attribute id="ParentGuid" type="guid" value="03f972eb-de3c-4cdb-9050-e8e3fa0526eb"/>
<attribute id="PrimaryAbility" type="uint8" value="4"/>
Expand Down

0 comments on commit 8260738

Please sign in to comment.