r63

Details

  • Filename
    LibStatLogic-1.2-r63.zip
  • Uploaded by
  • Uploaded
    Apr 26, 2011
  • Size
    140.54 KB
  • Downloads
    2,712
  • MD5
    9def8c311dc05efdd2ade3bb66b9c3e1

Supported WoW Retail Versions

  • 4.1.0

Changelog

------------------------------------------------------------------------
r63 | whitetooth | 2011-04-27 02:28:46 +0000 (Wed, 27 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2.toc

- toc 40100
------------------------------------------------------------------------
r62 | whitetooth | 2011-04-25 16:23:13 +0000 (Mon, 25 Apr 2011) | 5 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- 4.1.0: Added 2 new APIs for Resilience DR Machanics: :GetResilienceEffectAfterDR(damageReductionBeforeDR) and :GetResilienceEffectGainAfterDR(resAfter[, resBefore]). See my post at http://elitistjerks.com/f15/t29453-combat_ratings_level_85_cataclysm/p24/ for more info.
- 4.1.0: Mage: Frost Armor: It now reduces physical damage taken by 15%, instead of providing 20% additional armor.
- 4.1.0: Mage: Glyph of Frost Armor (new glyph): Frost Armor also causes the mage to regenerate 2% of maximum mana every 5 seconds.
- 4.1.0: Rogue: Cheat Death now reduces damage taken by 80% while in effect, down from 90%.
- 4.1.0: Warrior: Shield Mastery no longer affects the cooldown of Spell Reflection, however, it now allows Shield Block to proc a second aura that reduces magic damage by 7/14/20% for 6 seconds.
------------------------------------------------------------------------
r61 | whitetooth | 2011-04-22 09:28:45 +0000 (Fri, 22 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- 4.1.0: Update RatingBase for Resilience
------------------------------------------------------------------------
r60 | Whitetooth | 2011-04-22 08:45:16 +0000 (Fri, 22 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- Fixed Resilience formula for level 81 to 85
------------------------------------------------------------------------
r59 | whitetooth | 2011-04-21 16:44:56 +0000 (Thu, 21 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- Remove debugging code
------------------------------------------------------------------------
r58 | Whitetooth | 2011-04-21 14:04:39 +0000 (Thu, 21 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- If a table is provided for :GetSum(item, table), but the link is nil(ex: calling on a diff link when nothing is equipped), clear the given table and return it instead of returning nothing.
------------------------------------------------------------------------
r57 | Whitetooth | 2011-04-21 13:48:12 +0000 (Thu, 21 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- 4.0.6: Priest: Mysticism: Fixed
------------------------------------------------------------------------
r56 | whitetooth | 2011-04-21 11:42:21 +0000 (Thu, 21 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- Temp test code for spirit regen debugging
------------------------------------------------------------------------
r55 | whitetooth | 2011-04-20 21:06:18 +0000 (Wed, 20 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- New stat mods: "MOD_MELEE_HASTE", "MOD_SPELL_HASTE"
------------------------------------------------------------------------
r54 | Whitetooth | 2011-04-20 02:00:31 +0000 (Wed, 20 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- enUS: Added some enchant patterns
------------------------------------------------------------------------
r53 | Whitetooth | 2011-04-20 01:51:02 +0000 (Wed, 20 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- enUS updates
------------------------------------------------------------------------
r52 | Whitetooth | 2011-04-20 01:35:10 +0000 (Wed, 20 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- zhTW update
------------------------------------------------------------------------
r51 | Whitetooth | 2011-04-20 00:14:45 +0000 (Wed, 20 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- 4.0.6: Priest: Holy Concentration: 15/30%, down from 20/40%.
------------------------------------------------------------------------
r50 | whitetooth | 2011-04-19 20:05:16 +0000 (Tue, 19 Apr 2011) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- Fixed: Death Knight: Veteran of the Third War: Was using wrong spell id.
- Removed the :GetStatMod(“MOD_HEALTH”) implementation for additional health per stamina, because this is a function that is used a lot and ["condition"] = "UnitLevel('player') == 81" is slower to execute.
------------------------------------------------------------------------
r49 | whitetooth | 2011-04-19 19:38:12 +0000 (Tue, 19 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- New API :GetHealthFromSta(sta, level). For each level beyond 80, stamina grants an additional 8% health per point.
------------------------------------------------------------------------
r48 | whitetooth | 2011-04-19 19:27:43 +0000 (Tue, 19 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- :GetEffectFromRating: Shamans, Paladins, Druids, and Death Knights no longer receive 30% more melee haste from Haste Rating.
------------------------------------------------------------------------
r47 | whitetooth | 2011-04-19 16:55:52 +0000 (Tue, 19 Apr 2011) | 14 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- Note to localizers:  Unmatched strings costs a lot of CPU time which may contributes to the laggy mouse over some people are experiencing, and should be prevented whenever possible. Turn on /sldebug and see if there are any "No Match" strings, any unused strings should be added to the "Exclude" table. Its preferable to have as few "PreScanPatterns" as possible to reduce CPU time, only use this table if all other methods fail.
- enUS: Added Mastery pattern to "PreScanPatterns"
- enUS: Exclude Procs "%d+ secs?[,%.]" in "PreScanPatterns"
- enUS: Added "SPELLPEN" pattern "Increases spell penetration" to "StatIDLookup"
- enUS: Exclude "Hurricane"  in  "WholeTextLookup"
- enUS: Exclude "Experience gained is increased%" in "StatIDLookup"
- enUS: Exclude "Item " in "Exclude"  (for "Item Level %d")
- enUS: Exclude "Binds" in "Exclude"
- enUS: Added pattern "to All Resistances" to "StatIDLookup"
- All locales:  Exclude REFORGED, ITEM_HEROIC in "Exclude"
- All locales:  Exclude some Colorblind Mode strings in "Exclude"
- Removed Block Value from PatternLocale tables
- Removed :GetBlockValueFromStr(str, class)
- Removed :GetBlockValuePerStr(class)
------------------------------------------------------------------------
r46 | whitetooth | 2011-04-17 22:56:11 +0000 (Sun, 17 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- zhTW: DisplayLocale: Mastery and Mastery Rating update (Thanks to foolkids)
------------------------------------------------------------------------
r45 | Whitetooth | 2011-04-17 18:30:18 +0000 (Sun, 17 Apr 2011) | 2 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- enUS: DisplayLocale: Regen stats reworded.
- 4.0.6: Druid: Nurturing Instinct: Increases your healing spells by up to 50%/100% of your Agility.
------------------------------------------------------------------------
r44 | Whitetooth | 2011-04-17 15:26:00 +0000 (Sun, 17 Apr 2011) | 7 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- 4.0.6: Druid: Moonkin Form: Now grants 15% damage reduction instead of increased armor.
- 4.0.6: Hunter: Deterrence: Deterrence now provides 100% chance for melee attacks to miss instead of 100% parry chance.
- 4.0.6: Hunter: Animal Handler: Now provides a passive 25% bonus to attack power, up from 15%.
- 4.0.6: Hunter: Hunter vs. Wild: Has been increased to 5/10/15% Stamina, up from 4/8/12%.
- 4.0.6: Hunter: Into the Wilderness (passive): has been reduced to a 10% Agility increase, down from 15%.
- 4.0.6: Rogue: Sinister Calling: Now grants 30% Agility, up from 25%
- 4.0.6: Dwarf: Stoneform: Now reduces all damage taken by 10%, rather than increasing armor by 10%.
------------------------------------------------------------------------
r43 | Whitetooth | 2011-04-17 13:35:01 +0000 (Sun, 17 Apr 2011) | 7 lines
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- enUS: Added "RESILIENCE_RATING": "Increases your resilience rating"
- 4.0.6: Death Knight: Unholy Might: Reduced to a 5% Strength increase, down from 10%.
- 4.0.3: Death Knight: Icebound Fortitude: Now provides 20% damage reduction, down from 30%.
- 4.0.1: Hunter: Hunting Party: Increases your total Agility by an additional 2%.
- 4.0.6: Rogue: Vitality: Increases your Attack Power by 25%.
- 4.0.3: Warrior: Vigilance: Removed.
- 4.0.3: Druid: Survival Instincts: Damage taken reduced by 50% while in Bear Form or Cat Form.
------------------------------------------------------------------------
r42 | Whitetooth | 2011-04-17 09:07:32 +0000 (Sun, 17 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- Fixed enUS Mastery DisplayLocale
------------------------------------------------------------------------
r41 | Whitetooth | 2011-04-17 09:05:13 +0000 (Sun, 17 Apr 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

- Setup DisplayLocale with enUS fallback if current local translation does not exist
------------------------------------------------------------------------
r39 | zuz666 | 2011-02-20 09:07:08 +0000 (Sun, 20 Feb 2011) | 1 line
Changed paths:
   M /trunk/LibStatLogic-1.2/LibStatLogic-1.2.lua

quick ruRU locale matery fix
------------------------------------------------------------------------