New Content - Implemented New Haunted Items

--------------------
10019 haunted gimlet 676845730 fruitym.gif drink t,d 180
haunted gimlet 4 6 awesome 0 0 0 0 Unspaded
Item haunted gimlet Effect: "Haunted Liver", Effect Duration: 20
--------------------
--------------------
2424 Haunted Liver liver.gif 0d5c5c3c6f465b61c8977fcb783b44bb drink 1 haunted gimlet
Effect Haunted Liver Item Drop: +50, Meat Drop: +25
--------------------
 

AlbinoRhino

Active member
Code:
--------------------
10015    haunted cherry pie    236035190    0hpie.gif    food    t,d    100
haunted cherry pie    3    4    awesome    0    0    0    0    Unspaded
Item    haunted cherry pie    Effect: "Haunted Stomach", Effect Duration: 20
--------------------
--------------------
2423    Haunted Stomach    stomach.gif    ef1b25b8e0f245d41b922077054275c0    eat 1 haunted cherry pie
Effect    Haunted Stomach    Meat Drop: +50, Item Drop: +25
--------------------
--------------------
10018    haunted Hell ramen    112681925    bowl.gif    food    t,d    70
haunted Hell ramen    4    6    awesome    0    0    0    0    Unspaded
Item    haunted Hell ramen    Effect: "Haunted Stomach", Effect Duration: 20
--------------------
--------------------
10011    haunted orange    822698761    orange.gif    food    t,d    50
haunted orange    1    1    crappy    0    0    0    0    Unspaded
Item    haunted orange    Effect: "Haunted Stomach", Effect Duration: 20
--------------------
--------------------
10013    haunted pizza    141181980    pizza.gif    food    t,d    85
haunted pizza    2    1    good    0    0    0    0    Unspaded
Item    haunted pizza    Effect: "Haunted Stomach", Effect Duration: 20
--------------------


--------------------
10012    haunted bottle of vodka    293187036    bottle.gif    drink    t,d    50
haunted bottle of vodka    3    1    decent    0    0    0    0    Unspaded
Item    haunted bottle of vodka    Effect: "Haunted Liver", Effect Duration: 20
--------------------
--------------------
2424    Haunted Liver    liver.gif    0d5c5c3c6f465b61c8977fcb783b44bb    drink 1 haunted bottle of vodka
Effect    Haunted Liver    Item Drop: +50, Meat Drop: +25
--------------------
--------------------
10016    haunted eggnog    697050866    coffeecup.gif    drink    t,d    65
haunted eggnog    3    3    awesome    0    0    0    0    Unspaded
Item    haunted eggnog    Effect: "Haunted Liver", Effect Duration: 20
--------------------
--------------------
10019    haunted gimlet    676845730    fruitym.gif    drink    t,d    180
haunted gimlet    4    6    awesome    0    0    0    0    Unspaded
Item    haunted gimlet    Effect: "Haunted Liver", Effect Duration: 20
--------------------
 

Darzil

Developer
I would guess there are two related things.
1 - A drink, item number 10014, probably of good quality.
2 - An ingredient, that can be used to make these items, probably item number 10010.
 

AlbinoRhino

Active member
Just as an aside...the new ASH function mall_prices() works great at quickly revealing new items that have made there way into the mall.

The stuff I posted all appeared when my asdon buff management script was updating non-EPIC food/booze prices yesterday.
 

fronobulax

Developer
Staff member
Just as an aside...the new ASH function mall_prices() works great at quickly revealing new items that have made there way into the mall.

Interesting. At one time the trick to find new items that were in the mall was a search - A then B then C and so on. Typically a dev who was about to update data files did it.
 

AlbinoRhino

Active member
Code:
--------------------
10014	haunted martini	569949789	martini.gif	drink	t,d	80
haunted martini	3	1	good	0	0	0	0	Unspaded
Item	haunted martini	Effect: "Haunted Liver", Effect Duration: 20
--------------------
--------------------
10010	ghostly ectoplasm	740023120	ectoblob.gif	food	t,d	44
ghostly ectoplasm	1	1	crappy	0	0	0	0	Unspaded
Item	ghostly ectoplasm	Effect: "Haunted Stomach", Effect Duration: 3
--------------------
 
So far just the snowglobe (and other things that create random, probably). We're still waiting to see the voting booth wanderer that gives them.
 

AlbinoRhino

Active member
According to this, you cook/mix the ghostly ectoplasm with the unhaunted version of the item to get the haunted item. Although it's still not clear to me where the ghostly ectoplasm comes from.

edit: So, is it now impossible to post any non-https link on this board?
 
Last edited:
Top