Skip to content

Commit

Permalink
fix improved potion effects, armor model duration, skill expertise at…
Browse files Browse the repository at this point in the history
… lv6
  • Loading branch information
Kidel committed Sep 2, 2023
1 parent 3b24967 commit f2afad9
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 24 deletions.
Binary file modified Artificer/Localization/English/Artificer.loca
Binary file not shown.
3 changes: 3 additions & 0 deletions Artificer/Localization/English/Artificer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<content contentuid="66523fb3deaa14de1766304e0911fbc49ae66" version="1">Artificer</content>
<content contentuid="77523fb3deaa14de1766304e0911fbc49ae77" version="1">Masters of invention, artificers use ingenuity and magic to unlock extraordinary capabilities in objects. They see magic as a complex system waiting to be decoded and then harnessed in their spells and inventions. You can find everything you need to play one of these inventors in the next few sections.</content>

<content contentuid="12344fb3deaa14de1766304e0911fbc49ae66" version="1">Sleight of Hand Expertise</content>
<content contentuid="12345fb3deaa14de1766304e0911fbc49ae66" version="1">You gain Proficiency and Expertise in Sleight of Hand checks.</content>

<content contentuid="34523fb3deaa14de1766304e0911fbc49ae33" version="1">Alchemist</content>
<content contentuid="35523fb3deaa14de1766304e0911fbc49ae33" version="1">Alchemist Spells</content>
<content contentuid="35523773deaa14de1766304e0911fbc49ae33" version="1">You always have certain spells prepared after you reach particular levels in this class. These spells count as artificer spells for you, but they don't count against the number of artificer spells you prepare.</content>
Expand Down
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="36732486608224256"/>
<attribute id="Version64" type="int64" value="36873221949095936"/>
<children>
<node id="PublishVersion">
<attribute id="Version64" type="int64" value="36732486608224256"/>
<attribute id="Version64" type="int64" value="36873221949095936"/>
</node>
<node id="Scripts"/>
<node id="TargetModes">
Expand Down
4 changes: 2 additions & 2 deletions Artificer/Public/Artificer/Progressions/Progressions.lsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
<attribute id="Boosts" type="LSString" value="ActionResource(InfusionSlots,1,0);"/>
<attribute id="Level" type="uint8" value="6"/>
<attribute id="Name" type="LSString" value="Artificer"/>
<attribute id="PassivesAdded" type="LSString" value="UnlockedInfusionSlots"/>
<attribute id="Selectors" type="LSString" value="SelectSpells(62345678-c41b-444a-83aa-9748e03e9e16,2,0,Infusion,,,AlwaysPrepared);SelectSkillsExpertise(7774ebd6-3725-4b90-bb5c-2b647d41615d,1,true)"/>
<attribute id="PassivesAdded" type="LSString" value="UnlockedInfusionSlots;Artificer_SleightOfHand_Expertise;Fake_Artificer_SleightOfHand_Expertise"/>
<attribute id="Selectors" type="LSString" value="SelectSpells(62345678-c41b-444a-83aa-9748e03e9e16,2,0,Infusion,,,AlwaysPrepared)"/>
<attribute id="ProgressionType" type="uint8" value="0"/>
<attribute id="TableUUID" type="guid" value="6b701f1f-c477-43f0-9afe-0e169f65fc7a"/>
<attribute id="UUID" type="guid" value="70d67b34-19af-438f-8e9f-dabc19beed3a"/>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<node id="Attributes">
<attribute id="Animation" type="FixedString" value="" />
<attribute id="Conditions" type="LSString" value="" />
<attribute id="StatsId" type="FixedString" value="Experimental_Elixir_Of_Healing_TempHP" />
<attribute id="StatsId" type="FixedString" value="Experimental_Elixir_Of_Resilience_TempHP" />
<attribute id="StatusDuration" type="int32" value="-1" />
<attribute id="Consume" type="bool" value="True" />
<attribute id="IsHiddenStatus" type="bool" value="False" />
Expand Down
18 changes: 18 additions & 0 deletions Artificer/Public/Artificer/Stats/Generated/Data/Passive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ data "DisplayName" "11523fb3deaa14de1766304e0911fbc49ae11;1"
data "Properties" "IsHidden"


