Skip to content

Commit

Permalink
Update spec with minion changes
Browse files Browse the repository at this point in the history
Updates DefualtMonsterStats and MonsterTypes with columns not previously known
  • Loading branch information
LocalIdentity committed Jan 17, 2024
1 parent d5a97fe commit 8aa64a5
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions src/Export/spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3449,7 +3449,7 @@ return {
},
[6]={
list=false,
name="",
name="XP",
refTo="",
type="Int",
width=70
Expand All @@ -3470,10 +3470,10 @@ return {
},
[9]={
list=false,
name="",
name="ResistancePart",
refTo="",
type="Int",
width=70
width=100
},
[10]={
list=false,
Expand All @@ -3484,38 +3484,38 @@ return {
},
[11]={
list=false,
name="",
name="AltLife1",
refTo="",
type="Int",
width=70
},
[12]={
list=false,
name="",
name="AltDamage1",
refTo="",
type="Float",
width=70
width=80
},
[13]={
list=false,
name="",
name="AltDamage2",
refTo="",
type="Float",
width=70
width=80
},
[14]={
list=false,
name="",
name="AltLife2",
refTo="",
type="Int",
width=70
},
[15]={
list=false,
name="",
name="UnusedEvasion",
refTo="",
type="Int",
width=70
width=100
},
[16]={
list=false,
Expand Down Expand Up @@ -6417,63 +6417,63 @@ return {
name="",
refTo="",
type="Bool",
width=150
width=70
},
[5]={
list=false,
name="",
refTo="",
type="Bool",
width=150
width=70
},
[6]={
list=false,
name="",
refTo="",
type="Int",
width=150
width=70
},
[7]={
list=false,
name="",
refTo="",
type="Bool",
width=150
width=70
},
[8]={
list=false,
name="",
refTo="",
type="Bool",
width=150
width=70
},
[9]={
list=false,
name="",
refTo="",
type="Bool",
width=150
width=70
},
[10]={
list=false,
name="",
refTo="",
type="Bool",
width=150
width=70
},
[11]={
list=false,
name="",
refTo="",
type="Bool",
width=150
width=70
},
[12]={
list=false,
name="",
refTo="",
type="Bool",
width=150
width=70
}
},
miniqueststates={
Expand Down Expand Up @@ -7451,24 +7451,24 @@ return {
},
[9]={
list=false,
name="",
name="AltLife1",
refTo="",
type="Bool",
width=50
},
[10]={
list=false,
name="",
name="AltLife2",
refTo="",
type="Bool",
width=50
},
[11]={
list=false,
name="",
name="NotAffectBaseAttackDamage",
refTo="",
type="Bool",
width=50
width=180
}
},
monstervarieties={
Expand Down

0 comments on commit 8aa64a5

Please sign in to comment.