mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-21 21:10:47 +01:00
d74671cb10
Some little adjustments and additions, to xeno arch and maint with the holo parasite being more of a tarot deck. And added all organ autosurgeons with now, plushies!
82 lines
3.4 KiB
Plaintext
82 lines
3.4 KiB
Plaintext
GLOBAL_LIST_INIT(bas_artifact,list( /obj/item/kitchen/fork=1,
|
|
/obj/item/kitchen/knife=1,
|
|
/obj/item/toy/gun=1,
|
|
/obj/item/toy/sword=1,
|
|
/obj/item/toy/cards/deck=1,
|
|
/obj/item/shield/riot/roman/fake=1,
|
|
/obj/item/trash/plate=1,
|
|
/obj/item/extendohand=1,
|
|
/obj/item/toy/plush/random=1,
|
|
/obj/item/clothing/head/condom=1,
|
|
/obj/item/ancientartifact/useless=11
|
|
))
|
|
|
|
GLOBAL_LIST_INIT(adv_artifact,list( /obj/item/shield/riot/roman=1,
|
|
/obj/item/shield/riot/tower=1,
|
|
/obj/item/toy/figure/miner=1,
|
|
/obj/item/stack/telecrystal=1,
|
|
/obj/item/sharpener=1,
|
|
/obj/item/switchblade=1,
|
|
/obj/item/laser_pointer=1,
|
|
/obj/item/instrument/piano_synth=1,
|
|
/obj/item/megaphone=1,
|
|
/obj/item/storage/backpack/satchel/bone=1,
|
|
/obj/item/clothing/accessory/talisman=1,
|
|
/obj/item/clothing/accessory/skullcodpiece=1,
|
|
/obj/item/clothing/gloves/bracer=1,
|
|
/obj/item/clothing/suit/hooded/cloak/goliath=1,
|
|
/obj/item/kitchen/knife/ritual=1,
|
|
/obj/item/clockwork/slab=1,
|
|
/obj/item/gun/ballistic/shotgun/boltaction=1,
|
|
/obj/item/reagent_containers/pill/floorpill=1,
|
|
/obj/item/survivalcapsule/luxury=1,
|
|
/obj/item/slime_extract/grey=1,
|
|
/obj/item/ancientartifact/useless=5,
|
|
/obj/item/ancientartifact/faunafossil=10,
|
|
/obj/item/ancientartifact/florafossil=10
|
|
))
|
|
|
|
GLOBAL_LIST_INIT(ult_artifact,list( /obj/item/nuke_core/supermatter_sliver=1,
|
|
/obj/item/storage/belt/sabre/rapier=1,
|
|
/obj/item/guardiancreator=1,
|
|
/obj/item/flashlight/emp=1,
|
|
/obj/item/encryptionkey/binary=1,
|
|
/obj/item/gun/medbeam=1,
|
|
/obj/item/storage/box/syndie_kit/imp_storage=1,
|
|
/obj/item/pen/edagger=1,
|
|
/obj/item/melee/transforming/energy/sword/pirate=1,
|
|
/obj/item/storage/box/syndie_kit/chameleon=1,
|
|
/obj/item/clothing/glasses/phantomthief/syndicate=1,
|
|
/obj/item/organ/brain/alien=1,
|
|
/obj/item/organ/alien/plasmavessel/large/queen=1,
|
|
/obj/item/organ/alien/plasmavessel/small=1,
|
|
/obj/item/melee/baton/stunsword=1,
|
|
/obj/item/grenade/clusterbuster/cleaner=1,
|
|
/obj/item/clothing/gloves/combat=1,
|
|
/obj/item/storage/toolbox/syndicate=1,
|
|
/obj/item/storage/toolbox/brass/prefilled/ratvar=1,
|
|
/obj/item/stack/sheet/mineral/abductor=1,
|
|
/obj/item/clothing/suit/space/hardsuit/syndi=1,
|
|
/obj/item/gun/ballistic/automatic/pistol/antitank/syndicate=1,
|
|
/obj/item/survivalcapsule/deluxe=1,
|
|
/obj/item/dice/d20/fate/one_use=1,
|
|
/obj/item/healthanalyzer/rad_laser=1,
|
|
/obj/item/clothing/suit/hooded/cloak/drake=1,
|
|
/obj/item/crowbar/abductor=1,
|
|
/obj/item/screwdriver/abductor=1,
|
|
/obj/item/weldingtool/abductor=1,
|
|
/obj/item/wirecutters/abductor=1,
|
|
/obj/item/wrench/abductor=1,
|
|
/obj/item/multitool/abductor=1,
|
|
/obj/item/scalpel/alien=1,
|
|
/obj/item/hemostat/alien=1,
|
|
/obj/item/retractor/alien=1,
|
|
/obj/item/circular_saw/alien=1,
|
|
/obj/item/surgicaldrill/alien=1,
|
|
/obj/item/cautery/alien=1,
|
|
/obj/item/compressionkit=1,
|
|
/obj/item/circuitboard/machine/plantgenes/vault=1,
|
|
/obj/item/disk/design_disk/golem_shell=1,
|
|
/obj/item/disk/tech_disk/illegal=1
|
|
))
|