diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index 967793acf73..1bb1fbc76bb 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -4352,6 +4352,190 @@ Follow by example and make good judgement based on length which list to include icon_state = "hand_panel_l" body_parts = list(BP_L_HAND) + bulwark_augs + icon = 'icons/mob/human_races/markings_vaurcae.dmi' + name = "Mecha Eye L" + icon_state = "mechaeyebully_l" + do_colouration = FALSE + body_parts = list(BP_HEAD) + species_allowed = list(/datum/species/bug, /datum/species/bug/type_e) + + mechaeyebully_r + name = "Mecha Eye R" + icon_state = "mechaeyebully_r" + + mechaeyeoverlaybully_l + name = "Mecha Eye Overlay L" + icon_state = "mechaeyeoverlaybully_l" + + mechaeyeoverlaybully_r + name = "Mecha Eye Overlay R" + icon_state = "mechaeyeoverlaybully_r" + + mechamandiblesbully + name = "Mecha Mandibles" + icon_state = "mechamandiblesbully" + + mechamandiblesoverlaybully + name = "Mecha Mandibles Overlay" + icon_state = "mechamandiblesoverlaybully" + + visorbully + name = "Visor" + icon_state = "visorbully" + + visorbullyoverlay + name = "Visor Overlay" + icon_state = "visorbullyoverlay" + + spidereyesbully + name = "Spider Eyes" + icon_state = "spidereyesbully" + + spidereyesbullyoverlay + name = "Spider Eyes Overlay" + icon_state = "spidereyesbullyoverlay" + + mechamonoculusbully + name = "Mecha Monoculus" + icon_state = "mechamonoculusbully" + + mechamonoculusbullyoverlay + name = "Mecha Monoculus Overlay" + icon_state = "mechamonoculusbullyoverlay" + + bullybackmeter + icon = 'icons/mob/human_races/markings_vaurcae.dmi' + name = "Back Meter" + icon_state = "bullybackmeter" + do_colouration = FALSE + body_parts = list(BP_CHEST) + species_allowed = list(/datum/species/bug, /datum/species/bug/type_e) + + bullybackmeteroverlay + name = "Back Meter Overlay" + icon_state = "bullybackmeteroverlay" + + mechahorn_l + name = "Mecha Horn L" + icon_state = "mechahorn_l" + + mechahorn_r + name = "Mecha Horn R" + icon_state = "mechahorn_r" + + bullybackwires + name = "Back Wires" + icon_state = "bullybackwires" + + bullybacktubes + name = "Back Tubes" + icon_state = "bullybacktubes" + + ventsbully + name = "Vents" + icon_state = "ventsbully" + + shellpanelbully + name = "Shell Panel" + icon_state = "shellpanelbully" + + mechakneesbully_l + icon = 'icons/mob/human_races/markings_vaurcae.dmi' + name = "Mecha Knees L" + icon_state = "mechakneesbully_l" + do_colouration = FALSE + body_parts = list(BP_L_LEG) + species_allowed = list(/datum/species/bug, /datum/species/bug/type_e) + + mechakneesbully_r + icon = 'icons/mob/human_races/markings_vaurcae.dmi' + name = "Mecha Knees R" + icon_state = "mechakneesbully_r" + do_colouration = FALSE + body_parts = list(BP_R_LEG) + species_allowed = list(/datum/species/bug, /datum/species/bug/type_e) + + mechaabdomenbully + icon = 'icons/mob/human_races/markings_vaurcae.dmi' + name = "Mecha Abdomen" + icon_state = "mechaabdomenbully" + do_colouration = FALSE + body_parts = list(BP_GROIN) + species_allowed = list(/datum/species/bug, /datum/species/bug/type_e) + + mechapelvisbully + icon = 'icons/mob/human_races/markings_vaurcae.dmi' + name = "Mecha Pelvis" + icon_state = "mechapelvisbully" + do_colouration = FALSE + body_parts = list(BP_GROIN) + species_allowed = list(/datum/species/bug, /datum/species/bug/type_e) + + handpanelbully_l + icon = 'icons/mob/human_races/markings_vaurcae.dmi' + name = "Hand Panel L" + icon_state = "handpanelbully_l" + do_colouration = FALSE + body_parts = list(BP_L_HAND) + species_allowed = list(/datum/species/bug, /datum/species/bug/type_e) + + handpanelbully_r + icon = 'icons/mob/human_races/markings_vaurcae.dmi' + name = "Hand Panel R" + icon_state = "handpanelbully_r" + do_colouration = FALSE + body_parts = list(BP_R_HAND) + species_allowed = list(/datum/species/bug, /datum/species/bug/type_e) + + handpanelbully_loverlay + icon = 'icons/mob/human_races/markings_vaurcae.dmi' + name = "Hand Panel L Overlay" + icon_state = "handpanelbully_loverlay" + do_colouration = FALSE + body_parts = list(BP_L_HAND) + species_allowed = list(/datum/species/bug, /datum/species/bug/type_e) + + handpanelbully_roverlay + icon = 'icons/mob/human_races/markings_vaurcae.dmi' + name = "Hand Panel R Overlay" + icon_state = "handpanelbully_roverlay" + do_colouration = FALSE + body_parts = list(BP_R_HAND) + species_allowed = list(/datum/species/bug, /datum/species/bug/type_e) + + armwirebully_l + icon = 'icons/mob/human_races/markings_vaurcae.dmi' + name = "Arm Wires L" + icon_state = "armwirebully_l" + do_colouration = FALSE + body_parts = list(BP_L_ARM) + species_allowed = list(/datum/species/bug, /datum/species/bug/type_e) + + armwirebully_r + icon = 'icons/mob/human_races/markings_vaurcae.dmi' + name = "Arm Wires R" + icon_state = "armwirebully_r" + do_colouration = FALSE + body_parts = list(BP_R_ARM) + species_allowed = list(/datum/species/bug, /datum/species/bug/type_e) + + armwirebullyhand_l + icon = 'icons/mob/human_races/markings_vaurcae.dmi' + name = "Hand Wires L" + icon_state = "handwirebully_l" + do_colouration = FALSE + body_parts = list(BP_L_HAND) + species_allowed = list(/datum/species/bug, /datum/species/bug/type_e) + + armwiresbullyhand_r + icon = 'icons/mob/human_races/markings_vaurcae.dmi' + name = "Hand Wires R" + icon_state = "handwirebully_r" + do_colouration = FALSE + body_parts = list(BP_R_HAND) + species_allowed = list(/datum/species/bug, /datum/species/bug/type_e) + backstripe name = "Back Stripe" icon_state = "backstripe" diff --git a/html/changelogs/Roostercat12.yml b/html/changelogs/Roostercat12.yml new file mode 100644 index 00000000000..b053a39f4be --- /dev/null +++ b/html/changelogs/Roostercat12.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: Roostercat12 + +# 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: "Added various Bulwark Augment Body Markings." diff --git a/icons/mob/human_races/markings_vaurcae.dmi b/icons/mob/human_races/markings_vaurcae.dmi new file mode 100644 index 00000000000..e468e6a27dc Binary files /dev/null and b/icons/mob/human_races/markings_vaurcae.dmi differ