New Content - Implemented Standard 2017

Veracity

Developer
Staff member
(Is there not a thread for this?)

We have the ascension rewards, although we may be missing some plurals.

For example, I bet that you have "pairs of wrought-iron waders".

We do not know what aerogel items pulverize into - item # 8112
We do not know what wrought-iron items pulverize into - item # 8119
 

Veracity

Developer
Staff member
Rumor says that aerogel pulverizes into aerosolized aerogel. Unfortunately, the desc_id was not shared. Eventually, somebody who understands that copy/pasting the text from the item_desc page is less useful than giving a link to the item_desc page will report.

Perhaps a KoLmafia user who has logged in after pulverizing and noticed the "new item detected" in their gCLI.
 
Rumor says that aerogel pulverizes into aerosolized aerogel. Unfortunately, the desc_id was not shared. Eventually, somebody who understands that copy/pasting the text from the item_desc page is less useful than giving a link to the item_desc page will report.

Perhaps a KoLmafia user who has logged in after pulverizing and noticed the "new item detected" in their gCLI.

I think this is what you wanted? (at least for the aerogel)

Code:
pulverize 1 aerogel ascot
--------------------
8112    aerosolized aerogel 828279627   aerobits.gif    spleen, usable      0
aerosolized aerogel 2   12  good    0   0   0   0   Unspaded
# Item aerosolized aerogel
--------------------
You acquire an item: aerosolized aerogel
 
And the latter:

Code:
Pulverizing wrought-iron whisk...
Unknown item found: wrought-iron flakes (8119, 943800160)
--------------------
8119 wrought-iron flakes 943800160 wroughtbits.gif spleen, usable 0
wrought-iron flakes 3 12 awesome 0 0 0 0 Unspaded
# Item wrought-iron flakes
--------------------
You acquire an item: wrought-iron flakes
wrought-iron whisk smashed.
 
Last edited:
Top