From 6e692180ca51b700b2a7daaede8aca0ae9398091 Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Sat, 16 Dec 2023 11:23:35 +0300 Subject: [PATCH] 9 new cargo bounties (#22579) * add content * 9 * warm 6000 * food -> meat food * swap lamps task to organs task * fix naming --- Resources/Locale/en-US/cargo/bounties.ftl | 18 ++++ .../Prototypes/Catalog/Bounties/bounties.yml | 99 +++++++++++++++++++ 2 files changed, 117 insertions(+) diff --git a/Resources/Locale/en-US/cargo/bounties.ftl b/Resources/Locale/en-US/cargo/bounties.ftl index 235ec45e2f..7008718c13 100644 --- a/Resources/Locale/en-US/cargo/bounties.ftl +++ b/Resources/Locale/en-US/cargo/bounties.ftl @@ -41,6 +41,15 @@ bounty-item-syringe = Syringe bounty-item-toolbox = Toolbox bounty-item-tech-disk = Technology disk bounty-item-trash = Trash +bounty-item-anomaly-core = Anomaly core +bounty-item-borg-module = Cyborg module +bounty-item-artifact-fragment = Artifact fragment +bounty-item-organs = Organ +bounty-item-labeler = Hand labeler +bounty-item-warm-cloth = Warm clothes +bounty-item-battery = Battery +bounty-lasergun = Laser gun +bounty-food = Meat food bounty-description-artifact = NanoTrasen is in some hot water for stealing artifacts from non-spacefaring planets. Return one and we'll compensate you for it. bounty-description-baseball-bat = Baseball fever is going on at CentCom! Be a dear and ship them some baseball bats, so that management can live out their childhood dream. @@ -84,3 +93,12 @@ bounty-description-syringe = The NT anti-drug task force is in need of some syri bounty-description-toolbox = There's an absence of robustness at Central Command. Hurry up and ship some toolboxes as a solution. bounty-description-tech-disk = The new research assistant on Station 13 spilled a soda on the RND server. Send them some technology disks so they can build up their recipes. bounty-description-trash = Recently a group of janitors have run out of trash to clean up, without any trash Centcom wants to fire them to cut costs. Send a shipment of trash to keep them employed, and they'll give you a small compensation. +bounty-description-anomaly-core = Suddenly we've run out of anomaly cores, including inert nuclei. Send us any anomaly cores so that we can continue to observe their final decay process. +bounty-description-borg-module = Scientists at the neighboring station have only studied Borg production, not module production. They are stuck in the research process and need references to work from. Send any Borg modules to inspire your colleagues. +bounty-description-artifact-fragment = Scientists at a nearby station are requesting artifact fragments for microxenoarchaeology studies. Ordinary artifacts are too large for their micro research platforms. Send some of the artifact fragments your sector is rich in. +bounty-description-organs = Arachnid settlement orders a large supply of organs. The official reason is "a thorough study of the similarities and differences of the humanoid races." +bounty-description-labeler = Due to a bureaucratic error, our sorting center almost sent hundreds of crates of carrots to the Unathi settlement. We urgently need additional labelers to restore order in the warehouse as a matter of urgency. +bounty-description-warm-cloth = The Unath construction crew freezes and is unable to restore power to their station. They need to be sent a set of any clothing to protect them from the cold. +bounty-description-battery = As the Arachnid settlement prepares for a solar flare, they are requesting a large shipment of power batteries. We're sending out a request for delivery. +bounty-description-lasergun = The Salvage Caravan requests a large shipment of laser weapons to mop up a hive of xenomorphs. +bounty-description-food = After the rat king invasion, a neighboring unathi station was left completely without food. A large meat food shipment is needed. \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/Bounties/bounties.yml b/Resources/Prototypes/Catalog/Bounties/bounties.yml index bcfd6bdedc..1e2fd783db 100644 --- a/Resources/Prototypes/Catalog/Bounties/bounties.yml +++ b/Resources/Prototypes/Catalog/Bounties/bounties.yml @@ -467,3 +467,102 @@ whitelist: tags: - Trash + +- type: cargoBounty + id: BountyAnomalyCore + reward: 10000 + description: bounty-description-anomaly-core + entries: + - name: bounty-item-anomaly-core + amount: 1 + whitelist: + components: + - AnomalyCore + +- type: cargoBounty + id: BountyBorgModule + reward: 3500 + description: bounty-description-borg-module + entries: + - name: bounty-item-borg-module + amount: 3 + whitelist: + components: + - BorgModule + +- type: cargoBounty + id: BountyArtifactFragment + reward: 32500 + description: bounty-description-artifact-fragment + entries: + - name: bounty-item-artifact-fragment + amount: 7 + whitelist: + tags: + - ArtifactFragment + +- type: cargoBounty + id: BountyOrgans + reward: 3500 + description: bounty-description-organs + entries: + - name: bounty-item-organs + amount: 8 + whitelist: + components: + - Organ + +- type: cargoBounty + id: BountyLabeler + reward: 6660 + description: bounty-description-labeler + entries: + - name: bounty-item-labeler + amount: 5 + whitelist: + components: + - HandLabeler + +- type: cargoBounty + id: BountyWarmCloth + reward: 6000 + description: bounty-description-warm-cloth + entries: + - name: bounty-item-warm-cloth + amount: 8 + whitelist: + components: + - TemperatureProtection + +- type: cargoBounty + id: BountyBattery + reward: 24500 + description: bounty-description-battery + entries: + - name: bounty-item-battery + amount: 15 + whitelist: + components: + - Battery + +- type: cargoBounty + id: BountyLaserGun + reward: 28500 + description: bounty-description-lasergun + entries: + - name: bounty-lasergun + amount: 6 + whitelist: + components: + - HitscanBatteryAmmoProvider + +- type: cargoBounty + id: BountyFood + reward: 9500 + description: bounty-description-food + entries: + - name: bounty-food + amount: 30 + whitelist: + tags: + - Meat \ No newline at end of file -- 2.51.2