Skip to content

Commit aa090fa

Browse files
moxajLocalIdentity
andauthored
Add new variant for Controlled Metamorphosis (#2345)
* Add new variant for Controlled Metamorphosis * Update ModCache * Formatting * Space --------- Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 62a8aa2 commit aa090fa

3 files changed

Lines changed: 28 additions & 19 deletions

File tree

src/Data/ModCache.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,6 @@ c["-10% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResist",typ
977977
c["-10% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=-10}},nil}
978978
c["-10% to all Elemental Resistances per Power Charge"]={{[1]={[1]={type="Multiplier",var="PowerCharge"},flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=-10}},nil}
979979
c["-10% to maximum Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChanceMax",type="BASE",value=-10}},nil}
980-
c["-13% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=-13}},nil}
981980
c["-13% to Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResist",type="BASE",value=-13}},nil}
982981
c["-13% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResist",type="BASE",value=-13}},nil}
983982
c["-13% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=-13}},nil}

src/Data/Uniques/jewel.lua

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Limited to: 1
1717
Controlled Metamorphosis
1818
Diamond
1919
Source: Drops from unique{Xesht, We That Are One} in normal{Twisted Domain}
20+
Has Alt Variant: true
21+
Selected Variant: 2
22+
Selected Alt Variant: 6
23+
Variant: Pre 0.4.0
24+
Variant: Current
2025
Variant: Very Small Ring
2126
Variant: Small Ring
2227
Variant: Medium-Small Ring
@@ -27,17 +32,17 @@ Variant: Very Large Ring
2732
Variant: Massive Ring
2833
Limited to: 1
2934
Radius: Variable
30-
{variant:1}Only affects Passives in Very Small Ring
31-
{variant:2}Only affects Passives in Small Ring
32-
{variant:3}Only affects Passives in Medium-Small Ring
33-
{variant:4}Only affects Passives in Medium Ring
34-
{variant:5}Only affects Passives in Medium-Large Ring
35-
{variant:6}Only affects Passives in Large Ring
36-
{variant:7}Only affects Passives in Very Large Ring
37-
{variant:8}Only affects Passives in Massive Ring
35+
{variant:3}Only affects Passives in Very Small Ring
36+
{variant:4}Only affects Passives in Small Ring
37+
{variant:5}Only affects Passives in Medium-Small Ring
38+
{variant:6}Only affects Passives in Medium Ring
39+
{variant:7}Only affects Passives in Medium-Large Ring
40+
{variant:8}Only affects Passives in Large Ring
41+
{variant:9}Only affects Passives in Very Large Ring
42+
{variant:10}Only affects Passives in Massive Ring
3843
Passives in Radius can be Allocated without being connected to your tree
3944
-(20-5)% to all Elemental Resistances
40-
-(23-3)% to Chaos Resistance
45+
{variant:1}-(23-3)% to Chaos Resistance
4146
]],[[
4247
Grand Spectrum
4348
Ruby

src/Export/Uniques/jewel.lua

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ Limited to: 1
1515
Controlled Metamorphosis
1616
Diamond
1717
Source: Drops from unique{Xesht, We That Are One} in normal{Twisted Domain}
18+
Has Alt Variant: true
19+
Selected Variant: 2
20+
Selected Alt Variant: 6
21+
Variant: Pre 0.4.0
22+
Variant: Current
1823
Variant: Very Small Ring
1924
Variant: Small Ring
2025
Variant: Medium-Small Ring
@@ -25,17 +30,17 @@ Variant: Very Large Ring
2530
Variant: Massive Ring
2631
Limited to: 1
2732
Radius: Variable
28-
{variant:1}Only affects Passives in Very Small Ring
29-
{variant:2}Only affects Passives in Small Ring
30-
{variant:3}Only affects Passives in Medium-Small Ring
31-
{variant:4}Only affects Passives in Medium Ring
32-
{variant:5}Only affects Passives in Medium-Large Ring
33-
{variant:6}Only affects Passives in Large Ring
34-
{variant:7}Only affects Passives in Very Large Ring
35-
{variant:8}Only affects Passives in Massive Ring
33+
{variant:3}Only affects Passives in Very Small Ring
34+
{variant:4}Only affects Passives in Small Ring
35+
{variant:5}Only affects Passives in Medium-Small Ring
36+
{variant:6}Only affects Passives in Medium Ring
37+
{variant:7}Only affects Passives in Medium-Large Ring
38+
{variant:8}Only affects Passives in Large Ring
39+
{variant:9}Only affects Passives in Very Large Ring
40+
{variant:10}Only affects Passives in Massive Ring
3641
JewelUniqueAllocateDisconnectedPassives
3742
UniqueAllResistances12
38-
UniqueChaosResist18
43+
{variant:1}UniqueChaosResist18
3944
]],[[
4045
Grand Spectrum
4146
Ruby

0 commit comments

Comments
 (0)