Skip to content

Commit

Permalink
18973.
Browse files Browse the repository at this point in the history
  • Loading branch information
navv1234 committed Oct 3, 2014
1 parent c15e114 commit 61bff1d
Show file tree
Hide file tree
Showing 6 changed files with 332 additions and 327 deletions.
2 changes: 1 addition & 1 deletion casc_extract/casc.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def open_cdns(self):
continue

self.cdn_path = split[1]
self.cdn_host = split[2]
self.cdn_host = split[2].split(' ')[0]

if not self.cdn_path or not self.cdn_host:
print >>sys.stderr, 'Unable to extract CDN information'
Expand Down
44 changes: 22 additions & 22 deletions engine/dbc/sc_item_data.inc

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions engine/dbc/sc_scale_data.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Level scaling data, wow build 18967
// Level scaling data, wow build 18973
static double __gt_octhp_per_stamina[105] = {
14.000000000000000, 14.000000000000000, 15.000000000000000, 16.000000000000000, 17.000000000000000,
18.000000000000000, 18.000000000000000, 18.000000000000000, 18.000000000000000, 18.000000000000000,
Expand All @@ -25,7 +25,7 @@ static double __gt_octhp_per_stamina[105] = {
};


// Spell scaling multipliers for levels 1 - 105, wow build 18967
// Spell scaling multipliers for levels 1 - 105, wow build 18973
static double __gt_spell_scaling[][105] = {
// Constant scaling
{
Expand Down Expand Up @@ -438,7 +438,7 @@ static double __gt_spell_scaling[][105] = {
};


// Class based scaling multipliers for levels 1 - 105, wow build 18967
// Class based scaling multipliers for levels 1 - 105, wow build 18973
static double __gt_chance_to_melee_crit_base[][105] = {
{
0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000,
Expand Down Expand Up @@ -729,7 +729,7 @@ static double __gt_chance_to_melee_crit_base[][105] = {
},
};

// Class based scaling multipliers for levels 1 - 105, wow build 18967
// Class based scaling multipliers for levels 1 - 105, wow build 18973
static double __gt_chance_to_spell_crit_base[][105] = {
{
0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000,
Expand Down Expand Up @@ -1020,7 +1020,7 @@ static double __gt_chance_to_spell_crit_base[][105] = {
},
};

// Class based scaling multipliers for levels 1 - 105, wow build 18967
// Class based scaling multipliers for levels 1 - 105, wow build 18973
static double __gt_chance_to_melee_crit[][105] = {
{
0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000,
Expand Down Expand Up @@ -1311,7 +1311,7 @@ static double __gt_chance_to_melee_crit[][105] = {
},
};

// Class based scaling multipliers for levels 1 - 105, wow build 18967
// Class based scaling multipliers for levels 1 - 105, wow build 18973
static double __gt_chance_to_spell_crit[][105] = {
{
0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000,
Expand Down Expand Up @@ -1602,7 +1602,7 @@ static double __gt_chance_to_spell_crit[][105] = {
},
};

// Class based scaling multipliers for levels 1 - 105, wow build 18967
// Class based scaling multipliers for levels 1 - 105, wow build 18973
static double __gt_regen_mpper_spt[][105] = {
{
0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000,
Expand Down Expand Up @@ -1893,7 +1893,7 @@ static double __gt_regen_mpper_spt[][105] = {
},
};

// Class based scaling multipliers for levels 1 - 105, wow build 18967
// Class based scaling multipliers for levels 1 - 105, wow build 18973
static double __gt_octbase_hpby_class[][105] = {
{
0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000,
Expand Down Expand Up @@ -2184,7 +2184,7 @@ static double __gt_octbase_hpby_class[][105] = {
},
};

// Class based scaling multipliers for levels 1 - 105, wow build 18967
// Class based scaling multipliers for levels 1 - 105, wow build 18973
static double __gt_octbase_mpby_class[][105] = {
{
0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000,
Expand Down Expand Up @@ -2476,7 +2476,7 @@ static double __gt_octbase_mpby_class[][105] = {
};


// Combat ratings for levels 1 - 105, wow build 18967
// Combat ratings for levels 1 - 105, wow build 18973
static double __gt_combat_ratings[][105] = {
// Dodge rating multipliers
{
Expand Down Expand Up @@ -3057,7 +3057,7 @@ static double __gt_combat_ratings[][105] = {
};


// Item Level scaling data, wow build 18967
// Item Level scaling data, wow build 18973
static double __gt_item_socket_cost_per_level[1000] = {
0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000,
0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000,
Expand Down Expand Up @@ -3263,7 +3263,7 @@ static double __gt_item_socket_cost_per_level[1000] = {
};


// Monster(?) Level scaling data, wow build 18967
// Monster(?) Level scaling data, wow build 18973
static double __gt_armor_mitigation_by_lvl[108] = {
157.0000000000, 167.0000000000, 177.0000000000, 187.0000000000, 197.0000000000,
207.0000000000, 217.0000000000, 227.0000000000, 237.0000000000, 247.0000000000,
Expand Down
Loading

0 comments on commit 61bff1d

Please sign in to comment.