mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-11 09:32:33 +00:00
Merge pull request #10055 from bhuesemann/tor2e_02-00-01
The One Ring 2e 2.0.1 - translation fix
This commit is contained in:
@@ -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,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">
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user