+description

master
AiTechEye 2018-09-19 23:36:51 +02:00 committed by GitHub
parent 308e321f91
commit 66197b475f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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()