fix: oops

This commit is contained in:
Kazhnuz 2024-08-02 10:04:02 +02:00
parent 3001301a31
commit 7a972d4726

View file

@ -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},