From 66197b475f31f092636fc6626fc90a608c9229c2 Mon Sep 17 00:00:00 2001 From: AiTechEye <40591179+AiTechEye@users.noreply.github.com> Date: Wed, 19 Sep 2018 23:36:51 +0200 Subject: [PATCH] +description --- aliveai_threats/crystal.lua | 1 + aliveai_threats/spider.lua | 1 + aliveai_threats/tree.lua | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliveai_threats/crystal.lua b/aliveai_threats/crystal.lua index 038d973..cccfbed 100644 --- a/aliveai_threats/crystal.lua +++ b/aliveai_threats/crystal.lua @@ -29,6 +29,7 @@ if not aliveai_electric then end aliveai.create_bot({ + description="Growing electric crystals on everyone or everything in its way", attack_players=1, name="crystal", team="crystal", diff --git a/aliveai_threats/spider.lua b/aliveai_threats/spider.lua index 2e72860..b9f2ba5 100644 --- a/aliveai_threats/spider.lua +++ b/aliveai_threats/spider.lua @@ -142,6 +142,7 @@ minetest.register_entity("aliveai_threats:fallingtrap",{ aliveai.create_bot({ + description="Aggressive terminator spider", attack_players=1, name="spider_terminator", team="nuke", diff --git a/aliveai_threats/tree.lua b/aliveai_threats/tree.lua index 9ef240f..b8578d0 100644 --- a/aliveai_threats/tree.lua +++ b/aliveai_threats/tree.lua @@ -122,6 +122,7 @@ end aliveai.create_bot({ + description="Living tree", attack_players=1, name="trees", team="tree", @@ -144,7 +145,7 @@ aliveai.create_bot({ visual_size={x=0.5,y=0.5}, smartfight=0, check_spawn_space=0, - spawn_chance=500, + spawn_chance=300, spawn=function(self) if aliveai_threats.spawn_tree(self)==false then self.object:remove()