Add some dangos, skills and endemic life buffs

This commit is contained in:
GreenComfyTea
2023-08-08 16:23:17 +03:00
parent 26966818b3
commit 6c2d09b505
18 changed files with 714 additions and 23 deletions

View File

@@ -41,6 +41,11 @@ local package = package;
this.list = {};
this.creature_ids = {
cutterfly = 50,
clothfly = 7
};
function this.new(REcreature)
local creature = {};