Update
This commit is contained in:
		| @@ -42,6 +42,19 @@ smallmodifier=1.5 | |||||||
| # experiencevaluev=round(1+experiencevalue/100, 2)" \ | # experiencevaluev=round(1+experiencevalue/100, 2)" \ | ||||||
| # **/TalentsAssistant.xml | # **/TalentsAssistant.xml | ||||||
|  |  | ||||||
|  | # modify '<Talent identifier="skedaddle">!anyvalue="(?<movementspeed>!num)"!anyvalue="(?<movementspeedshort>!num)"!anyvalue="(?<duration>!num)"!anyvalue="(?<movementspeedv>!num)"' \ | ||||||
|  | # "movementspeed=round(movementspeed*$smallmodifier, 2) | ||||||
|  | # movementspeedshort=round(movementspeedshort*$smallmodifier, 2) | ||||||
|  | # duration=round(duration*$smallmodifier, 0) | ||||||
|  | # movementspeedv=round(movementspeed/100, 2)" \ | ||||||
|  | # **/TalentsAssistant.xml | ||||||
|  | # modify '<Affliction!anyidentifier="skedaddle"!anyduration="(?<durationv>!num)"!anyminspeedmultiplier="(?<minspeedmultiplierv>!num)"!anymaxspeedmultiplier="(?<maxspeedmultiplierv>!num)"' \ | ||||||
|  | # "durationv=round(durationv*$smallmodifier, 0) | ||||||
|  | # local movementspeed=round((minspeedmultiplierv-1)*$smallmodifier, 2) | ||||||
|  | # minspeedmultiplierv=1+movementspeed | ||||||
|  | # maxspeedmultiplierv=1+movementspeed" \ | ||||||
|  | # **/AfflictionsAssistant.xml | ||||||
|  |  | ||||||
| exit 0 | exit 0 | ||||||
|  |  | ||||||
| # ---------------------------------------------------------- | # ---------------------------------------------------------- | ||||||
| @@ -57,11 +70,6 @@ exit 0 | |||||||
|  |  | ||||||
| # Primary talents | # Primary talents | ||||||
|  |  | ||||||
| modify '<Talent identifier="skedaddle">!anyvalue="(?<movementspeed>!num)"!anyvalue="(?<movementspeedv>!num)"' \ |  | ||||||
| "movementspeed=round(movementspeed*$bigmodifier, 2) |  | ||||||
| movementspeedv=round(movementspeedv*$bigmodifier, 2)" \ |  | ||||||
| **/TalentsAssistant.xml |  | ||||||
|  |  | ||||||
| modify '<Talent identifier="starterquest">!anyvalue="(?<skillbonus>!num)"!anyvalue="(?<skillbonusv>!num)"' \ | modify '<Talent identifier="starterquest">!anyvalue="(?<skillbonus>!num)"!anyvalue="(?<skillbonusv>!num)"' \ | ||||||
| "skillbonus=round(skillbonus*$bigmodifier, 2) | "skillbonus=round(skillbonus*$bigmodifier, 2) | ||||||
| skillbonusv=round(skillbonusv*$bigmodifier, 2)" \ | skillbonusv=round(skillbonusv*$bigmodifier, 2)" \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user