[Rules] Add LDoN Loot Count Modifier Rule (#2694)

# Notes
- Adds a rule for LDoN Adventure Loot.
This commit is contained in:
Alex King
2023-01-03 14:32:13 -05:00
committed by GitHub
parent c7dde7832d
commit af4ee9f8d8
2 changed files with 19 additions and 14 deletions
+1
View File
@@ -683,6 +683,7 @@ RULE_INT(Adventure, ItemIDToEnablePorts, 41000, "ItemID to enable adventure port
RULE_INT(Adventure, LDoNTrapDistanceUse, 625, "LDoN trap distance use")
RULE_REAL(Adventure, LDoNBaseTrapDifficulty, 15.0, "LDoN base trap difficulty")
RULE_REAL(Adventure, LDoNCriticalFailTrapThreshold, 10.0, "LDoN critical fail trap threshold")
RULE_INT(Adventure, LDoNLootCountModifier, 10, "LDoN Loot Count Modifier, lower is better (default is 10)")
RULE_CATEGORY_END()
RULE_CATEGORY(AA)