66 lines
2.7 KiB
Plaintext
66 lines
2.7 KiB
Plaintext
/datum/bounty/item/mining/goliath_steaks
|
|
name = "Lava-Cooked Goliath Steaks"
|
|
description = "Admiral Pavlov has gone on hunger strike ever since the canteen started serving only monkey and monkey byproducts. She is demanding lava-cooked Goliath steaks."
|
|
reward = 5000
|
|
required_count = 3
|
|
wanted_types = list(/obj/item/reagent_containers/food/snacks/meat/steak/goliath)
|
|
|
|
/datum/bounty/item/mining/goliath_boat
|
|
name = "Goliath Hide Boat"
|
|
description = "Commander Menkov wants to participate in the annual Lavaland Regatta. He is asking your shipwrights to build the swiftest boat known to man."
|
|
reward = 5500
|
|
wanted_types = list(/obj/vehicle/ridden/lavaboat)
|
|
|
|
/datum/bounty/item/mining/bone_oar
|
|
name = "Bone Oars"
|
|
description = "Commander Menkov requires oars to participate in the annual Lavaland Regatta. Ship a pair over."
|
|
reward = 2000
|
|
required_count = 2
|
|
wanted_types = list(/obj/item/oar)
|
|
|
|
/datum/bounty/item/mining/bone_axe
|
|
name = "Bone Axe"
|
|
description = "Station 12 has had their fire axes stolen by marauding clowns. Ship them a bone axe as a replacement."
|
|
reward = 3500
|
|
wanted_types = list(/obj/item/twohanded/fireaxe/boneaxe)
|
|
|
|
/datum/bounty/item/mining/bone_armor
|
|
name = "Bone Armor"
|
|
description = "Station 14 has volunteered their lizard crew for ballistic armor testing. Ship over some bone armor."
|
|
reward = 2000
|
|
wanted_types = list(/obj/item/clothing/suit/armor/bone)
|
|
|
|
/datum/bounty/item/mining/skull_helmet
|
|
name = "Skull Helmet"
|
|
description = "Station 42's Head of Security has her birthday tomorrow! We want to suprise her with a fashionable skull helmet."
|
|
reward = 2000
|
|
wanted_types = list(/obj/item/clothing/head/helmet/skull)
|
|
|
|
/datum/bounty/item/mining/bone_talisman
|
|
name = "Bone Talismans"
|
|
description = "Station 14's Research Director claims that pagan bone talismans protect their wearer. Ship them a few so they can start testing."
|
|
reward = 3500
|
|
required_count = 3
|
|
wanted_types = list(/obj/item/clothing/accessory/talisman)
|
|
|
|
/datum/bounty/item/mining/bone_dagger
|
|
name = "Bone Daggers"
|
|
description = "Central Command's canteen is undergoing budget cuts. Ship over some bone daggers so our Chef can keep working."
|
|
reward = 1000
|
|
required_count = 3
|
|
wanted_types = list(/obj/item/kitchen/knife/combat/bone)
|
|
|
|
/datum/bounty/item/mining/basalt
|
|
name = "Artificial Basalt Tiles"
|
|
description = "Central Command's Ash Walker exhibit needs to be expanded again, we just need some more basalt flooring."
|
|
reward = 2200
|
|
required_count = 60
|
|
wanted_types = list(/obj/item/stack/tile/basalt)
|
|
|
|
/datum/bounty/item/mining/fruit
|
|
name = "Cactus Fruit"
|
|
description = "Central Command's Ash Walker habitat needs more fauna, send us some local fruit seeds!"
|
|
reward = 1000
|
|
required_count = 1
|
|
wanted_types = list(/obj/item/seeds/lavaland/cactus)
|