mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-27 14:06:43 +01:00
Adds Fennix code
Squelch
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
/mob/living/simple_animal/retaliate/fennix
|
||||
name = "Fennix"
|
||||
desc = "A feral fennix, Warm to the touch"
|
||||
tt_desc = "Incaendium Faeles Vulpes"
|
||||
icon = 'icons/mob/vore.dmi'
|
||||
icon_state = "fennix"
|
||||
icon_living = "fennix"
|
||||
icon_dead = "fennix_dead"
|
||||
|
||||
faction = "fennec" // Will protec other fenfens
|
||||
maxHealth = 60
|
||||
health = 60
|
||||
|
||||
response_help = "pats the"
|
||||
response_disarm = "gently pushes aside the"
|
||||
response_harm = "hits the"
|
||||
|
||||
harm_intent_damage = 20
|
||||
melee_damage_lower = 15
|
||||
melee_damage_upper = 20
|
||||
attacktext = list("Bites")
|
||||
|
||||
speak_chance = 1
|
||||
speak = list("SQUEL!",
|
||||
"SQEL?",
|
||||
"Skree.")
|
||||
emote_hear = list("Screeeeecheeeeessss!","Chirrup.")
|
||||
emote_see = list("earflicks","pats at the ground")
|
||||
Reference in New Issue
Block a user