Skip to content
Snippets Groups Projects
  1. Apr 14, 2020
  2. Apr 08, 2020
  3. Apr 07, 2020
  4. Apr 01, 2020
  5. Mar 31, 2020
  6. Mar 25, 2020
  7. Mar 22, 2020
  8. Mar 21, 2020
  9. Mar 20, 2020
  10. Mar 19, 2020
  11. Mar 18, 2020
    • DarkGod's avatar
      Merge branch 'i18n' · e6b4ce6f
      DarkGod authored
      e6b4ce6f
    • DarkGod's avatar
      Merge branch 'allow-cancelling-temporal-form-talents' into 'master' · 9cf6a0a3
      DarkGod authored
      Allow cancelling Temporal Form's anomaly talents
      
      ## Summary
      
      Added a `doAction` function to all anomalies which gets wrapped by the
      `action` function and adds a parameter to specify whether targeting
      can be cancelled. The default is for this to be true, if the talent
      gets used directly by the player, like when in Temporal Form.
      
      For the special cases related to Twist Fate, cancelling is disabled like
      it was in the past, even while in Temporal Form.
      
      ## Details
      
      Currently if you use the Temporal Form prodigy and activate one of the anomaly talents it adds, you can't cancel targeting if you don't like your options, which feels like a bug to me (http://forums.te4.org/viewtopic.php?f=42&t=50761). The reason they can't be cancelled is that anomalies are usually not under the player's control. The Twist Fate talent gives control over targeting, but cancelling is disabled to prevent the player from avoiding the effect.
      
      For Temporal Form this doesn't make sense to me, because as a Telegoroth you're able to specify which anomaly you want to create, and thus you should also be able to cancel the targeting. I also assume that lore-wise they have more control than a chronomancing player character would.
      
      At the same time, I didn't want Twist Fate to behave differently if Temporal Form was active. I consider the anomalies that you directly trigger to be more under your control, while anomalies resulting from Induce Anomaly and paradox failures etc. are less under your control, even in Temporal Form.
      
      I tried a bunch of different approaches, and the one described in the summary is the cleanest and most future proof one I could come up with with my current knowledge of the code. I'm open to alternatives.
      
      ## Testing
      
      Scenarios I tested:
      * Alchemist with Temporal Form. Verified cancelling the different anomaly talents while targeting works.
      * Paradox Mage with Induce Anomaly. Verified the anomalies happened without further user interaction.
      * Paradox Mage with Induce Anomaly and Twist Fate. Verified the anomalies couldn't be cancelled.
      * Paradox Mage with Induce Anomaly, Twist Fate and Temporal Form active. Verified the anomalies couldn't be cancelled.
      
      I didn't test traps and paradox failures since those all call `paradoxDoAnomaly`, which is mostly the same code path as Induce Anomaly.
      
      See merge request !620
      9cf6a0a3
    • DarkGod's avatar
      plop · 5d6920d7
      DarkGod authored
      Merge branch 'Inkie/t-engine4-1.6.7-misc'
      5d6920d7
  12. Mar 17, 2020
  13. Mar 16, 2020
  14. Mar 14, 2020
  15. Mar 13, 2020
  16. Mar 10, 2020
Loading