diff --git a/src/lang/en.json b/src/lang/en.json index f8d8faf..43ac640 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -91,6 +91,9 @@ "OSE.SpokenLanguages": "Spoken Languages", "OSE.Literacy": "Literacy", + "OSE.Literate": "Literate", + "OSE.LiteracyBasic": "Basic", + "OSE.Illiterate": "Illiterate", "OSE.NPCReaction": "NPC Reaction", "OSE.RetainersMax": "#Retainers", @@ -142,5 +145,12 @@ "OSE.abilities.Requirements": "Requirements", - "OSE.exploration.OpenDoors": "Open Doors" + "OSE.exploration.ListenDoor.long": "Listen at Door", + "OSE.exploration.ListenDoor.short": "Listen Door", + "OSE.exploration.OpenDoor.long": "Open Stuck Door", + "OSE.exploration.OpenDoor.short": "Open Door", + "OSE.exploration.SecretDoor.long": "Find Secret Door", + "OSE.exploration.SecretDoor.short": "Secret Door", + "OSE.exploration.RoomTrap.long": "Find Room Trap", + "OSE.exploration.RoomTrap.short": "Find Trap" } \ No newline at end of file diff --git a/src/scss/actor-base.scss b/src/scss/actor-base.scss index 801ba0b..6997ee5 100644 --- a/src/scss/actor-base.scss +++ b/src/scss/actor-base.scss @@ -13,7 +13,7 @@ .panel-title { color: whitesmoke; background: $darkBackground; - line-height: 14px; + line-height: 12px; height: 20px; text-align: center; margin: 0; @@ -307,6 +307,9 @@ } } &.spells { + .item-titles { + padding: 0; + } .item-controls { flex-basis: 30px; } diff --git a/src/scss/character.scss b/src/scss/character.scss index a9b65d3..0f24094 100644 --- a/src/scss/character.scss +++ b/src/scss/character.scss @@ -69,6 +69,17 @@ line-height: 30px; } } + .exploration { + .attribute { + margin: 4px; + .attribute-name { + text-align: left; + flex: 1 0 60px; + line-height: 25px; + font-size: 12px; + } + } + } } /* ----------------------------------------- */ /* Item Controls */ diff --git a/src/template.json b/src/template.json index 0841ef6..030209d 100644 --- a/src/template.json +++ b/src/template.json @@ -86,6 +86,12 @@ "bonus": 0 } }, + "exploration": { + "ld": 1, + "od": 1, + "sd": 1, + "ft": 1 + }, "scores": { "str": { "value": 0, diff --git a/src/templates/actors/partials/character-abilities-tab.html b/src/templates/actors/partials/character-abilities-tab.html index aa09111..583025f 100644 --- a/src/templates/actors/partials/character-abilities-tab.html +++ b/src/templates/actors/partials/character-abilities-tab.html @@ -1,3 +1,32 @@ +