mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
Lots of tracker updates
- Fix delete in the new tracker
- Set icon to safe default
- Put it at the bottom
- Add a toggle to hide/show created characters
- Fetch the inuse items when adding ones
- Add item for hte inuse item
- Hide unused tracker templates
- Correct message when adding to tracker
- Add tracker to PC sheet
- Add toggle to hide PC trackers
- Initiative button rolls initiative; and sends to pc sheet
- Add 'next' button to advance initiative.
128 lines
4.2 KiB
JSON
128 lines
4.2 KiB
JSON
{
|
|
"html": "rolemasterunified.html",
|
|
"css": "rolemasterunified.css",
|
|
"authors": "Brett Nash (brett@nash.space)",
|
|
"roll20userid": "10306453",
|
|
"preview": "preview.png",
|
|
"instructions": "Rolemaster Unified Official sheet. Compendium enable. Report bugs and send feature requests to https://github.com/nashidau/roll20-RolemasterUnified",
|
|
"legacy": false,
|
|
"printable": false,
|
|
"compendium": "RMU",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "option_usetokenmarkers",
|
|
"displayname": "Use Token Markeres",
|
|
"displaytranslationkey": "option_usetokenmarkers",
|
|
"type": "select",
|
|
"options": [
|
|
"No token marker updates|no",
|
|
"Token Markers on PC sheets|pc",
|
|
"Token Markers on NPC/Creature sheets|npc",
|
|
"Token Markers on all sheets|all"
|
|
],
|
|
"default": "pc",
|
|
"description": "Show token makers for character state on the token. Covers stun, bleed and similar states. Requires Token Mod to be installed (and hence a Pro account)."
|
|
},
|
|
{
|
|
"attribute": "option_usefx",
|
|
"displayname": "Use FX",
|
|
"displaytranslationkey": "option_usefx",
|
|
"type": "select",
|
|
"options": [
|
|
"No FX|no",
|
|
"All Supported FX|all"
|
|
],
|
|
"default": "all",
|
|
"description": "Show FX when available based on the sheets guess of the attack"
|
|
},
|
|
{
|
|
"attribute": "option_dbqumultiplier",
|
|
"displayname": "DB Quickness Multiplier",
|
|
"displaytranslationkey": "DB Quickness Multiplier",
|
|
"type": "select",
|
|
"options": [
|
|
"Default (Qux3)|3",
|
|
"Reduced (Qux1)|1"
|
|
],
|
|
"default": "3",
|
|
"description": "Set the default quickness bonus for DB. RAW is 3x, but some feel 1x is more inline with other mechanics in the game"
|
|
},
|
|
{
|
|
"attribute": "option_dodgerunningbonus",
|
|
"displayname": "Dodge Running Bonus",
|
|
"displaytranslationkey": "Dodge Running Bonus",
|
|
"type": "select",
|
|
"options": [
|
|
"Full Running|full",
|
|
"Rank Only|ranks"
|
|
],
|
|
"default": "full",
|
|
"description": "Use a reduced part of the running bonus."
|
|
},
|
|
{
|
|
"attribute": "option_xpprogression",
|
|
"displayname": "XP Progression System",
|
|
"displaytranslationkey": "Option XP Progression System",
|
|
"type": "select",
|
|
"options": [
|
|
"RMU|rmu",
|
|
"Milestone|milestone",
|
|
"RM2 or RMSS|rmss",
|
|
"Double 2k|ose2k",
|
|
"Double 1k|ose1k"
|
|
],
|
|
"default": "rmu",
|
|
"description": "Which XP system to use to determine PC level. RMU is RMU's 10k/level. Milestone, each XP is a level. RM2 10/20/30/40/50k per 5 levels. RMSS is an alias for RM2. Double2k: Double every level from 2k. Double1k: Double every level from 1k"
|
|
},
|
|
{
|
|
"attribute": "option_fixedrrbase",
|
|
"displayname": "Fixed RR base",
|
|
"displaytranslationkey": "Option Fixed RR base",
|
|
"type": "select",
|
|
"options": [
|
|
"Default (SCR)|no",
|
|
"Fixed (50)|fixed"
|
|
],
|
|
"default": "no",
|
|
"description": "Use an RR target of 50 * 2 attack level for spells, instead of the SCR. Useful in reining in the power of high level spell casters."
|
|
},
|
|
{
|
|
"attribute": "option_journalledxp",
|
|
"displayname": "Journalled XP",
|
|
"displaytranslationkey": "Option Journalled XP",
|
|
"type": "select",
|
|
"options": [
|
|
"Enter XP (default)|no",
|
|
"XP from Journal|journal"
|
|
],
|
|
"default": "no",
|
|
"description": "Generate XP from sum of XP in the journal."
|
|
},
|
|
{
|
|
"attribute": "option_allownoprepovercast",
|
|
"displayname": "Allow no-prep Overcasting",
|
|
"displaytranslationkey": "Option No Prep Overcasting",
|
|
"type": "select",
|
|
"options": [
|
|
"No|no",
|
|
"Yes|yes"
|
|
],
|
|
"default": "no",
|
|
"description": "Allow overcasting without the round of prep."
|
|
},
|
|
{
|
|
"attribute": "version",
|
|
"displayname": "Set the sheet version",
|
|
"displaytranslationkey": "version",
|
|
"type": "select",
|
|
"options": [
|
|
"Latest|latest",
|
|
"17|17"
|
|
],
|
|
"default": "latest",
|
|
"description": "Set the version of the sheet in use. You typically want latest"
|
|
}
|
|
],
|
|
"version": "1770274332"
|
|
}
|