Update
This commit is contained in:
@@ -119,6 +119,11 @@ smallmodifier=1.5
|
||||
# dyingv3=round(1-(dying/100), 2)" \
|
||||
# **/TalentsAssistant.xml
|
||||
|
||||
# modify '<Talent identifier="nonthreatening">!anyvalue="(?<afktime>!num)"!anyeffectdelay="(?<afktimev>!num)"' \
|
||||
# "afktime=round(afktime/$bigmodifier, 2)
|
||||
# afktimev=round(afktime, 2)" \
|
||||
# **/TalentsAssistant.xml
|
||||
|
||||
# modify '<Talent identifier="tastytarget">!anyvalue="(?<targetingchance>!num)"' \
|
||||
# "targetingchance=round(targetingchance*$bigmodifier, 2)" \
|
||||
# **/TalentsAssistant.xml
|
||||
@@ -143,11 +148,6 @@ exit 0
|
||||
# Primary talents
|
||||
|
||||
# Grayshirt specialization
|
||||
modify '<Talent identifier="nonthreatening">!anyvalue="(?<targetingchance>!num)"!anyvalue="(?<targetingchancemul>!num)"' \
|
||||
"targetingchance=round(targetingchance*$bigmodifier, 2)
|
||||
targetingchancemul=round(targetingchancemul*$bigmodifier, 2)" \
|
||||
**/TalentsAssistant.xml
|
||||
|
||||
modify '<Talent identifier="insurancepolicy">!anyvalue="(?<bonus>!num)"!anyvalue="(?<bonusv>!num)"' \
|
||||
"bonus=round(bonus*$bigmodifier, 2)
|
||||
bonusv=round(bonusv*$bigmodifier, 2)" \
|
||||
|
Reference in New Issue
Block a user