doomeer / kalandralang

A programming language for Path of Exile crafting recipes.
MIT License
57 stars 4 forks source link

Harvest Chances for missing crafts #10

Closed AR-234 closed 2 years ago

AR-234 commented 2 years ago

If somebody wants to do the other Harvest crafts, here are the numbers:

These numbers are from Craft of Exile.

doomeer commented 2 years ago

That will be very useful, thanks!

doomeer commented 2 years ago

Quick question though, about "reforge more likely": do you know what is multiplied exactly? My guess would be all mods with the same mod group as mods already on the item, but it could also be by tag instead?

AR-234 commented 2 years ago

Yes for what I know it is by mod group.

AR-234 commented 2 years ago

Less likely has a 0.01 multiplier.

Added to main post

doomeer commented 2 years ago

I have added more/less likely. Still need to implement more common.

(Divines would require storing mod values which Kalandralang currently doesn't, but maybe later.)

doomeer commented 2 years ago

Added reforge more common crafts.

AR-234 commented 2 years ago

Awesome addition, now only aisling is missing and all the big stuff is taken care off (for base items)

Closed since stuff got implemented