Please disclose if your mod was created primarily using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
LegaFusionCore
Common library with shared code for my mods
| Date uploaded | 2 days ago |
| Version | 1.0.9 |
| Download link | Lega-LegaFusionCore-1.0.9.zip |
| Downloads | 4078 |
| Dependency string | Lega-LegaFusionCore-1.0.9 |
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.2100Rune580-LethalCompany_InputUtils
API/Library for creating Unity InputActions with in-game re-binding support. Provides an alternative UI that allows for supporting mods to have in-game re-bindable keybinds.
Preferred version: 0.7.10README
Lega Fusion Core
Common library that brings together shared gameplay systems for my mods, currently including:
- Common methods
- Infrastructure for adding unique special abilities to items
- CustomPass handling for shaders
- Registry for player actions
- Registry for new spawnable items (without replacing existing scraps)
- Registry for status effects
- Registry for stats
- Registry for objects states
- Registry for dungeon lights states
- Registry for ship features states
- Registry for visibility states
This library ensures compatibility between my different mods while making it easier to add new scalable features.
CHANGELOG
CHANGELOG
Version 1.0.9
- Added compatibilities
Version 1.0.8
- Added the LIGHTNING status effect
Version 1.0.7
- Updated for Lantern Keeper v1.0.8 and Snow Playgrounds v1.1.4
Version 1.0.6
- Updated for Lantern Keeper v1.0.7
Version 1.0.5
- Added SellBodiesFixed soft compat
Version 1.0.4
- New methods and registries for Stranger Things v1.0.0
Version 1.0.3
- Updated for Trick Or Treat v2.0.0
Version 1.0.2
- Added a registry to spawn new items (without replacing existing scraps)
- Added a registry to manage player action disabling
- Added new shared/common methods
Version 1.0.1
- Updated to v73
Version 1.0.0
- Initial release