Update
This commit is contained in:
@@ -30,6 +30,18 @@ smallmodifier=1.5
|
||||
# moneybonusv=moneybonus" \
|
||||
# **/TalentsAssistant.xml
|
||||
|
||||
# modify '<Talent identifier="mule">!anyvalue="(?<carryweight>!num)"!anyvalue="(?<carryweightv>!num)"' \
|
||||
# "carryweight=round(carryweight*$bigmodifier, 0)
|
||||
# carryweightv=round(carryweightv*$bigmodifier, 0)" \
|
||||
# **/TalentsAssistant.xml
|
||||
#
|
||||
# modify '<Talent identifier="playingcatchup">!anyvalue="(?<levelthreshold>!num)"!anyvalue="(?<experiencevalue>!num)"!anylevelsbehind="(?<levelthresholdv>!num)"!anymultiplyvalue="(?<experiencevaluev>!num)"' \
|
||||
# "levelthreshold=round(levelthreshold*$bigmodifier, 0)
|
||||
# experiencevalue=round(experiencevalue*$bigmodifier, 2)
|
||||
# levelthresholdv=levelthreshold
|
||||
# experiencevaluev=round(1+experiencevalue/100, 2)" \
|
||||
# **/TalentsAssistant.xml
|
||||
|
||||
exit 0
|
||||
|
||||
# ----------------------------------------------------------
|
||||
@@ -45,16 +57,6 @@ exit 0
|
||||
|
||||
# Primary talents
|
||||
|
||||
modify '<Talent identifier="mule">!anyvalue="(?<carryweight>!num)"!anyvalue="(?<carryweightv>!num)"' \
|
||||
"carryweight=round(carryweight*$bigmodifier, 2)
|
||||
carryweightv=round(carryweightv*$bigmodifier, 2)" \
|
||||
**/TalentsAssistant.xml
|
||||
|
||||
modify '<Talent identifier="playingcatchup">!anyvalue="(?<skillbonus>!num)"!anyvalue="(?<skillbonusv>!num)"' \
|
||||
"skillbonus=round(skillbonus*$bigmodifier, 2)
|
||||
skillbonusv=round(skillbonusv*$bigmodifier, 2)" \
|
||||
**/TalentsAssistant.xml
|
||||
|
||||
modify '<Talent identifier="skedaddle">!anyvalue="(?<movementspeed>!num)"!anyvalue="(?<movementspeedv>!num)"' \
|
||||
"movementspeed=round(movementspeed*$bigmodifier, 2)
|
||||
movementspeedv=round(movementspeedv*$bigmodifier, 2)" \
|
||||
|
Reference in New Issue
Block a user