Some better clarification on "without other unit" description.
m (Fixed typo's) |
(Some better clarification on "without other unit" description.) |
||
| Line 14: | Line 14: | ||
:;With otherunit specified | :;With otherunit specified | ||
::* nil = unit is not on otherunit's threat table | ::* nil = unit is not on otherunit's threat table. | ||
::* 0 = not tanking, lower threat than tank. | ::* 0 = not tanking, lower threat than tank. | ||
::* 1 = not tanking, higher threat than tank | ::* 1 = not tanking, higher threat than tank. | ||
::* 2 = insecurely tanking. | ::* 2 = insecurely tanking, another unit have higher threat but not tanking. | ||
::* 3 = securely tanking | ::* 3 = securely tanking, highest threat | ||
:;Without otherunit specified | :;Without otherunit specified | ||
::* nil = | ::* nil = unit is not on any other unit's threat table. | ||
::* 0 = | ::* 0 = not tanking anything. | ||
::* 1 = | ::* 1 = not tanking anything, but have higher threat than tank on at least one unit. | ||
::* 2 = | ::* 2 = insecurely tanking at least one unit, but not securely tanking anything. | ||
::* 3 = | ::* 3 = securely tanking at least one unit. | ||
== Example == | == Example == | ||