Merge pull request #2848 from VOREStation/aro-exploration

Exploration Update
This commit is contained in:
Aronai Sieyes
2018-01-27 15:32:42 -05:00
committed by GitHub
57 changed files with 1862 additions and 1707 deletions
@@ -0,0 +1,37 @@
/mob/living/simple_animal/fennec
name = "fennec"
desc = "It's a dusty big-eared sandfox! Adorable!"
icon = 'icons/mob/vore.dmi'
icon_state = "fennec"
icon_living = "fennec"
icon_dead = "fennec_dead"
icon_rest = "fennec_rest"
faction = "fennec"
maxHealth = 30
health = 30
response_help = "pats the"
response_disarm = "gently pushes aside the"
response_harm = "hits the"
harm_intent_damage = 5
melee_damage_lower = 5
melee_damage_upper = 2
attacktext = "bapped"
speak_chance = 1
speak = list("SKREEEE!",
"Chrp?",
"Ararrrararr.")
emote_hear = list("screEEEEeeches!","chirps.")
emote_see = list("earflicks","sniffs at the ground")
// Activate Noms!
/mob/living/simple_animal/fennec
vore_active = 1
vore_bump_chance = 10
vore_bump_emote = "playfully lunges at"
vore_pounce_chance = 40
vore_default_mode = DM_HOLD
vore_icons = SA_ICON_LIVING