chore(event): end Flinging

This commit is contained in:
Sabe Jones
2019-05-02 14:24:29 -05:00
parent 792d5998b0
commit 4777850601
21 changed files with 42 additions and 52 deletions
@@ -8,7 +8,7 @@ import takeThisGear from './special-takeThis';
import wonderconGear from './special-wondercon';
import t from '../../../translation';
const CURRENT_SEASON = 'spring';
const CURRENT_SEASON = '_NONE_';
let armor = {
0: backerGear.armorSpecial0,
@@ -3,7 +3,7 @@ import defaults from 'lodash/defaults';
import each from 'lodash/each';
import t from './translation';
const CURRENT_SEASON = 'March';
const CURRENT_SEASON = '_NONE_';
let drops = {
Base: {
+1 -1
View File
@@ -511,7 +511,7 @@ let quests = {
value: 1,
category: 'pet',
canBuy () {
return true;
return false;
},
collect: {
plainEgg: {
@@ -8,16 +8,16 @@ const featuredItems = {
path: 'armoire',
},
{
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Celestial',
type: 'eggs',
path: 'eggs.Dragon',
},
{
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Rainbow',
type: 'hatchingPotions',
path: 'hatchingPotions.Red',
},
{
type: 'card',
path: 'cardTypes.goodluck',
path: 'cardTypes.congrats',
},
],
quests: [