Files
Paradise/code/game/mecha/combat/reticence.dm
Onyxarias 80fb55365a Mech Lore Pack - examine_more descriptions for mechs (#25414)
* Durand text, test

* Test 2

* Test AGAIN

* Old Durand

* Old Durand 2

* Old Durand 3

* Old Durand 4

* Old Durand 5

* Marauder

* Marauder 2

* Marauder 3

* Ares

* Ares 2

* Ares 3

* Seraph

* Mauler

* Mauler 2

* Gygax

* Dark Gygax

* Dark Gygax 2

* Dark Gygax 3

* HONK

* HONK 2

* Phazon

* Reticence

* Ody

* Ripley

* Ripley 2

* Firefighter

* Death Squid

* Death Squid 2

* Apply suggestions from Burza to make punctuation and formatting consistent.

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Signed-off-by: Onyxarias <70349271+Onyxarias@users.noreply.github.com>

* Adresses Fordoxia's reviews. Updates extended descriptions for Old Durand and Reticence.

* Update code/game/mecha/combat/marauder.dm

Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com>
Signed-off-by: Onyxarias <70349271+Onyxarias@users.noreply.github.com>

* Update code/game/mecha/combat/marauder.dm

Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com>
Signed-off-by: Onyxarias <70349271+Onyxarias@users.noreply.github.com>

---------

Signed-off-by: Onyxarias <70349271+Onyxarias@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
2024-05-24 19:44:45 +00:00

38 lines
1.9 KiB
Plaintext

/obj/mecha/combat/reticence
desc = "A silent, fast, and nigh-invisible miming exosuit. Popular among mimes and mime assassins."
name = "\improper Reticence"
icon_state = "mime"
initial_icon = "mime"
step_in = 2
dir_in = 1 //Facing North.
max_integrity = 150
deflect_chance = 30
armor = list(MELEE = 25, BULLET = 20, LASER = 30, ENERGY = 15, BOMB = 0, RAD = 0, FIRE = 100, ACID = 75)
max_temperature = 15000
wreckage = /obj/structure/mecha_wreckage/reticence
operation_req_access = list(ACCESS_MIME)
add_req_access = 0
internal_damage_threshold = 60
max_equip = 3
step_energy_drain = 3
normal_step_energy_drain = 3
stepsound = null
turnsound = null
starting_voice = /obj/item/mecha_modkit/voice/silent
/obj/mecha/combat/reticence/loaded/Initialize(mapload)
. = ..()
var/obj/item/mecha_parts/mecha_equipment/ME = new /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine/silenced
ME.attach(src)
ME = new /obj/item/mecha_parts/mecha_equipment/mimercd //HAHA IT MAKES WALLS GET IT
ME.attach(src)
/obj/mecha/combat/reticence/examine_more(mob/user)
. = ..()
. += "<i>A dour, colorless modification of a Gygax chassis, the Reticence is a sight to behold…or not behold. \
It utilizes a mysterious dampening field, added by a cabal of nearly unheard-of mimes, to be entirely silent as it moves over any terrain, making it a favored weapon of this supposed conspiracy and the assassins they may, or may not, employ.</i>"
. += ""
. += "<i>Armed with an S.H.H. “Quietus” Carbine, an utterly silent weapon that can drain the stamina of targets unfortunate enough to be shot by it, it can ensure swift getaways. \
As a secondary tool, it comes equipped with a mime R.C.D., a device capable of replicating a mime's mysterious ability to create impenetrable, invisible walls. \
Strangely, the design for the Reticence seems to be present aboard every Nanotrasen station, though to what ends, no one knows.</i>"