Stringdictionary
From QuestWiki
A stringdictionary is a dictionary where both keys and values are strings.
The format is "key = value", separated by semicolons.
For example:
<statusattributes type="stringdictionary">turns = You have taken ! turns; health = Health !%</statusattributes>
This defines:
| key | value |
|---|---|
| turns | You have taken ! turns |
| health | Health !% |