
TaleSpire
You are viewing a potentially older version of this package. View Latest Version

This unofficial TaleSpire plugin for allowing Symbiotes to specify the size of the Symbiote panel when they are active.
This plugin, like all others, is free but if you want to donate, use: http://LordAshes.ca/TalespireDonate/Donate.php
1.0.0: Initial release
Install using R2ModMan or similar.
Sit back and relax, everything is done for you automatically.
The manifest of the Symbiote has a environment object which contains a number of possible properties.
This plugin allows the manifest to contain a symbiote_width property which contains the desired with of the
Symbiote panel when active and open.
For example:
{
"manifestVersion": 1,
"name": "LA Dice Roller",
"version": "1.0.0",
"summary": "A Symbiote to roll dice normally, with advantage, or with disadvantage",
"entryPoint": "/roll.html",
"descriptionFilePath": "/readme.md",
"api": {
"version": "0.1",
"subscriptions": {
"dice": {
"onRollResults": "handleRollResult"
}
}
},
"environment": {
"symbiote_width": 800,
"webViewBackgroundColor": "#000000",
"capabilities": [
"runInBackground"
],
"extras": [
"fonts",
"colorStyles"
]
}
}