Update 05.02.2023: Finally updated this post with all updated assets, info texts, etc
Based on all the information we have so far, there seems to be a new Innovation "event", that I think will be called "Path of Innovation". One of the info texts suggest the event pass is called "Path of Innovation", but based on everything else I think it's more likely that the "event" is called "Path of Innovation", with a secondary/premium event pass ("Innovation Pass"). You probably noticed I used quotation marks around "event", and that's because this doesn't seem like a normal event, it seems to be a new personal questline, possibly similar to the old historical events. You complete some random quest, with a reward after each one, and one big reward once you complete all. The event pass seems to be a second reward after each quest. Based on some of the code we have for the "event", it might be triggered as a part of the tutorial. Below are all the assets / information we have so far
Based on all the information we have so far, there seems to be a new Innovation "event", that I think will be called "Path of Innovation". One of the info texts suggest the event pass is called "Path of Innovation", but based on everything else I think it's more likely that the "event" is called "Path of Innovation", with a secondary/premium event pass ("Innovation Pass"). You probably noticed I used quotation marks around "event", and that's because this doesn't seem like a normal event, it seems to be a new personal questline, possibly similar to the old historical events. You complete some random quest, with a reward after each one, and one big reward once you complete all. The event pass seems to be a second reward after each quest. Based on some of the code we have for the "event", it might be triggered as a part of the tutorial. Below are all the assets / information we have so far
Questgiver "Berta" (two versions):
"reward_icon_grand_prize_path_of_innovation" | "innovation_pass_icon_progression" | "buffbar_icon_innovation_pass" |
|
|
|
"buffbar_slot_bg_innovation_pass" | "innovation_pass_prize_bg" | |
|
|
"innovation_pass_chest_premium" | "innovation_pass_chest_grand" | "reward_icon_innovation_pass" |
|
| |
"innovation_pass_chest_premium_large" | "innovation_pass_package" | "innovation_pass_package_cp5000" |
|
|
|
"innovation_pass_bubble_highlight" | "innovation_pass_bubble_premium" |
|
|
"innovation_pass_bubble_premium_large" | "innovation_pass_banner_top" |
|
|
"innovation_pass_quests_banner_top" |
|
"innovation_pass_deco_paper" |
|
"innovation_pass_banner" |
|
Event pass background (in shop) | Background to buy event packages |
|
|
Code:
POI|Congratulations
POI|Get this second set of prizes along side the quest rewards while progressing through the quests. A big reward bundle awaits you at the end when unlocking the second set.
POI|Innovation
POI|Next Prizes
POI|Path of Innovation
POI|Path of Innovation Prizes
POI|Path of Innovation Rewards
POI|Progress in the Innovation quests to gain these rewards!
POI|Purchase the Path of Innovation to claim these additional rewards!
POI|Quest Prizes
POI|See Prizes
POI|You just claimed the following rewards:
Here is the code excerpt that makes me believe this event is personal and related to the tutorial, you can see more in my post below.
As you can see, we have a function called "...tutorial.triggers.WaitForInnovationDataTrigger", which includes "...path_of_innovation..." in the function. This makes me believe you trigger the "event" based on your tutorial, perhaps after you have completed the full tutorial?
Another reason this is probably not a regular event is that none of the assets have "seasonalevents" in their path, which all regular events do.
Code:
nWa.__name__ = "de.innogames.strategycity.shared.tutorial.triggers.WaitForInnovationDataTrigger";
nWa.__interfaces__ = [Pe];
nWa.prototype = {
...
this._injector.getInstance(lW).hasContext("path_of_innovation") ...
...
};
As you can see, we have a function called "...tutorial.triggers.WaitForInnovationDataTrigger", which includes "...path_of_innovation..." in the function. This makes me believe you trigger the "event" based on your tutorial, perhaps after you have completed the full tutorial?
Another reason this is probably not a regular event is that none of the assets have "seasonalevents" in their path, which all regular events do.
Seems like we have some sort of new "Innovation Pass". It follows the same pattern as event passes, except for the path of the assets being "/shared/gui/innovation_pass/...", instead of "/shared/seasonalevents/[event]/pass/...". So perhaps this is a new event, or perhaps it's something completely different? It does have a quest banner, which is usually separated for normal events, so perhaps a brand new feature? It does have a "grand" prize, so it could perhaps be a brand new event ... who knows
All have been included elsewhere
Last edited: