Searched refs:Strength (Results 1 – 1 of 1) sorted by relevance
104 function Strength(strengthValue, name) { class109 Strength.stronger = function (s1, s2) {113 Strength.weaker = function (s1, s2) {117 Strength.weakestOf = function (s1, s2) {121 Strength.strongest = function (s1, s2) {125 Strength.prototype.nextWeaker = function () {127 case 0: return Strength.WEAKEST;128 case 1: return Strength.WEAK_DEFAULT;129 case 2: return Strength.NORMAL;130 case 3: return Strength.STRONG_DEFAULT;[all …]