Fix item sheets + add logo/picture
All checks were successful
Release Creation / build (release) Successful in 54s
All checks were successful
Release Creation / build (release) Successful in 54s
This commit is contained in:
BIN
assets/ui/hellborn_background_01.webp
Normal file
BIN
assets/ui/hellborn_background_01.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 420 KiB |
BIN
assets/ui/pentagram_logo.webp
Normal file
BIN
assets/ui/pentagram_logo.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
@@ -13,7 +13,7 @@
|
|||||||
--font-primary: "MinionProRegular";
|
--font-primary: "MinionProRegular";
|
||||||
--font-secondary: "MinionProRegular";
|
--font-secondary: "MinionProRegular";
|
||||||
--font-title: "SupernaturalKnight";
|
--font-title: "SupernaturalKnight";
|
||||||
--logo-standard: url("../assets/ui/hellborn_logo.webp");
|
--logo-standard: url("../assets/ui/pentagram_logo.webp");
|
||||||
--title-color: #f0443c;
|
--title-color: #f0443c;
|
||||||
--background-box: ##e0dcdc;
|
--background-box: ##e0dcdc;
|
||||||
--color-success: #0f7a0f;
|
--color-success: #0f7a0f;
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ export const ASCII = `
|
|||||||
export const PERK_ROLES = {
|
export const PERK_ROLES = {
|
||||||
"abbetor": { id: "abbetor", label: "Abbetor" },
|
"abbetor": { id: "abbetor", label: "Abbetor" },
|
||||||
"blade": { id: "blade", label: "Blade" },
|
"blade": { id: "blade", label: "Blade" },
|
||||||
"gunner": { id: "gunner", label: "Gunner" },
|
"gunslinger": { id: "gunslinger", label: "Gunslinger" },
|
||||||
"malefic": { id: "malefic", label: "Malefic" },
|
"malefic": { id: "malefic", label: "Malefic" },
|
||||||
"mastermind": { id: "mastermind", label: "Mastermind" },
|
"mastermind": { id: "mastermind", label: "Mastermind" },
|
||||||
"sentinel": { id: "sentinel", label: "Sentinel" },
|
"sentinel": { id: "sentinel", label: "Sentinel" },
|
||||||
@@ -39,7 +39,7 @@ export const MALEFICA_LEVELS = {
|
|||||||
"1": { id: "1", label: "Level 1" },
|
"1": { id: "1", label: "Level 1" },
|
||||||
"2": { id: "2", label: "Level 2" },
|
"2": { id: "2", label: "Level 2" },
|
||||||
"3": { id: "3", label: "Level 3" },
|
"3": { id: "3", label: "Level 3" },
|
||||||
"highpowers": { id: "highpowers", label: "High Powers" },
|
"highpowers": { id: "highpowers", label: "High Power" },
|
||||||
}
|
}
|
||||||
|
|
||||||
export const WEAPON_TYPES = {
|
export const WEAPON_TYPES = {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
--font-primary: "MinionProRegular";
|
--font-primary: "MinionProRegular";
|
||||||
--font-secondary: "MinionProRegular";
|
--font-secondary: "MinionProRegular";
|
||||||
--font-title: "SupernaturalKnight";
|
--font-title: "SupernaturalKnight";
|
||||||
--logo-standard: url("../assets/ui/hellborn_logo.webp");
|
--logo-standard: url("../assets/ui/pentagram_logo.webp");
|
||||||
--title-color: #f0443c;
|
--title-color: #f0443c;
|
||||||
--background-box: ##e0dcdc;
|
--background-box: ##e0dcdc;
|
||||||
--color-success: rgb(15, 122, 15);
|
--color-success: rgb(15, 122, 15);
|
||||||
|
|||||||
@@ -55,5 +55,5 @@
|
|||||||
},
|
},
|
||||||
"primaryTokenAttribute": "hp",
|
"primaryTokenAttribute": "hp",
|
||||||
"socket": true,
|
"socket": true,
|
||||||
"background": "systems/fvtt-hellborn/assets/ui/ftl_nomad_background_01.webp"
|
"background": "systems/fvtt-hellborn/assets/ui/hellborn_background_01.webp"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{{localize "HELLBORN.Label.description"}}</legend>
|
<legend>{{localize "HELLBORN.Label.description"}}</legend>
|
||||||
{{formInput systemFields.description enriched=description value=system.description name="system.description" toggled=true}}
|
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{{localize "HELLBORN.Label.description"}}</legend>
|
<legend>{{localize "HELLBORN.Label.description"}}</legend>
|
||||||
{{formInput systemFields.description enriched=description value=system.description name="system.description"
|
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description"
|
||||||
toggled=true}}
|
toggled=true}}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{{localize "HELLBORN.Label.description"}}</legend>
|
<legend>{{localize "HELLBORN.Label.description"}}</legend>
|
||||||
{{formInput systemFields.description enriched=description value=system.description name="system.description" toggled=true}}
|
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{{localize "HELLBORN.Label.description"}}</legend>
|
<legend>{{localize "HELLBORN.Label.description"}}</legend>
|
||||||
{{formInput systemFields.description enriched=description value=system.description name="system.description" toggled=true}}
|
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
</section>h
|
</section>h
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{{localize "HELLBORN.Label.description"}}</legend>
|
<legend>{{localize "HELLBORN.Label.description"}}</legend>
|
||||||
{{formInput systemFields.description enriched=description value=system.description name="system.description"
|
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description"
|
||||||
toggled=true}}
|
toggled=true}}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<legend>{{localize "HELLBORN.Label.description"}}</legend>
|
<legend>{{localize "HELLBORN.Label.description"}}</legend>
|
||||||
{{formInput
|
{{formInput
|
||||||
systemFields.description
|
systemFields.description
|
||||||
enriched=description
|
enriched=enrichedDescription
|
||||||
value=system.description
|
value=system.description
|
||||||
name="system.description"
|
name="system.description"
|
||||||
toggled=true
|
toggled=true
|
||||||
|
|||||||
Reference in New Issue
Block a user