add TokenLight Rule Element
When creating a custom torch I realized the Rule Element for Token Light seem to be missing
From https://gitlab.com/hooking/foundry-vtt---pathfinder-2e/-/wikis/Going-Deeper-Topics/Quickstart-guide-for-rule-elements#token-light this is the structure
{
"key": "TokenLight",
"value": {
"animation": {
"intensity": 4,
"speed": 1,
"type": "torch"
},
"bright": 20,
"color": "#9b7337",
"dim": 40,
"shadows": 0.2
}
}