Skip to content

Commit 5cadb2e

Browse files
author
LocalIdentity
committed
Add spec for EffectDrivenSkill
1 parent e66ce75 commit 5cadb2e

File tree

1 file changed

+210
-0
lines changed

1 file changed

+210
-0
lines changed

src/Export/spec.lua

Lines changed: 210 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5325,6 +5325,209 @@ return {
53255325
eclipsemods={
53265326
},
53275327
effectdrivenskill={
5328+
[1]={
5329+
list=false,
5330+
name="",
5331+
refTo="",
5332+
type="Int",
5333+
width=150
5334+
},
5335+
[2]={
5336+
list=true,
5337+
name="",
5338+
refTo="miscanimated",
5339+
type="Key",
5340+
width=500
5341+
},
5342+
[3]={
5343+
list=true,
5344+
name="",
5345+
refTo="",
5346+
type="Key",
5347+
width=50
5348+
},
5349+
[4]={
5350+
list=false,
5351+
name="",
5352+
refTo="",
5353+
type="Int",
5354+
width=50
5355+
},
5356+
[5]={
5357+
list=false,
5358+
name="",
5359+
refTo="",
5360+
type="Int",
5361+
width=50
5362+
},
5363+
[6]={
5364+
list=false,
5365+
name="",
5366+
refTo="",
5367+
type="Bool",
5368+
width=50
5369+
},
5370+
[7]={
5371+
list=false,
5372+
name="",
5373+
refTo="",
5374+
type="Bool",
5375+
width=50
5376+
},
5377+
[8]={
5378+
list=false,
5379+
name="",
5380+
refTo="",
5381+
type="Bool",
5382+
width=50
5383+
},
5384+
[9]={
5385+
list=true,
5386+
name="",
5387+
refTo="",
5388+
type="Int",
5389+
width=150
5390+
},
5391+
[10]={
5392+
list=false,
5393+
name="",
5394+
refTo="",
5395+
type="Int",
5396+
width=50
5397+
},
5398+
[11]={
5399+
list=false,
5400+
name="",
5401+
refTo="",
5402+
type="Int",
5403+
width=50
5404+
},
5405+
[12]={
5406+
list=false,
5407+
name="",
5408+
refTo="",
5409+
type="Int",
5410+
width=50
5411+
},
5412+
[13]={
5413+
list=false,
5414+
name="",
5415+
refTo="",
5416+
type="Int",
5417+
width=50
5418+
},
5419+
[14]={
5420+
list=false,
5421+
name="",
5422+
refTo="",
5423+
type="Int",
5424+
width=50
5425+
},
5426+
[15]={
5427+
list=false,
5428+
name="",
5429+
refTo="",
5430+
type="Bool",
5431+
width=50
5432+
},
5433+
[16]={
5434+
list=false,
5435+
name="",
5436+
refTo="",
5437+
type="Bool",
5438+
width=50
5439+
},
5440+
[17]={
5441+
list=false,
5442+
name="",
5443+
refTo="",
5444+
type="Int",
5445+
width=50
5446+
},
5447+
[18]={
5448+
list=false,
5449+
name="",
5450+
refTo="",
5451+
type="Bool",
5452+
width=50
5453+
},
5454+
[19]={
5455+
list=false,
5456+
name="",
5457+
refTo="",
5458+
type="Int",
5459+
width=50
5460+
},
5461+
[20]={
5462+
list=false,
5463+
name="",
5464+
refTo="",
5465+
type="Int",
5466+
width=50
5467+
},
5468+
[21]={
5469+
list=false,
5470+
name="",
5471+
refTo="",
5472+
type="Bool",
5473+
width=50
5474+
},
5475+
[22]={
5476+
list=false,
5477+
name="",
5478+
refTo="",
5479+
type="Bool",
5480+
width=50
5481+
},
5482+
[23]={
5483+
list=false,
5484+
name="",
5485+
refTo="",
5486+
type="Bool",
5487+
width=50
5488+
},
5489+
[24]={
5490+
list=false,
5491+
name="",
5492+
refTo="",
5493+
type="Int",
5494+
width=50
5495+
},
5496+
[25]={
5497+
list=false,
5498+
name="",
5499+
refTo="",
5500+
type="Bool",
5501+
width=50
5502+
},
5503+
[26]={
5504+
list=false,
5505+
name="",
5506+
refTo="",
5507+
type="Bool",
5508+
width=50
5509+
},
5510+
[27]={
5511+
list=false,
5512+
name="",
5513+
refTo="",
5514+
type="Int",
5515+
width=50
5516+
},
5517+
[28]={
5518+
list=false,
5519+
name="",
5520+
refTo="",
5521+
type="Int",
5522+
width=50
5523+
},
5524+
[29]={
5525+
list=false,
5526+
name="",
5527+
refTo="",
5528+
type="Int",
5529+
width=50
5530+
}
53285531
},
53295532
effectiveness={
53305533
},
@@ -14718,6 +14921,13 @@ return {
1471814921
refTo="",
1471914922
type="Bool",
1472014923
width=150
14924+
},
14925+
[4]={
14926+
list=false,
14927+
name="",
14928+
refTo="",
14929+
type="String",
14930+
width=150
1472114931
}
1472214932
},
1472314933
skillgemsupports={

0 commit comments

Comments
 (0)