From cf8c723b635fb2e99c2b7837f3782c57403c46e3 Mon Sep 17 00:00:00 2001 From: The Happy Anarchist Date: Fri, 4 Sep 2020 01:07:28 -1000 Subject: [PATCH] More exploration changes Mostly formatting the char sheet and changing names. --- src/acks.css | 6 +++--- src/lang/en.json | 8 ++++---- .../actors/partials/character-abilities-tab.html | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/acks.css b/src/acks.css index d699d6f..6af50b1 100644 --- a/src/acks.css +++ b/src/acks.css @@ -821,11 +821,11 @@ line-height: 30px; } .acks.sheet.actor.character .sheet-body .exploration .attribute { - margin: 4px; + margin: 1px; } .acks.sheet.actor.character .sheet-body .exploration .attribute .attribute-name { - text-align: left; - flex: 1 0 60px; + text-align: center; + flex: 1 0 45px; line-height: 25px; font-size: 12px; } diff --git a/src/lang/en.json b/src/lang/en.json index fe5f50e..8e2697a 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -202,7 +202,7 @@ "ACKS.items.RollType": "Type", "ACKS.items.Damage": "Damage", "ACKS.items.ArmorAC": "AC", - "ACKS.items.ArmorAAC": "AAC", + "ACKS.items.ArmorAAC": "AC", "ACKS.items.Bonus": "Bonus", "ACKS.items.AtkBonus": "Attack Bonus", "ACKS.items.roundAttacks": "Attacks Spent this Round", @@ -243,9 +243,9 @@ "ACKS.abilities.Requirements": "Requirements", - "ACKS.exploration.ld.long": "Listen at Door", - "ACKS.exploration.ld.short": "Listen Door", - "ACKS.exploration.ld.abrev": "LD", + "ACKS.exploration.ld.long": "Listen for noises", + "ACKS.exploration.ld.short": "Hear Noise", + "ACKS.exploration.ld.abrev": "HN", "ACKS.exploration.od.long": "Open Stuck Door", "ACKS.exploration.od.short": "Open Door", "ACKS.exploration.od.abrev": "OD", diff --git a/src/templates/actors/partials/character-abilities-tab.html b/src/templates/actors/partials/character-abilities-tab.html index 92ccb78..d36d9ea 100644 --- a/src/templates/actors/partials/character-abilities-tab.html +++ b/src/templates/actors/partials/character-abilities-tab.html @@ -2,28 +2,28 @@
  • {{ localize "ACKS.exploration.ld.short" }}

    - +
  • {{ localize "ACKS.exploration.od.short" }}

    - +
  • {{ localize "ACKS.exploration.sd.short" }}

    - +
  • {{ localize "ACKS.exploration.ft.short" }}

    - +