Changes between Version 2 and Version 3 of Ticket #5632


Ignore:
Timestamp:
Nov 2, 2019, 5:41:53 PM (5 years ago)
Author:
Stan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5632

    • Property Keywords simple added
    • Property Component Core engineSimulation
  • Ticket #5632 – Description

    v2 v3  
    11Reported by Polakrity on Phab:D2400 currently one cannot modify resource trickle intervals.
     2
     3Currently, since the **interval** value is always read from the template, there is no way to modify it using auras or techs.
     4
     5One will have to update the `GetTimers()` function and handle modification changes in `OnValueModification`
     6
     7Also since the repeattime in the timer is currently the interval, it might be nice to decouple then, and/or make them both modifiable.