mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-01 04:32:28 +00:00
* Mothership: Add combat section and skills Adds combat section to mothership character sheet Adds custom skill entry Adds missing surgery skill as per the player survival guide Resizes credits input field to allow for larger credit amounts without overflowing * Mothership Initial NPC Implementaiton Adds npc tab to mothership character sheet Macros not yet hooked up * Mothership hook up npc rolls Adds various rolls to npc stat block for mothership character sheet Adds generic mothership roll template using allprops() * Mothership Add NPC custom stats Adds custom stat section to NPC stats page Slightly reworks weapon input field * Mothership add weapon sheet worker Add sheet worker that updates weapon entries when their name is typed in. * Mothership Initial Ship Sheet Implementation Changes pc/npc tab to include ship option Adds ship worksheet to ship tab Adds base stats to ship tab * Mothership - add unspent skill points Adds unspent skill point field to PC character tab Minor style changes to make ship stats more visible * Mothership - Add ship stats middle column Adds hull fuel and galley counts to ship stats page. * Mothership - ship tab implementation Finish implementing stats secton as well as the cargo, crew and combat sections for the ship tab. Add ship critical hit table template. * Mothership - Add sheet notes section Adds a pair of separately tracked note fields to PC, NPC and ship sheets Fixes a bug with the attack macro using the wrong combat stat * Mothership Ship Subsheet Fixes Fixes a number of issues - Total cost calculation incorrect - A number of default values for ship worksheet not set - Some small styling changes * Mothership - Add NPC special ability section Add special ability section to NPC sheet Rework formatting on combat sections on all 3 sheets * Mothership - Minor sheet tweaks Change default black colour to match mothership logo image. Change translation for exploration to upper case. Add default sheet mode setting for character sheet. Misc. Other tweaks. * Mothership - Add weapon bonus field Replace training dropdown with weapon bonus field in the PC combat sheet * Mothership - Add xp threshold dif Add div that shows amount of xp needed to reach the next level * Mothership - Add sheet settings section Adds settings section to character sheet with options for bonus roll queries and whispering npc rolls to the gm. * Mothership - Add equipment section Adds more fleshed out eqipment section complete with worker to auto fill information for equipment. * Mothership - Add android panic table Adds android panic table option and template to the game. Fixes missing translation to major adrenaline rush
22 lines
849 B
JSON
22 lines
849 B
JSON
{
|
|
"html": "Mothership.html",
|
|
"css": "Mothership.css",
|
|
"authors": "Adam Bell",
|
|
"roll20userid": "671181",
|
|
"preview": "mothership.png",
|
|
"instructions": "This sheet works with the Mothership rules as defined in the Player's Survival Guide Alpha PDF Edition. Follow the steps to create a character as defined by the character sheet's flowchart. Class-specific modifications to stats and saves will be calculated automatically.",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "sheetmode",
|
|
"displayname": "Sheet Mode",
|
|
"type": "select",
|
|
"options": [
|
|
"PC|pc",
|
|
"NPC|npc",
|
|
"SHIP|ship"
|
|
],
|
|
"default": "pc",
|
|
"description": "Default mode for new characters. Useful if all players have already been created and new characters are likely to be NPCs."
|
|
}
|
|
]
|
|
} |