Update
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user