Diceless
Diceless
The mod make dice results deterministic, by removing the game’s dice rolling mechanic from combat and speed.
Mod Configs
– Enabled:
- true: enable rule change. (default)
- false: disabled.
– RoundMethod: the equation will be used to solve a roll
- Random: same as "DiceRollFix" mod.
- AverageFloor: average result round down "floor((min+max)/2)".
- AverageCeil: average result round up "ceil((min+max)/2)". (default)
- AlwaysMin: everyone rolls min.
- AlwaysMax: everyone rolls max.
– Format: this is a string that constain 3 special chars: {0}/{1}/{2} each one in game will be replace by min/max/average, you can freely change it or even omit them, just remember you are editing a xml file.
Where is the ModConfig.xml
Under "Steam/steamapps" in "workshop/content/1256670/3513536100" or "common/Library Of Ruina/LibraryOfRuina_Data/Mods/3513536100"
Other Mods
Should be compatible with any mod, unless it modifies the dice like "DiceRollFix" and "Rigged Dice".