TaxTorio


Haven’t you paid your taxes yet?

Content
3 months ago
2.0
15
Mining

Changelog

Version: 0.0.1
Date: 2026-04-21
  Features:
    - Created this beautifull mod :>
Version: 0.0.2
Date: 2026-04-22
  Features:
    - mod changed structure
Version: 0.0.3
Date: 2026-04-23
  Features:
    - added a new item : gold-ore
Version: 0.0.4
Date: 2026-04-26
  Features:
    - Generate gold-ore in the world
Version: 0.0.5
Date: 2026-05-02
  Features:
    - Added utills.planet_add_table_resources() function to add resources to planets
    - Added local function planet_add_resource() to add a single resource to a planet [utills.planet_add_resource() is now deprecated, use utills.planet_add_table_resources() instead]
    - Added gold-ore to nauvis using utills.planet_add_table_resources()
  Changes:
    - Removed old code that added gold-ore to nauvis
Version: 0.0.6
Date: 2026-05-06
  Features:
    - added a contract with forces player to pay taxes all game run
    - added a game.tick_paused = true when player join the game and not agreed to pay taxes
    - added a game_cache and save_cache to storege
  Changes:
    - changed the structure of the save_cache to be more organized and easier to use
    - added a new table in the save_cache called user_taxes to store the taxes related data