Add a new "Item" entity, which pulls from the previously-existent ItemType raw, and add a "PickUp" command which takes the (currently *only*) item off the ground and puts it into the inventory.
Add raw types with support for both creatures and items, loaded statically from a "raws" folder just like in the Rust version.