KittenAqua / TrainworksModdingTools

Modding framework for the 2020 PC game Monster Train
15 stars 9 forks source link

DLC cards are not included in VanillaCardIDs #143

Closed CodePointer closed 1 year ago

CodePointer commented 2 years ago

I'm working on the modding and I want to find the card "For The Greater Good". I think the rebel unit is a very interesting mechanism. However, I can't find the asset's name from Constants/VanillaCardIDs.cs. Also, some DLC cards such as "Apex Imp" are not included.

So where can I find the asset's name with the card name? Or, is there a way to find the assets' names via some modding tools given in the tutorial?

brandonandzeus commented 1 year ago

This is fixed as of 6bdb760574f807d3a7441b2579d06cdd8778379d

I will get the newly added Types and Traits in a separate commit.

brandonandzeus commented 1 year ago

I believe I got them all now.