|
23 | 23 | <div> |
24 | 24 | <div class="flex justify-between items-center"> |
25 | 25 | <img ngSrc="assets/img/Slimeball_JE2_BE2.webp" width="40" height="40"> |
26 | | - <p style="font-size: 35px;" class="ml-4">{{latestPlayerStats.sfLevel}}</p> |
| 26 | + <p style="font-size: 35px;" class="ml-4">{{latestPlayerStats.sfTitle}}</p> |
27 | 27 | </div> |
28 | 28 | <div class="flex justify-between items-center mt-4"> |
29 | 29 | <img ngSrc="assets/img/minecraft-diamond.webp" width="40" height="40"> |
30 | 30 | <p style="font-size: 35px;" class="ml-4">{{latestPlayerStats.threatTier}}</p> |
31 | 31 | </div> |
32 | 32 | <div class="flex justify-between items-center mt-4"> |
33 | 33 | <img ngSrc="assets/img/crossed-swords.png" width="40" height="40"> |
34 | | - <p style="font-size: 35px;" class="ml-4">{{latestPlayerStats.guildRank}}</p> |
| 34 | + <p style="font-size: 35px;" class="ml-4">{{latestPlayerStats.guildRankName}}</p> |
35 | 35 | </div> |
36 | 36 | <div class="flex justify-between items-center mt-4"> |
37 | 37 | <img ngSrc="assets/img/medal.png" width="50" height="50"> |
38 | | - <p style="font-size: 35px;" class="ml-4">{{latestPlayerStats.prestige}}</p> |
| 38 | + <p style="font-size: 35px;" class="ml-4">{{latestPlayerStats.threatTier}}</p> |
39 | 39 | </div> |
40 | 40 | </div> |
41 | 41 | <div class="inline-block h-[320px] min-h-[1em] w-0.5 self-stretch bg-black opacity-100"></div> |
42 | 42 | <div> |
43 | 43 | <div class="flex justify-between items-center"> |
44 | 44 | <img ngSrc="assets/img/mcmmo.jpeg" width="40" height="40"> |
45 | | - <p style="font-size: 35px;" class="ml-4">--</p> |
| 45 | + <p style="font-size: 35px;" class="ml-4">{{latestPlayerStats.mcmmoPower}}</p> |
46 | 46 | </div> |
47 | 47 | <div class="flex justify-between items-center mt-4"> |
48 | 48 | <img ngSrc="assets/img/potion.webp" width="40" height="40"> |
49 | | - <p style="font-size: 35px;" class="ml-4">--</p> |
| 49 | + <p style="font-size: 35px;" class="ml-4">{{latestPlayerStats.mageRank}}</p> |
50 | 50 | </div> |
51 | 51 | <div class="flex justify-between items-center mt-4"> |
52 | 52 | <img ngSrc="assets/img/skills.png" width="60" height="50"> |
53 | | - <p style="font-size: 35px;" class="ml-4">--</p> |
| 53 | + <p style="font-size: 35px;" class="ml-4">{{latestPlayerStats.skillClass}} ({{latestPlayerStats.skillLevel}})</p> |
54 | 54 | </div> |
55 | 55 | <div class="flex justify-between items-center mt-4"> |
56 | 56 | <p style="font-size: 35px;" class="ml-4 text-white" >.</p> |
|
0 commit comments