jwvhewitt / gearhead-caramel

A coffeebreaklike set in the GearHead world.
http://gearheadrpg.com
Other
86 stars 17 forks source link

Double champion #158

Open AmkG opened 4 years ago

AmkG commented 4 years ago

Screenshot from 2020-07-31 16-42-06

Savefile: rpg_Colemaia.sav.zip

I know champions are popular but this is a bit ----

jwvhewitt commented 4 years ago

My guess: Major NPCs now get custom mecha by default, so if an encounter featuring one goes through the encounter championifier their mecha might get doubly customized. I will look into this.

AmkG commented 4 years ago

My guess as well. Fortunately gears.champions.upgrade_to_champion already adds a True attribute is_champion, we could just add this to upgrade_to_champion:

    if hasattr(mek, 'is_champion') and mek.is_champion:
        return mek
AmkG commented 4 years ago

I haven't seen this double-champion thing occurring recently, but I also noticed that major NPCs seem to change their champion types now. Hmm.

AmkG commented 4 years ago

Spoke too soon...

Screenshot from 2020-09-02 17-13-48