Logo Platform
logo amplifiers simplified

Modding Question about battle GUI

Reply
Copied to clipboard!
7 years ago
Jun 12, 2017, 10:47:36 AM


Hey guys!,


Long time not being here.., could someone remind me where is the GUI file? the one showing things in combat like battle probabilities and damage.. 


Im working (again) in a dynamic damage mod and I want the info showed in game to be accurate..


Right now Im making units loose damage when below 80-85% health


Thanks!

0Send private message
7 years ago
Jun 12, 2017, 11:24:20 AM

oH WELL, 


I found it..., now Im trying to figure why this rule is not working...


Operation="Subtraction" InterpreterFormula="$Link(Initiator|Property|ClassUnit:AttributeDamage) * $Link(Initiator|Property|ClassUnit:DamageMultiplier) * $Link(Initiator|Property|ClassUnit:AttributeHealth) / $Link(Initiator|Property|ClassUnit:MaximumHealth)"

0Send private message
7 years ago
Jun 12, 2017, 11:32:19 AM

Uhm...,


It seems every time I write I find what I'm looking for...


Lets see if I can make it work 100%


Operation="Subtraction" InterpreterFormula="$Link(Initiator|Property|ClassUnit:AttributeDamage) * $Link(Initiator|Property|ClassUnit:DamageMultiplier) * 

(0.2 +(0.92 *($Link(Initiator|Property|ClassUnit:Health) / $Link(Initiator|Property|ClassUnit:MaximumHealth))))"


Min damage 20%

Damage start falling from 85% health

Updated 7 years ago.
0Send private message
?

Click here to login

Reply
Comment