roippi
Developer
Discussion split from BCC's thread starting here.
After thinking about this for a little bit, I went through and coded up something in an hour or two:
Okay, that's something. Is the fact that maps don't preserve iteration order going to be an issue for people? All the boosts were nicely sorted going into the aggregate but obviously are no longer.
I'm trying to get a feel for what will make this useful to people.
After thinking about this for a little bit, I went through and coded up something in an hour or two:
Code:
> ash maximizeTEST( "mox", true);
Maximizing...
15552 combinations checked, best score 2,367.00
Returned: aggregate int [string]
...or acquire & use 1 Breath mint => 43
...or acquire & use 1 flask of porquoise juice => 436
...or acquire & use 1 vial of porquoise juice => 436
...or use 1 Crimbo candied pecan => 43
...or use 1 Tasty Fun Good rice candy => 43
...or use Crimbo fudge => 43
...or use Crimbo peppermint bark => 43
acquire & use 1 banana smoothie => 40
acquire & use 1 bottle of pirate juice => 100
acquire & use 1 Climate Colada => 261
acquire & use 1 Connery's Elixir of Audacity => 1744
acquire & use 1 dubious peppermint => 87
acquire & use 1 extra-potent gremlin mutagen => 436
acquire & use 1 floaty sand => 5
acquire & use 1 green candy heart => 3
acquire & use 1 gremlin mutagen => 218
acquire & use 1 gummi canary => 100
acquire & use 1 hair of the fish => 5
acquire & use 1 jellyfish gel => 261
acquire & use 1 jug of porquoise juice => 436
acquire & use 1 lavender candy heart => 3
acquire & use 1 lime supersucker => 174
acquire & use 1 Lobos Mints => 741
acquire & use 1 love song of icy revenge => 1
acquire & use 1 love song of naughty innuendo => 1
acquire & use 1 lump of Saccharine Maple sap => 872
acquire & use 1 mariachi toothpaste => 436
acquire & use 1 potion of temporary gr8tness => 872
acquire & use 1 powdered toad horn => 87
acquire & use 1 pressurized potion of pulchritude => 2616
acquire & use 1 sensitive poetry journal => 174
acquire & use 1 shaving cream => 5
acquire & use 1 sugar-coated pine cone => 43
acquire & use 1 toothbrush => 1
acquire & use 1 Ultrasoldier Serum => 872
acquire & use 1 unstable DNA => 87
acquire & use 1 yellow candy heart => 3
ballpit => 872
buy & use 1 Black Body™ spray => 87
buy & use 1 pirate pamphlet => 87
cast 1 The Moxious Madrigal => 10
concert Elvish => 87
equip acc1 plexiglass pendant => 261
equip acc2 Hodgman's bow tie => 174
equip acc3 stainless steel suspenders => 131
equip back Misty Cape => 5
equip familiar bugged balaclava => 0
equip hat Hodgman's porkpie hat => 174
equip off-hand wicker shield => 6
equip pants plexiglass pants => 218
equip shirt letterman's jacket => 87
equip weapon scratch 'n' sniff sword => 261
gong roach allstats => 87
gong roach moxie => 261
hatter 7 => 10
make & use 1 cold-filtered water => 872
make & use 1 cool cat elixir => 30
make & use 1 eyedrops of newt => 25
make & use 1 serum of sarcasm => 872
make & use 1 tomato juice of powerful power => 436
summon 10 => 9
telescope look high => 305
use 1 Angry Farmer candy => 43
use 1 Black No. 2 => 15
use 1 bottle of fire => 523
use 1 box of sunshine => 15
use 1 Crimbo fudge => 5
use 1 CSA bravery badge => 30
use 1 goofballs => 174
use 1 handsomeness potion => 43
use 1 Knob Goblin love potion => 2
use 1 lime-and-chile-flavored chewing gum => 5
use 1 mafia aria => 523
use 1 orange candy heart => 3
use 1 pink candy heart => 3
use 1 potion of blessing => 218
use 1 roofie => 5
use 1 seal-brain elixir => 218
use 1 super-spiky hair gel => 6
use 1 Trivial Avocations Card: What? => 87
use 1 Trivial Avocations Card: What?, 1 Trivial Avocations Card: When?, 1 Trivial Avocations Card: Who?, 1 Trivial Avocations Card: Where? => 872
use 1 Trivial Avocations Card: When? => 87
use 1 Trivial Avocations Card: Where? => 87
use 1 Trivial Avocations Card: Who? => 87
use 1 weremoose spit => 52
use 1 white candy heart => 3
Okay, that's something. Is the fact that maps don't preserve iteration order going to be an issue for people? All the boosts were nicely sorted going into the aggregate but obviously are no longer.
I'm trying to get a feel for what will make this useful to people.