fix: oops
This commit is contained in:
parent
3001301a31
commit
7a972d4726
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
return {
|
return {
|
||||||
name={contentType = "string", preParse = true},
|
name={contentType = "string", preParse = true},
|
||||||
|
nomType={contentType = "string"},
|
||||||
|
categorie={contentType = "string"},
|
||||||
|
faiblesses={contentType = "string"},
|
||||||
|
resistences={contentType = "string"},
|
||||||
|
immunites={contentType = "string"},
|
||||||
level={contentType = "number", default = 0, preParse = true},
|
level={contentType = "number", default = 0, preParse = true},
|
||||||
atk= {dataType= "stat", modulo= 5, default= 50, max=255, min=10},
|
atk= {dataType= "stat", modulo= 5, default= 50, max=255, min=10},
|
||||||
con= {dataType= "stat", modulo= 5, default= 50, max=255, min=10},
|
con= {dataType= "stat", modulo= 5, default= 50, max=255, min=10},
|
||||||
|
|
Loading…
Reference in a new issue