/tg/ Station 13 - Modules - Types

code/modules/antagonists/spy/spy_bounty_handler.dm

/datum/config_entry/number/spy_bounty_refresh_timerSpy config: Changes the amount of time between bounty refreshes
/datum/config_entry/number/spy_bounty_max_easySpy config: Changes the amount of easy bounties given out at once
/datum/config_entry/number/spy_bounty_max_mediumSpy config: Changes the amount of medium bounties given out at once
/datum/config_entry/number/spy_bounty_max_hardSpy config: Changes the amount of hard bounties given out at once
/datum/config_entry/number/spy_bounty_hard_bounties_per_refreshSpy config: Adjusts how many hard bounties are given out per refresh. At 1 (default), every refresh gives another hard bounty up until the max is reached. At 0.5, it will take two refreshes before a second hard bounty is given.
/datum/config_entry/number/spy_easy_reward_tc_thresholdSpy config: Adjusts the tc threshold for easy bounties.
/datum/config_entry/number/spy_hard_reward_tc_thresholdSpy config: Adjusts the tc threshold for hard bounties.
/datum/spy_bounty_handler