From 8ef82666efba6ae52d164f29e2ef9d0b785ffbcf Mon Sep 17 00:00:00 2001 From: revengeday Date: Fri, 10 Jan 2025 21:16:45 +0000 Subject: [PATCH] Add mod.lua --- mod.lua | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 mod.lua diff --git a/mod.lua b/mod.lua new file mode 100644 index 0000000..143ac4a --- /dev/null +++ b/mod.lua @@ -0,0 +1,32 @@ +function data() + return { + info = { + minorVersion = 0.1, + severityAdd = "NONE", + severityRemove = "NONE", + name = _("Weirdcard"), + description = [[ +Experience the thrilling highs and inevitable lows of financial wizardry with the Weirdcard Money Cheat Mod! Whether you're cautiously investing or aiming for speculative oligarchy, take control of your financial destiny—because who needs real financial advice when you've got a virtual fortune to mismanage? + +Features: +- Choose your millionaire adventure: decide how many millions should magically appear or vanish. Money grows on code, not trees! +- From cautious to adventurous investing, or just recklessly speculative. Why not try your hand at being an oligarch? Gotta spend (virtual) money to make (virtual) money! +- Set your assets ablaze quicker than your creative accounting can cover. Watch your money and documents go up in smoke—ideal for those pesky audits! +- Ever wanted to star in an international manhunt? Tick "Yes" on Interpol's wanted list and experience the adrenaline rush of running from the law. +- Adjust the frequency of random money events, because predictability is totally overrated in a world where financial stability is a myth. +- Relish a daily income for that totally legitimate and sustainable growth. Because who needs a job when you've got a mod doing the heavy virtual lifting? + +Enjoy the game, amass your digital empire, and remember—it's only cheating if you get caught, and luckily, pixels don't judge! +]], + authors = { + { + name = "Revengeday", + role = "AUTHOR", + }, + }, + url = "https://git.cyberwa.re/", + }, + runFn = function(settings) + end + } +end \ No newline at end of file