Adds lizardman mob

Health: 50
Damage: 5~15
Vore pounce chance: 1%
This commit is contained in:
Razgriz
2019-02-19 02:38:09 -07:00
committed by GitHub
parent f30dc5683e
commit 97cf07960d
@@ -0,0 +1,34 @@
/mob/living/simple_animal/hostile/lizardman //CHOMPERS addition, an aggressive angry lizardman.
name = "lizardman"
desc = "That is one buff, angry lizard."
tt_desc = "E Anolis cuvieri muscular"
icon = 'icons/mob/vore32x64.dmi'
icon_state = "lizardman"
icon_living = "lizardman"
icon_dead = "lizardman-dead"
maxHealth = 50
health = 50
investigates = TRUE
melee_damage_lower = 5
melee_damage_upper = 15
grab_resist = 100
attack_sound = 'sound/weapons/bite.ogg'
speak_chance = 4
speak = list("Gwar!","Rawr!","Hiss.")
speak_emote = list("growls","hisses")
say_maybe_target = list("Rawr?")
say_got_target = list("GWAR!!")
response_help = "pets the"
response_disarm = "bops the"
response_harm = "hits the"
attacktext = list("bit")
friendly = list("nuzzles", "licks", "noses softly at", "noseboops", "headbumps against", "leans on", "nibbles affectionately on")
vore_active = TRUE
vore_capacity = 1
vore_pounce_chance = 1
vore_icons = SA_ICON_LIVING