black-river-gaming / albion-killbot

Discord bot to display kill statistics in Albion Online.
MIT License
38 stars 32 forks source link

Feature: Add Awakening stats to weapons in killboard #249

Closed agnjunio closed 8 months ago

agnjunio commented 9 months ago

Example of Awaking stats:

"LegendarySoul": {
            "id": "15b0f3b8-d595-4d4d-a2e4-9c51bb648c9c",
            "subtype": 1,
            "era": 1,
            "name": null,
            "lastEquipped": "2024-01-06T02:14:53.607027200Z",
            "attunedPlayer": "cce01cdc-ea6f-4659-82ef-d8d95f7adbdd",
            "attunedPlayerName": "KORshinhwaCN",
            "attunement": 14124852714,
            "attunementSpentSinceReset": 17780893649,
            "attunementSpent": 17780893649,
            "quality": 4,
            "craftedBy": "puILIkatop",
            "traits": [
              {
                "roll": 0.7480647650580022,
                "pendingRolls": [

                ],
                "pendingTraits": [

                ],
                "value": 0.102352373,
                "trait": "TRAIT_COOLDOWN_REDUCTION",
                "minvalue": 0.0013636362,
                "maxvalue": 0.13636363
              },
              {
                "roll": 0.8031116848167128,
                "pendingRolls": [

                ],
                "pendingTraits": [

                ],
                "value": 0.132838309,
                "trait": "TRAIT_ABILITY_DAMAGE",
                "minvalue": 0.00165,
                "maxvalue": 0.165
              },
              {
                "roll": 0.7725001374919175,
                "pendingRolls": [

                ],
                "pendingTraits": [

                ],
                "value": 201.441544,
                "trait": "TRAIT_HITPOINTS_MAX",
                "minvalue": 2.6,
                "maxvalue": 260.0
              }
            ],
            "PvPFameGained": 608910450691
          }
agnjunio commented 9 months ago

Kill id: 952878354

agnjunio commented 9 months ago

Also, change the default bar color from white to gray (if pattern is possible, do it)