Merge pull request #10055 from bhuesemann/tor2e_02-00-01

The One Ring 2e 2.0.1 - translation fix
This commit is contained in:
Nic Bradley
2022-01-20 09:32:12 -08:00
committed by GitHub
3 changed files with 13 additions and 3 deletions
+10
View File
@@ -3,6 +3,16 @@ This is a rewrite based on the early 2e (basic) and 1e edition that also include
# Release History
## 02.00.01 (Build 4)
- rename Advancement Points -> Adventure Points
## 02.00.00 (Build 3)
- integrate roll parsing to get rid of custom roll tables.
- integration of armour qualities in the layout (cunning make and close fitting)
- favoured/ill-favoured rolls for adversaries
- integrate roll-templates
- numerous layout optimizations and UI improvments
## 01.01.00 (Build 2)
- added sheet worker to set the skill rolls on every update of the favoured skill state or global favoured state. This replaces the static switches in the rolls that were hard to read for players.
+1 -1
View File
@@ -1,4 +1,4 @@
<input type="hidden" name="attr_version" value="02-00-00" />
<input type="hidden" name="attr_version" value="02-00-01" />
<input type="hidden" class="sheet-tabstoggle" name="attr_sheetTab" />
<input type="checkbox" name="attr_parsedrolls" value="1" class="hidden config-parsed-rolls" hidden readonly />
<div class="sheet-pc">
+2 -2
View File
@@ -166,9 +166,9 @@
"special-damage": "Special Damage",
"general": "General",
"flaws": "Flaws",
"adventure-points": "Advancement<br/>Points",
"adventure-points": "Adventure<br/>Points",
"skill-points": "Skill Points",
"adventure-points-total": "Advancement<br/>Total",
"adventure-points-total": "Adventure<br/>Total",
"skill-points-total": "Skill Total",
"treasure-load-title": "Treasure Load (carried)",
"rating": "Rating",