This commit is contained in:
2025-03-26 23:24:26 +01:00
parent 30ffe02ffd
commit d6a5629f9b

View File

@@ -34,6 +34,13 @@ smallmodifier=1.5
# potencyv=round(potency/100, 2)" \
# **/TalentsDoctor.xml
# modify '<Talent identifier="stayinalive">!anyvalue="(?<potency>!num)"' \
# "potency=round(potency*$bigmodifier, 2)" \
# **/TalentsDoctor.xml
# modify '<Affliction!anyidentifier="stayinalive"!anyvalue="(?<amount>!num)"' \
# "amount=round(amount*$bigmodifier, 2)" \
# **/AfflictionsDoctor.xml
exit 0
# ----------------------------------------------------------