From 09a492ee7f638583798d1447d64a23aab026fc60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 11 Mar 2026 15:31:56 +0100 Subject: [PATCH] adding attribution --- themes/V3/5ePHB/snippets/coverpage.gen.js | 4 ++++ themes/V3/Blank/snippets/imageMask.gen.js | 9 ++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/themes/V3/5ePHB/snippets/coverpage.gen.js b/themes/V3/5ePHB/snippets/coverpage.gen.js index b02093ed7..f75ef3b29 100644 --- a/themes/V3/5ePHB/snippets/coverpage.gen.js +++ b/themes/V3/5ePHB/snippets/coverpage.gen.js @@ -98,6 +98,7 @@ export default { }} ![background image](${domain}/assets/the_departure.webp){position:absolute,bottom:0,right:-400px,height:100%} + \page`; }, @@ -113,6 +114,7 @@ export default { {{imageMaskCenter${_.random(1, 16)},--offsetX:0%,--offsetY:0%,--rotation:0 ![background image](${domain}/assets/the_spirit_of_war.webp){position:absolute,bottom:100px,right:70px,height:70%} }} + {{logo ![](${domain}/assets/naturalCritLogoRed.svg)}} @@ -129,6 +131,7 @@ export default { {{imageMaskEdge${_.random(1, 8)},--offset:10cm,--rotation:180 ![Background image](${domain}/assets/frigate.webp){position:absolute,bottom:0,right:0,height:100%} }} + \page`; }, @@ -145,6 +148,7 @@ export default { For use with any fantasy roleplaying ruleset. Play the best game of your life! ![background image](${domain}/assets/ruined_tower.webp){position:absolute,bottom:0,right:-250px,height:100%} + {{logo ![](${domain}/assets/naturalCritLogoWhite.svg) diff --git a/themes/V3/Blank/snippets/imageMask.gen.js b/themes/V3/Blank/snippets/imageMask.gen.js index 530ce01ac..2c1255178 100644 --- a/themes/V3/Blank/snippets/imageMask.gen.js +++ b/themes/V3/Blank/snippets/imageMask.gen.js @@ -6,7 +6,8 @@ export default { center : ()=>{ return dedent` {{imageMaskCenter${_.random(1, 16)},--offsetX:0%,--offsetY:0%,--rotation:0 - ![The Roman Theater at Taormina, 1828, by Louise-Joséphine sarazin de Belmont](${domain}/assets/roman_theatre.webp){height:100%} + ![image description](${domain}/assets/roman_theatre.webp){height:100%} + }} }} \n\n`; @@ -47,7 +49,8 @@ export default { const offsetY = (y == 'top' ? '50%' : '-50%'); return dedent` {{imageMaskCorner${_.random(1, 37)},--offsetX:${offsetX},--offsetY:${offsetY},--rotation:0 - ![The Roman Theater at Taormina, 1828, by Louise-Joséphine sarazin de Belmont](${domain}/assets/roman_theatre.webp){height:100%} + ![image description](${domain}/assets/roman_theatre.webp){height:100%} + }}