new entry "Fake_Artificer_SleightOfHand_Expertise"
type "PassiveData"
data "DisplayName" "12344fb3deaa14de1766304e0911fbc49ae66;1"
data "Description" "12345fb3deaa14de1766304e0911fbc49ae66;1"
data "Icon" "PassiveFeature_DungeonDelver_Perception"
data "StatsFunctors" ""
data "ToggleOffFunctors" ""
data "ToggleOnFunctors" ""

new entry "Artificer_SleightOfHand_Expertise"
type "PassiveData"
data "DisplayName" "12344fb3deaa14de1766304e0911fbc49ae66;1"
data "Description" "12345fb3deaa14de1766304e0911fbc49ae66;1"
data "Icon" "PassiveFeature_DungeonDelver_Perception"
data "Boosts" "ProficiencyBonus(Skill,SleightOfHand);ExpertiseBonus(SleightOfHand)"
data "Properties" "IsHidden"


new entry "Fake_ExplosiveCannon_Passive"
type "PassiveData"
data "DisplayName" "h7750c3cfg334bg448dgad59g079e7e0a2b46;1"
Expand Down
36 changes: 17 additions & 19 deletions Artificer/Public/Artificer/Stats/Generated/Data/Status_BOOST.txt
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ new entry "Experimental_Elixir_Of_Healing"
type "StatusData"
data "StatusType" "BOOST"
data "DisplayName" "h4e69aa0dg1091g4fb8g827egc7228b21984d;1"
data "Icon" "Item_CONS_Potion_Healing_A"
data "Icon" "Item_ExperimentalElixir_Red"
data "HitAnimationType" "MagicalNonDamage"
data "StackId" "Experimental_Elixir_Of_Healing"
data "StatusPropertyFlags" "DisableOverhead;DisableCombatlog;DisablePortraitIndicator"
Expand All @@ -356,18 +356,20 @@ type "StatusData"
data "StatusType" "BOOST"
using "HASTE"
data "DisplayName" "h881a9a60g86efg4d27g938bg44ccdfa66007;1"
data "Icon" "Item_CONS_Potion_Healing_A"
data "Icon" "Item_ExperimentalElixir_Green"
data "HitAnimationType" "MagicalNonDamage"
data "StackId" "Experimental_Elixir_Of_Swiftness"
data "StatusPropertyFlags" "DisableOverhead;DisableCombatlog;DisablePortraitIndicator"
data "Boosts" "ActionResource(Movement,9,0)"
data "StatusPropertyFlags" "DisableOverhead;DisableCombatlog"
data "ApplyEffect" "89f2d0ac-9295-4657-bfa6-fb6d61adf59c"

new entry "Experimental_Elixir_Of_Resilience"
type "StatusData"
data "StatusType" "BOOST"
data "DisplayName" "he840f63fgd75eg459egbaa0gd40813a27ad1"
data "Icon" "Spell_Abjuration_ShieldOfFaith"
data "Icon" "Item_ExperimentalElixir_Purple"
data "StackId" "Experimental_Elixir_Of_Resilience"
data "StackType" "Overwrite"
data "TickType" "StartTurn"
data "Boosts" "AC(2)"
data "StatusEffect" "87356553-5bed-4e2b-86eb-f0697e5ec648"
Expand All @@ -376,17 +378,19 @@ new entry "Experimental_Elixir_Of_Boldness"
type "StatusData"
data "StatusType" "BOOST"
data "DisplayName" "hdf075fecg7f0bg4c71gb53cge98be513a083"
data "Icon" "Spell_Enchantment_Heroism"
data "Icon" "Item_ExperimentalElixir_Pink"
data "SoundLoop" "Spell_Status_Heroism_MO"
data "SoundStop" "Spell_Status_Heroism_MO_Stop"
data "StackId" "Experimental_Elixir_Of_Boldness"
data "StackType" "Overwrite"
data "Boosts" "RollBonus(Attack,1d4);RollBonus(SavingThrow,1d4)"
data "ApplyEffect" "0f801e82-c1a9-4590-a8a2-501bb2cfbdc9"

