REPENTOGON
REPENTOGON copied to clipboard
SUGGESTION: Implement a mutable ChallengeConfig
trafficstars
Implement a new ChallengeConfig global table with the following methods:
- GetChallenge()
`ChallengeConfigChallenge GetChallenge ( Challenge Type )
Returns nil if no challenge exists with the specified Type.
- Class ChallengeConfigChallenge
local aprilsFoolConfig = ChallengeConfig.GetChallenge(Isaac.GetChallengeIdByName("Aprils fool"))
The difference between this and ChallangeParams is that the ChallengeConfig would be mutable, similar to the ItemConfig
aprilsFoolConfig.playertype = 10; // Starting the April's Fool challenge now starts you as The Lost.