summaryrefslogtreecommitdiff
path: root/npc/functions/politics.txt
AgeCommit message (Collapse)AuthorFilesLines
2020-10-12Town actions should be unique-per-town, not unique-per-player.Jesusaves1-6/+7
i.e. If you control multiple towns, actions should not merge togheter in a meatball.
2020-10-12Town actions: One action every 4 hours, maximum 6 actions every day.Jesusaves1-0/+13
Actions are only used on investments and tax control. Paperwork, exiling, changing policies etc takes no actions.
2020-10-12New tax raising policyJesusaves1-3/+5
2020-10-12New sale tax policy. Comments on EnriqueJesusaves1-2/+4
2020-10-07Annoying ^^Jesusaves1-1/+1
2020-10-07Update details of the minimum 15 reputation for automatic re-enrollJesusaves1-0/+2
2020-10-07Fix typosJesusaves1-1/+1
2020-10-07Auto reelection will now only happen if town reputation is of at least 15Jesusaves1-7/+7
2020-10-04Reduce a bit the waste of CPU on Political System:Jesusaves1-3/+6
Comment a few expensive functions being used by Candor and Frostia.
2020-10-04Register Candor as a town (But no townhall)Jesusaves1-0/+18
2020-07-31Wut, trying to exile yourself? REALLY??Jesusaves1-0/+4
2020-07-31Attempt to fix a C_EQ bugJesusaves1-1/+2
2020-07-28If player is exiled, they'll actually pay the taxes.Jesusaves1-1/+7
Non-exiled players will have NPCs paying the taxes for them as usual.
2020-07-28Actually, allow all town admins to exile people.Jesusaves1-2/+3
Because it is fun!
2020-07-28When player is exiled from a town, if they already were saved there, unsave.Jesusaves1-0/+2
2020-07-28Move POL_LocToTP from Politics to UtilsJesusaves1-26/+0
2020-07-28Initial version of the most powerful power the Town Admin have.Jesusaves1-0/+49
The power to exile a player. Exiles are not logged anywhere. When exiled, player will not be saved to town. This affects respawn and Soul Menhir. It can be circumvent by a few bugs/tricks.
2020-07-28Fix typo. Styling.Jesusaves1-2/+2
2020-07-28When resigning office, your automatic application will be canceled as wellJesusaves1-0/+4
2020-05-24Export Investments: Tweaked sightlyJesusaves1-2/+2
Investing in Taxes: 10% more effective
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