moon
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| moon [2023/02/14 12:47] – freth | moon [2023/02/15 14:18] (current) – freth | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Taken from [[https:// | Taken from [[https:// | ||
| - | I've had people ask how to figure out affinities for beverages and I deiced to post this. | ||
| - | + | NOTE: There is no affinity offset anymore on Mythmoor. | |
| - | I don't manually figure out affinities. I use a program to run simulations so it can figure them out for me. Below is how the system works. | + | ---- |
| - | python program: https:// | + | I've had people ask how to figure out affinities for beverages and I deiced to post this. |
| - | skill.json: https:// | + | I don't manually figure out affinities. I use a program to run simulations so it can figure them out for me. Below is how the system works. |
| + | python program: https:// | ||
| + | |||
| + | skill.json: https:// | ||
| Line 18: | Line 20: | ||
| You'll need to change the A and B columns for your toon's data. All the ingredients are chopped and then fried or roasted. This extra step increases the complexity. | You'll need to change the A and B columns for your toon's data. All the ingredients are chopped and then fried or roasted. This extra step increases the complexity. | ||
| - | https:// | + | https:// |
| - | - Modulo arithmetic | + | ===== Modulo arithmetic |
| * https:// | * https:// | ||
| * There are 138 skills and that is the number we use as divisor in modulo math. | * There are 138 skills and that is the number we use as divisor in modulo math. | ||
| Line 28: | Line 30: | ||
| * Modulo has behavior where we can mod the parts and the finished results while still getting an equal value to not modulo on the parts. Modulo on the parts is helpful because the affinity shift will be observed as a the modulo value. | * Modulo has behavior where we can mod the parts and the finished results while still getting an equal value to not modulo on the parts. Modulo on the parts is helpful because the affinity shift will be observed as a the modulo value. | ||
| - | + | ===== Character offset ===== | |
| - | -Character offset- | ||
| I figure this out with algebra. | I figure this out with algebra. | ||
| + | |||
| * toon offset: x | * toon offset: x | ||
| - | * cooker plain oven: ID 178 or 40 (result of 178 mod 138). | + | * cooker plain oven: ID 178 would be 40 (result of 178 mod 138). |
| * container pottery bowl: ID 77 | * container pottery bowl: ID 77 | ||
| * ingredient raw whole pumpkin: | * ingredient raw whole pumpkin: | ||
| Line 45: | Line 47: | ||
| 138 * 2 + 116 = 392 | 138 * 2 + 116 = 392 | ||
| 392 - 300 is character offset. And in Ogare' | 392 - 300 is character offset. And in Ogare' | ||
| + | |||
| I chose times two because it fit well with the summed 300 value. For other toons and different recipes it might be a smaller or a larger value. Quotient or Q is irrelevant for affinity math so whether it's a 0, 1, 2, ... it doesn' | I chose times two because it fit well with the summed 300 value. For other toons and different recipes it might be a smaller or a larger value. Quotient or Q is irrelevant for affinity math so whether it's a 0, 1, 2, ... it doesn' | ||
| - | -unfermented moonshine- | + | ===== Unfermented Moonshine ===== |
| This is the best beverage item to make for affinities. If you want other beverage drinks a similar process applies with a different container or cooker. | This is the best beverage item to make for affinities. If you want other beverage drinks a similar process applies with a different container or cooker. | ||
| - | Ogare' | + | |
| - | oven cooker, 40 | + | * Ogare' |
| - | cauldron container, 75 | + | * oven cooker, 40 |
| - | water ingredient, 6 | + | * cauldron container, 75 |
| - | sugar ingredient, 47 | + | * water ingredient, 6 |
| - | fried pumpkin, 46 | + | * sugar ingredient, 47 |
| + | * fried pumpkin, 46 | ||
| ((92+40+75+6+47+46) mod 138) + 1 = 31 or Religion. | ((92+40+75+6+47+46) mod 138) + 1 = 31 or Religion. | ||
| Line 63: | Line 68: | ||
| - | - Cooker- | + | ===== Cooker |
| oven 178, campfire 37, forge 180, still 1178 | oven 178, campfire 37, forge 180, still 1178 | ||
| Line 69: | Line 74: | ||
| - | - Container- | + | ===== Container |
| pottery bowl 77, frypan 75, cauldron 75, plate 69 | pottery bowl 77, frypan 75, cauldron 75, plate 69 | ||
| - | - Ingredients | + | ===== Ingredients |
| All ingredients consist of this: template + material + state + real-template. Summed values can be modulo by 138 if desired. All the identifier numbers are pulled from WU code, and yes they are correct for WO. Wurm code uses -10 for real template as an equivalent for none. Most ingredients don't have real template. Given the numbers come from WU it would be useful to have a list of all food stuff already extracted from WU code. But I haven' | All ingredients consist of this: template + material + state + real-template. Summed values can be modulo by 138 if desired. All the identifier numbers are pulled from WU code, and yes they are correct for WO. Wurm code uses -10 for real template as an equivalent for none. Most ingredients don't have real template. Given the numbers come from WU it would be useful to have a list of all food stuff already extracted from WU code. But I haven' | ||
| + | |||
| + | ===== Notes ===== | ||
| + | |||
| + | Aging Wine and Alcohol: | ||
| + | |||
| + | * Oak barrels give a small boost to aging distilled alcohol and wine. | ||
| + | * Being on deed, underground inside a building gives a major boost to aging distilled alcohol and wine. | ||
| + | |||
| + | Changes to end Affinity: | ||
| + | |||
| + | * Rare stills add +1 to the affinity of alcohol made inside them. | ||
| + | * Green grape juice adds +13 to a recipe for affinites. | ||
| + | * Salty Water adds +16 where as water adds +6 for affinities | ||
| + | * Pre-fermentation Alcohol affinities follow normal cooking rules for affinities | ||
| + | * When adding ingredients the amount of water doesn' | ||
| + | * When filling a container with several different batches of gin, It always takes the affinity of whatever was inside the container first. I assume it works this way for all drinks but have not tested beyond alcohol. | ||
| + | * Rare barrels do not affect fermentation end affinity. | ||
| + | * Beers, ales and the like have a set affinity each one gives. | ||
moon.1676400457.txt.gz · Last modified: by freth
