Add mod.lua
This commit is contained in:
parent
23090897c2
commit
8ef82666ef
1 changed files with 32 additions and 0 deletions
32
mod.lua
Normal file
32
mod.lua
Normal file
|
@ -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
|
Loading…
Reference in a new issue