This commit is contained in:
2025-03-26 18:31:25 +01:00
parent 8d4e9a930a
commit 2b75e168a3
2 changed files with 8 additions and 7 deletions

View File

@@ -22,13 +22,6 @@ modify '<Talent identifier="unstoppablecuriosity">!anyCharacterAbilityModifyValu
'multiplyvalue=multiplyvalue*4' \
**/TalentsEngineer.xml
modify '<Talent identifier="lightningwizard">!anyCharacterAbilityModifyAttackData addeddamagemultiplier="(?<addeddamagemultiplier>!num)"' \
'addeddamagemultiplier=addeddamagemultiplier*4' \
**/TalentsEngineer.xml
modify '<Affliction!anyidentifier="stun"!anyamount="(?<stunamount>!num)"' \
'stunamount=stunamount*4' \
**/AfflictionsEngineer.xml
modify '<Talent identifier="egghead">!anyCharacterAbilityModifyStat stattype="SkillGainSpeed" value="(?<skillgainspeed>!num)"' \
'skillgainspeed=skillgainspeed*4' \
**/TalentsEngineer.xml

View File

@@ -83,3 +83,11 @@ modify '<Talent identifier="betterthannew">!anyvalue="(?<deteriorationratereduct
'deteriorationratereduction=deteriorationratereduction*1.5
deteriorationratereductionv=deteriorationratereduction' \
**/TalentsEngineer.xml
# TODO: Fix this? There's a potential bug in modify
modify '<Talent identifier="lightningwizard">!anypowerreduction!anyvalue="(?<damagereduction>!num)"!anystunseconds!anyvalue="(?<stunseconds>!num)"!anyaddeddamagemultiplier="(?<damagereductionv>!num)"!anystun" amount="(?<stunsecondsv>!num)"' \
'damagereduction=damagereduction*1.15
stunseconds=stunseconds*2
damagereductionv=damagereduction/100
stunsecondsv=stunseconds' \
**/TalentsEngineer.xml