Files
Aurora.3/code/modules/cargo/bounties/bot.dm
Doxxmedearly a23d9417fd Better Bounties (#9381)
rscadd: "Added new cargo bounties."
    rscadd: "Adjusted cargo bounties. Reward amounts are semi-randomized, as is the number of required items for some bounties. The types of bounties that appear are more randomized."
    tweak: "Altered some bounty descriptions."
    tweak: "Any food that has bites taken out of it will no longer count for the related bounty."
    tweak: "More types of pies, muffins, and kabobs should now count for their respective bounties."
    tweak: "Further adjusted cargo warehouse spawns."
2020-07-21 17:27:37 +03:00

50 lines
1.7 KiB
Plaintext

/datum/bounty/item/bot/cleanbot
name = "Cleanbot"
description = "There has been a incident out our crusher which resulted in the tragic death of multiple cleanbots. Ship a few replacements."
reward_low = 2700
reward_high = 3700
required_count = 3
wanted_types = list(/mob/living/bot/cleanbot)
/datum/bounty/item/bot/secbot
name = "Secbot"
description = "To revitalise the residential zones on the %DOCKSHORT, management has decided to increase the security presence. Ship us a few security bots."
reward_low = 4000
reward_high = 4500
required_count = 2
wanted_types = list(/mob/living/bot/secbot)
/datum/bounty/item/bot/ed209
name = "ED 209"
description = "To increase the security presence at our checkpoints we need a couple of ED209s."
reward_low = 8500
reward_high = 9500
required_count = 2
wanted_types = list(/mob/living/bot/secbot/ed209)
/datum/bounty/item/bot/farmbot
name = "Farmbot"
description = "After a k'ois incident multiple botanists were hospitalized. Provide a few farmbots to handle their duties while they recover."
reward_low = 3700
reward_high = 4300
required_count = 3
random_count = 1
wanted_types = list(/mob/living/bot/farmbot)
/datum/bounty/item/bot/floorbot
name = "Floorbot"
description = "We need a few floorbots to assist our engineers in expanding some offices."
reward_low = 4000
reward_high = 4500
required_count = 4
random_count = 1
wanted_types = list(/mob/living/bot/floorbot)
/datum/bounty/item/bot/medbot
name = "Medbot"
description = "We were unable to recruit a sufficient number of qualified medical professionals this month. Ship us a few medbots to fill the void."
reward_low = 5500
reward_high = 6000
required_count = 2
wanted_types = list(/mob/living/bot/medbot)