fluff for Deathy and preparation for custom mech skins

Signed-off-by: izac112 <izac10@live.com>
This commit is contained in:
izac112
2017-05-03 18:40:49 +02:00
parent ad83ed0a42
commit 7e748547d1
7 changed files with 56 additions and 6 deletions

View File

@@ -37,7 +37,7 @@
name = "Samantha's Kit"
desc = "A kit containing Samantha's equipment."
has_items = list(
/obj/item/clothing/under/utility/fluff/sam_bodysuit,
/obj/item/clothing/under/color/grey/fluff/sam_bodysuit,
/obj/item/clothing/gloves/sterile/latex/fluff/sam_gloves,
/obj/item/clothing/shoes/boots/jackboots/fluff/sam_boots)
@@ -109,4 +109,15 @@
desc = "A kit containing Melissa's equipment."
has_items = list(
/obj/item/weapon/flame/lighter/zippo/fluff/edgy_zippo,
/obj/item/clothing/under/rank/security/fluff/melissa_uniform)
/obj/item/clothing/under/rank/security/corp/fluff/melissa_uniform)
// *******
// Deathty
// *******
/obj/item/weapon/storage/box/fluff/art
name = "Arthur's kit"
desc = "A kit containing Arthur's equipment."
has_items = list(
/obj/item/device/modkit_conversion/fluff/art_hos_kit,
/obj/item/clothing/under/color/grey/fluff/art_uniform)

View File

@@ -409,7 +409,7 @@
//Sammantha Quzix
/obj/item/clothing/under/utility/fluff/sam_bodysuit
/obj/item/clothing/under/color/grey/fluff/sam_bodysuit
name = "Mech Pilot Bodysuit"
desc = "A black white and blue bodysuit made of reinforced materials. It clings tightly to its wearers body."
icon = 'icons/vore/custom_clothes_yw.dmi'
@@ -592,10 +592,34 @@
//Melissa Krutz
/obj/item/clothing/under/rank/security/fluff/melissa_uniform
/obj/item/clothing/under/rank/security/corp/fluff/melissa_uniform
name = "Combat Uniform"
desc = "A tactical jacket with, not so tactical short-skirt, combat ready and provides small amount of protection equivalent to security uniform."
icon = 'icons/vore/custom_clothes_yw.dmi'
icon_state = "mel"
icon_override = 'icons/vore/custom_clothes_yw.dmi'
item_state = "mel"
item_state = "mel"
// *******
// Deathty
// *******
//Arthur Schutz
/obj/item/clothing/under/color/grey/fluff/art_uniform
name = "SecCom Uniform"
desc = "A standard issue SifGuard uniform for every military officer. Made from advanced fabrics which provide both the physical security and the fashionable security of it's wearer. They are designed with both purposes of utility work and formal work. This uniform has a couple of additional badges on the torso along with the nametag with 'A. Schutz' engraved onto it."
icon = 'icons/vore/custom_clothes_yw.dmi'
icon_state = "sifguard_fox_s"
icon_override = 'icons/vore/custom_clothes_yw.dmi'
item_state = "sifguard_fox"
/obj/item/clothing/suit/storage/vest/hoscoat/art_hos
name = "SecCom Jacket"
desc = "A SifGuard fleet command jacket often worn by higher ranking SifGuard officers. Comes with an advanced microcarbon fabric which appears like any other fine fabric from a distance along with special ballistic weave enhancements under the fabric with improved fiberglass plates by the torso regions. This specific jacket has the symbol of the Lieutenant rank on each shoulder and above it the writting 'A. Schutz'"
icon = 'icons/vore/custom_clothes_yw.dmi'
icon_state = "sifguardjacket_fox"
icon_override = 'icons/vore/custom_clothes_yw.dmi'
icon_badge = "sifguardjacket_fox"
icon_nobadge = "sifguardjacket_fox"

View File

@@ -102,4 +102,18 @@
name = "Zippo"
desc = "A custom made zippo lighter with word 'Mel' engraved in white font on the bottom right corner. It's black, with red lines around the edges."
icon = 'icons/vore/custom_items_yw.dmi'
icon_state = "melzippo"
icon_state = "melzippo"
// *******
// Deathty
// *******
/obj/item/device/modkit_conversion/fluff/art_hos_kit
name = "Arthur's modkit"
desc = "A kit containing all the needed tools and parts to modify a Head of security armored coat."
icon = 'icons/vore/custom_items_vr.dmi'
icon_state = "modkit"
from_suit = /obj/item/clothing/suit/storage/vest/hoscoat
to_suit = /obj/item/clothing/suit/storage/vest/hoscoat/art_hos

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

View File

@@ -2336,6 +2336,7 @@
#include "code\modules\vore\fluffstuff\custom_items_vr.dm"
#include "code\modules\vore\fluffstuff\custom_items_yw.dm"
#include "code\modules\vore\fluffstuff\custom_mecha_vr.dm"
#include "code\modules\vore\fluffstuff\custom_mecha_yw.dm"
#include "code\modules\vore\fluffstuff\custom_permits_vr.dm"
#include "code\modules\vore\fluffstuff\MadokaSpear.dm"
#include "code\modules\vore\fluffstuff\nazirus_yw.dm"