LC GiftBox Config
Configure gift boxes / presents, such as having store items / scrap / another present / nothing, weighting of item selection, spawn rates, etc.
Last updated | 4 days ago |
Total downloads | 3228 |
Total rating | 1 |
Categories | Mods Server-side Items Tweaks & Quality Of Life |
Dependency string | DBJ-LC_GiftBox_Config-1.1.1 |
Dependants | 3 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100Evaisa-FixPluginTypesSerialization
Fix custom Serializable structs and such not properly getting deserialized by Unity.
Preferred version: 1.1.1README
LC_GiftBox_Config
Configure gift boxes / presents, such as having store items / scrap / another present / nothing, weighting of item selection, spawn rates, etc.
Config Options
Contained Item Type
- Store Item Chance (Selection Weight)
- Scrap Item Chance (Selection Weight)
- Gift Box Chance (Selection Weight)
- Empty Chance (Selection Weight)
- Unmodified Chance (Selection Weight)
Contained Scrap Item
- Scrap Value Minimum
- Scrap Value Maximum
- Scrap Value Influence (%)
- Spawn Weight Minimum
- Spawn Weight Maximum
- Spawn Weight Influence (%)
Contained Store Item
- Price Minimum
- Price Maximum
- Price Influence (%)
Contained Scrap Value
- Inherit Gift Box Value Chance (%)
- Addition Chance (%)
- Addition Minimum
- Addition Maximum
- Multiplier Chance (%)
- Multiplier Minimum
- Multiplier Maximum
Gift Box Spawn Weight
- Addition Chance (%)
- Addition Minimum
- Addition Maximum
- Multiplier Chance (%)
- Multiplier Minimum
- Multiplier Maximum
Gift Box Spawn Anomaly
(An anomaly that causes additional gift boxes to spawn into a level, separately from the standard scrap pool mechanics)
- Anomalous Spawning Chance (%)
- Minimum Gift Boxes
- Maximum Gift Boxes
Gift Box Behaviors
- Empty Gift Box Eggsplosion Chance (%)
Compatibility / Debugging
- Disable All Mod Mechanics
- Disable Gift Box Duplicate Sounds Bugfix
- Disable Gift Box Setting Tool Scrap Value Bugfix
Credits
- Mom_Llama (@mamallama on LC Modding Discord) for creating this LC Modding Template & Tutorial
- malco (@Malcolm-Q on GitHub) for creating this IL Transpiler Helper, which inspired the design for the ILStepper class I created for this mod + future mods
- RedCrowbar (@landonk89 on GitHub) for creating this Reflection Access Helper, from which I learned how to use reflections and implement it within the ILStepper class