Files
GS13NG/obj/item/bounty_cube.html
2025-02-05 06:19:18 +00:00

1 line
9.0 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/item/bounty_cube - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a><a href="obj/item/bounty_cube.html#var">Var Details</a></header><main><h1>bounty_cube <aside>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/bounty_cube.html">bounty_cube</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L234"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 234"></a></h1><p>Upon completion of a civilian bounty, one of these is created. It is sold to cargo to give the cargo budget bounty money, and the person who completed it cash.</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/item/bounty_cube.html#var/bounty_handler_account">bounty_handler_account</a></th><td>Bank account of the person who receives the handling tip.</td></tr><tr><th><a href="obj/item/bounty_cube.html#var/bounty_holder">bounty_holder</a></th><td>Who completed the bounty.</td></tr><tr><th><a href="obj/item/bounty_cube.html#var/bounty_holder_account">bounty_holder_account</a></th><td>Bank account of the person who completed the bounty.</td></tr><tr><th><a href="obj/item/bounty_cube.html#var/bounty_holder_job">bounty_holder_job</a></th><td>What job the bounty holder had.</td></tr><tr><th><a href="obj/item/bounty_cube.html#var/bounty_name">bounty_name</a></th><td>What the bounty was for.</td></tr><tr><th><a href="obj/item/bounty_cube.html#var/bounty_value">bounty_value</a></th><td>Value of the bounty that this bounty cube sells for.</td></tr><tr><th><a href="obj/item/bounty_cube.html#var/handler_tip">handler_tip</a></th><td>Multiplier for the bounty payout received by the person who claims the handling tip.</td></tr><tr><th><a href="obj/item/bounty_cube.html#var/holder_cut">holder_cut</a></th><td>Multiplier for the bounty payout received by the person who completed the bounty.</td></tr><tr><th><a href="obj/item/bounty_cube.html#var/nag_cooldown">nag_cooldown</a></th><td>Time between nags.</td></tr><tr><th><a href="obj/item/bounty_cube.html#var/nag_cooldown_multiplier">nag_cooldown_multiplier</a></th><td>How much the time between nags extends each nag.</td></tr><tr><th><a href="obj/item/bounty_cube.html#var/next_nag_time">next_nag_time</a></th><td>Next world tick to nag Supply listeners.</td></tr><tr><th><a href="obj/item/bounty_cube.html#var/radio">radio</a></th><td>Our internal radio.</td></tr><tr><th><a href="obj/item/bounty_cube.html#var/radio_key">radio_key</a></th><td>The key our internal radio uses.</td></tr><tr><th><a href="obj/item/bounty_cube.html#var/speed_bonus">speed_bonus</a></th><td>Multiplier for the bounty payout received by the Supply budget if the cube is sent without having to nag.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/bounty_handler_account"><aside class="declaration">var </aside>bounty_handler_account <aside> /<a href="datum.html">datum</a>/<a href="datum/bank_account.html">bank_account</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L260"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 260"></a></h3><p>Bank account of the person who receives the handling tip.</p><h3 id="var/bounty_holder"><aside class="declaration">var </aside>bounty_holder <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L242"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 242"></a></h3><p>Who completed the bounty.</p><h3 id="var/bounty_holder_account"><aside class="declaration">var </aside>bounty_holder_account <aside> /<a href="datum.html">datum</a>/<a href="datum/bank_account.html">bank_account</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L262"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 262"></a></h3><p>Bank account of the person who completed the bounty.</p><h3 id="var/bounty_holder_job"><aside class="declaration">var </aside>bounty_holder_job <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L258"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 258"></a></h3><p>What job the bounty holder had.</p><h3 id="var/bounty_name"><aside class="declaration">var </aside>bounty_name <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L244"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 244"></a></h3><p>What the bounty was for.</p><h3 id="var/bounty_value"><aside class="declaration">var </aside>bounty_value <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L240"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 240"></a></h3><p>Value of the bounty that this bounty cube sells for.</p><h3 id="var/handler_tip"><aside class="declaration">var </aside>handler_tip <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L250"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 250"></a></h3><p>Multiplier for the bounty payout received by the person who claims the handling tip.</p><h3 id="var/holder_cut"><aside class="declaration">var </aside>holder_cut <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L248"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 248"></a></h3><p>Multiplier for the bounty payout received by the person who completed the bounty.</p><h3 id="var/nag_cooldown"><aside class="declaration">var </aside>nag_cooldown <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L252"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 252"></a></h3><p>Time between nags.</p><h3 id="var/nag_cooldown_multiplier"><aside class="declaration">var </aside>nag_cooldown_multiplier <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L254"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 254"></a></h3><p>How much the time between nags extends each nag.</p><h3 id="var/next_nag_time"><aside class="declaration">var </aside>next_nag_time <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L256"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 256"></a></h3><p>Next world tick to nag Supply listeners.</p><h3 id="var/radio"><aside class="declaration">var </aside>radio <aside> /<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/radio</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L264"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 264"></a></h3><p>Our internal radio.</p><h3 id="var/radio_key"><aside class="declaration">var </aside>radio_key <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L266"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 266"></a></h3><p>The key our internal radio uses.</p><h3 id="var/speed_bonus"><aside class="declaration">var </aside>speed_bonus <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L246"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 246"></a></h3><p>Multiplier for the bounty payout received by the Supply budget if the cube is sent without having to nag.</p></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>