diff --git a/struct.lua b/struct.lua index 4a99ef2..13e4af9 100644 --- a/struct.lua +++ b/struct.lua @@ -1,5 +1,10 @@ return { 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}, atk= {dataType= "stat", modulo= 5, default= 50, max=255, min=10}, con= {dataType= "stat", modulo= 5, default= 50, max=255, min=10},