Action Management ~ Design Document - uchicago-cs/chiventure GitHub Wiki
Team Action Management - Action Types
Introduction
This Wiki explains the different actions available and how the actions are split into different types. Additionally, some actions have synonyms that ultimately perform the same action.
Kind 1 Actions - ITEM actions
Kind 1 actions are actions that are performed on an item. For example, eating an apple.
Kind 1 actions:
- OPEN
- CLOSE
- PUSH
- PULL
- TURNON
- TURNOFF
- TAKE
- PICKUP
- DROP
- CONSUME
- USE
- DRINK
- EAT
Kind 1 synonyms:
- pickup is equivalent to take
- use, eat, and drink are equivalent to consume