diff --git a/Torchbearer/torchbearer.css b/Torchbearer/torchbearer.css index c43bce5abc..603660d408 100644 --- a/Torchbearer/torchbearer.css +++ b/Torchbearer/torchbearer.css @@ -341,14 +341,18 @@ } .sheet-section.sheet-section-traveling-spellbook table tr th:nth-child(1), .sheet-section.sheet-section-traveling-spellbook table tr td:nth-child(1) { - width: 25%; + width: 20%; } .sheet-section.sheet-section-traveling-spellbook table tr th:nth-child(2), .sheet-section.sheet-section-traveling-spellbook table tr td:nth-child(2) { - width: 15%; + width: 10%; } .sheet-section.sheet-section-traveling-spellbook table tr th:nth-child(3), .sheet-section.sheet-section-traveling-spellbook table tr td:nth-child(3) { + width: 10%; +} +.sheet-section.sheet-section-traveling-spellbook table tr th:nth-child(4), +.sheet-section.sheet-section-traveling-spellbook table tr td:nth-child(4) { width: 60%; } .sheet-section.sheet-section-traveling-spellbook table tr th select, diff --git a/Torchbearer/torchbearer.html b/Torchbearer/torchbearer.html index 7c34b735e0..e48f15e02c 100644 --- a/Torchbearer/torchbearer.html +++ b/Torchbearer/torchbearer.html @@ -444,7 +444,7 @@ - @@ -476,7 +476,7 @@ - @@ -1625,6 +1625,10 @@ + + + + diff --git a/Torchbearer/translation.json b/Torchbearer/translation.json index a0115203b9..94a0455a3c 100644 --- a/Torchbearer/translation.json +++ b/Torchbearer/translation.json @@ -138,10 +138,12 @@ "FifthCircle": "Fifth Circle", "TravelingSpellbook": "Traveling Spellbook", "SpellName": "Spell Name", + "Spellbook": "Spellbook", "Memory": "Memory", "SpellRulesPlaceholder": "Spell Rules", "LevelRequirementsAndBenefits": "Level Requirements & Benefits", "LevelTitleAndBenefits": "Level Title & Benefits", "GrindConditionsOrder":"The Grind", - "BeginnersLuck":"BL" + "BeginnersLuck":"BL", + "BeginnersLuckFull":"Beginner s Luck!" }