Files
c#min7andGitHub bd18c72d58 Reade and New Gibson Origin Items (#22776)
Adds a variety of loadout origin items from Reade and New Gibson.

_All sprites by Alsoandanswer/Wezzy._

---

**New Gibsonite Uranium Glass Accessories:**
- Adds a bracelet, ring, and necklace that are an emissive green.
- Only selectable by characters with the New Gibson origin, incl. Tau
Ceti Skrell and Tau Ceti IPCs (for lack of New Gibson-specific
skrell/ipc origins).

<img width="965" height="101" alt="accessories"
src="https://github.com/user-attachments/assets/4a235dee-28ce-485f-931d-4913853a22ef"
/>

---

**Readic Personalised Breath Mask:**
- Adds a recolourable breath mask with an oni mask-like design.
- Only selectable by characters with the Reade origin. 

<img width="1331" height="107" alt="mask"
src="https://github.com/user-attachments/assets/ef500fed-bf0f-4b22-a037-0a21938e2928"
/>

---

**Reade Extreme Racing Jackets:** 
- Adds an extreme racing jacket with a bi-colour design and various
decals that can be selected.
- The jacket has an action that temporarily hardens the wearer against
heat/near-void conditions for 1 to 2 minutes (though only covers the
torso and so cannot replace a soft/voidsuit).
- Only selectable by characters with the Reade or New Gibson origins,
incl. Tau Ceti Skrell and Tau Ceti IPCs (for lack of New Gibson-specific
skrell/ipc origins).

<img width="1393" height="97" alt="jacket"
src="https://github.com/user-attachments/assets/20ec051e-3fe5-49b0-ace3-5159ec8a9938"
/>


Coloured Example:
<img width="654" height="309" alt="image"
src="https://github.com/user-attachments/assets/0fc81d89-c1b3-452a-87c7-374cc1e6dd18"
/>

---

**New Gibsonite Voidsuit and Modkit:**
- Adds a sleek/high-tech engineering/ops voidsuit to contrast against
the lower tech ones.
- A modkit to convert engineering/atmospheric/mining/hangartech
voidsuits is available in the loadout.
- Has human, skrell, and tajara variants.
- A unathi variant has also been sprited but is not available ingame.  
- Only selectable by characters with the New Gibson, incl. Tau Ceti
Skrell (for lack of New Gibson-specific skrell/ipc origins)

<img width="1625" height="110" alt="suit"
src="https://github.com/user-attachments/assets/330db8cd-2bc2-4745-a720-6a0409b97332"
/>
2026-07-07 14:13:54 +00:00

97 lines
4.1 KiB
Plaintext

/datum/gear/gloves
display_name = "fingerless gloves"
path = /obj/item/clothing/gloves/fingerless
cost = 1
slot = slot_gloves
sort_category = "Gloves and Handwear"
/datum/gear/gloves/fingerless_colour
display_name = "fingerless gloves (colourable)"
path = /obj/item/clothing/gloves/fingerless/colour
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/gloves/mittens
display_name = "mittens, colourable"
path = /obj/item/clothing/gloves/mittens
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/gloves/color
display_name = "gloves selection"
path = /obj/item/clothing/gloves/black
/datum/gear/gloves/color/New()
..()
var/list/gloves = list()
gloves["work gloves"] = /obj/item/clothing/gloves/black
gloves["red gloves"] = /obj/item/clothing/gloves/red
gloves["blue gloves"] = /obj/item/clothing/gloves/blue
gloves["orange gloves"] = /obj/item/clothing/gloves/orange
gloves["purple gloves"] = /obj/item/clothing/gloves/purple
gloves["brown gloves"] = /obj/item/clothing/gloves/brown
gloves["light-brown gloves"] = /obj/item/clothing/gloves/light_brown
gloves["white gloves"] = /obj/item/clothing/gloves/white
gloves["green gloves"] = /obj/item/clothing/gloves/green
gloves["grey gloves"] = /obj/item/clothing/gloves/grey
gloves["rainbow gloves"] = /obj/item/clothing/gloves/rainbow
gloves["black leather gloves"] = /obj/item/clothing/gloves/black_leather
gloves["lyodsuit gloves"] = /obj/item/clothing/gloves/lyodsuit
gear_tweaks += new /datum/gear_tweak/path(gloves)
/datum/gear/gloves/full_leather
display_name = "full leather gloves (colourable)"
path = /obj/item/clothing/gloves/black_leather/colour
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/gloves/evening
display_name = "evening gloves"
path = /obj/item/clothing/gloves/evening
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/gloves/ring
display_name = "ring selection"
description = "A selection of rings."
path = /obj/item/clothing/ring/engagement
/datum/gear/gloves/ring/New()
..()
var/list/ringtype = list()
ringtype["engagement ring"] = /obj/item/clothing/ring/engagement
ringtype["signet ring"] = /obj/item/clothing/ring/seal/signet
ringtype["ring, steel"] = /obj/item/clothing/ring/material/steel
ringtype["ring, iron"] = /obj/item/clothing/ring/material/iron
ringtype["ring, bronze"] = /obj/item/clothing/ring/material/bronze
ringtype["ring, silver"] = /obj/item/clothing/ring/material/silver
ringtype["ring, gold"] = /obj/item/clothing/ring/material/gold
ringtype["ring, platinum"] = /obj/item/clothing/ring/material/platinum
ringtype["ring, glass"] = /obj/item/clothing/ring/material/glass
ringtype["ring, wood"] = /obj/item/clothing/ring/material/wood
ringtype["ring, plastic"] = /obj/item/clothing/ring/material/plastic
gear_tweaks += new /datum/gear_tweak/path(ringtype)
/datum/gear/gloves/ring/newgibson_uraniumglass_ring
display_name = "new gibsonite uranium glass ring"
path = /obj/item/clothing/ring/newgibson_uraniumglass_ring
flags = GEAR_HAS_DESC_SELECTION
origin_restriction = list(/singleton/origin_item/origin/new_gibson, /singleton/origin_item/origin/skrell_biesel, /singleton/origin_item/origin/ipc_tau_ceti)
/datum/gear/gloves/circuitry
display_name = "gloves, circuitry (empty)"
path = /obj/item/clothing/gloves/circuitry
/datum/gear/gloves/single
display_name = "single glove (colourable)"
path = /obj/item/clothing/gloves/single
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/gloves/single/New()
..()
var/list/glove_types = list()
glove_types["single glove, right"] = /obj/item/clothing/gloves/single
glove_types["single glove, left"] = /obj/item/clothing/gloves/single/left
gear_tweaks += new /datum/gear_tweak/path(glove_types)
/datum/gear/gloves/multi_color
display_name = "multi-color gloves (colourable)"
path = /obj/item/clothing/gloves/multi_color
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION | GEAR_HAS_ACCENT_COLOR_SELECTION