New Content - Implemented Crimbo 2018 new content

AlbinoRhino

Active member
Code:
[COLOR=olive]> ash foreach s in $strings[Muscle,Mysticality,Moxie]     { print(s+" = "+numeric_modifier(s+" Experience Percent")+" %"); }[/COLOR]

Muscle     = 0.0 %
Mysticality = 10.0 %
Moxie = 50.0 %
Returned: void

Eating     5 Crimboysters Rockefeller...
You gain 21 Adventures
You gain 16     Muscleboundness
You gain 30 Magicalness
You gain 34 Sarcasm
You     lose some of an effect: Got Milk (-3)
You gain 21 Adventures
You     gain 31 Strongness
You gain 25 Magicalness
You gain 21 Roguishness
You     lose some of an effect: Got Milk (-3)
You gain 21 Adventures
You     gain 13 Muscleboundness
You gain 19 Wizardliness
You gain 49     Roguishness
You lose some of an effect: Got Milk (-3)
You gain 22     Adventures
You gain 27 Beefiness
You gain 36 Magicalness
You gain     39 Smarm
You lose some of an effect: Got Milk (-3)
You gain 21     Adventures
You gain 40 Strengthliness
You gain 11 Magicalness
You     gain 47 Sarcasm
You lose some of an effect: Got Milk (-3)
Finished     eating 5 Crimboysters Rockefeller.
 

taltamir

Member
new items

Code:
        Unknown item found: tiny plastic wild beaver (10025, 538326834)
--------------------
10025     tiny plastic wild beaver 538326834 tpbeaver.gif accessory t 0
tiny     plastic wild beaver 0 none
Item tiny plastic wild beaver Sleaze     Resistance: +1
Code:
        Unknown item found: tiny plastic reindeer (10026, 734514028)
--------------------
10026     tiny plastic reindeer 734514028 tpreindeer.gif accessory t 0
tiny     plastic reindeer 0 none
Item tiny plastic reindeer Cold Resistance: +1
--------------------
 

taltamir

Member
and more
Code:
        Unknown item found: tiny plastic Café Elf (10027, 207952980)
--------------------
10027     tiny plastic Café Elf 207952980 tpcafeelf.gif accessory t 0
tiny     plastic Café Elf 0 none
Item tiny plastic Café Elf Hot Resistance:     +1
--------------------
You acquire an item: tiny plastic Café Elf
 

Veracity

Developer
Staff member
And that accented character is, completely as expected, a character entity.

Code:
10027	tiny plastic Café Elf	207952980	tpcafeelf.gif	accessory	t	0
tiny plastic Café Elf	0	none
Item	tiny plastic Café Elf	Hot Resistance: +1
I got that from my session log.

Do not cut and paste from the gCLI when reporting new items.
 

taltamir

Member
And that accented character is, completely as expected, a character entity.

Code:
10027    tiny plastic Café Elf    207952980    tpcafeelf.gif    accessory    t    0
tiny plastic Café Elf    0    none
Item    tiny plastic Café Elf    Hot Resistance: +1
I got that from my session log.

Do not cut and paste from the gCLI when reporting new items.
My apologies, I was not aware that the gCLI info was problematic.

So just to be clear, when I see it show up on gCLI, I should instead open my session log and copy from there and not from the gCLI?
 

taltamir

Member
alright, will do.

This one comes from the session log
Code:
--------------------
10028	tiny plastic orphan	566953989	tpdolphin.gif	accessory	t	0
tiny plastic orphan	0	none
Item	tiny plastic orphan	Stench Resistance: +1
--------------------
You acquire an item: tiny plastic orphan
 

Veracity

Developer
Staff member
Haven't actually adventured today. Wondering what in hell this item has to do with KoL.
I'll find out, bye and bye.
 

Veracity

Developer
Staff member
OK, I have logged in.

- There is nothing in today's quest that differs from yesterday's.
- Yesterday, they mentioned "the orphanage across from the library".
- There has never been a "library". Nor is there an "orphanage".

Not sure what I am supposed to do here. No "orphanage"" to investigate,
 

taltamir

Member
new item
Code:
--------------------
10081	hand-knitted Crimbo socks	290044310	abuelasocks.gif	accessory		0
hand-knitted Crimbo socks	0	none
Item	hand-knitted Crimbo socks	Maximum HP: +10, HP Regen Min: 3, HP Regen Max: 5, Cold Resistance: +1
--------------------
 

Veracity

Developer
Staff member
Yeah. I think they missed something, though: You are not REQUIRED to open the Advent Calendar to advance the quest. One of my characters did everything Tammy asked and then today opened all 25 windows and collected the prizes.

Tammy: "We are giving them to the orphans in the brand new orphanage"
(We get a tiny plastic orphan, which I did not recognize as being a dolphin.)
You go to tell Tammy the bad news.
Tammy: "What?! You say dolphins stole all our toys?"

I was scratching my head, wondering when & where I'd learnt "the bad news". I figured it out, but I imagine a lot of people were similarly confused.
 

fronobulax

Developer
Staff member
I figured it out, but I imagine a lot of people were similarly confused.

That was me. I saw the TPO looked like a dolphin but if there was anything else to suggest I make a connection and tell Tammy, I completely missed it.

As a narrative I like Crimbo this year although it is clearly a transition and not a standalone event, IMO.

I note the absence of any discussions about automating, or not, the Crimbo content directly in mafia. I attribute that to a combination of robust support for discovery (items, zones), the ability of a script to parse pages and logs and the use of existing mechanics to drive the quests.

Today's TP has not been reported but since it is a spoiler I'll not post.
 

Darzil

Developer
I thought about supporting the finding the elf texts, and counting toys, but didn't feel a great drive to support for a one off. Everything else got added I think (though tracking the quest would have let us handle opening the Crimbo Cafe correctly).
 

heeheehee

Developer
Staff member
I noticed the dolphin connection from the sessionlog dump ("tpdolphin.gif").

There also didn't seem to be much motivation to actually do the quests beyond clicking on Tammy for the free familiar (and the Abuela Crimbo gift).
 

MCroft

Developer
Staff member
now that Crimbo is over and the cafe has returned to the mists, what needs to be changed to keep the Item manager booze tab from thinking i can still buy hot watered rum for 47 meat?
 
Top