-
Notifications
You must be signed in to change notification settings - Fork 13
I see them pop up in the store from time to time. It's like 90 gems for 5 Elite Hero Soulstones.
I think this is good value.
They pop up in the top row, right three slots in Store.
All reactions
Replies: 1 comment 17 replies
I definitely want to add this to the store! And I actually think they're always on the same tile, which means a simple RGB check on that tile to see if it's a purple stone should be enough to implement this.
All reactions
-
👍 1
Hmm. I don't think that will be a problem, because this will check the value of the coordinates and the coordinates will be the Soulstone, right?
All reactions
I need to test with Hero's Essence at the same position to see the delta... I hope it's less than 98...
All reactions
It's really nice to see this function in use, especially with a concrete example! But I'd like to implement that function at the end of this recent wave of PRs to make sure it works the way it's intended. And we'll also have to test out the best delta value(s), maybe they'll even have to be specific to different parts of the script. It'll be fun nonetheless! Let's just be patient for now.
All reactions
I did add it during my refacto, it's working at the moment.
All reactions
-
👍 2