mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Adds the ha'rron (#15796)
This commit is contained in:
@@ -27,6 +27,44 @@
|
||||
|
||||
faction = "Adhomai"
|
||||
flying = TRUE
|
||||
butchering_products = list(/obj/item/stack/material/animalhide = 1)
|
||||
meat_type = /obj/item/reagent_containers/food/snacks/meat/adhomai
|
||||
meat_amount = 5
|
||||
|
||||
/mob/living/simple_animal/hostile/harron
|
||||
name = "ha'rron"
|
||||
desc = "A carnivorous adhomian animal. Some domesticated breeds make excellent hunting companions."
|
||||
|
||||
icon = 'icons/mob/npc/adhomai.dmi'
|
||||
icon_state = "harron"
|
||||
icon_living = "harron"
|
||||
icon_dead = "harron_dead"
|
||||
|
||||
organ_names = list("head", "chest", "right fore leg", "left fore leg", "right rear leg", "left rear leg")
|
||||
response_help = "pets"
|
||||
response_harm = "hits"
|
||||
response_disarm = "pushes"
|
||||
|
||||
turns_per_move = 3
|
||||
|
||||
response_help = "pets the"
|
||||
response_disarm = "gently pushes aside the"
|
||||
response_harm = "hits the"
|
||||
speed = -1
|
||||
maxHealth = 75
|
||||
health = 75
|
||||
|
||||
mob_size = 5
|
||||
|
||||
|
||||
melee_damage_lower = 15
|
||||
melee_damage_upper = 15
|
||||
attacktext = "bitten"
|
||||
attack_sound = 'sound/weapons/bite.ogg'
|
||||
|
||||
|
||||
faction = "Adhomai"
|
||||
|
||||
butchering_products = list(/obj/item/stack/material/animalhide = 1)
|
||||
meat_type = /obj/item/reagent_containers/food/snacks/meat/adhomai
|
||||
meat_amount = 5
|
||||
@@ -110,4 +110,35 @@
|
||||
melee_damage_lower = 5
|
||||
melee_damage_upper = 5
|
||||
|
||||
butchering_products = list(/obj/item/stack/material/animalhide = 2)
|
||||
butchering_products = list(/obj/item/stack/material/animalhide = 2)
|
||||
|
||||
/mob/living/simple_animal/hostile/commanded/dog/harron
|
||||
name = "domesticated ha'rron"
|
||||
short_name = "ha'rron"
|
||||
|
||||
desc = "A carnivorous adhomian animal. Some domesticated breeds make excellent hunting companions."
|
||||
|
||||
icon = 'icons/mob/npc/adhomai.dmi'
|
||||
icon_state = "harron"
|
||||
icon_living = "harron"
|
||||
icon_dead = "harron_dead"
|
||||
|
||||
meat_type = /obj/item/reagent_containers/food/snacks/meat/adhomai
|
||||
meat_amount = 5
|
||||
|
||||
/mob/living/simple_animal/hostile/commanded/dog/harron/cybernetic
|
||||
name = "cybernetic ha'rron"
|
||||
desc = "A heavily augmented ha'rron. It is commonly used by the People's Strategic Intelligence Service."
|
||||
|
||||
icon_state = "cyber_harron"
|
||||
icon_living = "cyber_harron"
|
||||
icon_dead = "cyber_harron_dead"
|
||||
|
||||
melee_damage_lower = 20
|
||||
melee_damage_upper = 20
|
||||
resist_mod = 4
|
||||
|
||||
health = 100
|
||||
maxHealth = 100
|
||||
|
||||
meat_amount = 3
|
||||
Reference in New Issue
Block a user