This commit is contained in:
2025-03-26 23:45:36 +01:00
parent b5a5febe26
commit ab76cb1013

View File

@@ -89,6 +89,13 @@ smallmodifier=1.5
# burnamount=round(burnamount*$smallmodifier, 2)" \ # burnamount=round(burnamount*$smallmodifier, 2)" \
# **/TalentsDoctor.xml # **/TalentsDoctor.xml
# modify '<Talent identifier="emergencyresponse">!anyvalue="(?<movementspeed>!num)"' \
# "movementspeed=round(movementspeed*$smallmodifier, 2)" \
# **/TalentsDoctor.xml
# modify '<Affliction!anyidentifier="emergencyresponse_selfbuff"!anyvalue="(?<movementspeedv>!num)"' \
# "movementspeedv=round(movementspeedv*$smallmodifier, 2)" \
# **/AfflictionsDoctor.xml
exit 0 exit 0
# ---------------------------------------------------------- # ----------------------------------------------------------