+description

master
AiTechEye 2018-09-19 22:04:06 +02:00 committed by GitHub
parent f54a06e0e7
commit 7b84917f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
aliveai_storm={time=tonumber(minetest.settings:get("item_entity_ttl")),hails=0,max_hails=20}
aliveai.create_bot({
description="Using its whirlwind based power to throw everything up in the sky",
drop_dead_body=0,
attack_players=1,
name="storm",
@ -60,6 +61,7 @@ aliveai.create_bot({
aliveai.create_bot({
description="Creates hails",
drop_dead_body=0,
attack_players=1,
name="hail1",
@ -80,6 +82,7 @@ aliveai.create_bot({
})
aliveai.create_bot({
description="Creates destroying hails",
drop_dead_body=0,
attack_players=1,
name="hail2",