diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm
index d2685fa424f..b08f4224006 100644
--- a/code/modules/vore/fluffstuff/custom_boxes_vr.dm
+++ b/code/modules/vore/fluffstuff/custom_boxes_vr.dm
@@ -68,9 +68,15 @@
name = "Federation Officer's Kit"
desc = "A care package for every serving Federation officer serving away from the Federation."
has_items = list(
- /obj/item/clothing/gloves/white,
- /obj/item/device/radio/headset/heads/captain,
- /obj/item/weapon/storage/backpack/satchel,
- /obj/item/clothing/suit/storage/fluff/fedcoat,
+ /obj/item/clothing/accessory/holster/hip,
+ /obj/item/clothing/suit/storage/fluff/fedcoat/fedcapt,
/obj/item/weapon/card/id/gold/fluff/joanbadge,
- /obj/item/weapon/card/id/captains_spare)
+ /obj/item/weapon/gun/energy/gun/fluff/dominator,
+ /obj/item/clothing/suit/armor/det_suit,)
+
+//Razerwing:Archer Maximus
+/obj/item/weapon/storage/box/fluff/archermaximus
+ desc = "Personal Effects"
+ has_items = list(
+ /obj/item/fluff/permit/archermaximus,
+ /obj/item/weapon/gun/projectile/colt/fluff/archercolt)
diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm
index 39a4f980c9a..025d9c03c78 100644
--- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm
+++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm
@@ -104,6 +104,17 @@
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "joannightgown"
+//Vorrarkul:Lucina Dakarim
+/obj/item/clothing/under/dress/fluff/lucinadress
+ name = "Elegant Purple Dress"
+ desc = "An expertly tailored dress, made out of fine fabrics. The interwoven necklace appears to be made out of gold, with three complicated symbols engraved in the front."
+
+ icon = 'icons/vore/custom_clothes_vr.dmi'
+ icon_state = "solara_dress"
+
+ icon_override = 'icons/mob/uniform.dmi'
+ item_state = "solara_dress"
+
//For general use
/obj/item/clothing/suit/armor/hos/fluff/brittrenchcoat
name = "Britania Trench Coat"
@@ -220,6 +231,17 @@
item_state = "gogblue"
*/
+//wickedtemp:chakat tempest
+/obj/item/clothing/glasses/hud/health/fluff/wickedtemphud
+ name = "Purple MedHUD"
+ desc = "A standard Medical HUD, only this one is colored purple with a violet lens."
+
+ icon = 'icons/vore/custom_clothes_vr.dmi'
+ icon_state = "healthhud"
+
+ icon_override = 'icons/vore/custom_clothes_vr.dmi'
+ item_state = "healthhud"
+
//For general use
/obj/item/clothing/accessory/fluff/smilepin
name = "Smiley Pin"
diff --git a/code/modules/vore/fluffstuff/custom_guns_vr.dm b/code/modules/vore/fluffstuff/custom_guns_vr.dm
index 9922686901b..9a413e26616 100644
--- a/code/modules/vore/fluffstuff/custom_guns_vr.dm
+++ b/code/modules/vore/fluffstuff/custom_guns_vr.dm
@@ -263,6 +263,11 @@
item_state = "clockworkrifle"
item_icons = null
+//Razerwing:Archer Maximus
+/obj/item/weapon/gun/projectile/colt/fluff/archercolt
+ name = "MEUSOC 45"
+ desc = "Some serious drywall work, coming up!"
+
//////////////////// Energy Weapons ////////////////////
//arokha:Aronai Kadigan
/obj/item/weapon/gun/energy/gun/fluff/aro
diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm
index 00490cafa28..cccbb3de828 100644
--- a/code/modules/vore/fluffstuff/custom_items_vr.dm
+++ b/code/modules/vore/fluffstuff/custom_items_vr.dm
@@ -110,6 +110,11 @@
icon = 'icons/vore/custom_items_vr.dmi'
icon_state = "pda-joan"
+//Vorrarkul:Lucina Dakarim
+/obj/item/device/pda/heads/hos/fluff/lucinapda
+ icon = 'icons/vore/custom_items_vr.dmi'
+ icon_state = "pda-lucina"
+
//john.wayne9392:Harmony Prechtl
/obj/item/device/modkit_conversion/fluff/harmonyspace
name = "Harmony's captain space suit modkit"
diff --git a/code/modules/vore/fluffstuff/custom_permits_vr.dm b/code/modules/vore/fluffstuff/custom_permits_vr.dm
index 8d8ada29093..a71350da4fb 100644
--- a/code/modules/vore/fluffstuff/custom_permits_vr.dm
+++ b/code/modules/vore/fluffstuff/custom_permits_vr.dm
@@ -113,3 +113,12 @@
The individual named above is licensed by the Nanotrasen Department of Civil Protection to carry one stun revolver.
This license expires on 30/March/2561 and must be renewed by CentCom prior to this date."}
+//Razerwing:Archer Maximus
+/obj/item/fluff/permit/archermaximus
+ name = "Archer Maximus's MEUSOC 45 Permit"
+ desc = {"
+ NAME: FArcher Maximus | RACE: Human | HOMEWORLD: Charybdis
+ DOB: 04/18/2521 | HEIGHT: 172.7cm | SEX: female
+
+ The individual named above is licensed by the Nanotrasen Department of Civil Protection to openly carry a MEUSOC 45. CONDITIONS.
+ This license expires on 31/May/2561 and must be renewed by CentCom prior to this date."}
diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi
index 1a8a242b8ba..21931b0d1b0 100644
Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