Extended Character Stats

Extended Character Stats

8M Downloads

Show stats of other players

BreakBB opened this issue ยท 0 comments

commented

Description

It would be great to see the stats of other players when inspecting them, in a window just like the normal one.

This can be done two ways:

  1. Request the information from other ECS users
  2. Calculate the values just like the normal ones

1. Pros

  • Easy to "calculate"
  • Correct values from talents
  • No need to store information about every default value for races/classes

1. Cons

  • No information about non ECS users

2. Pros

  • No need to add Addon communication
  • Information on every player

2. Cons

  • No easy way to get information about talents
    • Maybe possible with details talent view
  • Need to store default values for races/classes
  • Some API functions might not work with "target" instead of "player"
  • Some API functions might not exist/work for inspecting

Method 1 is preferred