Skip to content

Commit 1ab348e

Browse files
author
LocalIdentity
committed
Update spec
Updates CharacterMeleeSkills, GemEffects and GoldModPrices
1 parent 27861e2 commit 1ab348e

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

src/Export/spec.lua

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3219,24 +3219,31 @@ return {
32193219
charactermeleeskills={
32203220
[1]={
32213221
list=false,
3222-
name="",
3223-
refTo="",
3222+
name="MainHandItem",
3223+
refTo="WieldableClasses",
32243224
type="Key",
3225-
width=150
3225+
width=200
32263226
},
32273227
[2]={
32283228
list=false,
3229-
name="",
3230-
refTo="",
3229+
name="OffHandItem",
3230+
refTo="WieldableClasses",
32313231
type="Key",
3232-
width=150
3232+
width=200
32333233
},
32343234
[3]={
3235-
list=false,
3235+
list=true,
32363236
name="SkillGem",
32373237
refTo="SkillGems",
32383238
type="Key",
3239-
width=400
3239+
width=700
3240+
},
3241+
[4]={
3242+
list=false,
3243+
name="",
3244+
refTo="",
3245+
type="Bool",
3246+
width=50
32403247
}
32413248
},
32423249
characterpaneldescriptionmodes={
@@ -4234,7 +4241,7 @@ return {
42344241
craftablemodtypes={
42354242
[1]={
42364243
list=false,
4237-
name="",
4244+
name="Id",
42384245
refTo="ModType",
42394246
type="Key",
42404247
width=320
@@ -5697,7 +5704,7 @@ return {
56975704
},
56985705
[11]={
56995706
list=false,
5700-
name="",
5707+
name="SpiritGem",
57015708
refTo="",
57025709
type="Bool",
57035710
width=150
@@ -5891,17 +5898,17 @@ return {
58915898
},
58925899
[8]={
58935900
list=false,
5894-
name="",
5895-
refTo="",
5901+
name="CraftableModTypes",
5902+
refTo="CraftableModTypes",
58965903
type="Key",
5897-
width=100
5904+
width=250
58985905
},
58995906
[9]={
59005907
list=true,
5901-
name="",
5902-
refTo="",
5908+
name="CraftingTags",
5909+
refTo="AdvancedCraftingBenchCustomTags",
59035910
type="Key",
5904-
width=100
5911+
width=250
59055912
}
59065913
},
59075914
goldrespecprices={

0 commit comments

Comments
 (0)