Hello chummers, long time no type. I have submitted v.40 of the sheet to be merged into the roll20 code there are two minor things and another thing that after some work on the part of the individual user can be a significant improvement to quality of life for GMs.
- Added Social Rating to derived tests (even though it's not a test) just to the right of the Edge Attribute. This is a total of Charisma + any cumulative + primary armor social adjustments.
- Added mouseovers for Composure, Judge Intentions, Memory and Lift & Carry buttons detailing where the values come from for those of us that forget.
- Added the ability to add Spells, NPC Spells, Qualities and Augmentations by pasting raw data into the Notes text area for a new repeating row.
Mouseover info for derived tests and Social Rating

Paste-A-Spell (animated gif you'll have to click to view)

The quick entry (paste-a-spell) for Spells, NPC Spells, Augmentations and Qualities require the user to have the data, so you will need to create your own document detailing the data you want added to the repeating row. You will copy/paste the appropriate JSON structure from your personal library and put it into the "Notes" area. Instructions on how to format each are detailed below.
For Spells/NPC Spells (some fields only apply to one or the other)
Note: The values off to the right are acceptable values. This must be correct JSON to work.
JSON={
"name": "My Fake Spell",
"type": "Mana", Mana, Physical
"range": "LOS", LOS, LOS (A), T, Special
"duration": "Instant", Instant, Permanent, Special, Sustained
"drain": "3",
"category": "Combat", Combat, Detection, Health, Illusion, Manipulation
"effect_type": "Direct Combat", None, Direct Combat, Direct Combat, Area, Indirect Combat, Indirect Combat, Area, Single-Sense, Multi-Sense
"skill": "@{sorcery}", Only used on PC Spells
"specialization": "0", 0, +2 Only used on PC Spells
"expertise": "0", 0, +3 Only used on PC Spells
"dicepool_modifier": "0", 0, +x, -x Only used on PC Spells
"damage": "Stun", Stun, Physical, Physical, Special
"notes": "He got knocked the heck out!",
"dicepool": "" Only used on NPC Spells
}
PC Qualities
JSON={
"quality": "Homebrew Quality",
"rating": "3", "" or any number
"type": "P", N, P
"notes": "My homebrew quality",
"modifications": "Reaction: +3" Follows the rules of modifications.
}
PC Augmentations
JSON={
"augmentation": "Homebrew Aug", The name of the augmentation
"rating": "2", Any integer number or zero
"essence_cost": "1.2", Any decimal number, probably should stick to x.xx format.
"grade": "Deltaware", Standard, Alphaware, Betaware, Deltaware, Used
"notes": "The actual notes for the thing", Replaces this pasted stuff with the value here
"modifications": "" As for Qualities, follows the rules for Modifications input
}
Feel free to reach out to me here or in DM with any questions or problems,
Chuz