diff --git a/code/datums/uplink/gear loadout.dm b/code/datums/uplink/gear loadout.dm index 9903ad616a3..7febf7bf524 100644 --- a/code/datums/uplink/gear loadout.dm +++ b/code/datums/uplink/gear loadout.dm @@ -94,3 +94,47 @@ name = "Einstein Engines Assets (Single)" path = /obj/structure/closet/crate/secure/gear_loadout/einstein/single telecrystal_cost = 10 + +/datum/uplink_item/item/gear_loadout/izweski + name = "Izweski Hegemony Assets (Group)" + desc = "A crate containing gear for a group. The voidsuits are only usable by Unathi." + path = /obj/structure/closet/crate/secure/gear_loadout/hegemony + +/datum/uplink_item/item/gear_loadout/izweski_single + name = "Izweski Hegemony Assets (Single)" + desc = "A crate containing gear for a single individual. The voidsuit is only usable by Unathi." + path = /obj/structure/closet/crate/secure/gear_loadout/hegemony/single + telecrystal_cost = 10 + +/datum/uplink_item/item/gear_loadout/kataphract + name = "Kataphract Knight Assets (Group)" + desc = "A crate containing gear for a group. The voidsuits and hardsuit are only usable by Unathi." + path = /obj/structure/closet/crate/secure/gear_loadout/kataphract + +/datum/uplink_item/item/gear_loadout/kataphract_single + name = "Kataphract Knight Assets (Single)" + desc = "A crate containing gear for a single individual. The voidsuit is only usable by Unathi." + path = /obj/structure/closet/crate/secure/gear_loadout/kataphract/single + telecrystal_cost = 10 + +/datum/uplink_item/item/gear_loadout/izharshan + name = "Izharshan's Raiders Assets (Group)" + desc = "A crate containing gear for a group. The voidsuits are only usable by Unathi." + path = /obj/structure/closet/crate/secure/gear_loadout/izharshan + +/datum/uplink_item/item/gear_loadout/izharshan_single + name = "Izharshan's Raiders Assets (Single)" + desc = "A crate containing gear for a single individual. The voidsuit is only usable by Unathi." + path = /obj/structure/closet/crate/secure/gear_loadout/izharshan/single + telecrystal_cost = 10 + +/datum/uplink_item/item/gear_loadout/pvsm + name = "People's Volunteer Spacer Militia Assets (Group)" + desc = "A crate containing gear for a group. The voidsuits are only usable by Tajara." + path = /obj/structure/closet/crate/secure/gear_loadout/pvsm + +/datum/uplink_item/item/gear_loadout/pvsm_single + name = "People's Volunteer Spacer Militia Assets (Single)" + desc = "A crate containing gear for a single individual. The voidsuit is only usable by Tajara." + path = /obj/structure/closet/crate/secure/gear_loadout/pvsm/single + telecrystal_cost = 10 diff --git a/code/game/objects/structures/crates_lockers/crates/gear_loadout.dm b/code/game/objects/structures/crates_lockers/crates/gear_loadout.dm index 97b635b823f..2c3e98a5a6f 100644 --- a/code/game/objects/structures/crates_lockers/crates/gear_loadout.dm +++ b/code/game/objects/structures/crates_lockers/crates/gear_loadout.dm @@ -31,7 +31,6 @@ icon_state = "necro_crate" door_hinge = 0.5 - /obj/structure/closet/crate/secure/gear_loadout/coalition/fill() new /obj/item/rig/gunslinger/equipped(src) new /obj/item/clothing/head/helmet/space/void/coalition(src) @@ -537,6 +536,217 @@ new /obj/item/ammo_magazine/mc9mm(src) new /obj/item/ammo_magazine/mc9mm(src) +/obj/structure/closet/crate/secure/gear_loadout/hegemony/fill() + new/obj/item/clothing/under/unathi(src) + new/obj/item/clothing/under/unathi(src) + new/obj/item/clothing/under/unathi(src) + new/obj/item/clothing/under/unathi(src) + new /obj/item/clothing/head/helmet/space/void/hegemony(src) + new /obj/item/clothing/head/helmet/space/void/hegemony(src) + new /obj/item/clothing/head/helmet/space/void/hegemony(src) + new /obj/item/clothing/head/helmet/space/void/hegemony/captain(src) + new /obj/item/clothing/suit/space/void/hegemony(src) + new /obj/item/clothing/suit/space/void/hegemony(src) + new /obj/item/clothing/suit/space/void/hegemony(src) + new /obj/item/clothing/suit/space/void/hegemony/captain(src) + new /obj/item/clothing/suit/armor/unathi/klax(src) + new /obj/item/clothing/head/helmet/unathi/klax(src) + new /obj/item/gun/energy/hegemonyrifle(src) + new /obj/item/gun/energy/hegemonyrifle(src) + new /obj/item/gun/energy/hegemonyrifle(src) + new /obj/item/gun/energy/pistol/hegemony(src) + new /obj/item/gun/energy/pistol/hegemony(src) + new /obj/item/gun/energy/pistol/hegemony(src) + new /obj/item/gun/energy/pistol/hegemony(src) + new /obj/item/melee/energy/sword/hegemony(src) + new /obj/item/melee/energy/sword/hegemony(src) + new /obj/item/melee/energy/sword/hegemony(src) + new /obj/item/melee/energy/sword/hegemony(src) + new /obj/item/shield/energy/hegemony(src) + new /obj/item/shield/energy/hegemony(src) + new /obj/item/shield/energy/hegemony(src) + new /obj/item/shield/energy/hegemony(src) + new /obj/item/gun/projectile/heavysniper/unathi(src) + new /obj/item/ammo_casing/slugger(src) + new /obj/item/ammo_casing/slugger(src) + new /obj/item/ammo_casing/slugger(src) + new /obj/item/ammo_casing/slugger(src) + new /obj/item/ammo_casing/slugger(src) + new /obj/item/ammo_casing/slugger(src) + new /obj/item/ammo_casing/slugger(src) + new /obj/item/ammo_casing/slugger(src) + new /obj/item/ammo_casing/slugger(src) + new /obj/item/ammo_casing/slugger(src) + new /obj/item/ammo_casing/slugger(src) + new /obj/item/ammo_casing/slugger(src) + new /obj/item/material/twohanded/pike/flag/hegemony(src) + +/obj/structure/closet/crate/secure/gear_loadout/hegemony/single/fill() + new/obj/item/clothing/under/unathi(src) + new /obj/item/clothing/head/helmet/space/void/hegemony(src) + new /obj/item/clothing/suit/space/void/hegemony(src) + new /obj/item/gun/energy/hegemonyrifle(src) + new /obj/item/gun/energy/pistol/hegemony(src) + new /obj/item/melee/energy/sword/hegemony(src) + new /obj/item/shield/energy/hegemony(src) + +/obj/structure/closet/crate/secure/gear_loadout/kataphract/fill() + new /obj/item/clothing/under/unathi(src) + new /obj/item/clothing/under/unathi(src) + new /obj/item/clothing/under/unathi(src) + new /obj/item/clothing/under/unathi(src) + new /obj/item/clothing/head/helmet/space/void/kataphract(src) + new /obj/item/clothing/head/helmet/space/void/kataphract(src) + new /obj/item/clothing/head/helmet/space/void/kataphract(src) + new /obj/item/clothing/head/helmet/space/void/kataphract(src) + new /obj/item/clothing/suit/space/void/kataphract(src) + new /obj/item/clothing/suit/space/void/kataphract(src) + new /obj/item/clothing/suit/space/void/kataphract(src) + new /obj/item/clothing/suit/space/void/kataphract(src) + new /obj/item/rig/unathi/fancy(src) + new /obj/item/gun/energy/pistol/hegemony(src) + new /obj/item/gun/energy/pistol/hegemony(src) + new /obj/item/gun/energy/pistol/hegemony(src) + new /obj/item/gun/energy/pistol/hegemony(src) + new /obj/item/melee/energy/sword/hegemony(src) + new /obj/item/melee/energy/sword/hegemony(src) + new /obj/item/melee/energy/sword/hegemony(src) + new /obj/item/melee/energy/sword/hegemony(src) + new /obj/item/shield/energy/hegemony/kataphract(src) + new /obj/item/shield/energy/hegemony/kataphract(src) + new /obj/item/shield/energy/hegemony/kataphract(src) + new /obj/item/shield/energy/hegemony/kataphract(src) + new /obj/item/melee/energy/glaive/hegemony(src) + new /obj/item/melee/energy/glaive/hegemony(src) + new /obj/item/melee/hammer/powered/hegemony(src) + new /obj/item/melee/hammer/powered/hegemony(src) + new /obj/item/clothing/head/helmet/unathi/hegemony(src) + new /obj/item/clothing/head/helmet/unathi/hegemony(src) + new /obj/item/clothing/head/helmet/unathi/hegemony(src) + new /obj/item/clothing/head/helmet/unathi/hegemony(src) + new /obj/item/clothing/head/helmet/unathi/klax(src) + new /obj/item/clothing/suit/armor/unathi/hegemony(src) + new /obj/item/clothing/suit/armor/unathi/hegemony(src) + new /obj/item/clothing/suit/armor/unathi/hegemony(src) + new /obj/item/clothing/suit/armor/unathi/hegemony(src) + new /obj/item/clothing/suit/armor/unathi/klax(src) + +/obj/structure/closet/crate/secure/gear_loadout/kataphract/single/fill() + new /obj/item/clothing/under/unathi(src) + new /obj/item/clothing/head/helmet/space/void/kataphract(src) + new /obj/item/clothing/suit/space/void/kataphract(src) + new /obj/item/gun/energy/pistol/hegemony(src) + new /obj/item/melee/hammer/powered/hegemony(src) + new /obj/item/melee/energy/sword/hegemony(src) + new /obj/item/shield/energy/hegemony/kataphract(src) + new /obj/item/clothing/head/helmet/unathi/hegemony(src) + new /obj/item/clothing/suit/armor/unathi/hegemony(src) + +/obj/structure/closet/crate/secure/gear_loadout/izharshan/fill() + new /obj/item/clothing/under/unathi/izharshan(src) + new /obj/item/clothing/under/unathi/izharshan(src) + new /obj/item/clothing/under/unathi/izharshan(src) + new /obj/item/clothing/under/unathi/izharshan(src) + new /obj/item/clothing/head/helmet/space/void/unathi_pirate(src) + new /obj/item/clothing/suit/space/void/unathi_pirate(src) + new /obj/item/clothing/head/helmet/space/void/unathi_pirate(src) + new /obj/item/clothing/suit/space/void/unathi_pirate(src) + new /obj/item/clothing/head/helmet/space/void/unathi_pirate(src) + new /obj/item/clothing/suit/space/void/unathi_pirate(src) + new /obj/item/clothing/head/helmet/space/void/unathi_pirate(src) + new /obj/item/clothing/suit/space/void/unathi_pirate(src) + new /obj/item/melee/energy/sword/pirate(src) + new /obj/item/melee/energy/sword/pirate(src) + new /obj/item/melee/energy/sword/pirate(src) + new /obj/item/melee/energy/sword/pirate(src) + new /obj/item/gun/projectile/shotgun/pump/combat(src) + new /obj/item/gun/projectile/automatic/rifle/sts35(src) + new /obj/item/gun/energy/hegemonyrifle(src) + new /obj/item/gun/projectile/automatic/rifle/dpra/gold(src) + new /obj/item/ammo_magazine/c762/dpra(src) + new /obj/item/ammo_magazine/c762/dpra(src) + new /obj/item/ammo_magazine/c762(src) + new /obj/item/ammo_magazine/c762(src) + new /obj/item/storage/box/shotgunshells(src) + new /obj/item/storage/box/shotgunshells(src) + new /obj/item/gun/energy/pistol/hegemony(src) + new /obj/item/gun/projectile/colt/super(src) + new /obj/item/gun/projectile/revolver/lemat(src) + new /obj/item/ammo_magazine/c38(src) + new /obj/item/ammo_magazine/c38(src) + new /obj/item/ammo_magazine/c45m(src) + new /obj/item/ammo_magazine/c45m(src) + +/obj/structure/closet/crate/secure/gear_loadout/izharshan/single/fill() + new /obj/item/clothing/under/unathi/izharshan(src) + new /obj/item/clothing/head/helmet/space/void/unathi_pirate(src) + new /obj/item/clothing/suit/space/void/unathi_pirate(src) + new /obj/item/melee/energy/sword/pirate(src) + new /obj/item/clothing/glasses/eyepatch(src) + new /obj/item/gun/projectile/revolver/lemat(src) + new /obj/item/gun/projectile/shotgun/pump/combat(src) + new /obj/item/ammo_magazine/c38(src) + new /obj/item/ammo_magazine/c38(src) + new /obj/item/storage/box/shotgunshells(src) + new /obj/item/storage/box/shotgunshells(src) + +/obj/structure/closet/crate/secure/gear_loadout/pvsm/fill() + new /obj/item/clothing/under/tajaran/pvsm(src) + new /obj/item/clothing/shoes/tajara/jackboots(src) + new /obj/item/clothing/under/tajaran/pvsm(src) + new /obj/item/clothing/shoes/tajara/jackboots(src) + new /obj/item/clothing/under/tajaran/pvsm(src) + new /obj/item/clothing/shoes/tajara/jackboots(src) + new /obj/item/clothing/under/tajaran/pvsm/captain(src) + new /obj/item/clothing/shoes/tajara/jackboots(src) + new /obj/item/clothing/head/beret/tajaran/pvsm(src) + new /obj/item/clothing/suit/space/void/dpra(src) + new /obj/item/clothing/head/helmet/space/void/dpra(src) + new /obj/item/clothing/suit/space/void/dpra(src) + new /obj/item/clothing/head/helmet/space/void/dpra(src) + new /obj/item/clothing/suit/space/void/dpra(src) + new /obj/item/clothing/head/helmet/space/void/dpra(src) + new /obj/item/clothing/suit/space/void/dpra(src) + new /obj/item/clothing/head/helmet/space/void/dpra(src) + new /obj/item/gun/projectile/automatic/rifle/dpra(src) + new /obj/item/gun/projectile/automatic/rifle/dpra(src) + new /obj/item/gun/projectile/automatic/rifle/dpra(src) + new /obj/item/ammo_magazine/c762/dpra(src) + new /obj/item/ammo_magazine/c762/dpra(src) + new /obj/item/ammo_magazine/c762/dpra(src) + new /obj/item/ammo_magazine/c762/dpra(src) + new /obj/item/ammo_magazine/c762/dpra(src) + new /obj/item/ammo_magazine/c762/dpra(src) + new /obj/item/material/knife/bayonet(src) + new /obj/item/material/knife/bayonet(src) + new /obj/item/gun/projectile/shotgun/pump/rifle/scope(src) + new /obj/item/ammo_magazine/boltaction(src) + new /obj/item/ammo_magazine/boltaction(src) + new /obj/item/gun/projectile/silenced(src) + new /obj/item/ammo_magazine/c45m(src) + new /obj/item/gun/projectile/silenced(src) + new /obj/item/ammo_magazine/c45m(src) + new /obj/item/gun/projectile/silenced(src) + new /obj/item/ammo_magazine/c45m(src) + new /obj/item/gun/projectile/silenced(src) + new /obj/item/ammo_magazine/c45m(src) + new /obj/item/gun/projectile/recoilless_rifle(src) + new /obj/item/ammo_casing/recoilless_rifle(src) + new /obj/item/ammo_casing/recoilless_rifle(src) + +/obj/structure/closet/crate/secure/gear_loadout/pvsm/single/fill() + new /obj/item/clothing/under/tajaran/pvsm(src) + new /obj/item/clothing/shoes/tajara/jackboots(src) + new /obj/item/clothing/suit/space/void/dpra(src) + new /obj/item/clothing/head/helmet/space/void/dpra(src) + new /obj/item/gun/projectile/automatic/rifle/dpra(src) + new /obj/item/ammo_magazine/c762/dpra(src) + new /obj/item/ammo_magazine/c762/dpra(src) + new /obj/item/material/knife/bayonet(src) + new /obj/item/gun/projectile/silenced(src) + new /obj/item/ammo_magazine/c45m(src) + new /obj/item/ammo_magazine/c45m(src) + //ninja stuff /obj/structure/closet/crate/secure/gear_loadout/ninja var/associated_hardsuit = /obj/item/rig/light/ninja diff --git a/html/changelogs/RustingWithYou - lizardmoment.yml b/html/changelogs/RustingWithYou - lizardmoment.yml new file mode 100644 index 00000000000..9a463ac424c --- /dev/null +++ b/html/changelogs/RustingWithYou - lizardmoment.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: RustingWithYou + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Adds three new Unathi-themed gear crates and a DPRA-themed crate to the antag uplink."