mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-29 11:32:13 +00:00
enable greps properly (#10454)
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
say_list_type = /datum/say_list/cyber_horror/master
|
||||
ai_holder_type = /datum/ai_holder/simple_mob/ranged/kiting/horrormaster //The final boss of every Gradius game
|
||||
|
||||
|
||||
/datum/say_list/cyber_horror/master
|
||||
threaten_sound = 'modular_chomp/sound/mob/robots/MasterSee.ogg'
|
||||
|
||||
/datum/ai_holder/simple_mob/ranged/kiting/horrormaster
|
||||
threaten = TRUE
|
||||
threaten_delay = 1 SECOND
|
||||
threaten_timeout = 30 SECONDS
|
||||
threaten_timeout = 30 SECONDS
|
||||
|
||||
@@ -150,4 +150,4 @@
|
||||
contemparies, all the while wielding expirmental frost weaponry to deadly \
|
||||
effecieny. Rare and vaulable pieces in the Eclipse's army, they are rarely seen \
|
||||
but when utilized, that area is of high priority. "
|
||||
value = CATALOGUER_REWARD_MEDIUM
|
||||
value = CATALOGUER_REWARD_MEDIUM
|
||||
|
||||
@@ -1387,4 +1387,4 @@
|
||||
uptwo_rightfour(target)
|
||||
downtwo_leftfour(target)
|
||||
downtwo_rightfour(target)
|
||||
attackcycle = next_cycle
|
||||
attackcycle = next_cycle
|
||||
|
||||
@@ -125,4 +125,4 @@
|
||||
/obj/item/seeds/jurlmah = 125,
|
||||
/obj/item/seeds/amauri = 125,
|
||||
/obj/item/seeds/gelthi = 125,
|
||||
/obj/item/seeds/vale = 125)
|
||||
/obj/item/seeds/vale = 125)
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
/datum/ai_holder/simple_mob/melee/disbot
|
||||
threaten = TRUE
|
||||
threaten_delay = 1 SECOND
|
||||
threaten_timeout = 30 SECONDS
|
||||
threaten_timeout = 30 SECONDS
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/mob/living/simple_mob/mechanical/hivebot/ranged_damage/laser
|
||||
name = "laser hivebot"
|
||||
desc = "A robot with a photonic weapon integrated into itself."
|
||||
projectiletype = /obj/item/projectile/energy/mob/drone
|
||||
projectiletype = /obj/item/projectile/energy/mob/drone
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
projectiletype = /obj/item/projectile/energy/declone
|
||||
|
||||
/mob/living/simple_mob/mechanical/hivebot/ranged_damage/siege
|
||||
projectiletype = /obj/item/projectile/arc //Polaris, don't make the same mob twice.
|
||||
projectiletype = /obj/item/projectile/arc //Polaris, don't make the same mob twice.
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
/mob/living/simple_mob/mechanical/hivebot/tank
|
||||
icon = 'modular_chomp/icons/mob/hivebot.dmi'
|
||||
icon_state = "blue"
|
||||
icon_living = "blue"
|
||||
icon_living = "blue"
|
||||
|
||||
@@ -26,4 +26,4 @@
|
||||
|
||||
/datum/ai_holder/simple_mob/ranged/kiting/threatening/drone_aerostat
|
||||
threaten_delay = 20 SECOND
|
||||
threaten_timeout = 30 SECONDS
|
||||
threaten_timeout = 30 SECONDS
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
see_in_dark = 8
|
||||
minbodytemp = 0
|
||||
maxbodytemp = 30000
|
||||
min_oxy = 0
|
||||
min_oxy = 0
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
melee_damage_lower = 5
|
||||
melee_damage_upper = 5
|
||||
vore_upper_transfer_chance = 75
|
||||
ai_holder_type = /datum/ai_holder/simple_mob/melee/evasive // Aggressive!
|
||||
ai_holder_type = /datum/ai_holder/simple_mob/melee/evasive // Aggressive!
|
||||
|
||||
@@ -50,4 +50,4 @@
|
||||
light_color = "#1F000F"
|
||||
glow_range = 5
|
||||
glow_intensity = -1
|
||||
ai_holder_type = /datum/ai_holder/simple_mob/melee/hit_and_run
|
||||
ai_holder_type = /datum/ai_holder/simple_mob/melee/hit_and_run
|
||||
|
||||
Reference in New Issue
Block a user