0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 06:48:11 +00:00

Merge branch 'master' of https://github.com/naturalcrit/homebrewery into vitreum-to-vite

This commit is contained in:
Víctor Losada Hernández
2026-02-18 23:28:56 +01:00
6 changed files with 556 additions and 519 deletions

View File

@@ -588,6 +588,21 @@ export default [
},
{
name : 'True 20',
subsnippets : [
{
name : 'OGL 1.0 Section 15',
gen : LicenseGen.grTrue20Sec15,
},
{
name : 'True20 Logo',
gen : LicenseGen.grTrue20CompatLogo,
}
]
},
{
name : 'Wizards of the Coast',
icon : 'fab fa-wizards-of-the-coast',

File diff suppressed because one or more lines are too long