Commit Graph
57 Commits
Author SHA1 Message Date
Corey J 4402e5d3d1 weekly translations 2020-08-10 15:23:19 -04:00
Olivia Lemmelin 7eb2c18680 weekly translations 2020-07-27 14:45:10 -07:00
Kirlian Silvestre c01b472710 some spelling corrections and changes in translation to improve the layout. 2020-07-22 16:27:08 -03:00
Kirlian Silvestre c0d63fa5e0 localization of the HP attribute showed on The Witcher TRPG's character sheet 2020-07-22 16:16:31 -03:00
Cassie Levett 2e28b1ffe0 add translations 2020-07-20 16:38:01 -05:00
Kirlian Silvestre 6505f6a9e5 weekly translations (#6995) 2020-07-20 13:36:29 -05:00
Cassie Levett 6ca51ef93a translations dev-4317 2020-07-13 15:31:10 -05:00
Sam Corder a9455e95ad Weekly translations 2020-07-06 19:17:19 -04:00
Olivia Lemmelin 53a7b21f42 weekly translations 2020-07-02 08:27:22 -07:00
Corey J 4f2ddb57cb weekly translations 2020-06-22 16:35:31 -04:00
Cassie Levett 90a212a0a8 translations DEV-4106 2020-06-03 13:09:41 -05:00
Olivia Lemmelin 1375e9329b weekly translations 2020-06-01 15:47:12 -07:00
Corey J c681a5e38d weekly translations 2020-05-25 13:53:11 -04:00
Corey J f888caf6f5 weekly translations
5/12/2020
2020-05-11 18:54:01 -04:00
Juan Estévez c73104cc0f Actualizada traducción ES.json (#6425) 2020-05-11 13:11:17 -04:00
GBeavis 70ee83744b [TheWitcher] Typo with npc attributes (#6137)
Similar to file change #6075, the REC stat is recorded as REF, however here it is in the NPC side of the sheet.
2020-04-13 10:18:07 -07:00
Olivia Lemmelin 44bdaf4b60 weekly translations 2020-04-06 17:20:01 -07:00
GBeavis 0805c20aa5 [TheWitcher] QoL change with attributes (#6075)
* Update witchersheet.html

* Update translation.json
2020-04-06 13:43:56 -07:00
Olivia Lemmelin b9ab1404c7 translations done 2020-03-30 16:40:30 -07:00
GBeavis 158079b26c Spelling mistake change, without breaking the sheet (#6029)
This fixes a front end typo, where REF was REC. I didn't change the tags etc, so any links will still be valid
2020-03-30 13:58:16 -04:00
Cassie Levett 3311e5d13d translations 2020-02-11 08:24:22 -06:00
grinh de31fe92e4 [TheWitcher] Fixes for some translations. (#5850)
I've corrected few mistakes and replaced few too long words with synonyms.
2020-02-10 11:12:51 -06:00
Cassie Levett 8c5abe9c40 uc-957 weekly translations 2020-02-03 22:17:21 -06:00
grinh 5a033eae6b [TheWitcher] Polish translation for character sheet (#5827) 2020-02-03 12:10:57 -06:00
Cassie Levett bb6f3b7afe uc-946 translations 2020-01-21 08:34:19 -06:00
Cassie Levett 1339b62d5a uc-902 translations 2020-01-06 17:57:24 -06:00
Andreas J 05f1e3230c The Witcher: i18n tags, second try (#5778) 2020-01-06 12:57:37 -06:00
Cassie Levett 36d7a61480 Revert "[The Witcher] Basic Sheet translations added (#5573)" (#5674)
This reverts commit 161cb466d4.
2019-11-12 12:10:42 -06:00
Cassie Levett c97394a6bd uc-841 update translations 2019-11-04 17:29:12 -06:00
Cassie Levett 08788b3f87 uc-836 translations 2019-10-28 17:29:08 -05:00
Cassie Levett 5735fe2696 translations uc-825 2019-10-21 17:21:21 -05:00
Andreas J 161cb466d4 [The Witcher] Basic Sheet translations added (#5573)
* The Witcher: Basic Sheet translations added, roll buttons, rolltemplates & html title elements will still need translation fixes

* The Witcher: comments
2019-10-21 12:31:09 -05:00
Leothedino 9f6dc69bd2 TheWitcher - QoL Improvements (#4874)
* TheWitcher - QoL Improvements

New QoL features with this latest update. 
- Improved combat skill buttons. Dropdown menu on these skills removing much of the time wasted with multiple query selections. 
- Fast Strike now hits twice with one roll as heavily requested from players.
- Extended Quick Roll Buttons now includes Quick Weapon Buttons so players need not keep tabbing to the inventory section for damage rolls.
- Gear & Inventory now has a Diagram & Recipe category where players can set if they learn, know or have crafting recipe's and materials.
- Other code changes include new roll templates and tidied up obsolete HTML text.

* TheWitcher - QoL Changes (CSS)

- Companion CSS changes to the QoL update.
2019-03-26 18:55:01 -05:00
ancallan a3d6dcf97f [TheWitcher] QoL changes, minor fixes (#4672)
* Fixes, QoL improvements, Stun changes

+Added a checkbox to switch between a character-creation-style skill total and default.
+Death state now applies at zero as well as below zero
+Current Stun is now also updated based on stats.
+Split Death&Stun save rolls into two buttons. Death saves uses unmodified Stun, Stun saves uses current stun.
+Low stats are now prevented from dropping to 0 when a death state is incurred.

* New preview, Stat Total updated

Stat Total used current Reflex, rather than maximum. Updated.

* Current Stun value fixed.

The transition to an automated current STUN value meant that older versions of the character sheet might still be saving hard-coded stun values. This fixes that by changing the name of @{stun} to @{cur_stun}.

* Default values from 0 to 1

Set default values from 0 to 1 for Stats and Professional Skill (since you must always put at least one point in these anyway).

* Clarity on skill checkbox.

Added a tooltip for those who would likely be confused by awkward title I gave the Skill Checkbox.

* Update witchersheet.html

Fixed missing brackets introduced from max calculations in stats.

* Fix for 4th Focus

.css file was missing some code for the 4th focus.

* Update witchersheet.html

Removed the extra note regarding skill costs.

* Stun Changes

Reverting stun back to using a user-entered Current value and combining Death and Stun saves.

* Update witchersheet.html

Missing word in a tooltip, also clarified.

* Revert "Update witchersheet.html"

This reverts commit 4970688f68546728f722b033086ab96e73cd01f0.

* Update witchersheet.html

Missing word in a tooltip, also clarified.
2019-02-11 17:39:26 -06:00
Leothedino 522830b4e9 Update TheWitcher - Hotfix
Important fix. Found and cleared up a typo in the NPC roll template that was causing a conflict with the latest update.
2019-01-23 19:13:18 +00:00
Leothedino 851ffdcbbc TheWitcher HTML update - Stun fix & Stat rolls
Replaced and improved stat save rolls on core player and NPC stats. Fixed the issue with the STUN stat changing automatically with Wound & Death States. Adjusted the Statistics Roll Template to accommodate these changes.
2019-01-22 16:33:13 +00:00
Leothedino a9ecc302ed TheWitcher - Update- QoL & Bug Fixes
A fix for wound threshold and death state as well as some minor QoL fixes (font sizes, positions etc)
2018-12-26 11:04:03 +00:00
Leothedino 9b8ba04c82 TheWitcher - Additional Features
Added additional modifier query on Profession skills, also adjusted spells to not display 0 damage when no damage type is selected, but instead state 'none' in its place.
2018-11-30 12:37:11 +00:00
Leothedino 58a503acd5 TheWitcher - witchersheet.html - Fixed Error
Fixed a calculation field error in the skills.
2018-11-12 14:12:43 +00:00
Leothedino 4b50dd7fbe TheWitcher - sheet.json - Updated Wording
Cleaned up the grammar and removed unnecessary information.
2018-11-09 21:17:38 +00:00
Leothedino 7dfa765215 TheWitcher - witchersheet.css - Sizing fix.
Re-adjusted skill title sizes to avoid cramped styling.
2018-11-09 21:13:23 +00:00
Leothedino da94aa4b8f TheWitcher - witchersheet.html - Hotfix
Error with spell types in the wrong order and fixed a few spelling mistake.
2018-11-09 21:08:16 +00:00
Leothedino c3008cbdb2 TheWitcher - witchersheet.html - Styling
Specific roll-template styling changes for improved player visuals.
2018-11-08 15:14:13 +00:00
Leothedino 52e14ea87b TheWitcher - witchersheet.css - hotfix
A quick margin error correction.
2018-11-08 14:36:11 +00:00
Leothedino 45fd8461d1 TheWitcher - witchersheet.html - Update
Line 37 - Helpful information for new players to avoid stat confusion.
Line 74 to 161- After large feedback, removed the confusing and unneeded 'max' and 'current' boxes. Players will find this far more simple and easy to understand.
Line 188 to 192 - Now added a 'notes' section so players can write down which stats or skills have been modified during play, and why.
Line 1184 to 1201 - Minor visual improvement. Re-written the code here to better support firefox, as well as Chrome browsers.
2018-11-08 14:17:18 +00:00
Leothedino 41d25b098c TheWitcher - witchersheet.css - Additional Styling
Incoming witchersheet.html changes, further styling included to facilitate further additions, too.
2018-11-08 14:08:31 +00:00
Leothedino a07d213db7 TheWitcher - Update - Errata Fixes Pt.2
All instances of 'Additional Mods?' query on roll buttons now includes an example for convenience.
2018-11-02 14:21:23 +00:00
Leothedino fe2033c313 TheWitcher - Update - Errata Fixes pt.1
Official Rulebook was updated. Added 'info' titles to the 'Max/Current' labels. Added 'Joint, -3' to Attack Actions. Changed Helper-Functions on Location Roll-Template.
2018-11-02 13:57:34 +00:00
Leothedino 374ade0ebc TheWitcher update - Background & Additional Rolls
Core Stat and NPC stat improvements, additional roll information for players in the final/shown roll to help distinguish modifiers. Furthermore, changed an error in the Background section adding 'Most Important Event' instead of 'Influential Friend'.
2018-11-02 03:06:11 +00:00
Leothedino 3fda75d956 TheWitcher - Updated Core Skill Rolls
Updated the core skills to have additional roll information for the players to distinguish modifiers in the shown/final roll.
2018-11-02 02:57:44 +00:00