ENDLESS™ Legend is a turn-based 4X fantasy-strategy game, where you control every aspect of your civilization as you struggle to save your homeworld Auriga. Create your own Legend!
If you look at line 196 of BattleActions[Unit].xml, you'll find your answer, but basically it's "$(RandomNumber)".
It's used in the bit of the file that defines the algorithm for determining whether an attack is a crit, hit, partial hit, or miss. My impression is that it generates a float between 0 and 1, but it might be -1 and 1 too.
[code]
InterpreterFormula="(0-1) max ( 1 min (2 - ((2 * $Link(Initiator|Property|ClassUnit:AttributeDefense)) / $Property(ClassUnit:AttributeAttack))))" />
Samanie
Newcomer
Samanie
Newcomer
100g2g ptsReport comment
Why do you report Samanie?
Are you sure you want to block Samanie ?
BlockCancelAre you sure you want to unblock Samanie ?
UnblockCancelGammaPaladin
Newcomer
GammaPaladin
Newcomer
100g2g ptsReport comment
Why do you report GammaPaladin?
Are you sure you want to block GammaPaladin ?
BlockCancelAre you sure you want to unblock GammaPaladin ?
UnblockCancel