Im trying to make card objects, and since they arent physical, I thought it'd be easier to make an object that holds the damage and condition it does and then i can just retrieve the object whenever it is needed. The only tutorials Ive seen on objects in Lua are the ones where it shows you how to make functions that give new objects, is there a way to just make an object that has everything defined already?