diff --git a/assets/ui/hellborn_background_01.webp b/assets/ui/hellborn_background_01.webp new file mode 100644 index 0000000..853c1d7 Binary files /dev/null and b/assets/ui/hellborn_background_01.webp differ diff --git a/assets/ui/pentagram_logo.webp b/assets/ui/pentagram_logo.webp new file mode 100644 index 0000000..d5f2720 Binary files /dev/null and b/assets/ui/pentagram_logo.webp differ diff --git a/css/fvtt-hellborn.css b/css/fvtt-hellborn.css index ba8b36f..6990823 100644 --- a/css/fvtt-hellborn.css +++ b/css/fvtt-hellborn.css @@ -13,7 +13,7 @@ --font-primary: "MinionProRegular"; --font-secondary: "MinionProRegular"; --font-title: "SupernaturalKnight"; - --logo-standard: url("../assets/ui/hellborn_logo.webp"); + --logo-standard: url("../assets/ui/pentagram_logo.webp"); --title-color: #f0443c; --background-box: ##e0dcdc; --color-success: #0f7a0f; diff --git a/module/config/system.mjs b/module/config/system.mjs index d96643e..49e4241 100644 --- a/module/config/system.mjs +++ b/module/config/system.mjs @@ -10,7 +10,7 @@ export const ASCII = ` export const PERK_ROLES = { "abbetor": { id: "abbetor", label: "Abbetor" }, "blade": { id: "blade", label: "Blade" }, - "gunner": { id: "gunner", label: "Gunner" }, + "gunslinger": { id: "gunslinger", label: "Gunslinger" }, "malefic": { id: "malefic", label: "Malefic" }, "mastermind": { id: "mastermind", label: "Mastermind" }, "sentinel": { id: "sentinel", label: "Sentinel" }, @@ -39,7 +39,7 @@ export const MALEFICA_LEVELS = { "1": { id: "1", label: "Level 1" }, "2": { id: "2", label: "Level 2" }, "3": { id: "3", label: "Level 3" }, - "highpowers": { id: "highpowers", label: "High Powers" }, + "highpowers": { id: "highpowers", label: "High Power" }, } export const WEAPON_TYPES = { diff --git a/styles/global.less b/styles/global.less index a99d6d2..c9bacbc 100644 --- a/styles/global.less +++ b/styles/global.less @@ -6,7 +6,7 @@ --font-primary: "MinionProRegular"; --font-secondary: "MinionProRegular"; --font-title: "SupernaturalKnight"; - --logo-standard: url("../assets/ui/hellborn_logo.webp"); + --logo-standard: url("../assets/ui/pentagram_logo.webp"); --title-color: #f0443c; --background-box: ##e0dcdc; --color-success: rgb(15, 122, 15); diff --git a/system.json b/system.json index 5dd0ea1..0ff006f 100644 --- a/system.json +++ b/system.json @@ -55,5 +55,5 @@ }, "primaryTokenAttribute": "hp", "socket": true, - "background": "systems/fvtt-hellborn/assets/ui/ftl_nomad_background_01.webp" + "background": "systems/fvtt-hellborn/assets/ui/hellborn_background_01.webp" } diff --git a/templates/armor.hbs b/templates/armor.hbs index dde15c4..01701b6 100644 --- a/templates/armor.hbs +++ b/templates/armor.hbs @@ -13,7 +13,7 @@
\ No newline at end of file diff --git a/templates/equipment.hbs b/templates/equipment.hbs index e41688c..c1924a3 100644 --- a/templates/equipment.hbs +++ b/templates/equipment.hbs @@ -10,7 +10,7 @@ diff --git a/templates/malefica.hbs b/templates/malefica.hbs index 776eda6..76a24e2 100644 --- a/templates/malefica.hbs +++ b/templates/malefica.hbs @@ -14,7 +14,7 @@ \ No newline at end of file diff --git a/templates/perk.hbs b/templates/perk.hbs index 7aa4e31..d83dcb5 100644 --- a/templates/perk.hbs +++ b/templates/perk.hbs @@ -12,7 +12,7 @@ h diff --git a/templates/ritual.hbs b/templates/ritual.hbs index 0f18fe8..b44c930 100644 --- a/templates/ritual.hbs +++ b/templates/ritual.hbs @@ -17,7 +17,7 @@ diff --git a/templates/weapon.hbs b/templates/weapon.hbs index 9d80e4e..cf1fb52 100644 --- a/templates/weapon.hbs +++ b/templates/weapon.hbs @@ -22,7 +22,7 @@ {{formInput systemFields.description - enriched=description + enriched=enrichedDescription value=system.description name="system.description" toggled=true