summaryrefslogtreecommitdiffstats
path: root/weatbag/words.py
blob: 82126572edc46979d73ebd3aa4512280233d1350 (plain)
1
2
3
4
5
6
7
8
9
10
11
move = {'move','walk','go'}
give = {'give', 'feed', 'present'}
use = {'eat', 'use', 'wear'}
fight = {'fight', 'kill', 'hit', 'attack'}
drop = {'drop'}
take = {'pick', 'take', 'get', 'collect'}
look = {'look', 'inspect', 'examine'}
inventory = {'inventory', 'possessions', 'belongings', 'bag'}
surroundings = {'surroundings', 'around', 'scenery'}

prepositions = {'up', 'down', 'on', 'under', 'in', 'at', 'to'}