Skip to content

Commit

Permalink
chore: add elo and exp types
Browse files Browse the repository at this point in the history
  • Loading branch information
feildmaster committed Oct 22, 2023
1 parent 72daf7f commit 43fbb4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/structures/constants/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ export default class Item extends Constant {
static GOLD = new Item('Gold', 'gold', 'GOLD', 'reward-gold');
static UCP = new Item('UCP', 'ucp', 'reward-ucp');
static DUST = new Item('Dust', 'dust', 'DUST', 'reward-dust');
static EXP = new Item('XP', 'xp', 'exp', 'experience', 'stat-xp');
static ELO = new Item('elo');
static DT_FRAGMENT = new Item('DT Fragment', 'ragment', 'dt fragment', 'reward-dt-fragment');

static UT_PACK = new Item('Pack', 'pack', 'PACK', 'reward-pack');
Expand Down

0 comments on commit 43fbb4d

Please sign in to comment.