This commit is contained in:
2025-03-26 17:32:51 +01:00
parent 5cae31a060
commit 422b65a736

View File

@@ -218,3 +218,18 @@ storebuymultiplierv4=storebuymultiplier/100
storebuymultiplierv5=storebuymultiplier/100' \ storebuymultiplierv5=storebuymultiplier/100' \
**/TalentsCaptain.xml **/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 '<Talent identifier="figurehead">!anyvalue="(?<bonusxp>!num)"!anyvalue="(?<levelbreakpoint>!num)"!anyvalue="(?<discount>!num)"!anylevel="(?<levelbreakpointv>!num)"!anyamount="-(?<coalitionmedalnegate>!num)"!anyStoreBuyMultiplierAffiliated" value="(?<storebuymultiplier>!num)"!anyShipyardBuyMultiplierAffiliated" value="(?<shipyardbuymultiplier>!num)"' \
'bonusxp=bonusxp*4
levelbreakpoint=levelbreakpoint*2
discount=discount*4
levelbreakpointv=levelbreakpoint
coalitionmedalnegate=coalitionmedalnegate*4
storebuymultiplier=storebuymultiplier*4
shipyardbuymultiplier=shipyardbuymultiplier*4' \
**/TalentsCaptain.xml