View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0027817 | Heart Of The Machine | GUI | May 1, 2023 4:17 pm | May 2, 2023 2:02 pm | |
Reporter | Chris_McElligottPark | Assigned To | Draco18s | ||
Status | resolved | Resolution | fixed | ||
Summary | 0027817: Systemic encounter clarity. | ||||
Description | For the systemic encounters, when I mouse over those I can't really find out much about what the heck is going on with them. They should provide me with some custom explanations based on the current state that caused them to exist. In general, I want to be able to see, as a player not a developer, what is happening to cause these, and have some idea of what numbers need to change in order to fix these, even if I don't know what those numbers are. This probably means a new custom dll link just for these. | ||||
Tags | No tags attached. | ||||
|
I will need to do the first part, then Major can do the second part. |
|
* Encounters now have an optional IEncounterTypeOptionalLogicImplementation that they can use to do things like add extra tooltip information. This is primarily something that will be used by systemic encounters to explain what the systemic problem actually is. |
|
There is now a EncounterLogic_Systemic with a AddExtraTooltipInformation in it, which just says: "Todo: tell you more about this specific systemic encounter and why it's here!" There should be enough information in the arguments passed in to explain to users what is going on. |
|
Second half in, already created encounters won't get the new metadata to explain what's what, but any new encounters should get some additional information in their tooltip. (These encounters time out and get recreated every couple of minutes, so that should be a transient issue) |
Date Modified | Username | Field | Change |
---|---|---|---|
May 1, 2023 4:17 pm | Chris_McElligottPark | New Issue | |
May 1, 2023 4:17 pm | Chris_McElligottPark | Assigned To | => Chris_McElligottPark |
May 1, 2023 4:17 pm | Chris_McElligottPark | Status | new => assigned |
May 1, 2023 4:18 pm | Chris_McElligottPark | Note Added: 0067647 | |
May 1, 2023 5:22 pm | Chris_McElligottPark | Assigned To | Chris_McElligottPark => Draco18s |
May 1, 2023 5:22 pm | Chris_McElligottPark | Note Added: 0067649 | |
May 1, 2023 5:23 pm | Chris_McElligottPark | Note Added: 0067650 | |
May 2, 2023 2:02 pm | Draco18s | Status | assigned => resolved |
May 2, 2023 2:02 pm | Draco18s | Resolution | open => fixed |
May 2, 2023 2:02 pm | Draco18s | Note Added: 0067659 |