Law Examples: Difference between revisions

From Eco - English Wiki
[checked revision][checked revision]
No edit summary
m (→‎Old Law Translation: Use Eco Discord template.)
 
Line 18: Line 18:
* <code>/</code> equals <code>quotient</code>
* <code>/</code> equals <code>quotient</code>
* <code>%</code> equals <code>remainder</code> (this is a modulus function)
* <code>%</code> equals <code>remainder</code> (this is a modulus function)
For further help, ask in the #law-help channel on the [http://discord.gg/eco Eco Discord].
For further help, ask in the '''#law-help''' channel on the {{Eco Discord}}.
 
== Wages and Taxes ==
== Wages and Taxes ==
Wage and tax law examples.
Wage and tax law examples.

Latest revision as of 19:27, 4 March 2022

Template:Ambox

These Law Examples are player-created laws, made on the Web UI. These laws can be used to accomplish common goals in-game, such as reward players for cleaning up tree debris, impose a wealth tax, or punish inactive players.

Keep in mind that some of the laws here may have been created in older versions of Eco, therefore their appearance, clauses, or effects in-game may be outdated.

Old Law Translation[edit | edit source]

Translation from symbols In one of the v0.8.2.x updates the mathematical symbols were changed to their wordy definition. To help translate from the symbols used in the old examples to the new version, see this list.

Numeric comparison options:

  • < equals less than
  • > equals greater than
  • = equals equal to

Calculated value options:

  • + equals sum
  • - equals difference
  • * equals product
  • / equals quotient
  • % equals remainder (this is a modulus function)

For further help, ask in the #law-help channel on the Eco Discord server.

Wages and Taxes[edit | edit source]

Wage and tax law examples.

Citizen Wage and Wealth Tax[edit | edit source]

Tax money from the wealthy and allocate money to the poor once per day.

Player Inactivity[edit | edit source]

Law examples to clean up after inactive players.

Inactivity Demographics[edit | edit source]

Simple demographics that will make it a lot easier to make future laws that only affect people that haven't been online for a long time.
You are declared Inactive if you are not online for 4 days.
You are declared a Deserter if you have not been online for 8 days.

(Remember > is greater than)

Abandonment Tax[edit | edit source]

Requires Inactivity Demographics law.
Every 12 hours, tax players that have been declared Inactive 5%.
Take all money from players that have been declared Deserters.

Abandonment Unclaim[edit | edit source]

Requires Inactivity Demographics law.
Every 24 hours, unclaim all property of players are declared deserters.