promotional bannermobile promotional banner

EnhancedCharStats

Abandoned
Enhance the Character Sheet tooltips to display more information.

File Details

v1.6-nolib

  • R
  • Dec 10, 2009
  • 49.13 KB
  • 13
  • 3.3.0
  • Retail

File Name

EnhancedCharStats-v1.6-nolib.zip

Supported Versions

  • 3.3.0

------------------------------------------------------------------------
r46 | chaoslux | 2009-12-10 00:00:46 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
   A /tags/v1.6 (from /trunk:45)

Tagging as v1.6
------------------------------------------------------------------------
r45 | chaoslux | 2009-12-09 23:50:33 +0000 (Wed, 09 Dec 2009) | 2 lines
Changed paths:
   M /trunk/ECS_Crit.lua
   M /trunk/ECS_Hit.lua
   M /trunk/ECS_Stats.lua
   M /trunk/EnhancedCharStats.lua

- Fixed DB errors that appeared in last commit.
- To avoid confusion, you cannot see the crit chance of something that cannot crit, such as Corruption without Pandemic.
------------------------------------------------------------------------
r44 | chaoslux | 2009-12-09 22:32:37 +0000 (Wed, 09 Dec 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/ECSConfig.lua
   M /trunk/EnhancedCharStats.lua
   M /trunk/embeds.xml

- Added support for LibDualSpec
------------------------------------------------------------------------
r43 | chaoslux | 2009-12-09 20:25:01 +0000 (Wed, 09 Dec 2009) | 3 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/ECS_Crit.lua
   M /trunk/EnhancedCharStats.lua
   M /trunk/EnhancedCharStats.toc

- Updated for 3.3
- Druid: Eclipse now increase Starfire crit by 40%. Set bonus only gives 7% now.
- Warlock: Molten Core now gives 5/10/15% Soul Fire crit.
------------------------------------------------------------------------
r42 | chaoslux | 2009-11-12 08:14:11 +0000 (Thu, 12 Nov 2009) | 2 lines
Changed paths:
   M /trunk/ECSConfig.lua
   M /trunk/ECS_Stats.lua

- Added Support for ADD_SPELL_DMG_MOD_PET_STA/INT that StatLogic added recently
- Demonic Knowledge is now shown as "Your Pet's Stamina/Intellect increases your spellpower".
------------------------------------------------------------------------
r41 | chaoslux | 2009-11-12 06:40:25 +0000 (Thu, 12 Nov 2009) | 1 line
Changed paths:
   M /trunk/ECS_Stats.lua

Whitemend Wisdom 2 pieces: Increases spell power by 10% of your total Intellect.
------------------------------------------------------------------------
r40 | chaoslux | 2009-11-10 23:24:55 +0000 (Tue, 10 Nov 2009) | 1 line
Changed paths:
   M /trunk/ECS_Crit.lua

- DKs, Hunters, Shamans and Warlocks shouldnt be getting "Affects" error anymore. (Ticket 3 Fix)
------------------------------------------------------------------------
r39 | chaoslux | 2009-11-07 08:32:31 +0000 (Sat, 07 Nov 2009) | 4 lines
Changed paths:
   M /trunk/ECS_Crit.lua
   M /trunk/ECS_Hit.lua
   M /trunk/EnhancedCharStats.lua

Core: Added a few checks in :ScanMods that allows me to remove some case.rank tables when the values are obvious (such as 1,2,3)
Hit: Removed some redundant changes thanks to core changes.
Crit: BIG Cleanup. Only load what is needed now. The datatable is now much more compact.
Worthy of Note: With this change, the crit module went from 510 tables created at startup down to 15-20 depending on class. The amount of lines also halved.
------------------------------------------------------------------------