NeutralCardReplacer
Allows replacing card reward options after combat and in shops1.2.0
Removed previous 3 configs, CardRewardRemoveInstead, CardRewardReplaceWithOtherPool, ShopReplaceWithOtherPool
Instead, added a bunch of new configs that allow greater customisability.
CardReward1CardPoolWeight, Card slot 1 - The ratio of which card pools to choose from, (Player, Exhibit, OtherChars, Neutral), Default value: {"x":1.0,"y":1.0,"z":0.0,"w":0.0}
CardReward2CardPoolWeight, Card slot 2
CardReward3CardPoolWeight, Card slot 3
AdditionalCardRewardCardPoolWeight, Card slots 4 and beyond (only really added via that one exhibit, or maybe other mods)
ExtraCardReward1AppearChance, Extra card slot 1 - Percentages for free extra card rewards, between 0 and 100, (Normal battle, Elite, Boss), Default value: {"x":0.0,"y":0.0,"z":0.0}
ExtraCardReward1CardPoolWeight, Extra card slot 1 weight
ExtraCardReward2AppearChance, Extra card slot 2
ExtraCardReward2CardPoolWeight, Extra card slot 2 weight
ShopOption1CardPoolWeight, Shop option 1, The ratio of which card pools to choose from, (Player, Exhibit, OtherChars, Neutral)
One for each shop slot (8 total)
The default values for these will be like before, only allowing cards from the player or their exhibits, but now you can choose freely to include other characters or neutrals
Note: I had to use Vector3 and 4 to put multiple values in the same config, so hopefully the x/y/z/w values aren't confusing.
1.1.0
Added 3 new configs
CardRewardRemoveInstead, default: false, Removes any neutral cards from card rewards instead of replacing them
CardRewardReplaceWithOtherPool, default: false, Replaces card reward neutral cards with cards from other pools
ShopReplaceWithOtherPool, default: false, Replaces shop neutral cards with cards from other pools
1.0.2
Updated readme
1.0.1
Updated readme to mention the Jadebox requirement
1.0.0
Initial release
