paulus.casa/src/data/modsdata.js
2024-03-26 22:40:13 +00:00

66 lines
2.5 KiB
JavaScript

const BLANKTEMPLATE = {
Name: "",
GitHub: "",
Steam: "",
Workshop_ID: "",
Details: "",
Skills: "",
}
export const modProjects = [
{
Name: "Commander Kings",
GitHub: "https://github.com/II-Paulus-II/Commander_Kings",
Steam: "https://steamcommunity.com/sharedfiles/filedetails/?id=2457763591",
Workshop_ID: "2457763591",
Details: "A mod for the game Imperator Rome to allow Kings to command Legion Armies.",
Skills: "GUI Editing, Jomini Script",
Image: "/projectimgs/commanderkings.webp",
},
{
Name: "Two Spartan Kings",
GitHub: "https://github.com/II-Paulus-II/Two_Spartan_Kings",
Steam: "https://steamcommunity.com/sharedfiles/filedetails/?id=2127148915",
Workshop_ID: "2127148915",
Details: "A mod for the game Imperator Rome to recreate the Diarchy Government form for the country Sparta.",
Skills: "GUI Editing, Jomini Script",
Image: "/projectimgs/twokings.webp",
},
{
Name: "Bigger Government",
GitHub: "https://github.com/II-Paulus-II/Bigger_Government",
Steam: "https://steamcommunity.com/sharedfiles/filedetails/?id=1961807756",
Workshop_ID: "1961807756",
Details: "A mod for the game Imperator Rome to add more laws and government offices to republics and monarchies.",
Skills: "GUI Editing, Jomini Script",
Image: "/projectimgs/bgov.webp",
},
{
Name: "Bloodlines By Max",
GitHub: "https://github.com/II-Paulus-II/Bloodlines",
Steam: "https://steamcommunity.com/sharedfiles/filedetails/?id=1999873334",
Workshop_ID: "1999873334",
Details: "A mod for the game Imperator Rome to add many bloodlines as traits for characters.",
Skills: "GUI Editing, Jomini Script",
Image: "/projectimgs/bloodlines.webp",
},
{
Name: "Mercenaries Go Away",
GitHub: "https://github.com/II-Paulus-II/Mercenaries_Go_Away",
Steam: "https://steamcommunity.com/sharedfiles/filedetails/?id=1880525856",
Workshop_ID: "1880525856",
Details: "A mod for the game Imperator Rome that reduces the number of mercenary armies on the map.",
Skills: "Notepad++",
Image: "/projectimgs/mercs.webp",
},
{
Name: "Imperator Invictus",
GitHub: "https://github.com/SnowletTV/Invictus",
Steam: "https://steamcommunity.com/sharedfiles/filedetails/?id=2532715348",
Workshop_ID: "2532715348",
Details: "A massive mod for the game Imperator Rome adding many features. More than fifty people in the team!",
Skills: "GUI Editing, Jomini Script",
Image: "/projectimgs/invictus.webp",
},
];