TeamREPENTOGON / REPENTOGON

Script extender for The Binding of Isaac: Repentance
https://repentogon.com/
GNU General Public License v2.0
136 stars 15 forks source link

Access to Hallowed Ground / Star of Bethlehem aura timeout #436

Closed TaigaTreant closed 5 months ago

TaigaTreant commented 5 months ago

When the player exits the aura of Hallowed Ground poops, Star of Bethlehem and other similar effects, the effects of the aura do not immediately disappear. Instead, they linger on the player for about 4 update frames before disappearing. This implies that somewhere the game is storing a timeout variable for this effect as part of the EntityPlayer class. It would be good to expose this value, for the purposes of allowing easier handling of the corresponding damage/tears multiplier, as well as to allow adding new items that utilize this effect.

kittenchilly commented 5 months ago

Added!