Update
This commit is contained in:
15
cooking.sh
15
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 '<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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user