This commit is contained in:
2025-03-26 23:39:28 +01:00
parent d9394086f0
commit 0f18c448da

View File

@@ -71,6 +71,15 @@ smallmodifier=1.5
# itempricev2=round(itemprice/100, 2)" \
# **/TalentsDoctor.xml
# modify '<Talent identifier="genetampering">!anyvalue="(?<hpamount>!num)"!anyvalue="(?<movementspeed>!num)"' \
# "hpamount=round(hpamount*$bigmodifier, 2)
# movementspeed=round(movementspeed*$bigmodifier, 2)" \
# **/TalentsDoctor.xml
# modify '<Affliction!anyidentifier="genetampering"!anyvalue="(?<movementspeedv>!num)"!anyvalue="(?<hpamountv>!num)"' \
# "movementspeedv=round(movementspeedv*$bigmodifier, 2)
# hpamountv=round(hpamountv*$bigmodifier, 2)" \
# **/AfflictionsDoctor.xml
exit 0
# ----------------------------------------------------------