mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 15:48:49 +01:00
[MIRROR] Some mob modifications (#11382)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
This commit is contained in:
co-authored by
SatinIsle
ShadowLarkens
parent
b7c40a3024
commit
a93b282269
@@ -35,7 +35,17 @@
|
||||
can_buckle = TRUE
|
||||
buckle_movable = TRUE
|
||||
buckle_lying = FALSE
|
||||
min_oxy = 0
|
||||
max_oxy = 0
|
||||
min_tox = 0
|
||||
max_tox = 0
|
||||
min_co2 = 0
|
||||
max_co2 = 0
|
||||
min_n2 = 0
|
||||
max_n2 = 0
|
||||
minbodytemp = 0
|
||||
maxbodytemp = 99999
|
||||
heat_resist = 1
|
||||
|
||||
var/flames
|
||||
var/firebreathtimer
|
||||
@@ -49,6 +59,8 @@
|
||||
var/leap_warmup = 2 SECOND // How long the leap telegraphing is.
|
||||
var/leap_sound = 'sound/weapons/spiderlunge.ogg'
|
||||
|
||||
status_flags = null
|
||||
|
||||
/mob/living/simple_mob/vore/ddraig
|
||||
|
||||
vore_bump_chance = 25
|
||||
@@ -65,6 +77,13 @@
|
||||
vore_pounce_maxhealth = 125
|
||||
vore_bump_emote = "tries to devour"
|
||||
|
||||
/mob/living/simple_mob/vore/ddraig/faster
|
||||
special_attack_cooldown = 10 SECONDS
|
||||
charge_warmup = 1.5 SECOND
|
||||
tf_warmup = 1 SECOND
|
||||
leap_warmup = 1 SECOND
|
||||
movement_cooldown = -3
|
||||
|
||||
/mob/living/simple_mob/vore/ddraig/Login()
|
||||
. = ..()
|
||||
if(!riding_datum)
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
min_n2 = 0
|
||||
max_n2 = 0
|
||||
minbodytemp = 0
|
||||
maxbodytemp = 1000
|
||||
|
||||
plane = PLANE_INVIS_EVENT
|
||||
|
||||
@@ -66,6 +67,9 @@
|
||||
var/last_effect = 0
|
||||
var/boost_health = 50
|
||||
|
||||
status_flags = null
|
||||
density = 0
|
||||
|
||||
/datum/category_item/catalogue/fauna/ysbryd
|
||||
name = "Extra-Realspace Fauna - Ysbryd"
|
||||
desc = "Classification: Phantasma glamoris\
|
||||
|
||||
Reference in New Issue
Block a user