Add stat fire-max for Cathan's Rule

This commit is contained in:
2023-10-31 12:00:41 +01:00
parent 9057f81d5f
commit 8b94171d22
3 changed files with 20 additions and 1 deletions

View File

@@ -13,7 +13,9 @@ path = sys.argv[1] if len(sys.argv) >= 2 else "."
# into one. Same applies for all stats.
special_stats = {
"firemindam": {"template": "dmg-fire"},
"firemaxdam": None,
"firemaxdam": {
"template": "fire-max"
}, # Cathan's rule, no other max ele dmg source exists
"lightmindam": {"template": "dmg-ltng"},
"lightmaxdam": None,
"magicmindam": {"template": "dmg-mag"},