diff --git a/themes/V3/Blank/snippets.js b/themes/V3/Blank/snippets.js index b1ea793ae..b8cade2e6 100644 --- a/themes/V3/Blank/snippets.js +++ b/themes/V3/Blank/snippets.js @@ -352,8 +352,52 @@ module.exports = [ incon : 'fab fa-dtrpg', subsnippets : [ { - name : "Starforgers Guild Colophon", - gen : LicenseDTTRPGGCC.alligatorAlleyEntertainmentStarforgersGuildColophon, + name : "Chronicle System Guild Colophon", + gen : LicenseDTTRPGGCC.greenRoninChronicleSystemGuildColophon, + }, + + { + name : 'Green Ronin\'s Age Creator\'s Alliance', + subsnippets : [ + { + name : "Required Text", + subsnippets : [ + { + name : "Colophon", + gen : LicenseDTTRPGGCC.greenRoninAgeCreatorsAllianceColophon, + }, + + { + name : "Cover", + gen : LicenseDTTRPGGCC.greenRoninAgeCreatorsAllianceCover, + }, + ] + }, + { + name : "Logos", + subsnippets : [ + { + name : "Age", + gen : LicenseDTTRPGGCC.greenRoninAgeCreatorsAllianceLogo, + }, + + { + name : "Blue Rose", + gen : LicenseDTTRPGGCC.greenRoninAgeCreatorsAllianceBlueRoseLogo, + }, + + { + name : "Fantasy Age Compatible", + gen : LicenseDTTRPGGCC.greenRoninAgeCreatorsAllianceFantasyAgeCompatible, + }, + + { + name : "Modern AGE Compatible", + gen : LicenseDTTRPGGCC.greenRoninAgeCreatorsAllianceModernAGECompatible, + }, + ] + } + ] }, { @@ -397,8 +441,35 @@ module.exports = [ ] } ] - } + }, + { + name : "Starforgers Guild Colophon", + gen : LicenseDTTRPGGCC.alligatorAlleyEntertainmentStarforgersGuildColophon, + }, + { + name : "Super-Powered by M&M", + subsnippets : [ + { + name : "Required Text", + subsnippets : [ + { + name : "Colophon", + gen : LicenseDTTRPGGCC.greenRoninSuperPoweredMMColophon, + }, + { + name : "Cover", + gen : LicenseDTTRPGGCC.greenRoninSuperPoweredMMCover, + }, + + { + name : "Section 15", + gen : LicenseDTTRPGGCC.greenRoninSuperPoweredMMSection15, + }, + ] + } + ] + }, ] }, { diff --git a/themes/V3/Blank/snippets/licenseDTRPGCC.gen.js b/themes/V3/Blank/snippets/licenseDTRPGCC.gen.js index 876d4e05a..0808bd932 100644 --- a/themes/V3/Blank/snippets/licenseDTRPGCC.gen.js +++ b/themes/V3/Blank/snippets/licenseDTRPGCC.gen.js @@ -102,10 +102,10 @@ module.exports = { }, // Verify Logo redistribution greenRoninAgeCreatorsAllianceCover : `Requires the \[Game Title\] Rulebook from Green Ronin Publishing for use.`, - greenRoninAgeCreatorsAllianceLogo : `![Age Creators Alliance](/themes/assets/license_logos/AGECreatorsAlliance.png)`, - greenRoninAgeCreatorsAllianceBlueRoseLogo : `![Age Creators Alliance](/themes/assets/license_logos/BRAGECreatorsAlliance.png)`, - greenRoninAgeCreatorsAllianceFantasyAgeCompatible : `![Fantasy AGE Compatible](/themes/assets/license_logos/FantasyAgeCompatible.png)`, - greenRoninAgeCreatorsAllianceModernAGECompatible : `![Modern AGE Compatible](/themes/assets/license_logos/ModernAGECompatabile.png)`, + greenRoninAgeCreatorsAllianceLogo : `![Age Creators Alliance](/assets/license_logos/Green-Ronin_AGE-Creators-Alliance_General-Compatibility-Logo.png)`, + greenRoninAgeCreatorsAllianceBlueRoseLogo : `![Age Creators Alliance](/assets/license_logos/Green-Ronin_AGE-Creators-Alliance_Blue-Rose-Logo.png)`, + greenRoninAgeCreatorsAllianceFantasyAgeCompatible : `![Fantasy AGE Compatible](/assets/license_logos/Green-Ronin_AGE-Creators-Alliance_Fantasy-AGE-Compatibility-Logo.png)`, + greenRoninAgeCreatorsAllianceModernAGECompatible : `![Modern AGE Compatible](/assets/license_logos/Green-Ronin_AGE-Creators-Alliance_Modern-AGE-Compatibility-Logo.png)`, // Green Ronin's Chronicle - Verify Art and Access greenRoninChronicleSystemGuildColophon : function() { return dedent` @@ -180,10 +180,10 @@ module.exports = { `; }, // Verify Logo redistribution - monteCookLogoDarkLarge : `![Cypher System Compatible](/themes/assets/license_logos/CSCDarkLarge.png)`, - monteCookLogoDarkSmall : `![Cypher System Compatible](/themes/assets/license_logos/CSCDarkSmall.png)`, - monteCookLogoLightLarge : `![Cypher System Compatible](/themes/assets/license_logos/CSCLightLarge.png)`, - monteCookLogoLightSmall : `![Cypher System Compatible](/themes/assets/license_logos/CSCLightSmall.png)`, + monteCookLogoDarkLarge : `![Cypher System Compatible](/assets/license_logos/CSCDarkLarge.png)`, + monteCookLogoDarkSmall : `![Cypher System Compatible](/assets/license_logos/CSCDarkSmall.png)`, + monteCookLogoLightLarge : `![Cypher System Compatible](/assets/license_logos/CSCLightLarge.png)`, + monteCookLogoLightSmall : `![Cypher System Compatible](/assets/license_logos/CSCLightSmall.png)`, // Onyx Path Canis Minor - Verify logos and access onyxPathCanisMinorColophon : function () { return dedent` diff --git a/themes/assets/license_logos/BRAGECreatorsAlliance.png b/themes/assets/license_logos/Green-Ronin_AGE-Creators-Alliance_Blue-Rose-Compatibility-Logo.png similarity index 100% rename from themes/assets/license_logos/BRAGECreatorsAlliance.png rename to themes/assets/license_logos/Green-Ronin_AGE-Creators-Alliance_Blue-Rose-Compatibility-Logo.png diff --git a/themes/assets/license_logos/FantasyAgeCompatible.png b/themes/assets/license_logos/Green-Ronin_AGE-Creators-Alliance_Fantasy-AGE-Compatibility-Logo.png similarity index 100% rename from themes/assets/license_logos/FantasyAgeCompatible.png rename to themes/assets/license_logos/Green-Ronin_AGE-Creators-Alliance_Fantasy-AGE-Compatibility-Logo.png diff --git a/themes/assets/license_logos/AGECreatorsAlliance.png b/themes/assets/license_logos/Green-Ronin_AGE-Creators-Alliance_General-Compatibility-Logo.png similarity index 100% rename from themes/assets/license_logos/AGECreatorsAlliance.png rename to themes/assets/license_logos/Green-Ronin_AGE-Creators-Alliance_General-Compatibility-Logo.png diff --git a/themes/assets/license_logos/ModernAGECompatabile.png b/themes/assets/license_logos/Green-Ronin_AGE-Creators-Alliance_Modern-AGE-Compatibility-Logo.png similarity index 100% rename from themes/assets/license_logos/ModernAGECompatabile.png rename to themes/assets/license_logos/Green-Ronin_AGE-Creators-Alliance_Modern-AGE-Compatibility-Logo.png