Bad Moon on the Rise: A Farewell to Arms edition (#9715)

This commit is contained in:
Alberyk
2020-08-22 11:22:56 +02:00
committed by GitHub
parent 2da2e50644
commit 59a3ed600b
28 changed files with 249 additions and 17 deletions
@@ -0,0 +1,31 @@
/mob/living/simple_animal/hostile/wind_devil
name = "sham'tyr"
desc = "A flying adhomian creature, known for their loud wails that can be heard far below the clouds they soar above."
icon_state = "devil"
icon_living = "devil"
icon_dead = "devil_dead"
icon_rest = "devil_rest"
turns_per_move = 3
response_help = "pets the"
response_disarm = "gently pushes aside the"
response_harm = "hits the"
speed = -2
maxHealth = 80
health = 80
mob_size = 10
pass_flags = PASSTABLE
harm_intent_damage = 5
melee_damage_lower = 15
melee_damage_upper = 15
attacktext = "bitten"
attack_sound = 'sound/weapons/bite.ogg'
environment_smash = 1
faction = "sham'tyr"
flying = TRUE
butchering_products = list(/obj/item/stack/material/animalhide = 1)
meat_type = /obj/item/reagent_containers/food/snacks/meat/adhomai
meat_amount = 5