From f32c6c5cf234f6c04a82821bfef8719f7181233d Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Thu, 27 Mar 2025 14:08:34 +0100 Subject: [PATCH] Update --- cookassistant.sh | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/cookassistant.sh b/cookassistant.sh index 6550338e..b173b97b 100644 --- a/cookassistant.sh +++ b/cookassistant.sh @@ -30,6 +30,18 @@ smallmodifier=1.5 # moneybonusv=moneybonus" \ # **/TalentsAssistant.xml +# modify '!anyvalue="(?!num)"!anyvalue="(?!num)"' \ +# "carryweight=round(carryweight*$bigmodifier, 0) +# carryweightv=round(carryweightv*$bigmodifier, 0)" \ +# **/TalentsAssistant.xml +# +# modify '!anyvalue="(?!num)"!anyvalue="(?!num)"!anylevelsbehind="(?!num)"!anymultiplyvalue="(?!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 '!anyvalue="(?!num)"!anyvalue="(?!num)"' \ -"carryweight=round(carryweight*$bigmodifier, 2) -carryweightv=round(carryweightv*$bigmodifier, 2)" \ -**/TalentsAssistant.xml - -modify '!anyvalue="(?!num)"!anyvalue="(?!num)"' \ -"skillbonus=round(skillbonus*$bigmodifier, 2) -skillbonusv=round(skillbonusv*$bigmodifier, 2)" \ -**/TalentsAssistant.xml - modify '!anyvalue="(?!num)"!anyvalue="(?!num)"' \ "movementspeed=round(movementspeed*$bigmodifier, 2) movementspeedv=round(movementspeedv*$bigmodifier, 2)" \