Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
Purge11 committed Dec 24, 2023
1 parent 742bb7a commit b8d6a22
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/app/shop-updates/shop-updates.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ export class ShopUpdatesComponent implements OnInit {

wheel = [
{
date: "15/12/2023",
date: "24/12/2023",
items: [
{
name: "Bloody Dracula Costume Set",
img: "../assets/img/costumes/all-sets/buffs/bloody_dracula.png"
name: "Monocle",
img: "../assets/img/costumes/helmets-masks/Monocle.png"
},
{
name: "Creepy Monk Costume Set",
img: "../assets/img/costumes/all-sets/buffs/CreepyMonk.png"
name: "Oracle",
img: "../assets/img/costumes/helmets-masks/Oracle.png"
},
{
name: "Bone Warrior Ragnar's Specialist Partner Card",
img: "../assets/img/psps/buffs/BoneWarrior.png"
name: "Santa's Battle Wings Swapper",
img: "../assets/img/specialists/wings/skins/SantasBattleWings.png"
},
{
name: "Dino Costume Set" ,
img: "../assets/img/costumes/all-sets/buffs/cuddly_dino_buffs.png"
name: "Christmas Tree Wings Swapper" ,
img: "../assets/img/specialists/wings/skins/ChristmasTree.png"
},

]
Expand All @@ -34,25 +34,25 @@ export class ShopUpdatesComponent implements OnInit {

randomBox = [
{
date: "15/12/2023",
date: "24/12/2023",
boxName : 'Random Boxes ',
mainItem: "Mini Asgobas",
mainItemImg: "../../assets/img/shop_updates/box_asgo.png",
mainItems: [
{
name: "Mini Alzanor Random Box",
name: "Rocketeer Costume Set Random Box",
img: "../../assets/img/shop_updates/box_asgo.png"
},
{
name: "Mini Asgobas Random Box",
name: "Tree Wings Random Box",
img: "../../assets/img/shop_updates/box_asgo.png"
},
{
name: "Mini Valehir Random Box",
name: "Knight Costume Set Random Box",
img: "../../assets/img/shop_updates/box_asgo.png"
},
{
name: "Dragon of Void Random Box",
name: "Retro Wings Random Box",
img: "../../assets/img/shop_updates/box_asgo.png"
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b8d6a22

Please sign in to comment.