Character - abujaki/Smithers GitHub Wiki
| Command | Effect |
|---|---|
| /character <characterName:String> attributes list | Lists the named characters attributes |
| /character <characterName:String> inventory list | Lists the named characters inventory |
| /character <characterName:String> equipped list | Lists the named characters equipped items |
| /character <characterName:String> inventory add <Item:Item> | Adds the named item to the named characters inventory |
| /character <characterName:String> inventory remove<Item:Item> | Removes the named item from the named characters inventory |
| Attribute | Type |
|---|---|
| Name | String |
| Description | String |
| Inventory | Item[] |
| Equipped | Item[] |
| Stat | Abreviation |
|---|---|
| Strength | str |
| Dexterity | dex |
| Constitution | con |
| Intelligence | int |
| Wisdom | wis |
| Charisma | cha |