- Apr 14, 2020
-
-
Otowa Kotori authored
-
- Apr 08, 2020
-
-
Otowa Kotori authored
-
Otowa Kotori authored
-
- Apr 07, 2020
-
-
Otowa Kotori authored
-
- Apr 01, 2020
-
-
Otowa Kotori authored
-
Otowa Kotori authored
-
DarkGod authored
-
- Mar 31, 2020
-
-
DarkGod authored
Enabled "WASD" movement (with an option to turn it off, and keybinds anyway). The big difference to normal movement is that it responds to key *release* and can combine directions. So you can do diagonal movement with just 4 keys by pressing two at the same time
-
- Mar 25, 2020
-
-
Otowa Kotori authored
-
Otowa Kotori authored
-
DarkGod authored
-
- Mar 22, 2020
-
-
Otowa Kotori authored
-
- Mar 21, 2020
-
-
Otowa Kotori authored
-
- Mar 20, 2020
-
-
Otowa Kotori authored
-
Otowa Kotori authored
-
DarkGod authored
The damDesc talents function can now take a list of damage types and aggregate damage types can themselves define this list too
-
DarkGod authored
-
Otowa Kotori authored
-
- Mar 19, 2020
- Mar 18, 2020
-
-
DarkGod authored
-
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
-
DarkGod authored
Merge branch 'Inkie/t-engine4-1.6.7-misc'
-
- Mar 17, 2020
-
-
DarkGod authored
-
DarkGod authored
-
S. Chonville authored
-
DarkGod authored
-
DarkGod authored
-
DarkGod authored
-
DarkGod authored
-
DarkGod authored
Fix Hold the Ground description The physical save and cooldown values were swapped. See http://forums.te4.org/viewtopic.php?f=42&t=50773 . I also removed a redundant '+' in the same description. I noticed that descriptions in general are inconsistent in whether they say "increase X by Y" vs "increase X by +Y". The latter seems redundant to me, so I removed it in this case. If you agree I could also do that for the other descriptions. See merge request !625
-
DarkGod authored
-
DarkGod authored
Misc168 Reduce scaling of all action and global speed talents at post-player talent levels Nerf rampage Replace blighted summoning on gorbat with grand arrival and rage Add cost to some fixedarts without one Reduce damage taken requirements for cauterize and corrupted shell See merge request !619
-
Lisa Greene authored
-
- Mar 16, 2020
-
-
Raf Geens authored
The physical save and cooldown values were swapped. I also removed a redundant '+'.
-
- Mar 14, 2020
-
-
Otowa Kotori authored
-
- Mar 13, 2020
-
-
Lisa Greene authored
-
- Mar 10, 2020
-
-
Lisa Greene authored
-
Lisa Greene authored
This reverts commit bb71869f
-