Why is netWorth on GRID's API different from the net worth (total gold) value on the broadcast? (LoL)
Article 2366362, Status: VALIDATED
Table of Contents
❓Issue/Question
- The netWorth we receive from GRID is different than the net worth (total gold) value in the broadcast
- The netWorth from GRID's APIs is lagging behind the net worth (total gold) value in the broadcast
💻Environment/Context
- Series Events
- Series State
- LoL
🥚Cause
- GRID netWorth calculation:
loadoutValue + money
- current value- Represents current potential impact of a player/team on the game
- RIOT LoL net worth (total gold) calculation:
loadoutValue + money + value of consumed items
- total earned value- Represents more the performance a player has had during the game
👌Resolution/Answer
- GRID uses a different logic to calculate netWorth as RIOT does for net worth (total gold)
- The calculation used by RIOT for LoL is different than usually used in other titles
- We are currently working on fixing this issue
- No ETA yet available