Commit Graph

6 Commits

Author SHA1 Message Date
sleepyyapril
d6e00dabad Kill Mana (#1623)
it is genuinely so bad

🆑
- remove: Remove mana.

(cherry picked from commit 89e8de3b6006ca6d4551546bf8a22c7ed7244aba)
2025-01-23 08:02:50 +03:00
sleepyyapril
4b8b0591d6 v239.0.0 + .NET 9 (#1475)
yeag

---------

Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>

(cherry picked from commit 64a389a1158d22fbe7cdbe0a71d223b66dcfd5b6)
2025-01-14 02:18:31 +03:00
Spatison
a2557f75a6 Upstream (#129) 2024-11-21 17:49:04 +07:00
VMSolidus
dedfce7689 Telekinetic Pulse Power (#1002)
# Description

This PR adds a new psionic power, that of Telekinetic Pulse.
This also fixes a crash related to the Anomaly Power System.

# TODO

- [x] Finish localizations.

<details><summary><h1>Media</h1></summary>
<p>

![Example Media Embed](https://example.com/thisimageisntreal.png)

</p>
</details>

# Changelog

🆑
- add: Added Telekinetic Pulse power.
- fix: Fixed a crash related to Shadeskip
2024-10-19 13:29:48 +07:00
VMSolidus
a108ac2c50 Anomalist Power System (#991)
# Description

This PR extends the system originally created for Shadeskip, into a
system that allows any (currently existing) anomaly effect to be
replicated as an Instant Action psionic power. This will be needed for
Wizard/Rogue Psion antagonists. I'll be making a metric shitton of new
powers using this in separate PRs.

This is extremely blatantly re-using code as-is from the various Anomaly
Systems, because it unfortunately turns out that it's simply not
possible to build a constructor to interface between Psionics and
Anomalies.

# Changelog
No changelog because this isn't player facing.

---------

Signed-off-by: VMSolidus <evilexecutive@gmail.com>
2024-10-19 13:29:46 +07:00
VMSolidus
679d4a6cfd Shadeskip Power (#987)
# Description

This PR adds the first of the "Anomalist" powers, that of Shadeskip.
Upon activation, Shadeskip summons a small amount of living shadows
around the caster, functioning almost exactly like a Shadow Anomaly,
only smaller.

<details><summary><h1>Media</h1></summary>
<p>

A very early rendition of Shadeskip:


https://github.com/user-attachments/assets/2425aca8-4d09-48a2-80f5-572b3aa864b1

</p>
</details>

# Changelog

🆑
- add: Added Shadeskip as a new psionic power.

---------

Signed-off-by: VMSolidus <evilexecutive@gmail.com>
Co-authored-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com>
2024-10-19 13:24:03 +07:00