Update
This commit is contained in:
@@ -96,8 +96,47 @@ smallmodifier=1.5
|
|||||||
# "movementspeedv=round(movementspeedv*$smallmodifier, 2)" \
|
# "movementspeedv=round(movementspeedv*$smallmodifier, 2)" \
|
||||||
# **/AfflictionsDoctor.xml
|
# **/AfflictionsDoctor.xml
|
||||||
|
|
||||||
|
# modify '<Talent identifier="medicalassistance">!anyvalue="(?<medicalskillbonus>!num)"' \
|
||||||
|
# "medicalskillbonus=round(medicalskillbonus*$bigmodifier, 2)" \
|
||||||
|
# **/TalentsDoctor.xml
|
||||||
|
# modify '<Affliction!anyidentifier="medicalassistance"!anyvalue="(?<medicalskillbonusv>!num)"' \
|
||||||
|
# "medicalskillbonusv=round(medicalskillbonusv*$bigmodifier, 2)" \
|
||||||
|
# **/AfflictionsDoctor.xml
|
||||||
|
|
||||||
|
# modify '<Talent identifier="drsubmarine">!anyvalue="(?<potency>!num)"!anyvalue="(?<potencyv>!num)"' \
|
||||||
|
# "potency=round(potency*$bigmodifier, 2)
|
||||||
|
# potencyv=round(potency/100, 2)" \
|
||||||
|
# **/TalentsDoctor.xml
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|
||||||
|
modify '<Affliction identifier="bedsidemanner">!anyvalue="(?<maxstrength>!num)"' \
|
||||||
|
"maxstrength=round(maxstrength*$bigmodifier, 2)" \
|
||||||
|
**/AfflictionsDoctor.xml
|
||||||
|
|
||||||
|
modify '<Talent identifier="plaguedoctor">!anyvalue="(?<resistanceid>!num)"' \
|
||||||
|
"resistanceid=round(resistanceid*$bigmodifier, 2)" \
|
||||||
|
**/TalentsDoctor.xml
|
||||||
|
|
||||||
|
modify '<Talent identifier="labcontacts">!anyvalue="(?<fabricationspeed>!num)"!anyvalue="(?<storebuymultiplier>!num)"' \
|
||||||
|
"fabricationspeed=round(fabricationspeed*$bigmodifier, 2)
|
||||||
|
storebuymultiplier=round(storebuymultiplier*$bigmodifier, 2)" \
|
||||||
|
**/TalentsDoctor.xml
|
||||||
|
|
||||||
|
modify '<Talent identifier="supersoldiers">!anyvalue="(?<buffitemapplyingmultiplier>!num)"' \
|
||||||
|
"buffitemapplyingmultiplier=round(buffitemapplyingmultiplier*$bigmodifier, 2)" \
|
||||||
|
**/TalentsDoctor.xml
|
||||||
|
|
||||||
|
modify '<Talent identifier="whatastench">!anyvalue="(?<addedmultiplier>!num)"' \
|
||||||
|
"addedmultiplier=round(addedmultiplier*$bigmodifier, 2)" \
|
||||||
|
**/TalentsDoctor.xml
|
||||||
|
|
||||||
|
modify '<Talent identifier="macrodosing">!anyvalue="(?<buffitemapplyingmultiplier>!num)"!anyvalue="(?<poisonmultiplier>!num)"' \
|
||||||
|
"buffitemapplyingmultiplier=round(buffitemapplyingmultiplier*$bigmodifier, 2)
|
||||||
|
poisonmultiplier=round(poisonmultiplier*$bigmodifier, 2)" \
|
||||||
|
**/TalentsDoctor.xml
|
||||||
|
|
||||||
# ----------------------------------------------------------
|
# ----------------------------------------------------------
|
||||||
# ----------------------------------------------------------
|
# ----------------------------------------------------------
|
||||||
# ----------------------------------------------------------
|
# ----------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user