mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Various changes to prepare for submission.
This commit is contained in:
@@ -1,9 +1,47 @@
|
||||
Harn Master Gold Character Sheet
|
||||
HârnMaster Gold Character Sheet
|
||||
===========================
|
||||
|
||||
TODO
|
||||
This sheet is for use with the [HârnMaster Gold](https://www.kelestia.com/harnmaster/gmedition) roleplaying game. It includes expanded ranges for missile weapons in order to support Bill Gant's [GunMaster Gold](https://www.lythia.com/harnmaster/hm-houserules/gunmaster-gold/) house rules.
|
||||
|
||||
Features:
|
||||
* 3 Tabs for Character, Inventory and Settings
|
||||
* Character Tab shows all information relevant during play, including an optional Horse section
|
||||
* Inventory tab has space for weapons, inventory, money, general notes and more. Denote on any item if it's actively carried or not (stored on horse or other location for example)
|
||||
* Settings tab provides options to show the Horse section, split out Piety tracking per god, and toggle some houserules
|
||||
* Roll buttons for each skill that includes appropriate penalty (depending on optional rules).
|
||||
* Development roll buttons for each skill.
|
||||
* Roll buttons to do Attribute checks (with a prompt to select DM determined multiplier).
|
||||
* Shock/Fumble/Stumble checks.
|
||||
* Healing Rolls
|
||||
* Weapon Quality Checks
|
||||
* Weapon use rolls with adjustments for primary and secondary hand use.
|
||||
* Separate missile weapon section with ranges (up to 1024 hexes) and their penalties & damage.
|
||||
* Spell/Ritual/Psionic checks.
|
||||
* EMLs for in-sheet rolls are capped at 5/95 respectively as per rules.
|
||||
* Checkbox under load toggles correct Fatigue and Encumberance for Mounted players. It also updates initiative and movement for the character based on horse information from the Horse section (if enabled)
|
||||
* An included horse section to facilitate HarnMaster horse combat rules where character and horse skills are averaged. (this section can be shown/hidden via the Settings tab)
|
||||
* Items on the Inventory tab can be marked as "Carried", which affects the Character tab: weight will be added to load carried, armor values will be added to armor protection and weapons will show up on the Character tab.
|
||||
|
||||
Auto-Calculations:
|
||||
* Encumbrance based on Load and Endurance or Condition / 5.
|
||||
* Injury Totals
|
||||
* Physical Penalty and optionally a Universal Penalty applied to non-physical skills.
|
||||
* Show move, minimum move and turning hexes based on current Horse Speed.
|
||||
* Armor values: add armour pieces (find values in the HMG Rulebook) in the inventory tab, fill in armor values for B/E/P/F and check locations covered. Check them as "worn/carried (C)" and total armor values are shown on the character tab.
|
||||
* Easily drop weapons and reduce inventory load (and encumbrance) on the fly.
|
||||
* Auto calculate initiave and effective horse riding skill automatically for the horse included in the (optional) horse section, when "Mounted" (checkbox).
|
||||
|
||||
Optional Rules:
|
||||
* Use Condition / 5 instead of Endurance for encumbrance calculations.
|
||||
* Include Encumbrance in Physical Penalty
|
||||
* Apply a HM3-style Universal Penalty to non-physical skills.
|
||||
|
||||
NOTE
|
||||
====
|
||||
|
||||
This is not a character generator. It does not calculate SB.
|
||||
|
||||
CREDITS
|
||||
===========
|
||||
|
||||
This sheet based on the Harn Master 3 sheet by Olaf van Tol (https://github.com/olafvantol)
|
||||
This sheet is based on the Harn Master 3 sheet by Olaf van Tol (https://github.com/olafvantol)
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
<!-- actual character sheet, divided in tabs -->
|
||||
<div class='character'> <!-- CHARACTER TAB -->
|
||||
<h2 class='tab-header'>HârnMaster & GunMaster Gold</h2>
|
||||
<h2 class='tab-header'>HârnMaster Gold</h2>
|
||||
<h1 class='tab-header'>Character Profile</h1>
|
||||
<div class='character-grid'> <!-- CHARACTER grid container-->
|
||||
<div class='character-grid-section personal personal-grid colored-grid'>
|
||||
|
||||
@@ -1098,7 +1098,7 @@ input[type="hidden"].showsinglepiety[value="1"] ~ .piety-grid .repcontainer > .r
|
||||
/* VARIOUS STYLING */
|
||||
|
||||
.charsheet .avatarbanner {
|
||||
background-image: url("https://raw.githubusercontent.com/olafvantol/roll20-character-sheets/master/HarnMaster3/scroll-wide.png");
|
||||
background-image: url("https://raw.githubusercontent.com/milli-biggles/roll20-character-sheets/master/HarnMaster3/scroll-wide.png");
|
||||
/*background-image: url("https://drive.google.com/uc?id=1YeXR_YgfdDFg72Txuy8Tm7n2wk0kSqB3");*/
|
||||
margin: -3em 0 0 -3em;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
@@ -4,5 +4,5 @@
|
||||
"authors": "Steven Tarry, based on work by Olaf van Tol",
|
||||
"preview": "harnsheet.png",
|
||||
"roll20userid": "1454116",
|
||||
"instructions": "HMG character sheet with some accomodation for GunMaster Gold rules by Bill Gant."
|
||||
"instructions": "HMG character sheet with extended missile range tables to support GunMaster Gold rules by Bill Gant."
|
||||
}
|
||||
Reference in New Issue
Block a user