mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-01 04:32:28 +00:00
* change authors * add instructions * automatically calculate attribute bonus * automatically calculate level * automatically calculate money * add checkbox to hide inventory description * kosten -> anzahl * auto calc live and mana * change anzahl to number * add calcleben * add variables * fix inb * add missing values * fix calc live * reverse useroptions * weapon reduced to st and ge * fix inb calc * add option into charsheet * change checkbox for inventory * cleanup, rework inventory checkbox * beruf select and input box * fix negative monetary values * new pic * latest functions described
26 lines
1.6 KiB
JSON
26 lines
1.6 KiB
JSON
{
|
|
"html": "aborea.html",
|
|
"css": "aborea.css",
|
|
"authors": "Daniel (Tealk) Buck - Herzog von Meranien",
|
|
"roll20userid": "207181",
|
|
"preview": "aborea.png",
|
|
"instructions": "## General\r Check the [official website](https://aborea.de/) to get the latest rulebooks and helpful tools. \r\r## Handling\r * With the button \"Fuer alle wuerfeln\" or \"Fuer GM wuerfeln\" it is possible to switch the visible no for all dice that are rolled over the character sheet.\r * The button by profession allows you to deactivate the drop down menu and enter your own professions.\r * The automatic money calculation and the life calculation can be switched off and on with the corresponding buttons.\r * With the button at Inventory you can hide the description box. \r\r## Contact\r If you find bugs or have suggestions, please use the [Github issue tracker](https://github.com/Tealk/roll20-character-sheets/issues) for this sheet. \r\r## Contribute\r If you want to support me, here is my [Roll20 wish list](https://app.roll20.net/wishlist/53252).",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "calcmoney",
|
|
"displayname": "Geld automatisch umwandeln?",
|
|
"type": "checkbox",
|
|
"checked": "checked",
|
|
"value": "1",
|
|
"description": "Aktivieren falls ihr möchtet das eure Währung automatisch in das nächst Höhere umgewandelt werden soll."
|
|
},
|
|
{
|
|
"attribute": "calcleben",
|
|
"displayname": "Leben automatisch berechnen?",
|
|
"type": "checkbox",
|
|
"checked": "checked",
|
|
"value": "1",
|
|
"description": "Aktivieren falls ihr möchtet das euer Leben automatisch Berechnet wird. Achtung!! Der Beruf muss richtig geshrieben sein."
|
|
}
|
|
]
|
|
} |