Files
zedafty 87c23ea3d6 [WFRP4CharSheet] Release v.1.8
### Version
* Update from 1.7 (HTML) and 1.6 (CSS) to 1.8
* Add version markup (bottom right)

### Developers Convenience
* Fix whitespaces, line ends and indentation (replace line start whitespaces by tabs, remove whitespaces at line ends, merge two or more lines feeds by only one
* Remove left-overs and unused comments and markups
* Tidy HTML (replaced redundant attributes)
* Tidy CSS (classes renamed)

### Bug Fixes
* Fix tab buttons focusable area (i.e. engulf whole button, not only text content)
* Fix cursor hover position bump bug (new cursor images added)
* Fix expanded roll button image repeat [https://i.imgur.com/lVrgJF9.jpeg]
* Fix translation † issue (missing character)
* Fix missing SL prefix at 1 to 9 roll result
* Fix missing SL range (96-99 => 96-100 for against > 100)
* Fix wrong hit location head for 100 roll

### Features
* Add One-page toggle
* Add Ask modifier togge
* Add Whisper to GM toggle
* Add Wealth converter (one unit each time from gold to brass)

### HTML
* Reorder Movement, Encumbrance, Wealth and Wounds sections
* Add focus/hover colors on inputs (tab navigation fix)
* Add legend above Talents repeating section (missing header)
* Add colors and borders on Advanced and Group Skills table
* Remove <br> and <hr> (replaced by margin bottom)
* Expand tabs length (from 75% to 100%)
* Fix Armour Points display
* Fix and reduce images size
* Change Weapon Encumbrance type (from text to number)
* Change Spell Caster Number type (from text to number)
* Add Channeling Skill under Magic Skills section
* Add tooltip on uncommon abbreviated terms
* Add missing placeholders on text inputs

### CSS
* Fix sheet, div, select and tables width (remove styles attributes, include scrollbar)
* Fix repcontainer position and behaviour (move full size and absolute positioned buttons)
* Fix border image display (remove useless declarations)
* Fix textareas width and height
* Add textarea background image

### Worker
* Add Encumbrance recalculation on repeated item removal
* Reduce TheAaronScript (only methods used)
* Remove SWUtils (unused)

### Translations
* Add ordered list index key for Basic Skills
* Add ordered list index key for Melee Specializations, Ranged Specializations and Magic, Blessings and Miracles
* Add missing spell range translations (you, touch, special, n yards, n miles, etc.)
* Replace "Leg Left" translation key by "Left Leg"
* Replace "Qualities" translation key by "Qualities/Flaws"
* Remove "AMBITIONS" translation key
* Remove "Personal-Short-Term" translation key
* Remove "Personal-Long-Term" translation key
* Remove "Party-Short-Term" translation key
* Remove "Party-Long-Term" translation key
* Add "PERSONAL-AMBITIONS" translation key
* Add "PARTY-AMBITIONS" translation key
* Add "Short-Term" key
* Add "Long-Term" translation key
* Add "movement" translation key
* Add "show-all-tabs" translation key
* Add "ask-modifier" translation key
* Add "whisper-to-gm" translation key
* Add "money-total" translation key
* Add "Rolled" translation key
* Add "vs" translation key
* Add "Test" translation key
* Add "Result" translation key
* Add "Critical-Success" translation key
* Add "Fumbling-Failure" translation key
* Add "Success" translation key
* Add "Failure" translation key
* Add "SL" translation key
* Add "Agility-Bonus" translation key
* Add "Initiative-Bonus" translation key
* Add "Initiative-Talents" translation key

### Templates
* Add modifier value in template (just after roll result)
* Clamp minimal and maximal SL calculated values to -10 and +10
2022-02-16 10:28:07 +01:00

40 lines
1.7 KiB
JSON

{
"html": "WFRP4Charsheet.html",
"css": "WFRP4Charsheet.css",
"authors": "Arioch1973, Alondaar, Havoc, Oxycutor, Marco (Realitor), Richard T. (Medieve), Zedafty",
"roll20userid": "977838, null, 55273, 2026795, 1589217, 23472, 5690851",
"preview": "WFRP4Charsheet.jpg",
"instructions": "This is a character sheet for 4th edition Warhammer Fantasy Roleplay, that do **not** require API access. It is pretty straightforward in how to use it. It is being continually developped by [Arioch1973](https://app.roll20.net/users/977838) and any questions regarding it can be directed to him through the roll20 forums or messages.",
"useroptions": [
{
"attribute": "ShowAllTabs",
"type": "checkbox",
"value": "1",
"checked": "false",
"displayname": "Show All Tabs",
"displaytranslationkey": "show-all-tabs",
"description": "When this option is activated, the whole sheet will be displayed on a single scrollable page.",
"descriptiontranslationkey": "show-all-tabs-desc"
},
{
"attribute": "AskModifier",
"type": "checkbox",
"value": "1",
"displayname": "Ask Modifier",
"displaytranslationkey": "ask-modifier",
"description": "When this option is activated, a modal box allowing numeric input will be popped on each roll.",
"descriptiontranslationkey": "ask-modifier-desc"
},
{
"attribute": "WhisperToGM",
"type": "checkbox",
"value": "1",
"checked": "false",
"displayname": "Whisper to GM",
"displaytranslationkey": "whisper-to-gm",
"description": "When this option is activated, every chatlog output will be visible to the player and GM only.",
"descriptiontranslationkey": "whisper-to-gm-desc"
}
],
"legacy": true
}