mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-17 19:23:21 +01:00
Updates fluff item lists
This commit is contained in:
@@ -1811,3 +1811,41 @@ Departamental Swimsuits, for general use
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
slot = ACCESSORY_SLOT_OVER
|
||||
|
||||
//General definition for bracer items. No icons.
|
||||
/obj/item/clothing/accessory/bracer
|
||||
name = "bracer"
|
||||
desc = "A bracer."
|
||||
icon_state = null
|
||||
item_state = null
|
||||
icon_override = null
|
||||
slot_flags = SLOT_GLOVES | SLOT_TIE
|
||||
w_class = ITEMSIZE_SMALL
|
||||
slot = ACCESSORY_SLOT_ARMBAND
|
||||
|
||||
//AegisOA:Xander Bevin
|
||||
//WanderingDeviant:S'thasha Tavakdavi
|
||||
/obj/item/clothing/accessory/bracer/fluff/xander_sthasha
|
||||
name = "Plasteel Bracer"
|
||||
desc = "A sturdy arm-guard of polished plasteel that sports gold trimming, silver tribal-looping etchings, and a single cut diamond set into its side. Attached to one's forearm with a small, magnetic clasp."
|
||||
icon = 'icons/vore/custom_items_vr.dmi'
|
||||
icon_state = "bracer_xander_sthasha"
|
||||
icon_override = 'icons/vore/custom_onmob_vr.dmi'
|
||||
item_state = "bracer_xander_sthasha"
|
||||
|
||||
/obj/item/clothing/accessory/bracer/fluff/xander_sthasha/digest_act(var/atom/movable/item_storage = null)
|
||||
return FALSE
|
||||
|
||||
/obj/item/clothing/accessory/bracer/fluff/xander_sthasha/gurgle_contaminate(var/atom/movable/item_storage = null)
|
||||
return FALSE
|
||||
|
||||
//Heroman3003:Lauren Zackson
|
||||
/obj/item/clothing/accessory/collar/fluff/goldenstring
|
||||
name = "golden string"
|
||||
desc = "It appears to just be a length of gold-colored string attached to a simple plastic clasp, meant to be worn around the neck"
|
||||
icon = 'icons/vore/custom_items_vr.dmi'
|
||||
icon_override = 'icons/vore/custom_onmob_vr.dmi'
|
||||
icon_state = "goldenstring"
|
||||
item_state = "goldenstring"
|
||||
w_class = ITEMSIZE_TINY
|
||||
slot_flags = SLOT_TIE
|
||||
@@ -1998,4 +1998,13 @@
|
||||
name = "gold-trimmed hypospray"
|
||||
desc = "A gold-trimmed MKII hypospray. The name 'Kenzie Houser' is engraved on the side."
|
||||
icon = 'icons/vore/custom_items_vr.dmi'
|
||||
icon_state = "kenziehypo"
|
||||
icon_state = "kenziehypo"
|
||||
|
||||
//Semaun - Viktor Solothurn
|
||||
/obj/item/weapon/reagent_containers/food/drinks/flask/vacuumflask/fluff/viktor
|
||||
name = "flask of expensive alcohol"
|
||||
desc = "A standard vacuum-flask filled with good and expensive drink."
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/flask/vacuumflask/fluff/viktor/Initialize()
|
||||
..()
|
||||
reagents.add_reagent("pwine", 60)
|
||||
@@ -60,6 +60,12 @@ character_name: Lethe
|
||||
item_path: /obj/item/clothing/head/helmet/hos/fluff/lethe
|
||||
}
|
||||
|
||||
{
|
||||
ckey: aegisoa
|
||||
character_name: Xander Bevin
|
||||
item_path: /obj/item/clothing/accessory/bracer/fluff/xander_sthasha
|
||||
}
|
||||
|
||||
{
|
||||
ckey: argobargsoup
|
||||
character_name: Lynn Shady
|
||||
@@ -262,6 +268,18 @@ item_path: /obj/item/weapon/implanter/reagent_generator/eldi
|
||||
}
|
||||
|
||||
# ######## H CKEYS
|
||||
{
|
||||
ckey: heroman3003
|
||||
character_name: Lauren Zackson
|
||||
item_path: /obj/item/clothing/accessory/medal/conduct
|
||||
}
|
||||
|
||||
{
|
||||
ckey: heroman3003
|
||||
character_name: Lauren Zackson
|
||||
item_path: /obj/item/clothing/accessory/collar/fluff/goldenstring
|
||||
}
|
||||
|
||||
{
|
||||
ckey: hottokeeki
|
||||
character_name: Belle Day
|
||||
@@ -556,6 +574,12 @@ item_path: /obj/item/clothing/suit/security/navyhos
|
||||
req_access: 58
|
||||
}
|
||||
|
||||
{
|
||||
ckey: mr_signmeup
|
||||
character_name: Daniel Fisher
|
||||
item_path: /obj/item/clothing/accessory/medal/conduct
|
||||
}
|
||||
|
||||
# ######## N CKEYS
|
||||
{
|
||||
ckey: natje
|
||||
@@ -648,6 +672,12 @@ character_name: Joseph Skinner
|
||||
item_path: /obj/item/clothing/under/rank/security/fluff/formalsec
|
||||
}
|
||||
|
||||
{
|
||||
ckey: semaun
|
||||
character_name: Viktor Solothurn
|
||||
item_path: /obj/item/weapon/reagent_containers/food/drinks/flask/vacuumflask/fluff/viktor
|
||||
}
|
||||
|
||||
{
|
||||
ckey: scree
|
||||
character_name: Scree
|
||||
@@ -869,6 +899,12 @@ item_path: /obj/item/clothing/mask/gas/sexymime
|
||||
}
|
||||
|
||||
# ######## W CKEYS
|
||||
{
|
||||
ckey: wanderingdeviant
|
||||
character_name: S'thasha Tavakdavi
|
||||
item_path: /obj/item/clothing/accessory/bracer/fluff/xander_sthasha
|
||||
}
|
||||
|
||||
{
|
||||
ckey: werebear
|
||||
character_name: Silas Newton
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 53 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.9 KiB |
Reference in New Issue
Block a user