diff --git a/public/catalog/creators/true-world-games/index.ts b/public/catalog/creators/true-world-games/index.ts deleted file mode 100644 index 2e42224..0000000 --- a/public/catalog/creators/true-world-games/index.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { ICreatorData } from "public/catalog/loader"; - -export default function getData(): ICreatorData { - return { - name: "True World Games", - links: { - website: "https://www.trueworld.games", - }, - }; -} diff --git a/public/catalog/creators/true-world-games/true-world-rpg/image.jpg b/public/catalog/creators/true-world-games/true-world-rpg/image.jpg deleted file mode 100644 index fe09e8e..0000000 Binary files a/public/catalog/creators/true-world-games/true-world-rpg/image.jpg and /dev/null differ diff --git a/public/catalog/creators/true-world-games/true-world-rpg/index.md b/public/catalog/creators/true-world-games/true-world-rpg/index.md deleted file mode 100644 index b96570e..0000000 --- a/public/catalog/creators/true-world-games/true-world-rpg/index.md +++ /dev/null @@ -1,5 +0,0 @@ -# True World RPG - -The True World RPG is a free, open, generic table-top role-playing game designed to be a great story-telling engine, with an emphasis on being versatile and adaptable to a wide-range of genres, settings and play styles. - -The game is also the house system for the True World Adventure League, a free-to-play online community offering one-shots and campaigns. Content for the RPG and supplemental content created for the Adventure League are all published free online. diff --git a/public/catalog/creators/true-world-games/true-world-rpg/index.ts b/public/catalog/creators/true-world-games/true-world-rpg/index.ts deleted file mode 100644 index fc21570..0000000 --- a/public/catalog/creators/true-world-games/true-world-rpg/index.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { IProjectData } from "public/catalog/loader"; - -export default function getData(): IProjectData { - return { - name: "True World RPG", - description: - "A free and open universal tabletop role-playing game. Freeform, narrative and rules-light, and perfect for creating the characters you really want to play in any genre or setting.", - links: { - website: "https://rpg.trueworld.games", - reddit: "https://www.reddit.com/r/TrueWorldRPG/", - }, - license: "CC BY 4.0", - }; -}