From 7a972d47269c08f1e61e8de8fea2385a96f00396 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Fri, 2 Aug 2024 10:04:02 +0200 Subject: [PATCH] fix: oops --- struct.lua | 5 +++++ 1 file changed, 5 insertions(+) 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},