New Content - Implemented Patriotic Eagle

Ryo_Sangnoir

Developer
Staff member
Lots still to do for this guy:
  • Citizen of a Zone modifiers + parsing description (like blessing of a bird or distillate)
  • Support for "Today" as duration (api.php treats it as a very high number, it can be SGEEA'd)
  • Support for screech: what phylum you've banished, how long it has left, when it will be usable again (is it every 11 or does it slow down?)
  • maybe something telling you which zone / monster you have RWB'd
  • arena stats and tags I guess
 
Screech is 100 duration, banishes entire phylum across all zones, recharges after 11 fights with the eagle (<name> gives you the old "I'm ready to screech" wings up.)
RWB is similar but different from Saber Force Friend for 2 of the target in that zone only, and should probably be handled about the same way.
 
About as much as I care about is done:
* in-fight doesn't parse acquiring an effect with a duration of "today"... but we get it when the charpane refreshes
* arena stats and tags aren't done
 
If you automate fights, you never see the charpane.

I’ll get the arena stats tomorrow. It’s been many years since I trained a familiar in the arena, but, since that was my first GUI project for Kolmafia, I feel sort of responsible.
 
Code:
Results for Patriotic Eagle after 12 trials using 144 turns:

Contest         XP[1]   XP[2]   XP[3]  Original Rank Derived Rank

Cage Match      38      46      71           0             3
Scavenger Hunt  45      69      60           0             2
Obstacle Course 69      60       6           0             1
Hide and Seek   61      70      66           0             2
 
Citizen of a Zone doesn't seem to reset properly on rollover (getting the effect on a new day makes Mafia think it still has yesterday's effect). Logging out and logging back in on the same day will also "forget" what your Citizen effect does.
Examining the buff will update both, but not remembering to do this is the main inconvenience anyway.

Also, Patriotic Screech banish persists across rollover, RWB does as well but I believe Mafia already knows that much.
 
Back
Top