Cramps-NeutralCardReplacer icon

NeutralCardReplacer

Allows replacing card reward options after combat and in shops

By Cramps
Last updated 2 weeks ago
Total downloads 448
Total rating 0 
Categories Misc Run Modifiers
Dependency string Cramps-NeutralCardReplacer-1.2.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
TeamNeo-Sideloader-0.9.7850 icon
TeamNeo-Sideloader

Modding framework for working with LBoL entities

Preferred version: 0.9.7850

README

This mod replaces neutral card reward options after combat and in shops

Requires the Jadebox "Neutral Card Replacer" to be enabled

Latest 1.2.0 update kinda make this more of a "Card Reward Replacer" mod instead of just neutrals, but oh well I'll keep the name

Optional configs

ReplaceCardRewards: default: true
ReplaceShops: default: true

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)

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.