Applicable since version: 2.0.0
A Task is the specific action which is executed on an item, determined by then evaluation of a set of Rules (or even RuleSet) triggered by a defined ingame event (e.g. opening the bank). The following tasks exist in RbI:
TaskName | Action | Trigger |
---|---|---|
Notify | prints a message in chat | a new item is added to the backpack or the craftbag by e.g. looting a crate |
Junk | sets the in-game flag "junk" to the item | an item enters the backpack on any way (item does not need to be "new") |
BagToBank | transfers an item from the backpack to the bank, excluding items which would be transferred from bank to bag | opening the bank |
BankToBag | transfers an item from the bank to the backpack | opening the bank |
Destroy | irreversibly destroys an item | an item enters the backpack on any way (item does not need to be "new") |
Sell | sells an item to an npc-merchant | opening an npc-merchant |
Fence | irreversibly fences an item to an npc-fence | opening an npc-fence |
Launder | launders an item | opening an npc-fence |
Deconstruct | irreversibly deconstructs an item | opening the deconstruction-panel at any craft station |
Refine | irreversibly refines an item | opening the refinement-panel at any craft station |
Extract | irreversibly extracts an item | opening the extractions-panel at any craft station |
CraftToBag (requires RbIv2.1.0) | fetches an item from CraftBag | opening the bank |