A PCRE internal error occured. This might be caused by a faulty plugin
======Equip Action======
//image tbd//
=====Description=====
Any quest that involves carrying or equipping a specific [[patterns:item|item]] or number of [[patterns:item|items]] uses an Equip Action. Typically Equip actions are paired with other actions as part of a quest.
=====Variables and Affordances=====
* Item to be Equipped/Gathered
* Amount of Item to be Collected
* Means through which Item may be attained
* Possible Drawbacks of Carrying Item
=====Examples=====
* Any time a game uses a [[patterns:fetch_quest|Fetch Quest]] they are using an objective that requires this action.
* [[patterns:contextualizing_quests|Contextualizing Quests]] may require the player to equip a basic weapon in order to familiarize themselves with the inventory system as well as naturally proceed to combat training.
=====Related Patterns=====
* [[patterns:fetch_quest|Fetch Objective]]
* [[patterns:contextualizing_quests|Contextualizing Quests]]
* [[patterns:kill_action|Kill Action]]
* [[patterns:moxie_action|Moxie Action]]
* [[patterns:skill_action|Skill Action]]
* [[patterns:quest_tied_item|Quest Tied Item]]
* [[patterns:container|Container]]
* [[patterns:item|Item]]
{{tag>quest:action}}