From 523840a10191c3db38954c657e3411aa2025c884 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Oct 2018 12:18:40 +1000 Subject: [PATCH] Added Cryp XP bar --- client/src/components/cryp.list.jsx | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 client/src/components/cryp.list.jsx diff --git a/client/src/components/cryp.list.jsx b/client/src/components/cryp.list.jsx old mode 100644 new mode 100755 index 2dceedae..622ee418 --- a/client/src/components/cryp.list.jsx +++ b/client/src/components/cryp.list.jsx @@ -24,6 +24,10 @@ function CrypList({ cryps, activeItem, sendCombatPve, sendItemUse }) {
{cryp.hp.value} / {cryp.stam.value} HP
+ +
{cryp.xp} / {Math.pow(2,cryp.lvl+1)} XP
+ +