
Rings Expanded - Temporary patch 7 fix
-
Unique DLs--
-
Total DLs--
-
Total views--
-
Version1
- Download:
- Manual
10 comments
Or was this just fixing the loading issue some people were having?
----------
Many of the rings are broken, has anyone been able to understand and work on fixing them?
I was able to unpack and access the .lsx file, but I couldn't find a resource (or the base game file) for comparison on adding stats/conditions.
i.e. for me the 1d4 extra radiant damage on concentrate works, but the +2 AC does not, additionally, the +force damage on force damage spell doesn't work...
new entry "SEY_Rings_ConcentrationRadiant_Passive"
type "PassiveData"
data "DisplayName" "hd6a73b68ga63eg48dagbdf4gc0e5618f0d89;1"
data "Description" "h7ab0119egde92g48dfg92adg030354cb3d62;1"
data "DescriptionParams" "DealDamage(1d4,Radiant)"
data "BoostContext" "OnCreate"
data "Boosts" "IF(IsConcentrating(context.Source) and IsAttack()):CharacterWeaponDamage(1d4,Radiant)"
data "StatsFunctorContext" "OnDamage"
new entry "SEY_RADIANTCONC"
type "StatusData"
data "StatusType" "BOOST"
data "DisplayName" "hd6a73b68ga63eg48dagbdf4gc0e5618f0d89;1"
data "Description" "h7ab0119egde92g48dfg92adg030354cb3d62;1"
data "DescriptionParams" "CharacterWeaponDamage(1d4,Radiant)"
data "StackId" "SEY_RADIANTCONC"
data "Icon" "Spell_Evocation_DivineFavor"
data "StatusGroups" "SG_RemoveOnRespec"
data "StatusEffect" "d97ef273-66ce-43b1-9020-f39ab3de80f1"
data "Boosts" "CharacterWeaponDamage(1d4,Radiant)"
new entry "SEY_Rings_ConcentrationAC_Passive"
type "PassiveData"
data "DisplayName" "h7d5bd874gba62g477eg85e1g70bac26dcf19;1"
data "Description" "h87f2d6a1ga292g41dfg8e71gc969485d8744;1"
data "DescriptionParams" "AC(2)"
data "Icon" "Spell_Abjuration_MageArmor"
data "StatsFunctorContext" "OnCreate"
data "Conditions" "IF(IsConcentrating(context.Source))"
data "StatsFunctors" "ApplyStatus(SELF, SEY_CONC_AC_2, 100, -1)"
new entry "SEY_CONC_AC_2"
type "StatusData"
data "StatusType" "BOOST"
data "DisplayName" "h9252386fg8c52g4efeg97e4g16234f9df08a;1"
data "Description" "h87f2d6a1ga292g41dfg8e71gc969485d8744;1"
data "DescriptionParams" "AC(2)"
data "StackId" "SEY_CONC_AC_2"
data "Icon" "Spell_Abjuration_MageArmor"
data "StatusGroups" "SG_RemoveOnRespec"
data "Boosts" "AC(2)"
This is the code around the radiant 1d4 damage and the +2AC on concentrate, I'm unsure of what is "broken" and can't find the base game files to try and compare/fix if it's the reference to "AC(2)" or what? given the duplication of the "IF(IsConcentrating(context.Source)" and for me it working for the 1d4 radiant damage ring, but not the +2AC.
Add it to your files, I don't care about credit, just make sure the original author is credited.
does not work with patch 7 still :(
Apologies, i'm not sure how else to go about fixing it. This version worked for me. Which version were you using, that it still says doesn't work?