wilkes
Guest
Code:
$weight = array( 'casterRating' => array(
'int' => 1,
'sta' => 1,
'spr' => 0.15,
'spellPower' => 1.15,
'spellCritRating' => 1.15,
'spellHitRating' => 1.15,
'hasteRating' => 1.15,
'dodgeRating' => 0.15,
'pvpResilienceRating' => 1,
'pvpPowerRating' => 1.35
),
'healerRating' => array(
'int' => 1,
'sta' => 1,
'spr' => 0.25,
'spellPower' => 1.35,
'spellCritRating' => 0.2,
'hasteRating' => 0.5,
'dodgeRating' => 0.1,
'pvpResilienceRating' => 1.35,
'pvpPowerRating' => 1
),
'hunterRating' => array(
'agi' => 1,
'sta' => 1,
'rangedAttackPower' => 1,
'rangedCritRating' => 1,
'rangedHitRating' => 1,
'expertiseRating' => 1,
'hasteRating' => 0.35,
'parryRating' => 0.15,
'dodgeRating' => 0.15,
'pvpResilienceRating' => 1,
'pvpPowerRating' => 1.35
),
'meleeRating' => array(
'str' => 1,
'agi' => 0.45,
'sta' => 1,
'attackPower' => 1,
'critRating' => 1,
'hitRating' => 1,
'expertiseRating' => 1,
'hasteRating' => 0.35,
'parryRating' => 0.15,
'dodgeRating' => 0.15,
'pvpResilienceRating' => 1,
'pvpPowerRating' => 1.35
),
'tankRating' => array(
'str' => 1,
'agi' => 0.35,
'sta' => 1.25,
'attackPower' => 1,
'critRating' => 1,
'hitRating' => 1,
'armor' => 0.001,
'expertiseRating' => 1,
'hasteRating' => 0.35,
'parryRating' => 0.65,
'dodgeRating' => 0.65,
'pvpResilienceRating' => 1.35,
'pvpPowerRating' => 1
));
These are just values I put in as I went along adding attributes to each weight-type, I would now like some help with adjusting the values. Also if there are attributes missing, do tell. I choose the 39 bracket forum because that is my bracket of choice and I think attribute scores might be different for different brackets so might aswell focus on 39's. (no mastery etc).
I'm not aiming at a perfect equivilence rating here, but rather a decent 'attribute score chart'.
If you are comfortable with a weight-type then feel free to give me your input!
# Consider the hit rating value as 'below cap value'.
Updated the values slightly (3/10 -12)
Last edited: