You are viewing a potentially older version of this package. View all versions.
Cramps-NeutralCardReplacer-1.0.2 icon

NeutralCardReplacer

Allows replacing neutral card reward options after combat and in shops

By Cramps
Date uploaded 9 months ago
Version 1.0.2
Download link Cramps-NeutralCardReplacer-1.0.2.zip
Downloads 105
Dependency string Cramps-NeutralCardReplacer-1.0.2

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

Optional configs

ReplaceCardRewards: default: true
ReplaceShops: default: true

CHANGELOG

1.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