new entry "Experimental_Elixir_Of_Flight"
type "StatusData"
data "StatusType" "BOOST"
using "FLY"
data "Icon" "Item_ExperimentalElixir_Blue"
data "DisplayName" "h0cf06693gf819g4d28g9a80g335e3824f691"
data "DescriptionParams" "Distance(18)"
data "StackId" "Experimental_Elixir_Of_Flight"
Expand All @@ -395,7 +399,7 @@ new entry "Experimental_Elixir_Of_Healing_TempHP"
type "StatusData"
data "StatusType" "BOOST"
data "DisplayName" "h4e69aa0dg1091g4fb8g827egc7228b21984d;1"
data "Icon" "Item_CONS_Potion_Healing_A"
data "Icon" "Item_ExperimentalElixir_Red"
data "HitAnimationType" "MagicalNonDamage"
data "StackId" "Experimental_Elixir_Of_Healing"
data "StatusPropertyFlags" "DisableOverhead;DisableCombatlog;DisablePortraitIndicator"
Expand All @@ -408,41 +412,35 @@ type "StatusData"
data "StatusType" "BOOST"
using "HASTE"
data "DisplayName" "h881a9a60g86efg4d27g938bg44ccdfa66007;1"
data "Icon" "Item_CONS_Potion_Healing_A"
data "Icon" "Item_ExperimentalElixir_Green"
data "HitAnimationType" "MagicalNonDamage"
data "StackId" "Experimental_Elixir_Of_Swiftness"
data "Boosts" "TemporaryHP(2d6)"
data "StatusPropertyFlags" "DisableOverhead;DisableCombatlog;DisablePortraitIndicator"
data "Boosts" "ActionResource(Movement,9,0);TemporaryHP(2d6)"
data "StatusPropertyFlags" "DisableOverhead;DisableCombatlog"
data "ApplyEffect" "89f2d0ac-9295-4657-bfa6-fb6d61adf59c"

new entry "Experimental_Elixir_Of_Resilience_TempHP"
type "StatusData"
data "StatusType" "BOOST"
using "Experimental_Elixir_Of_Resilience"
data "DisplayName" "he840f63fgd75eg459egbaa0gd40813a27ad1"
data "Icon" "Spell_Abjuration_ShieldOfFaith"
data "StackId" "Experimental_Elixir_Of_Resilience"
data "TickType" "StartTurn"
data "Boosts" "AC(2);TemporaryHP(2d6)"
data "StatusEffect" "87356553-5bed-4e2b-86eb-f0697e5ec648"

new entry "Experimental_Elixir_Of_Boldness_TempHP"
type "StatusData"
data "StatusType" "BOOST"
using "Experimental_Elixir_Of_Boldness"
data "DisplayName" "hdf075fecg7f0bg4c71gb53cge98be513a083"
data "Icon" "Spell_Enchantment_Heroism"
data "SoundLoop" "Spell_Status_Heroism_MO"
data "SoundStop" "Spell_Status_Heroism_MO_Stop"
data "StackId" "Experimental_Elixir_Of_Boldness"
data "Boosts" "RollBonus(Attack,1d4);RollBonus(SavingThrow,1d4);TemporaryHP(2d6)"
data "ApplyEffect" "0f801e82-c1a9-4590-a8a2-501bb2cfbdc9"

new entry "Experimental_Elixir_Of_Flight_TempHP"
type "StatusData"
data "StatusType" "BOOST"
using "FLY"
data "Icon" "Item_ExperimentalElixir_Blue"
data "DisplayName" "h0cf06693gf819g4d28g9a80g335e3824f691"
data "DescriptionParams" "Distance(18)"
data "Boosts" "TemporaryHP(2d6)"
data "Boosts" "UnlockSpell(Projectile_Fly_Spell);TemporaryHP(2d6)"
data "StackId" "Experimental_Elixir_Of_Flight"


Expand Down

0 comments on commit f2afad9

Please sign in to comment.