MinourTyrChanges (#10827)

This commit is contained in:
FluffMedic
2025-05-03 10:50:14 -04:00
committed by GitHub
parent 78315c7cf4
commit 1d6939dbb0
4 changed files with 29 additions and 3 deletions

View File

@@ -333,6 +333,12 @@
catalogue_data = list(/datum/category_item/catalogue/technology/base_neon_anomalous)
icon_state = "engi_disc"
/obj/item/prop/tyrlore/neonsci
name = "data disc"
desc = "A disc for storing data."
catalogue_data = list(/datum/category_item/catalogue/technology/base_neon_planetary_report)
icon_state = "sci_disc"
/datum/category_item/catalogue/anomalous/tyr_red
name = "Precursor Object - Tyr Data Disc Red"
desc = "The following data has been corrupted. \
@@ -419,4 +425,20 @@
Proabaly something to do with this valley being a pockect of cool in the heat."
value = CATALOGUER_REWARD_HARD
/datum/category_item/catalogue/technology/base_neon_planetary_report
name = "Anomalous Conditions"
desc = "Planteray Objects Of Importance\
<br><br>\
Desgination: ALRE - Tyranical\
Resources: Precursor Tech, Potential Biofuels and Weapons\
<br><br>\
Desgination:CHRL - Sivian\
Resources: Precursor tech, rifts within space, the void acess\
<br><br>\
Desgination:AMRL - Wasteland\
Resources: Abnormal amounts of radiations, crystaline fuel, crystaline beasts\
<br><br>\
Desgination: CMRE - Citadel. \
Resources: Recruitment"
value = CATALOGUER_REWARD_HARD

View File

@@ -88,7 +88,6 @@
vision_range = 7
conserve_ammo = TRUE
intelligence_level = AI_SMART
use_astar = TRUE
pointblank = TRUE
firing_lanes = TRUE
call_distance = 2
@@ -97,6 +96,9 @@
var/multiplayer_threshold = 3
/datum/ai_holder/simple_mob/intentional/eclipse/on_engagement(atom/A)
if(prob(20))
step_rand(holder)
holder.face_atom(A)
if(get_dist(holder, A) <= closest_desired_distance)
holder.IMove(get_step_away(holder, A, closest_desired_distance))
else if(get_dist(holder, A) > closest_desired_distance)
@@ -677,8 +679,9 @@
addtimer(CALLBACK(src, PROC_REF(special_projectile), A), 3.5 SECONDS, TIMER_DELETE_ME)
else
visible_message(span_danger("The [src]'s gauntlet glows silver!"))
Beam(A, icon_state = "purple_lighting", time = 3 SECONDS, maxdistance = 7)
if(isliving(A))
addtimer(CALLBACK(src, PROC_REF(gravity_pull), A), 3 SECOND, TIMER_DELETE_ME)
addtimer(CALLBACK(src, PROC_REF(gravity_pull), A), 3 SECONDS, TIMER_DELETE_ME)
//The Precursor intative big folks
/mob/living/simple_mob/humanoid/eclipse/lunar/titanhunter //lunar melee unit

View File

@@ -86,7 +86,8 @@
/obj/item/prop/alien/phasecoil = 60,
/obj/item/circuitboard/mecha/durand/peripherals = 60,
/obj/item/bluespace_harpoon = 10,
/obj/item/bone/skull = 100
/obj/item/bone/skull = 100,
/obj/item/prop/tyrlore/neonsci = 100
)
var/obj/item/shield_projector/shield1 = null

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB