Game Mechanics 🛠️

  • Clicking for oTo⚖️: Amount of ⚖️ earned scales based on various effects like
    • קתר for global multipliers, 
    • חכמה for click gains, 
    • others
  • Consecutive Clicking: Reach high Click Chains for greater⚖️ income
    • Upgrades like נצח enhance the value of each click in a click chain.
  • Upgrades System 🔮: Upgrade using ten nodes, such as:
    • כתר👑: Boosts total oTo ⚖️gains by 10% per level.
    • בינה📚: Adds passive oTo ⚖️every second.
    • מלכות🏰: Multiplies all oTo⚖️ gains significantly.
    • Scaling Costs: Upgrade costs increase with each level

Achievements System 🎉 

  • Unlock milestones as you progress
  • Bronze Tier 🥉:
    • התחלה טובה :Click your first time.
    • מאה אוטו :Accumulate 100 oTo.
  • Silver Tier 🥈:
    • כתר של חכמה : Reach כתר Level 5.
    • אמן הלחיצות :Make 333 total clicks.
  • Gold Tier 🥇:
    • מלך המלכים : Reach מלכות Level 5.
    • לחיצות אינסופיות : Reach a click chain of 100.

Upgrade System

👑 כתר

  • Effect: Increases all ⚖️ oTo gains by 10% per level.
  • Formula: Global multiplier = 1 + (0.1 * keterLevel)
  • Next Level: Increases to 1 + (0.1 * (keterLevel + 1))

💡 חכמה

  • Effect: Increases ⚖️ oTo per click by 5% per level.
  • Formula: Click value = baseClickValue * (1 + (chokhmahLevel * 0.05))
  • Next Level: Adds 5% per click per level

📚 בינה

  • Effect: Adds passive ⚖️ oTo income over time.
  • Formula: Passive income = binahLevel * 0.5 * baseClickValue per second
  • Next Level: Adds 0.5 * baseClickValue per level

❤️ חסד

  • Effect: Grants a chance to double ⚖️ oTo gains on click.
  • Formula: Bonus chance = Math.min(0.05 * chesedLevel, 1.0)
  • Next Level: Adds 5% chance per level, up to 100%

💪 גבורה

  • Effect: Every 10th click is a critical hit with extra ⚖️ oTo.
  • Formula: Critical multiplier = 2 + (0.2 * gevurahLevel)
  • Next Level: Adds 0.2 multiplier per level

🌟 תפארת

  • Effect: Slightly boosts both active and passive ⚖️ oTo gains.
  • Formula: Synergy boost = 1 + (0.05 * tiferetLevel)
  • Next Level: Adds 5% boost per level

🏃 נצח

  • Effect: Rewards consecutive clicks with increasing ⚖️ oTo.
  • Formula: Endurance bonus per click = netzachLevel * consecutiveClicks * 0.02
  • Next Level: Adds 0.02 per click per level

🙏 הוד

  • Effect: Occasionally grants a large ⚖️ oTo bonus randomly.
  • Formula: Grace chance = 3% * hodLevel
  • Next Level: Adds 3% chance per level

🌎 יסוד

  • Effect: Increases ⚖️ oTo gains with each successful click chain.
  • Formula: Chain bonus per click = yesodLevel * consecutiveClicks * 0.03
  • Next Level: Adds 0.03 per click per level

🏰 מלכות

  • Effect: Greatly boosts all ⚖️ oTo gains.
  • Formula: Total multiplier = 1 + (0.25 * malkhutLevel)
  • Next Level: Adds 0.25 multiplier per level

 

StatusReleased
PlatformsHTML5
Rating
Rated 2.0 out of 5 stars
(2 total ratings)
Authormcjdh
GenreSimulation, Strategy
Tags2D, Clicker, Experimental, Incremental, Point & Click, Text based

Download

Download
sourcecode.zip 5.5 kB

Install instructions

  • native to web browser and mobile 
  • made with one index.html file downloadable as "sourcecode.zip"

Comments

Log in with itch.io to leave a comment.

The distinction between peculiar letters is relatively small, which may confuse players.