Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Fixing some relic data
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmcwhirter committed May 22, 2013
1 parent f9bab03 commit 6111458
Showing 1 changed file with 28 additions and 6 deletions.
34 changes: 28 additions & 6 deletions index.js
Expand Up @@ -52,7 +52,7 @@ var optimizer = require("bindings")("swtor_tanking_optimizer.node")
type: 1 //proc
, stat: 3 //absorb
, rating: 510
, rate: 0.30
, rate: 1.0
, duration: 6
, cooldown: 20
, can_stack: 0
Expand Down Expand Up @@ -90,7 +90,7 @@ var optimizer = require("bindings")("swtor_tanking_optimizer.node")
type: 1 //proc
, stat: 3 //absorb
, rating: 550
, rate: 0.30
, rate: 1.0
, duration: 6
, cooldown: 20
, can_stack: 0
Expand Down Expand Up @@ -128,7 +128,7 @@ var optimizer = require("bindings")("swtor_tanking_optimizer.node")
type: 1 //proc
, stat: 3 //absorb
, rating: 455
, rate: 0.30
, rate: 1.0
, duration: 6
, cooldown: 20
, can_stack: 0
Expand Down Expand Up @@ -166,7 +166,7 @@ var optimizer = require("bindings")("swtor_tanking_optimizer.node")
type: 1 //proc
, stat: 3 //absorb
, rating: 415 //not verified
, rate: 0.30
, rate: 1.0
, duration: 6
, cooldown: 20
, can_stack: 0
Expand Down Expand Up @@ -204,7 +204,7 @@ var optimizer = require("bindings")("swtor_tanking_optimizer.node")
type: 1 //proc
, stat: 3 //absorb
, rating: 410
, rate: 0.30
, rate: 1.0
, duration: 6
, cooldown: 20
, can_stack: 1
Expand All @@ -224,12 +224,34 @@ var optimizer = require("bindings")("swtor_tanking_optimizer.node")
type: 1 //proc
, stat: 3 //absorb
, rating: 435
, rate: 0.30
, rate: 1.0
, duration: 6
, cooldown: 20
, can_stack: 1
}
}
, elitewarhero: {
shield_amp: {
type: 1 //proc
, stat: 3 //absorb
, rating: 430
, rate: 1.0
, duration: 6
, cooldown: 20
, can_stack: 0
}
}
, warhero: {
shield_amp: {
type: 1 //proc
, stat: 3 //absorb
, rating: 405
, rate: 1.0
, duration: 6
, cooldown: 20
, can_stack: 0
}
}
}
//The following data is from http://www.swtor.com/community/showthread.php?t=616779
, otherData = {
Expand Down

0 comments on commit 6111458

Please sign in to comment.