154 lines
4.5 KiB
Plaintext
154 lines
4.5 KiB
Plaintext
/datum/gear/donator/backpack
|
|
handle_post_equip = TRUE
|
|
|
|
/datum/gear/donator/backpack/pet
|
|
name = "Pet Beacon"
|
|
path = /obj/item/choice_beacon/pet
|
|
ckeywhitelist = list()
|
|
donator_group_id = DONATOR_GROUP_TIER_1 // can be accessed by all donators
|
|
|
|
/datum/gear/donator/backpack/carpet
|
|
name = "Carpet Beacon"
|
|
path = /obj/item/choice_beacon/box/carpet
|
|
ckeywhitelist = list()
|
|
donator_group_id = DONATOR_GROUP_TIER_1
|
|
|
|
/datum/gear/donator/backpack/donortestingbikehorn
|
|
name = "Donor item testing bikehorn"
|
|
path = /obj/item/bikehorn
|
|
geargroupID = list("DONORTEST") //This is a list mainly for the sake of testing, but geargroupID works just fine with ordinary strings
|
|
|
|
/datum/gear/donator/backpack/kevhorn
|
|
name = "Airhorn"
|
|
path = /obj/item/bikehorn/airhorn
|
|
ckeywhitelist = list("kevinz000")
|
|
|
|
/datum/gear/donator/backpack/treeplushie
|
|
name = "Christmas tree plushie"
|
|
path = /obj/item/toy/plush/tree
|
|
ckeywhitelist = list("illotafv")
|
|
|
|
/datum/gear/donator/backpack/carrotplush
|
|
name = "Carrot plushie"
|
|
path = /obj/item/toy/plush/carrot
|
|
ckeywhitelist = list("improvedname")
|
|
|
|
/datum/gear/donator/backpack/russianflask
|
|
name = "Russian flask"
|
|
path = /obj/item/reagent_containers/food/drinks/flask/russian
|
|
cost = 2
|
|
ckeywhitelist = list("slomka")
|
|
|
|
/datum/gear/donator/backpack/AM4B
|
|
name = "Foam Force AM4-B"
|
|
path = /obj/item/gun/ballistic/automatic/AM4B
|
|
ckeywhitelist = list("zeronetalpha")
|
|
|
|
/datum/gear/donator/backpack/torisword
|
|
name = "Rainbow Zweihander"
|
|
path = /obj/item/dualsaber/hypereutactic/toy/rainbow
|
|
ckeywhitelist = list("annoymous35")
|
|
|
|
/datum/gear/donator/backpack/darksabre
|
|
name = "Dark Sabre"
|
|
path = /obj/item/toy/darksabre
|
|
ckeywhitelist = list("inferno707")
|
|
|
|
/datum/gear/donator/backpack/darksabresheath
|
|
name = "Dark Sabre Sheath"
|
|
path = /obj/item/storage/belt/sabre/darksabre
|
|
ckeywhitelist = list("inferno707")
|
|
|
|
/datum/gear/donator/backpack/toriball
|
|
name = "Rainbow Tennis Ball"
|
|
path = /obj/item/toy/fluff/tennis_poly/tri/squeak/rainbow
|
|
ckeywhitelist = list("annoymous35")
|
|
|
|
/datum/gear/donator/backpack/izzyball
|
|
name = "Katlin's Ball"
|
|
path = /obj/item/toy/fluff/tennis_poly/tri/squeak/izzy
|
|
ckeywhitelist = list("izzyinbox")
|
|
|
|
/datum/gear/donator/backpack/steelflask
|
|
name = "Steel Flask"
|
|
path = /obj/item/reagent_containers/food/drinks/flask/steel
|
|
cost = 2
|
|
ckeywhitelist = list("nik707")
|
|
|
|
/datum/gear/donator/backpack/cloakce
|
|
name = "Polychromic CE Cloak"
|
|
path = /obj/item/clothing/neck/cloak/polychromic/polyce
|
|
ckeywhitelist = list("worksbythesea", "blakeryan")
|
|
loadout_flags = LOADOUT_CAN_COLOR_POLYCHROMIC
|
|
loadout_initial_colors = list("#808080", "#8CC6FF", "#FF3535")
|
|
|
|
/datum/gear/donator/backpack/ssk
|
|
name = "Stun Sword Kit"
|
|
path = /obj/item/ssword_kit
|
|
ckeywhitelist = list("phillip458")
|
|
|
|
/datum/gear/donator/backpack/techcoat
|
|
name = "Techomancers Labcoat"
|
|
path = /obj/item/clothing/suit/toggle/labcoat/mad/techcoat
|
|
ckeywhitelist = list("wilchen")
|
|
|
|
/datum/gear/donator/backpack/leechjar
|
|
name = "Jar of Leeches"
|
|
path = /obj/item/custom/leechjar
|
|
ckeywhitelist = list("sgtryder")
|
|
|
|
/datum/gear/donator/backpack/darkarmor
|
|
name = "Dark Armor"
|
|
path = /obj/item/clothing/suit/armor/vest/darkcarapace
|
|
ckeywhitelist = list("inferno707")
|
|
|
|
/datum/gear/donator/backpack/flagcape
|
|
name = "US Flag Cape"
|
|
path = /obj/item/clothing/neck/flagcape
|
|
ckeywhitelist = list("darnchacha")
|
|
|
|
/datum/gear/donator/backpack/luckyjack
|
|
name = "Lucky Jackboots"
|
|
path = /obj/item/clothing/shoes/lucky
|
|
ckeywhitelist = list("spiralwithin")
|
|
|
|
/datum/gear/donator/backpack/m41
|
|
name = "Toy M41"
|
|
path = /obj/item/toy/gun/m41
|
|
ckeywhitelist = list("thalverscholen")
|
|
|
|
/datum/gear/donator/backpack/fritzplush
|
|
name = "Fritz Plushie"
|
|
path = /obj/item/toy/plush/mammal/dog/fritz
|
|
ckeywhitelist = list("analwerewolf")
|
|
|
|
/datum/gear/donator/backpack/borgplush
|
|
name = "Robot Plush"
|
|
path = /obj/item/toy/plush/borgplushie
|
|
ckeywhitelist = list("nicholaiavenicci")
|
|
|
|
/datum/gear/donator/backpack/cosmos
|
|
name = "cosmic space bedsheet"
|
|
path = /obj/item/bedsheet/cosmos
|
|
ckeywhitelist = list("grunnyyy")
|
|
|
|
/datum/gear/donator/backpack/customskirt
|
|
name = "custom atmos skirt"
|
|
path = /obj/item/clothing/under/custom/customskirt
|
|
ckeywhitelist = list("thakyz")
|
|
|
|
/datum/gear/donator/backpack/strangemask
|
|
name = "Strange Metal Mask"
|
|
path = /obj/item/clothing/mask/breath/mmask
|
|
ckeywhitelist = list("sneka")
|
|
|
|
/datum/gear/donator/backpack/mgasmask
|
|
name = "Military Gas Mask"
|
|
path = /obj/item/clothing/mask/gas/military
|
|
ckeywhitelist = list("unclebourbon")
|
|
|
|
/datum/gear/donator/backpack/pokerchips
|
|
name = "pokerchip set"
|
|
path = /obj/item/storage/box/pockerchips
|
|
ckeywhitelist = list("greed2323")
|