The Reincarnated Tree

Inspired by The Point Tree (The Point Tree - galaxy)

game link: The Reincarnated Tree

This will be my main tree and I’ll try to update it almost everyday

Please Adds Achievements

Instead of putting out a new 10 minute tree everyday, why not work on making one finished one?

You forgot that a finished game will take a lot of time

They don’t show till u complete them for me and 1 can only add 1 for some reason, so basically no point, i might add something kind of like them though

Why not adding Time Layer which boosts your points in log(5) and is an Prestige Layer and its currency is Seconds, make it first or second prestige layer after Basic

I’m running into the same achievement issue of them not showing up until you complete them, but for adding more achievements you need to set how many rows or columns there are

A little code snippet from something I’ve been working on:

achievements: {
        rows: 3, // can be any number you like, usually this is the one that gets extended as you update your mod
        cols: 5, // how many achievements are in each row
        11: {
            name: "The first one is always free.", // can be any string
		    done() { return player.u.points.gte(1) }, // can be pretty much any criteria
		    tooltip: "Do your first row 1 reset.", // this shows when you hover over it
        },

The numbering works the same way that upgrade numbering does: the first one is 11, the first number is the row and the second number is the column.

For me, i get 404 for some reason

I get 404 error when playing the game

I can help you with achievements not showing now. Go to technical, then displays, then scroll down a little until you see function achievementStyle(layer, id){ and change {‘visibility’: ‘hidden’} to visibility: show