txrangersxx
Member
IS there an easy to turn off using the PYEC if you or your clan doesn't own one?
[color=green]> get autoSatisfyWithStash[/color]
false
[color=green]> get autoSatisfyWithStash=true[/color]
autoSatisfyWithStash => true
[color=green]> ash import <VeracityMeatFarm.ash>; platinum_yendorian_express_card()[/color]
Refreshing stash contents...
Stash list retrieved.
autoSatisfyWithStash => false
autoSatisfyWithStash => true
Returned: void
Using 1 milk of magnesium...
You acquire an effect: Got Milk (15)
Finished using 1 milk of magnesium.
Searching for "super salad"...
Search complete.
Searching for "beer basted brat"...
Search complete.
Searching for "whole roasted chicken"...
Search complete.
Purchasing Mayoflex (5 @ 950)...
You spent 4,750 Meat
You acquire Mayoflex (5)
Purchases complete.
[¶-1] cannot be eaten.
Net income = -6,209 Meat in 0 turns. Meat/Adventure = -6,209
Cumulative income = 380,557,331 Meat in 263,713 turns. Meat/Adventure = 1,443
if ( count == 0 || food.to_int() < 0 ) {
return;
}
item_set choices = $items[ super salad, beer basted brat, whole roasted chicken ];
item food = find_profitable_consumable( choices, 3, mpa ).it;
eat_food( foods, food );
cli_execute {
call advent.ash
breakfast
}
static item_set excluded_consumables = $items[
// Consumables with specialty situationally useful effects that you
// probably don't want to use just for their adventure gains
extra-greasy slider,
jar of fermented pickle juice,
// Vampyre consumables - usable only in Dark Gyffte
bloodstick,
actual blood sausage,
blood snowcone,
blood roll-up,
blood-soaked sponge cake,
bottle of Sanguiovese,
mulled blood,
Red Russian,
dusty bottle of blood,
vampagne,
];