New Content - Implemented Baseball Diamond

Ryo_Sangnoir

Developer
Staff member
We want to:
* track monsters going into the diamond: FIFO queue, 9 slots, probably comma separated monster ids
* in fight request, log the baseball diamond stuff
* update the modifiers from the description after the choice is finished
* track how many innings are consumed
* track the sniff / banish
* track the screwballed / beanballed / skullballed monsters
* track the curveballed monster and how many times it's still free
 
Last edited:
request?:
* add [play ball] link to end of combat text when "You are ready to play ball!"

I see we got the play ball link on the latest build, rad !
 
Last edited:
Okay, updated in r28982.

One addition from this change: strings of choice options are now decoded as we switch to HTML parsing instead of regex. Any bugs to do with no longer recognising choice options might be this.
 
Back
Top