Tough boy fluff stuff (Opie goggles + 2 special offer general loadout items)

-Adds the approved fluff goggles https://forum.vore-station.net/viewtopic.php?f=26&t=1073
-Also adds general use metal necklace thingy and a colorable headband for loadout selection.
This commit is contained in:
Verkister
2017-09-06 15:55:16 +03:00
parent b0309c344c
commit 3bd672954d
7 changed files with 55 additions and 2 deletions

View File

@@ -51,3 +51,8 @@
display_name = "KH Life Crystal"
path = /obj/item/weapon/storage/box/khcrystal
description = "A small necklace device that will notify an offsite cloning facility should you expire after activating it."
/datum/gear/accessory/tronket
display_name = "Metal necklace"
description = "A shiny steel chain with a vague metallic object dangling off it."
path = /obj/item/clothing/accessory/tronket

View File

@@ -1,3 +1,11 @@
/*/datum/gear/head/cap/sol
display_name = "cap, sol"
path = /obj/item/clothing/head/soft/sol*/
path = /obj/item/clothing/head/soft/sol*/
/datum/gear/head/headbando
display_name = "Basic Headband"
path = /obj/item/clothing/head/fluff/headbando
/datum/gear/head/headbando/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)

View File

@@ -1468,4 +1468,15 @@ Departamental Swimsuits, for general use
icon_state = "sfjacket"
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "sfjacket_mob"
item_state = "sfjacket_mob"
//General use
/obj/item/clothing/head/fluff/headbando
name = "basic headband"
desc = "Perfect for martial artists, sweaty rogue operators, and tunnel gangsters."
icon = 'icons/vore/custom_items_vr.dmi'
icon_state = "headbando"
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "headbando"

View File

@@ -996,6 +996,30 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie
item_state_slots = list(slot_r_hand_str = "glasses", slot_l_hand_str = "glasses")
item_flags = AIRTIGHT
//verkister: Opie Eggbert - Spiffy fluff goggles
/obj/item/clothing/glasses/spiffygogs
name = "Chad Goggles"
desc = "You can almost feel the raw power radiating off these strange specs."
icon = 'icons/vore/custom_items_vr.dmi'
icon_override = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "spiffygogs"
item_state_slots = list(slot_r_hand_str = "glasses", slot_l_hand_str = "glasses")
toggleable = 1
off_state = "spiffygogsup"
//General use
/obj/item/clothing/accessory/tronket
name = "metal necklace"
desc = "A shiny steel chain with a vague metallic object dangling off it."
w_class = ITEMSIZE_SMALL
icon = 'icons/vore/custom_items_vr.dmi'
icon_override = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "tronket"
item_state = "tronket"
overlay_state = "tronket"
slot_flags = SLOT_TIE
slot = "over"
//The perfect adminboos device?
/obj/item/device/perfect_tele
name = "personal translocator"

View File

@@ -622,6 +622,11 @@ character_name: Cameron Eggbert
item_path: /obj/item/weapon/disk/limb/eggnerdltd
}
{
ckey: verkister
character_name: Opie Eggbert
item_path: /obj/item/clothing/glasses/spiffygogs
}
{
ckey: virgo113
character_name: Verin Raharra
item_path: /obj/item/clothing/suit/storage/hazardvest/fluff/verin

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 45 KiB