Update
This commit is contained in:
@@ -119,6 +119,14 @@ smallmodifier=1.5
|
|||||||
# dyingv3=round(1-(dying/100), 2)" \
|
# dyingv3=round(1-(dying/100), 2)" \
|
||||||
# **/TalentsAssistant.xml
|
# **/TalentsAssistant.xml
|
||||||
|
|
||||||
|
# modify '<Talent identifier="tastytarget">!anyvalue="(?<targetingchance>!num)"' \
|
||||||
|
# "targetingchance=round(targetingchance*$bigmodifier, 2)" \
|
||||||
|
# **/TalentsAssistant.xml
|
||||||
|
# modify '<Affliction!anyidentifier="tastytarget"!anyminresistance="(?<minresistancev>!num)"!anymaxresistance="(?<maxresistancev>!num)"' \
|
||||||
|
# "minresistancev=round(minresistancev*$bigmodifier, 2)
|
||||||
|
# maxresistancev=round(maxresistancev*$bigmodifier, 2)" \
|
||||||
|
# **/AfflictionsAssistant.xml
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
# ----------------------------------------------------------
|
# ----------------------------------------------------------
|
||||||
@@ -140,11 +148,6 @@ modify '<Talent identifier="nonthreatening">!anyvalue="(?<targetingchance>!num)"
|
|||||||
targetingchancemul=round(targetingchancemul*$bigmodifier, 2)" \
|
targetingchancemul=round(targetingchancemul*$bigmodifier, 2)" \
|
||||||
**/TalentsAssistant.xml
|
**/TalentsAssistant.xml
|
||||||
|
|
||||||
modify '<Talent identifier="tastytarget">!anyvalue="(?<targetingchance>!num)"!anyvalue="(?<damagebonus>!num)"' \
|
|
||||||
"targetingchance=round(targetingchance*$bigmodifier, 2)
|
|
||||||
damagebonus=round(damagebonus*$smallmodifier, 2)" \
|
|
||||||
**/TalentsAssistant.xml
|
|
||||||
|
|
||||||
modify '<Talent identifier="insurancepolicy">!anyvalue="(?<bonus>!num)"!anyvalue="(?<bonusv>!num)"' \
|
modify '<Talent identifier="insurancepolicy">!anyvalue="(?<bonus>!num)"!anyvalue="(?<bonusv>!num)"' \
|
||||||
"bonus=round(bonus*$bigmodifier, 2)
|
"bonus=round(bonus*$bigmodifier, 2)
|
||||||
bonusv=round(bonusv*$bigmodifier, 2)" \
|
bonusv=round(bonusv*$bigmodifier, 2)" \
|
||||||
|
|||||||
Reference in New Issue
Block a user