diff --git a/css/fvtt-hellborn.css b/css/fvtt-hellborn.css index 528725b..c547ad3 100644 --- a/css/fvtt-hellborn.css +++ b/css/fvtt-hellborn.css @@ -707,6 +707,29 @@ i.fvtt-hellborn { height: 24px; margin: 4px 0 0 0; } +.fvtt-hellborn .tab.character-biography .main-div .aliases { + display: flex; + flex-direction: row; + align-items: center; + margin-bottom: 4px; + margin-left: 4px; +} +.fvtt-hellborn .tab.character-biography .main-div .aliases .form-group { + display: flex; + flex-direction: row; + align-items: center; + gap: 4px; + margin-left: 4px; +} +.fvtt-hellborn .tab.character-biography .main-div .aliases .form-group label { + min-width: 6rem; + max-width: 6rem; +} +.fvtt-hellborn .tab.character-biography .main-div .aliases input { + text-align: left; + min-width: 41rem; + max-width: 41rem; +} .fvtt-hellborn .tab.character-biography .main-div .biodata { display: grid; grid-template-columns: repeat(3, 1fr); @@ -2423,6 +2446,20 @@ i.fvtt-hellborn { font-family: var(--font-primary); font-size: calc(var(--font-size-standard) * 1); } +.flavor-text-damage { + font-family: var(--font-secondary); + font-size: calc(var(--font-size-standard) * 1.2); + color: var(--color-dark-2); + margin-top: 5px; +} +.flavor-text-damage h2 { + margin-top: 10px; + margin-left: 10px; + margin-bottom: 4px; + font-family: var(--font-title); + font-size: calc(var(--font-size-standard) * 1.2); + color: var(--title-color); +} .dice-roll { flex-direction: column; } @@ -2445,6 +2482,14 @@ i.fvtt-hellborn { display: flex; flex-direction: row; } +.dice-roll .intro-chat h2 { + margin-top: 10px; + margin-left: 10px; + margin-bottom: 4px; + font-family: var(--font-title); + font-size: calc(var(--font-size-standard) * 1.4); + color: var(--title-color); +} .dice-roll .intro-chat .intro-img { padding: 4px; max-width: 80px; diff --git a/lang/en.json b/lang/en.json index 782418a..33ee25d 100644 --- a/lang/en.json +++ b/lang/en.json @@ -64,6 +64,9 @@ "age": { "label": "Age" }, + "aliases": { + "label": "Aliases" + }, "birthplace": { "label": "Birthplace" }, diff --git a/module/documents/roll.mjs b/module/documents/roll.mjs index 2a77da7..cd72718 100644 --- a/module/documents/roll.mjs +++ b/module/documents/roll.mjs @@ -99,7 +99,7 @@ export default class HellbornRoll extends Roll { let damageRoll = new Roll(formula) await damageRoll.evaluate() await damageRoll.toMessage({ - flavor: `${options.rollItem.name} - Damage Roll - ${options.rollItem.system.damageType}`, + flavor: `