Any chance you've changed eatdrink_priceOfNontradeables? This sets the value on anything that can't be purchased from the mall or npcs, and isn't a quest item. It defaults to MAXMEAT, which gets set earlier to// Some items are nontradable, so their price can't be calculated. These items
// tend to be very good (e.g. pan-galactic gargleblaster). You may not want
// to consume them lightly, so set this at MAXMEAT. If you do want to eat
// the very best food available regardless of value, set this to 0.
setvar("eatdrink_priceOfNontradeables", MAXMEAT);
999 million. Changing either MAXMEAT or eatdrink_priceOfNontradeables would potentially affect the selection of bounty hunter items.int MAXMEAT = 999999999;
Starting EatDrink.ash (version 3.1.7).
Consuming up to 15 food, 14 booze, and 20 spleen and then finishing off with the stiffest drink we can find.
Considering food from inventory Hagnk's Coinmasters NPCs the mall. Per-item budget cap is 250000.0.
Retrieval cap is 20000. Price will be a factor if you own it already.
An adventure has the value of 1200 meat. Moxie subpoint is 0.0. Nonprime stat subpoint is 0.0.
Simulating only; no purchases or food/drink/spleen consumption.
food: At 0, consuming to 15 with 1207827 meat.
0: milk of magnesium price: 1040 value: 16960
1: Knob sausage chow mein lev:7 gain:5.0 adv:25.0 musc:74.0 myst:0.0 mox:0.0 meat:5000 own:0 value:5000
2: Knob sausage chow mein lev:7 gain:5.0 adv:25.0 musc:74.0 myst:0.0 mox:0.0 meat:5000 own:0 value:5000
3: Knob sausage chow mein lev:7 gain:5.0 adv:25.0 musc:74.0 myst:0.0 mox:0.0 meat:5000 own:0 value:5000
drink: At 0, consuming to 14 with 1175747 meat.
0: Ode to Booze price: 0 value: 16800
1: Gin Mint lev:2 gain:2.0 adv:11.5 musc:15.0 myst:15.0 mox:37.5 meat:5790 own:0 value:4005
2: Gin Mint lev:2 gain:2.0 adv:11.5 musc:15.0 myst:15.0 mox:37.5 meat:5790 own:0 value:4005
3: Gin Mint lev:2 gain:2.0 adv:11.5 musc:15.0 myst:15.0 mox:37.5 meat:5790 own:0 value:4005
4: Gin Mint lev:2 gain:2.0 adv:11.5 musc:15.0 myst:15.0 mox:37.5 meat:5790 own:0 value:4005
5: Gin Mint lev:2 gain:2.0 adv:11.5 musc:15.0 myst:15.0 mox:37.5 meat:5790 own:0 value:4005
6: Gin Mint lev:2 gain:2.0 adv:11.5 musc:15.0 myst:15.0 mox:37.5 meat:5790 own:0 value:4005
7: Gin Mint lev:2 gain:2.0 adv:11.5 musc:15.0 myst:15.0 mox:37.5 meat:5790 own:0 value:4005
spleen: At 0, consuming to 20 with 1094687 meat.
1: glimmering roc feather lev:4 gain:4.0 adv:8.0 musc:25.0 myst:25.0 mox:25.0 meat:4900 own:0 value:1175
2: glimmering roc feather lev:4 gain:4.0 adv:8.0 musc:25.0 myst:25.0 mox:25.0 meat:4900 own:0 value:1175
3: glimmering roc feather lev:4 gain:4.0 adv:8.0 musc:25.0 myst:25.0 mox:25.0 meat:4900 own:0 value:1175
4: glimmering roc feather lev:4 gain:4.0 adv:8.0 musc:25.0 myst:25.0 mox:25.0 meat:4900 own:0 value:1175
5: glimmering roc feather lev:4 gain:4.0 adv:8.0 musc:25.0 myst:25.0 mox:25.0 meat:4900 own:0 value:1175
At drunkenness of 14. Overdrinking with 1045687 meat.
1: corpse on the beach lev:5 gain:6.0 adv:22.0 musc:0.0 myst:73.0 mox:0.0 meat:10600 own:0 value:15800
choc: Checking non-filling crimbo chocolates - all 3 kinds
Best find was chocolate seal-clubbing club with a value of -700. That's no good, so not consuming and moving on.
Finished. You had -Ode to Booze in effect. Adventures listed above does not reflect that, but this does:
Spent 91670 meat for a value of 91670 meat. Gained Fullness: 15. Inebriety: 20. Spleen: 20.
Adventures: 252. Muscle: 452. Moxie: 384. Mysticality: 303.
Eating, drinking, and spleening complete. Commence merrymaking (at your own discretion).
I'm not sure EatDrink knows about field gar.1. Why is lasagna not chosen (with field gar)?
Eating a glimmering roc feather will net you (adv*VoA-cost) meat, where VoA = value of adventure (1200 for you). Divide this by the amount of spleen used to get a basis to which you can compare other spleen items.2. Why is the glimmering roc chosen over coffee pixie sticks, which are much cheaper?
For overdrinking, the value is the same except you don't divide by the drunkness when comparing different nightcaps.3. Why is the nightcap a corpse on the beach, and not a bucket of wine?
Those are the two checks used to:> ash import <eatdrink.ash> effective_price($item[coffee pixie stick], false)
> ash available_amount($item[coffee pixie stick].seller.item)
> ash import <eatdrink.ash> effective_price($item[coffee pixie stick], false)
Returned: 2920
> ash available_amount($item[coffee pixie stick].seller.item)
Returned: 0
> buy game grid ticket
Searching for "Game Grid ticket"...
Search complete.
Purchasing Game Grid ticket (1 @ 349)...
You acquire an item: Game Grid ticket
Purchases complete.
> ash available_amount($item[coffee pixie stick].seller.item)
Returned: 1
> ash numeric_modifier($item[tuesday ruby], "muscle percent")
Returned: 5.0
if ( now_to_string("EEE").contains_text( "lun" ) )
means that it's Monday.if (numeric_modifier($item[tuesday ruby], "muscle percent") == 5.0)
So each hour is 3.6 million bits there. And since we want 3.5 hours, but we don't want to convert it into a float...> ash (86400000 / 24)
Returned: 3600000
12.6 million in is our cutoff. If we put the gametime_to_int() check for >=12.6 million and muscle or <12.6 million and MP regen, we should be good. If we need to make it complicated, which I won't know until tonight, as long as I remember to check it. Meh.> ash (86400000 / 24 * 7 / 2)
Returned: 12600000
if ($items[fishy fish lasagna, gnat lasagna, long pork lasagna] contains position[i].it)
foodlasagna += 1;
Those two commenting-outs removed:Now, to recap...
******************************************
Starting EatDrink.ash (version 3.1.7).
Consuming up to 20 food, 14 booze, and 15 spleen
Considering food from inventory Hagnk's Coinmasters NPCs the mall. Per-item budget cap is 12500.0.
Retrieval cap is 10000. Price will be a factor if you own it already.
An adventure has the value of 1250 meat. Mysticality subpoint is 10.0. Nonprime stat subpoint is 2.0.
Simulating only; no purchases or food/drink/spleen consumption.
food: At 0, consuming to 20 with 20000 meat.
0: milk of magnesium price: 1000 value: 24000
0: potion of the field gar price: 8900 value: 16100
1: long pork lasagna lev:10 gain:3.0 adv:19.0 musc:0.0 myst:50.5 mox:0.0 meat:4723 own:0 value:6510
2: long pork lasagna lev:10 gain:3.0 adv:19.0 musc:0.0 myst:50.5 mox:0.0 meat:4723 own:0 value:6510
3: long pork lasagna lev:10 gain:3.0 adv:19.0 musc:0.0 myst:50.5 mox:0.0 meat:4723 own:0 value:6510
4: long pork lasagna lev:10 gain:3.0 adv:19.0 musc:0.0 myst:50.5 mox:0.0 meat:4723 own:0 value:6510
5: hot hi mein lev:7 gain:5.0 adv:25.0 musc:73.0 myst:17.5 mox:32.5 meat:5474 own:0 value:5232
6: super ka-bob lev:11 gain:3.0 adv:13.5 musc:34.0 myst:0.0 mox:0.0 meat:1800 own:6 value:5047
choc: Checking non-filling crimbo chocolates - all 3 kinds
Best find was chocolate pasta spoon with a value of -1000. That's no good, so not consuming and moving on.
Finished.
Spent 18892 meat for a value of 9900 meat. Gained Fullness: 20. Inebriety: 0. Spleen: 0.
Adventures: 134. Muscle: 107. Moxie: 32. Mysticality: 217.
Eating, drinking, and spleening complete. Commence merrymaking (at your own discretion).
Now, to recap...
******************************************
Starting EatDrink.ash (version 3.1.7).
Consuming up to 20 food, 14 booze, and 15 spleen
Considering food from inventory Hagnk's Coinmasters NPCs the mall. Per-item budget cap is 12500.0.
Retrieval cap is 10000. Price will be a factor if you own it already.
An adventure has the value of 1250 meat. Mysticality subpoint is 10.0. Nonprime stat subpoint is 2.0.
Simulating only; no purchases or food/drink/spleen consumption.
food: At 0, consuming to 20 with 20000 meat.
0: milk of magnesium price: 1000 value: 24000
1: spooky hi mein lev:7 gain:5.0 adv:25.0 musc:17.5 myst:73.0 mox:32.5 meat:5445 own:0 value:5327
2: spooky hi mein lev:7 gain:5.0 adv:25.0 musc:17.5 myst:73.0 mox:32.5 meat:5445 own:0 value:5327
3: spooky hi mein lev:7 gain:5.0 adv:25.0 musc:17.5 myst:73.0 mox:32.5 meat:5445 own:0 value:5327
4: pr0n chow mein lev:7 gain:4.0 adv:19.5 musc:23.0 myst:0.0 mox:23.0 meat:3412 own:0 value:5263
5: Genalen™ Bottle lev:10 gain:1.0 adv:3.0 musc:22.5 myst:22.5 mox:0.0 meat:170 own:5 value:3850
choc: Checking non-filling crimbo chocolates - all 3 kinds
Best find was chocolate pasta spoon with a value of -1000. That's no good, so not consuming and moving on.
Finished.
Spent 27805 meat for a value of 1000 meat. Gained Fullness: 20. Inebriety: 0. Spleen: 0.
Adventures: 117. Muscle: 96. Moxie: 119. Mysticality: 241.
Eating, drinking, and spleening complete. Commence merrymaking (at your own discretion).
> ash numeric_modifier($item[tuesday ruby], "muscle percent")
Returned: 0.0
Enchantment:
+5% Muscle
Regenerate 3-7 MP per adventure