Library Of Ruina

Library Of Ruina

33 ratings
Abnormality and EGO Randomization Options
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
1.961 MB
19 Jun, 2023 @ 6:25pm
4 Nov, 2023 @ 2:27am
6 Change Notes ( view )

Subscribe to download
Abnormality and EGO Randomization Options

Description
Adds some options for Abnormality and EGO page selection.

Settings can be changed by editing the JSON file in steamapps\workshop\content\1256670\2991923422\ModSettings.json.

Available settings:
- AbnoIgnoreEmotionRate: Ignores emotion positive/negative coin ratio.
- AbnoIgnoreEmotionLevel: Ignores emotion level.
- AbnoIgnoreFloor: Lets you grab unlocked Abnormality pages from other floors.
- AbnoIgnoreUnlock: Unlocks all Abnormality pages while this is enabled. Disabling this will relock those cards.
- EGOIgnoreFloor: Lets you grab unlocked EGO pages from other floors.
- EGOIgnoreUnlock: Unlocks all EGO pages while this is enabled. Disabling this will relock those cards.
- EGOEveryFloorLevel: Lets you choose an EGO page every emotion level.
- IncludeInactiveCards: Lets you use Abnormality and EGO pages that are not assigned to any floor. Doesn't have any effect if AbnoIgnoreFloor/EGOIgnoreFloor is false.

Thanks to Cyaminthe for some code assistance.
11 Comments
Stormblades 11 Oct @ 8:58am 
Does setting 'ignore emotion rate' cause the page selection to depend on 'emotion ranges' again? (ex: the Hod abno page that doubles all bleed is nearly impossible to get because of this mechanic)
Aloof 10 Oct @ 8:53am 
How do I get to the file in question to change the settings?
MahirAbdurrahman 23 Aug, 2024 @ 10:13am 
how do I go to the JSON file again? im not the smartest when it comes to files and stuff
wisper 17 Jun, 2024 @ 1:18pm 
were even are the files to it ?
Flanatic 3 Dec, 2023 @ 5:25pm 
Not going to lie, There is something satisfying about getting both Shell and The Beast (full set) in the same encounter.
10/10 mod, reminds me of L corp progression.
I... farted... 21 Jun, 2023 @ 1:05pm 
I've gotten around to playing it again: works perfectly as far as I can tell! Thank you very much, and great work.
I... farted... 21 Jun, 2023 @ 7:28am 
Thank you for your assistance!
Prometheus  [author] 21 Jun, 2023 @ 7:26am 
Turns out this mod does require some BaseMod files. I have just updated it to include those files so you shouldn't need to install BaseMod yourself anymore.

If you update and try again hopefully it'll work. The newest update also adds another variable, so keep that in mind.
I... farted... 21 Jun, 2023 @ 5:31am 
The settings I've changed are as follows:

{
"AbnoIgnoreEmotionRate": true,
"AbnoIgnoreEmotionLevel": false,
"AbnoIgnoreFloor": true,
"AbnoIgnoreUnlock": false,
"EGOIgnoreFloor": false,
"EGOIgnoreUnlock": false,
"EGOEveryFloorLevel": false
}

As far as I can tell, the syntax is proper. The only variable being changed is "AbnoIgnoreFloor".
Is there an error log output when parsing fails?
Additionally, does this mod require the use of the Workshop version of BaseMod, or is it compatible with the non-Workshop version (as is distributed on NexusMods)?
Prometheus  [author] 20 Jun, 2023 @ 7:06pm 
The .json file will be reset to its default state if there is an error when parsing it to prevent softlock during battles. Json files are case-sensitive, so make sure to use lowercase when changing the settings.