The Terrorized

If you liked this item, please rate it up on Steam Workshop page.

Author: Lilly_XIV

Last revision: 27 Oct, 2022 at 15:26 UTC

File size: 99.33 KB

On Steam Workshop

Description:

Very epic and cool new c-sides by Luna, right now only TzEden exists (using tz because differentiation from epiphany). To play the TzCharacters first play as the tainted character and then use the fragmented card that spawns in the starting room. The card will currently not spawn unless the player type is supported.

For adding custom character:

if TheTerrorized then
TheTerrorized:AddChar(OriginalCharID, TzCharID)
end

e.g.

if TheTerrorized then
TheTerrorized:AddChar(Isaac.GetPlayerTypeByName("Tainted Test Char"), Isaac.GetPlayerTypeByName("Terrorized Test Char"))
end