Files
roll20-character-sheets/Aborea_new/sheet.json
T
Tealk fd1fcac811 [Aborea] cleanup and add some features (#6581)
* 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
2020-05-25 10:02:34 -04:00

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."
}
]
}