From 422b65a73681718c20b4d1a408ab805e63f5d250 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Wed, 26 Mar 2025 17:32:51 +0100 Subject: [PATCH] Update --- cooking.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 +