Update
This commit is contained in:
7
cook.sh
7
cook.sh
@@ -15,13 +15,6 @@ modify '<Talent identifier="cruising">!anyCharacterAbilityGiveItemStatToTags tag
|
|||||||
'reactorfuelconsumption=reactorfuelconsumption*4' \
|
'reactorfuelconsumption=reactorfuelconsumption*4' \
|
||||||
**/TalentsEngineer.xml
|
**/TalentsEngineer.xml
|
||||||
|
|
||||||
modify '<Talent identifier="unstoppablecuriosity">!anyAbilityModifyAttackData addeddamagemultiplier="(?<addeddamagemultiplier>!num)"' \
|
|
||||||
'addeddamagemultiplier=addeddamagemultiplier*4' \
|
|
||||||
**/TalentsEngineer.xml
|
|
||||||
modify '<Talent identifier="unstoppablecuriosity">!anyCharacterAbilityModifyValue multiplyvalue="(?<multiplyvalue>!num)"' \
|
|
||||||
'multiplyvalue=multiplyvalue*4' \
|
|
||||||
**/TalentsEngineer.xml
|
|
||||||
|
|
||||||
modify '<Talent identifier="egghead">!anyCharacterAbilityModifyStat stattype="SkillGainSpeed" value="(?<skillgainspeed>!num)"' \
|
modify '<Talent identifier="egghead">!anyCharacterAbilityModifyStat stattype="SkillGainSpeed" value="(?<skillgainspeed>!num)"' \
|
||||||
'skillgainspeed=skillgainspeed*4' \
|
'skillgainspeed=skillgainspeed*4' \
|
||||||
**/TalentsEngineer.xml
|
**/TalentsEngineer.xml
|
||||||
|
@@ -91,3 +91,10 @@ stunseconds=stunseconds*2
|
|||||||
damagereductionv=damagereduction/100
|
damagereductionv=damagereduction/100
|
||||||
stunsecondsv=stunseconds' \
|
stunsecondsv=stunseconds' \
|
||||||
**/TalentsEngineer.xml
|
**/TalentsEngineer.xml
|
||||||
|
|
||||||
|
modify '<Talent identifier="unstoppablecuriosity">!anyvalue="(?<dooropeningspeed>!num)"!anyvalue="(?<addeddamagemultiplier>!num)"!anyaddeddamagemultiplier="(?<addeddamagemultiplierv>!num)"!anymultiplyvalue="(?<dooropeningspeedv>!num)"' \
|
||||||
|
'dooropeningspeed=dooropeningspeed*4
|
||||||
|
addeddamagemultiplier=addeddamagemultiplier*4
|
||||||
|
addeddamagemultiplierv=addeddamagemultiplier/100
|
||||||
|
dooropeningspeedv=dooropeningspeed/100' \
|
||||||
|
**/TalentsEngineer.xml
|
||||||
|
Reference in New Issue
Block a user