Nanotrasen to GATO - comments

I know it's a mess, but the least I can do is add comments anywhere I can
This commit is contained in:
evilew
2024-11-19 01:59:28 +01:00
parent 17385694fe
commit 10ef9e374a
154 changed files with 326 additions and 326 deletions
+9 -9
View File
@@ -222,7 +222,7 @@
/datum/mod_theme/mining
name = "mining"
desc = "A high-power GATO mining suit, supporting more complexity at a bigger drain."
desc = "A high-power GATO mining suit, supporting more complexity at a bigger drain." //GS13 - Nanotrasen to GATO
extended_desc = "A high-powered GATO-designed suit, based off the work of Nakamura Engineering. \
While initial designs were built for the rigors of asteroid mining, given blast resistance through inbuilt ceramics, \
mining teams have since heavily tweaked the suit themselves. Aftermarket armor plating has been added, \
@@ -500,7 +500,7 @@
/datum/mod_theme/magnate
name = "magnate"
desc = "A fancy, very protective suit for GATO's captains. Shock, fire and acid-proof while also having a large capacity and high speed."
desc = "A fancy, very protective suit for GATO's captains. Shock, fire and acid-proof while also having a large capacity and high speed." //GS13 - Nanotrasen to GATO
extended_desc = "They say it costs four hundred thousand credits to run this MODsuit... for twelve seconds. \
The Magnate suit is designed for protection, comfort, and luxury for GATO Captains. \
The onboard air filters have been preprogrammed with an additional five hundred different fragrances that can \
@@ -509,7 +509,7 @@
My God, it even has a granite trim. The double-classified paint that's been painstakingly applied to the hull \
provides protection against shock, fire, and the strongest acids. Onboard systems employ meta-positronic learning \
and bluespace processing to allow for a wide array of onboard modules to be supported, and only the best actuators \
have been employed for speed. The resemblance to a Gorlex Marauder helmet is purely coincidental."
have been employed for speed. The resemblance to a Gorlex Marauder helmet is purely coincidental." //GS13 - Nanotrasen to GATO
default_skin = "magnate"
armor = list(MELEE = 20, BULLET = 15, LASER = 15, ENERGY = 15, BOMB = 50, BIO = 100, FIRE = 100, ACID = 100, WOUND = 15, RAD = 0)
resistance_flags = FIRE_PROOF|ACID_PROOF
@@ -765,12 +765,12 @@
/datum/mod_theme/responsory
name = "responsory"
desc = "A high-speed rescue suit by GATO, intended for its' emergency response teams."
desc = "A high-speed rescue suit by GATO, intended for its' emergency response teams." //GS13 - Nanotrasen to GATO
extended_desc = "A streamlined suit of GATO design, these sleek black suits are only worn by \
elite emergency response personnel to help save the day. While the slim and nimble design of the suit \
cuts the ceramics and ablatives in it down, dropping the protection, \
it keeps the wearer safe from the harsh void of space while sacrificing no speed whatsoever. \
While wearing it you feel an extreme deference to darkness. "
While wearing it you feel an extreme deference to darkness. " //GS13 - Nanotrasen to GATO
default_skin = "responsory"
armor = list(MELEE = 50, BULLET = 40, LASER = 50, ENERGY = 50, BOMB = 50, BIO = 100, FIRE = 100, ACID = 90, WOUND = 10, RAD = 0)
resistance_flags = FIRE_PROOF
@@ -828,13 +828,13 @@
/datum/mod_theme/apocryphal
name = "apocryphal"
desc = "A high-tech, only technically legal, armored suit created by a collaboration effort between GATO and Apadyne Technologies."
desc = "A high-tech, only technically legal, armored suit created by a collaboration effort between GATO and Apadyne Technologies." //GS13 - Nanotrasen to GATO
extended_desc = "A bulky and only legal by technicality suit, this ominous black and red MODsuit is only worn by \
GATO Black Ops teams. If you can see this suit, you fucked up. A collaborative joint effort between \
Apadyne and GATO the construction and modules gives the user robust protection against \
anything that can be thrown at it, along with acute combat awareness tools for it's wearer. \
Whether the wearer uses it or not is up to them. \
There seems to be a little inscription on the wrist that reads; \'squiddie', d'aww."
There seems to be a little inscription on the wrist that reads; \'squiddie', d'aww." //GS13 - Nanotrasen to GATO
default_skin = "apocryphal"
armor = list(MELEE = 80, BULLET = 80, LASER = 50, ENERGY = 60, BOMB = 100, BIO = 100, FIRE = 100, ACID = 100, WOUND = 25, RAD = 0)
resistance_flags = FIRE_PROOF|ACID_PROOF
@@ -869,12 +869,12 @@
/datum/mod_theme/corporate
name = "corporate"
desc = "A fancy, high-tech suit for GATO's high ranking officers."
desc = "A fancy, high-tech suit for GATO's high ranking officers." //GS13 - Nanotrasen to GATO
extended_desc = "An even more costly version of the Magnate model, the corporate suit is a thermally insulated, \
anti-corrosion coated suit for high-ranking CentCom Officers, deploying pristine protective armor and \
advanced actuators, feeling practically weightless when turned on. Scraping the paint of this suit is \
counted as a war-crime and reason for immediate execution in over fifty GATO space stations. \
The resemblance to a Gorlex Marauder helmet is purely coincidental."
The resemblance to a Gorlex Marauder helmet is purely coincidental." //GS13 - Nanotrasen to GATO
default_skin = "corporate"
armor = list(MELEE = 50, BULLET = 40, LASER = 50, ENERGY = 50, BOMB = 50, BIO = 100, FIRE = 100, ACID = 100, WOUND = 15, RAD = 0)
resistance_flags = FIRE_PROOF|ACID_PROOF
+1 -1
View File
@@ -64,7 +64,7 @@
/obj/item/mod/module/quick_carry
name = "MOD quick carry module"
desc = "A suite of advanced servos, redirecting power from the suit's arms to help carry the wounded; \
or simply for fun. However, GATO has locked the module's ability to assist in hand-to-hand combat."
or simply for fun. However, GATO has locked the module's ability to assist in hand-to-hand combat." //GS13 - Nanotrasen to GATO
icon_state = "carry"
complexity = 1
idle_power_cost = DEFAULT_CHARGE_DRAIN * 0.3
+1 -1
View File
@@ -5,7 +5,7 @@
name = "MOD reagent scanner module"
desc = "A module based off research-oriented GATO HUDs, this is capable of scanning the contents of \
containers and projecting the information in an easy-to-read format on the wearer's display. \
It cannot detect flavors, so that's up to you."
It cannot detect flavors, so that's up to you." //GS13 - Nanotrasen to GATO
icon_state = "scanner"
module_type = MODULE_TOGGLE
complexity = 1
+2 -2
View File
@@ -5,7 +5,7 @@
name = "MOD internal GPS module"
desc = "This module uses common GATO technology to calculate the user's position anywhere in space, \
down to the exact coordinates. This information is fed to a central database viewable from the device itself, \
though using it to help people is up to you."
though using it to help people is up to you." //GS13 - Nanotrasen to GATO
icon_state = "gps"
module_type = MODULE_USABLE
complexity = 1
@@ -29,7 +29,7 @@
name = "MOD hydraulic clamp module"
desc = "A series of actuators installed into both arms of the suit, boasting a lifting capacity of almost a ton. \
However, this design has been locked by GATO to be primarily utilized for lifting various crates. \
A lot of people would say that loading cargo is a dull job, but you could not disagree more."
A lot of people would say that loading cargo is a dull job, but you could not disagree more." //GS13 - Nanotrasen to GATO
icon_state = "clamp"
module_type = MODULE_ACTIVE
complexity = 3