This commit is contained in:
2025-03-26 18:41:40 +01:00
parent d9b912977e
commit 0d395f6ebf

View File

@@ -98,3 +98,17 @@ addeddamagemultiplier=addeddamagemultiplier*4
addeddamagemultiplierv=addeddamagemultiplier/100 addeddamagemultiplierv=addeddamagemultiplier/100
dooropeningspeedv=dooropeningspeed/100' \ dooropeningspeedv=dooropeningspeed/100' \
**/TalentsEngineer.xml **/TalentsEngineer.xml
modify '<Talent identifier="buzzing">!anyvalue="(?<reactormaxoutput>!num)"!anystattype="ReactorMaxOutput" value="(?<reactormaxoutputv>!num)"!anystattype="ReactorMaxOutput" value="(?<reactormaxoutputv2>!num)"' \
'reactormaxoutput=reactormaxoutput*2
local adjusted = round(1+reactormaxoutput/100, 2)
reactormaxoutputv=adjusted
reactormaxoutputv2=adjusted' \
**/TalentsEngineer.xml
modify '<Talent identifier="cruising">!anyvalue="(?<reactorfuelconsumption>!num)"!anystattype="ReactorFuelConsumption" value="(?<reactorfuelconsumptionv>!num)"!anystattype="ReactorFuelConsumption" value="(?<reactorfuelconsumptionv2>!num)"' \
'reactorfuelconsumption=reactorfuelconsumption*2
local adjusted = round(1-reactorfuelconsumption/100, 2)
reactorfuelconsumptionv=adjusted
reactorfuelconsumptionv2=adjusted' \
**/TalentsEngineer.xml