diff --git a/cooking.sh b/cooking.sh index 1844b10..6981fb6 100644 --- a/cooking.sh +++ b/cooking.sh @@ -218,3 +218,18 @@ storebuymultiplierv4=storebuymultiplier/100 storebuymultiplierv5=storebuymultiplier/100' \ **/TalentsCaptain.xml +# This talent actually uses the coalitionmedal +# So modifications to it will impact this talent +# Therefore we don't have to fuck with anything here +# But we should be careful to set coalitionmedalnegate to the same value as coalitionmedal +# It is used to negate the xp gain past a certain level +modify '!anyvalue="(?!num)"!anyvalue="(?!num)"!anyvalue="(?!num)"!anylevel="(?!num)"!anyamount="-(?!num)"!anyStoreBuyMultiplierAffiliated" value="(?!num)"!anyShipyardBuyMultiplierAffiliated" value="(?!num)"' \ +'bonusxp=bonusxp*4 +levelbreakpoint=levelbreakpoint*2 +discount=discount*4 +levelbreakpointv=levelbreakpoint +coalitionmedalnegate=coalitionmedalnegate*4 +storebuymultiplier=storebuymultiplier*4 +shipyardbuymultiplier=shipyardbuymultiplier*4' \ +**/TalentsCaptain.xml +