New Content - Implemented Class Act

Bale

Minion
Only one thing needs to be added to support this path.

my_path() returns "11" when it should return "Class Act"
 
11627. I'm not sure if something needs to be done to remember that all of your skills are available when you free the king.
 
It shouldn't need to do anything other than what is already done for completing a Zombie or Boris Ascension. Or just finishing a hardcore ascension and remembering softcore skills. I'm pretty sure it will work.

I'll just leave the thread open until we know the Thwaitgold statue and get it added. I think that'll be all that this path will need.
 
Check out request/AfterLifeRequest.java, which logs your ascension into this or that class.
Ditto for session/ValhallaManager.java.

Look for "Trendy", for example, in those files to see what needs to be done.
 
It shouldn't need to do anything other than what is already done for completing a Zombie or Boris Ascension. Or just finishing a hardcore ascension and remembering softcore skills. I'm pretty sure it will work.
There is special code for each of those cases that does not currently cover finishing a softcore Class Act run. Or a softcore Trendy run, as far as I can tell.

Check out request/AfterLifeRequest.java, which logs your ascension into this or that class.
Ditto for session/ValhallaManager.java.
That would be for aftercore -> non-aftercore, rather than the other way around. I don't see anything that would check your currently available skills when you finish a trendy run, which seems surprising.
 
That would be for aftercore -> non-aftercore, rather than the other way around.
Correct. I was not responding to the "what about skills when you enter aftercore" question. I was teaching you some additional things that need to be done to add support for any new challenge path which, presumably, you didn't know about, since it still needs to be done for this one.

Originally, I had that comment on the revision message thread. I moved it over here, since I thought it would be less confusing to have it in the general thread of "stuff that needs to be done to support this challenge path." Apparently I was wrong. Oops!
 
Back
Top