Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shop Updates #89

Merged
merged 1 commit into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions src/app/academy-updates/academy-updates.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@ export class AcademyUpdatesComponent implements OnInit {

wheel = [
{
date: "18/08/2023",
date: "25/08/2023",
items: [
{
name: "Gingerbread Partner Box. You can see their buffs at : https://wiki.nosvoid.com/partners",
img: ""
name: "Rocketeer Set",
img: "../assets/img/costumes/all-sets/buffs/rocketer.png"
},
{
name: "Caligor's Golden Horn",
img: "../assets/img/helmets-masks/caligor_horn.png"
name: "Phantom's Amulet",
img: "../assets/img/special-sets/reputation/amulet.png"
},
{
name: "Batman Mask",
img: "../assets/img/helmets-masks/batman_mask.png"
name: "Dino Costume Set",
img: "../assets/img/costumes/all-sets/buffs/cuddly_dino_buffs.png"
},
{
name: "Weapon Skin Box 'Chocolate Dream'",
img: "../assets/img/costumes/weapon-skins/sweet_chocolate.png"
name: "Dragon of Void",
img: "../assets/img/titles/dragon_of_void.png"
},
{
name: "Robber Mask'",
img: "../assets/img/helmets-masks/robber_mask.png"
name: "Jinn PSP",
img: "../assets/img/psps/buffs/jinn.png"
},
{
name: "Lava Ghost Helmet'",
img: "../assets/img/helmets-masks/lava_helmet.png"
name: "",
img: ""
},


Expand All @@ -43,7 +43,7 @@ export class AcademyUpdatesComponent implements OnInit {

randomBox = [
{
date: "18/08/2023",
date: "25/08/2023",
boxName : 'Random Boxes ',
mainItem: "Mini Boxes",
mainItemImg: "../../assets/img/shop_updates/box_asgo.png",
Expand Down
18 changes: 9 additions & 9 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: "18/08/2023",
date: "25/08/2023",
items: [
{
name: "Frost Warrior Costume Set'",
img: "../assets/img/costumes/all-sets/buffs/frost_warrior_buffs.png"
name: "Tree Wings",
img: "../assets/img/specialists/wings/buffs/Tree_wings.png"
},
{
name: "Tree Wings",
name: "Robber Mask",
img: "../assets/img/helmets-masks/robber_mask.png"
},
{
name: "Knight Costume Set" ,
img: "../assets/img/costumes/all-sets/buffs/knight_buffs.png"
name: "Jinn psp" ,
img: "../assets/img/psps/buffs/jinn.png"
},
{
name: "Rocketeer Costume Set" ,
img: "../assets/img/costumes/all-sets/buffs/rocketer.png"
name: "Lava Ghost Helmet" ,
img: "../assets/img/helmets-masks/lava_helmet.png"
},

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

randomBox = [
{
date: "18/08/2023",
date: "25/08/2023",
boxName : 'Random Boxes ',
mainItem: "Mini Asgobas",
mainItemImg: "../../assets/img/shop_updates/box_asgo.png",
Expand Down
Loading