Can we find a place where are the value of achievements?

Another question x)

Is there a place where we can see the value of achievements ?

No one know if we can see the value of achievements somewhere ?

What exactly do you mean, achievements don’t have values? They’re just there… to be achieved :stuck_out_tongue:

In the end of the game we recived points for achievements no ?

I don’t think so.

Achievements acutally do have a value:

a.supporter = {
	id : "supporter",
	title : "Supporter".localize("achievement title"),
	description : "Support a young start-up. Buy the game.".localize("achievement"),
	tint : "green",
	value : 1E3,
	isAchieved : function () {
		return !GameManager.ghg2()
	}
};

See ^^

1 Like

Cause i make an achievement with UME but i don’t know what to write in value cause of that xD

By the looks of it, most achievements have a value of 50 ~ 200. So in between those should be good :stuck_out_tongue:

Should be 10-200 for most normal achievements

Okaise :stuck_out_tongue:

Tank you :stuck_out_tongue:

And where you find the information you show me DzjengisKhan ?

The original code in CodeNw.js (it’s in the compressed folder in the GDT directory)

Ok thank you :smile:

By the way admins can lock the thread :slight_smile: