bounty 
Procs | |
| applies_to | If an item in question can satisfy the bounty. |
|---|---|
| can_claim | Can this bounty be claimed right now? |
| can_get | If the user can actually get this bounty as a selection. |
| get_bounty_reward | Returns the adjusted reward for this bounty, taking into account any global modifiers. |
| on_claimed | Called when this bounty is successfully claimed by the passed ID card |
| on_reset | Called when this bounty is reset from the passed ID card, either from successful claim or from being replaced by another bounty |
| on_selected | Called when this bounty is selected by the passed ID card |
| print_required | Formats the text for what is required to complete the bounty, for display purposes. |
| ship | Called when an object is sent on the bounty pad. |
Proc Details
applies_to
If an item in question can satisfy the bounty.
can_claim
Can this bounty be claimed right now?
can_get
If the user can actually get this bounty as a selection.
get_bounty_reward
Returns the adjusted reward for this bounty, taking into account any global modifiers.
on_claimed
Called when this bounty is successfully claimed by the passed ID card
on_reset
Called when this bounty is reset from the passed ID card, either from successful claim or from being replaced by another bounty
on_selected
Called when this bounty is selected by the passed ID card
print_required
Formats the text for what is required to complete the bounty, for display purposes.
ship
Called when an object is sent on the bounty pad.