This commit is contained in:
Aurorablade
2016-04-29 02:09:05 -04:00
parent 68a4a0a417
commit 7e405427aa
14 changed files with 71 additions and 60 deletions
@@ -0,0 +1,28 @@
/mob/living/simple_animal/hostile/feral_cat
name = "feral cat"
desc = "Kitty!! Wait..."
icon = 'icons/mob/pets.dmi'
icon_state = "cat2"
icon_living = "cat2"
icon_dead = "cat2_dead"
gender = MALE
maxHealth = 30
health = 30
melee_damage_lower = 10
melee_damage_upper = 5
attacktext = "claws"
speak = list("Meow!", "Esp!", "Purr!", "HSSSSS")
speak_emote = list("purrs", "meows")
emote_hear = list("meows", "mews")
speak_chance = 1
turns_per_move = 5
see_in_dark = 6
butcher_results = list(/obj/item/weapon/reagent_containers/food/snacks/meat/slab = 2)
response_help = "pets"
response_disarm = "gently pushes aside"
response_harm = "kicks"
gold_core_spawnable = 1
faction = list("cat")
atmos_requirements = list("min_oxy" = 5, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 1, "min_co2" = 0, "max_co2" = 5, "min_n2" = 0, "max_n2" = 0)
unsuitable_atmos_damage = 5
pass_flags = PASSTABLE