mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-30 08:32:39 +01:00
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
//GeneralPantsu
|
|
|
|
/obj/item/weapon/storage/box/fluff/amara
|
|
name = "Amara's Kit"
|
|
desc = "A kit containing Amara's equipment."
|
|
has_items = list(
|
|
/obj/item/clothing/suit/storage/fluff/fedcoat/Amaracoat,
|
|
/obj/item/clothing/head/beret/Amaraberet,
|
|
/obj/item/clothing/gloves/fluff/Amaragloves,
|
|
/obj/item/weapon/flame/lighter/zippo/fluff/bloodzippo,
|
|
/obj/item/clothing/under/fluff/amara_faell_4,
|
|
/obj/item/clothing/shoes/dutyboots/fluff/amara_faell_5,
|
|
/obj/item/clothing/accessory/collar/fluff/amara_collar)
|
|
|
|
//The god himself
|
|
|
|
/obj/item/weapon/storage/box/fluff/madoka
|
|
name = "Madoka's Spear Case"
|
|
desc = "A case containing Madoka's equipment."
|
|
has_items = list(
|
|
/obj/item/weapon/oldtwohanded/spear/fluff/madoka_koto_1)
|
|
|
|
//JohnWolf135
|
|
|
|
/obj/item/weapon/storage/box/fluff/rosetta
|
|
name = "Rosetta's kit"
|
|
desc = "A kit containing Rosetta's equipment."
|
|
has_items = list(
|
|
/obj/item/clothing/under/fluff/Rosetta)
|
|
|
|
/obj/item/weapon/storage/box/fluff/John
|
|
name = "John's kit"
|
|
desc = "A kit containing John's equipment."
|
|
has_items = list(
|
|
/obj/item/clothing/under/fluff/John) |