[MIRROR] Kidnapping Alive Bonus TC price Increase: The Fair Kidnapping Wage Act of March 23th 2573 [MDB IGNORE] (#20124)

* Kidnapping Alive Bonus TC price Increase: The Fair Kidnapping Wage Act of March 23th 2573 (#74258)

## About The Pull Request

Changes the Prices of TC for kidnapping objectives to more reasonable
prices that fit the challenge and switches some jobs into more fitting
positions for their cost of kidnapping
Common: Now gains +2 TC for alive targets
Uncommon: Now gains +3 TC for alive targets
Rare: Now gains +4 TC for alive targets
Captain: Now gains +5 TC for alive targets

Added a bonus for an assistant for being alive from 0 to 1 kidnapping
someone alive is always harder and so are assistants

![glPTde3pWx](https://user-images.githubusercontent.com/84478872/227746816-411a54f5-9207-4bce-b2d2-b4b069baedcc.png)
Ckey to receive rewards: Hoolny

## Why It's Good For The Game

The current price of kidnapping is absolutely insane this feeling of
absolute unfairness of price has been exclaimed by various players that
understand the difficulty of kidnapping

Kidnapping is a much more difficult task than murdering someone for
various different reasons like having to move to a specific location an
announcement of where the location you send them is the fact that to get
the actual best price for it you need to keep them alive and such also
the main fact that you need to disguise or your identity will be leaked
its a monumental task which before hand contractor traitor had a better
price system for it so I'm not sure why the price was so low.

Another issue is NOBODY does this there aren't enough incentives and its
way to hard to do it for such a small reward this will make it so
kidnapping becomes a thing that happens more often it's a pretty cool
fun interaction and mission to have

## Changelog
🆑
balance: Increased Bonus Reward for kidnapping alive targets
balance: Changed Virologist and Scientist into Common objectives for
kidnapping
balance: Changed Paramedic into Uncommon objectives for kidnapping
/🆑

* Kidnapping Alive Bonus TC price Increase: The Fair Kidnapping Wage Act of March 23th 2573

---------

Co-authored-by: Hoolny <84478872+SethLafuente@users.noreply.github.com>
Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-03-29 22:26:07 +01:00
committed by GitHub
co-authored by Hoolny lessthanthree
parent ba96aedf6d
commit 8b140ddd3c
@@ -62,11 +62,12 @@
// Medical
/datum/job/chemist,
/datum/job/doctor,
/datum/job/paramedic,
/datum/job/psychologist,
/datum/job/virologist,
// Science
/datum/job/geneticist,
/datum/job/roboticist,
/datum/job/scientist,
// Service
/datum/job/bartender,
/datum/job/botanist,
@@ -77,6 +78,7 @@
/datum/job/lawyer,
/datum/job/mime,
)
alive_bonus = 2
/datum/traitor_objective/kidnapping/common/assistant
progression_minimum = 0 MINUTES
@@ -95,13 +97,11 @@
// Cargo
/datum/job/shaft_miner,
// Medical
/datum/job/virologist,
// Science
/datum/job/scientist,
/datum/job/paramedic,
// Service
/datum/job/cook,
)
alive_bonus = 1
alive_bonus = 3
/datum/traitor_objective/kidnapping/rare
progression_minimum = 15 MINUTES
@@ -120,7 +120,7 @@
/datum/job/security_officer,
/datum/job/warden,
)
alive_bonus = 2
alive_bonus = 4
/datum/traitor_objective/kidnapping/captain
progression_minimum = 30 MINUTES
@@ -130,7 +130,7 @@
/datum/job/captain,
/datum/job/head_of_security,
)
alive_bonus = 2
alive_bonus = 5
/datum/traitor_objective/kidnapping/generate_objective(datum/mind/generating_for, list/possible_duplicates)