mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-04 22:22:28 +00:00
* Advanced Move Options
Adding movement options
* Update gurps.html
Adding enhanced ground move.
* Update gurps.html
finished adding enhanced move ground
* Adding Enhanced Air Move
Added math to calculate Enhanced Air Move
* Air Move Encumbrance Added
Added Air Move Encumbrance calculation
* Add Water Movement
Add sections for water movement
* Jumping Stats
Adding jump stats
* Adding Jump Stats
Adding in jump stats.
* Jump updates
Add in jump points into attributes total
tweak running jump stats.
* Tweak jumping stats
Add more help text
fix formulas
* Update stats on new version
Update stats for movement, dice damage, and toggle unspents when a new version is detected
* Gurps updates
Tweak jumping info and match new styles
* updates gurps.html
Added Mark Updates as Read checkbox
* GURPS added headings
Added headings to the new move attributes areas
* GURPS rolltemplates
Adding rolltemplates to different rolls.
* Update gurps.html
Update all rolls to use rolltemplate. Add whisper method template rolls.
* gurps updates
Additional features to rolltemplates
Add damage type notes to rolltemplates
* gurps.html
Add ability to turn off critical plus 10 success check. If true, only apply critical plus 10 to skill, spell, and attack rolls
* gurps
add revision history
* gurps.html
Tweak text for critical successes option
* GURPS sheet.json
Adding default user options
* kob.css
attempting to resolve line ending issues
* Revert "kob.css"
This reverts commit e11666490e.
* GURPS sheet.json
Added user options
* GURPS Sheet
Added Stun, Knockdown, Unconscious, and Death Checks
* Fixing Line endings
Fixing line endings
* Fixing Line Endings
Changing line endings from LF to CRLF
* Update GURPS
Fixed rounding bug with flight move. Updated Air move column to hide enhanced move if there's no enhanced move.
* Update Gurps
Update revision history
* GURPS updates
Add editable damage note fields. Update damage type notes when new sheet is loaded.
* GURPS
Tweak spacing
* GURPS Sheet Updates
Text edits. Updated sheet.json description.
Changed Speed Add To Tracker to use rolltemplates.
Added Thrown Weight below Ranged Attacks.
* GURPS
Updated thrown object autocalc
* GURPS sheet and json
Minor text change.
Update sheet.json change radio to select and textarea to text.
* GURPS Misc. Tab
Add Misc. Tab.
Move some fields around.
Add new fields into misc. tab.
* GURPS Misc Tab
Added additional fields to Misc tab.
* GURPS Sheets
More tweaks to Misc tab. Renamed to bio tab.
* GURPS
Added Fright Check Threshold
* GURPS Sheet
Options tab. Reduced font-size for Wound Modifier Notes text boxes.
Roll templates. Reduced font-size for results.
Delete old update notices
* GURPS sheet
Updates tab. Highlight "mark updates as read" checkbox
* GURPS Sheets
Grimoure Tab. Tweak Spells based on: heading area. Added spacing
* GURPS sheet
tweak contrast of headers on Bio tab.
* Gurps sheets
Tweaks to Bio tab and Fright Check
* GURPS Sheets
update rolltemplate styles
minor text updates
* GURPS Add image file
Adding Rapid Fire Table Image
* GURPS Added rapid fire
* GURPS.html
Updated image to use roll20 path
* GURPS sheets
Initial code for highlighting, skills, combat, and equipment
* GURPS Sheets
Improved controls to move/delete rows
Added highlight checkbox to skills, melee, range, and inventory tables
* Gurps sheet.json
show damage notes turned off by default
* GURPS
Adding range calculator
* GURPS
added range calc. tool
* GURPS
misc tweaks to appearance and labels. Change how fright check mod works.
* GURPS
tweaks to elevation
152 lines
5.1 KiB
JSON
152 lines
5.1 KiB
JSON
{
|
|
"html": "gurps.html",
|
|
"css": "gurps.css",
|
|
"authors": "Devindra Payment (@Ardnived), Joseph Mason (@sdJasper), Ken Foubert (@MadCoder), Mike Wilson, Sᵃᵛᵃᵍᵉ ǤM",
|
|
"roll20userid": "185617,106713,945642,1414610, 313347",
|
|
"preview": "gurps.png",
|
|
"instructions": "Compatible with GURPS 4th edition. Check out the [Sheet Guide](https://wiki.roll20.net/GURPS_4th_Edition)",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "modifier",
|
|
"displayname": "Roll Modifier Option",
|
|
"displaytranslationkey": "roll-modifier-option",
|
|
"type": "select",
|
|
"options":[
|
|
"No Modifier Prompt|0",
|
|
"Single Modifier Prompt|[[?{Modifier|0}]]",
|
|
"Extended Modifier Prompts|[[?{Modifier|0}]] +[[?{Shock|0}]] + [[?{Reeling or Staggered|0}]] + [[?{Off-Hand|0}]] + [[?{Familiarity|0}]]"
|
|
],
|
|
"optiontranslationkeys":[
|
|
"no-modifier-prompt",
|
|
"single-modifier-prompt",
|
|
"extended-modifier-prompts"
|
|
],
|
|
"default":"0",
|
|
"description":"Select the modifier option to use when clicking a dice roll icon on the character sheet.",
|
|
"descriptiontranslationkey":"roll-modifier-option-desc"
|
|
},
|
|
{
|
|
"attribute": "roll",
|
|
"displayname": "Chat Roll Display",
|
|
"displaytranslationkey": "chat-roll-display-option",
|
|
"type": "select",
|
|
"options":[
|
|
"Public Rolls|",
|
|
"Private Skill Levels <em>deprecated</em>|/w gm --l ",
|
|
"Private Rolls|/w gm "
|
|
],
|
|
"optiontranslationkeys":[
|
|
"public-rolls",
|
|
"private-skill-levels",
|
|
"private-rolls"
|
|
],
|
|
"default":"",
|
|
"description":"Select how rolls are display in chat window. <b>Private Skill Levels <em>deprecated</em></b> will default to private, since it doesn't work with rolltemplates.",
|
|
"descriptiontranslationkey":"chat-roll-dislpay-option-desc"
|
|
},
|
|
{
|
|
"attribute": "speed_tracker",
|
|
"displayname": "Basic Speed Button Option",
|
|
"displaytranslationkey": "basic-speed-button-option",
|
|
"type": "select",
|
|
"options":[
|
|
"Public Speed Tracker|/em",
|
|
"Private Speed Tracker|/w gm"
|
|
],
|
|
"optiontranslationkeys":[
|
|
"public-speed-tracker",
|
|
"private-speed-tracker"
|
|
],
|
|
"default":"/em",
|
|
"description":"Select how the basic speed button is displayed in chat window.",
|
|
"descriptiontranslationkey":"basic-speed-button-option-desc"
|
|
},
|
|
{
|
|
"attribute": "use_unspent_box",
|
|
"displayname": "Enter unspent points",
|
|
"displaytranslationkey": "enter-unspent-points",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"default":"checked",
|
|
"description":"If checked, show text box for unspent points. If unchecked, unspent points is calculated from Total Points text box.",
|
|
"descriptiontranslationkey":"enter-unspent-points-desc"
|
|
},
|
|
{
|
|
"attribute": "damage_dice_type",
|
|
"displayname": "Damage Dice Icon",
|
|
"displaytranslationkey": "damage-dice-icon",
|
|
"type": "select",
|
|
"options":[
|
|
"Pow|explode",
|
|
"Gray d6|d6black",
|
|
"White d20|d20blank",
|
|
"Skull|d4skull"
|
|
],
|
|
"optiontranslationkeys":[
|
|
"pow",
|
|
"gray-d6",
|
|
"white-d20",
|
|
"skull"
|
|
],
|
|
"default":"explode",
|
|
"description":"Select icon to use for damage dice.",
|
|
"descriptiontranslationkey":"damage-dice-icon-desc"
|
|
},
|
|
{
|
|
"attribute": "mod_cascade",
|
|
"displayname": "Attribute Modifications",
|
|
"displaytranslationkey": "attribute-mods-option",
|
|
"type": "select",
|
|
"options":[
|
|
"Mods to attributes increase all derived stats (including HP, FP)|all",
|
|
"Mods to attributes increase most derived stats (not HP, FP)|some",
|
|
"Mods to attributes do not increase derived stats|none"
|
|
],
|
|
"optiontranslationkeys":[
|
|
"mods-to-attributes-increase-all-derived-stats",
|
|
"mods-to-attributes-increase-most-derived-stats",
|
|
"mods-to-attributes-do-not-increase-derived-stats"
|
|
],
|
|
"default":"all",
|
|
"description":"Select option on how to apply modifications to attributes.",
|
|
"descriptiontranslationkey":"attribute-mods-option-desc"
|
|
},
|
|
{
|
|
"attribute": "use_critical_plus_10",
|
|
"displayname": "Critical Successes",
|
|
"displaytranslationkey": "critical-successes-option",
|
|
"type": "select",
|
|
"options":[
|
|
"Use rules as written|1",
|
|
"Only on a 3 or 4|0",
|
|
"Turn Off|2"
|
|
],
|
|
"optiontranslationkeys":[
|
|
"use-rules-as-written",
|
|
"only-on-a-3-or-4",
|
|
"turn-off"
|
|
],
|
|
"default":"1",
|
|
"description":"Select option to determine critical success on a skill roll on rolltemplatse.",
|
|
"descriptiontranslationkey":"critical-successes-option-desc"
|
|
},
|
|
{
|
|
"attribute": "use_damage_type_notes",
|
|
"displayname": "Show Damage Type Notes",
|
|
"displaytranslationkey": "show-damage-type-notes",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description":"If checked, damage type notes will be added to the damage roll table.",
|
|
"descriptiontranslationkey":"show-damage-type-notes-desc"
|
|
},
|
|
{
|
|
"attribute": "damage_type_note_spec",
|
|
"displayname": "Damage Type Note Special",
|
|
"displaytranslationkey": "damage-type-note-spec",
|
|
"type": "text",
|
|
"value": "See notes for weapon.",
|
|
"description": "Enter notes for Special damage type.",
|
|
"descriptiontranslationkey": "damage-type-note-spec-desc"
|
|
}
|
|
]
|
|
} |