summaryrefslogtreecommitdiff
path: root/npc/functions/politics.txt
AgeCommit message (Collapse)AuthorFilesLines
2020-03-19Resignation: Preserve town reputationJesusaves1-7/+7
2020-02-24politics: Prevent reputation overflowJesusaves1-1/+1
2020-02-16Correct some comments noticed on earlier commits (styling)Jesusaves1-7/+0
2020-02-16Whitespace fixingJesusaves1-7/+7
2020-02-05If reputation goes below 10, exports will assume an reputation of 10.Jesusaves1-6/+6
This will prevent admins from being deadlocked, as you cannot lower exportations.
2020-02-05Nerf exportation income in 50%Jesusaves1-6/+6
2020-02-05When selling things, the tax applied is now of 20%, instead of 7%Jesusaves1-2/+2
2020-02-05As a good side, town admins won't get impeachment %%nJesusaves1-0/+2
2020-02-05POLITICS, NEW: Now town admins are forced to do their daily paperwork.Jesusaves1-0/+27
Otherwise, town reputation will fall in 2 points.
2020-01-22Fix a bad display on political frameworkJesusaves1-1/+1
2019-12-27Oh look at that bugJesusaves1-2/+2
2019-12-25Fix some CRITICAL bugs at political systemJesusaves1-2/+6
2019-12-25FIX CRITICAL BUGS AT POLITICAL SYSTEMJesusaves1-2/+2
2019-11-09Fix bugs. Town admins can now give tax exemption for crafters.Jesusaves1-4/+18
This would lower the price for everyone =D But town won't receive money.
2019-11-09Function helpersJesusaves1-0/+45
2019-09-11Report town data to GMsJesusaves1-1/+1
2019-09-11Raise sale taxJesusaves1-2/+2
2019-09-09Update POL_Information with new rulesJesusaves1-3/+3
2019-09-09Fix bugsJesusaves1-6/+6
2019-09-09One vote per town and weekly (using TP_ variables for control)Jesusaves1-4/+4
2019-09-09Remove Artis and Esperia Teleporter Constants.Jesusaves1-0/+26
Add LoF teleporter constant. Prepare POL_LocToTP
2019-09-09Elected town admins will be marked to run again for the office free of charge.Jesusaves1-0/+12
They can still apply to another town and their run won't be annuled. This allows a player to control ALL towns ingame. Seu ramo está à frente de 'upstream/master' por 12 submissões.
2019-09-09 You cannot vote on yourself... But an alt char will do the trick.Jesusaves1-1/+8
That would be the middle term. As a result, LoF and Frostia are harder.
2019-09-09Town Admin basic infrastructure:Jesusaves1-0/+117
Invest in exports. Raise reputation. Control taxes. Resign the Office.
2019-09-07Don't allow GMs to vote, only to see the candidatesJesusaves1-1/+1
Note: GMs are still allowed to candidate themselves. This might be useful if they believe there was fraud in an election, for example? (Not sure)
2019-09-07Report town stats to town admin (money, tax, exports, reputation)Jesusaves1-0/+16
2019-09-02It's possible to evade taxes, both when buying and selling.Jesusaves1-1/+1
I'll need to force script to run event simply if it exists later, but for now...
2019-09-02Fix bugs involving the tax money going into MORE TAXES instead of town vaultJesusaves1-4/+6
2019-09-02Sale tax incide upon player. Right now, only Hurnscald will tax you.Jesusaves1-0/+2
But soon enough, every single town ingame will have this tax. The default sale tax is 0.05% - Meaning 1 GP each 2000 GP. Completly avoidable. Max sale tax is set as 0.5% which would be 1 GP each 200 GP of sale.
2019-09-02Ask for a tax of 0.05% when selling itemsJesusaves1-0/+20
2019-08-31Playtest political system. Elections de-facto tests still TBDJesusaves1-4/+5
2019-08-31This is the basic for political system to work on HURNSCALD (alpha)Jesusaves1-0/+54
2019-08-27Town Administrator income is deducted from town resourcesJesusaves1-0/+6
2019-08-26Town Politics: Send a RODeX mail to new mayors that they were (re-)elected.Jesusaves1-0/+9
That would be 2 mails weekly on re-election: Victory, and Term GP Income. No mail is sent on defeat, nor to old mayors if they didn't ran again.
2019-08-26Conduct elections :>Jesusaves1-0/+38
Mayor will be reelected if nobody runs for the office. But they are not automatically candidate, meaning they lose the office if someone else runs and gets zero votes.
2019-08-25Send Town Administrators salary based on reputation and exports.Jesusaves1-1/+35
It would be nice if you could get some tax money, no? %%a
2019-08-25*sigh* additional care so taxes workJesusaves1-0/+1
2019-08-24What's the most important thing in a political system? TAXES, OF COURSE!Jesusaves1-0/+55