Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
Purge11 committed Nov 17, 2023
1 parent 0c1a0fe commit a598852
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/app/_json/costumes/all-sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"buff": "knight_buffs"
},
{
"name": "Korean Cat (Male)",
"name": "Korat Cat (Male)",
"location": "You can craft it on Act 4",
"skins": "korean_cat",
"buff": "korean_cat_buffs"
Expand Down
34 changes: 13 additions & 21 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: "10/11/2023",
date: "17/11/2023",
items: [
{
name: "Docile Mini Snowbal",
img: "../assets/img/pets/buffs/mini_snowball.png"
name: "Betting Costume",
img: "../assets/img/costumes/costumes/betting_costume.png"
},
{
name: "Special Amulet",
img: "../assets/img/shop-updates/SpecialAmulet.png"
name: "Tree Wings",
img: "../assets/img/specialists/wings/buffs/Tree_wings.png"
},
{
name: "Oracle" ,
img: "../assets/img/helmets-masks/Oracle.png"
name: "Jinn Specialist Partner Card" ,
img: "../assets/img/psps/buffs/jinn.png"
},
{
name: "Monocle" ,
img: "../assets/img/helmets-masks/Monocle.png"
name: "Dark Wings Swapper (Visual)" ,
img: "../assets/img/specialists/wings/skins/dark_wings.png"
},

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

randomBox = [
{
date: "10/11/2023",
date: "17/11/2023",
boxName : 'Random Boxes ',
mainItem: "Mini Asgobas",
mainItemImg: "../../assets/img/shop_updates/box_asgo.png",
mainItems: [
{
name: "Mini Asgobas Random Box",
name: "Knight Costume Set Random Box",
img: "../../assets/img/shop_updates/box_asgo.png"
},
{
name: "Mini Alzanor Random Box",
name: "Dragon of Vod Random Box",
img: "../../assets/img/shop_updates/box_asgo.png"
},
{
name: "Mini Valehir Random Box",
img: "../../assets/img/shop_updates/box_asgo.png"
},
{
name: "Dragon of Void Random Box",
img: "../../assets/img/shop_updates/box_asgo.png"
},
{
name: "Rat Hat Random Box",
name: "Retro Wings Random Box",
img: "../../assets/img/shop_updates/box_asgo.png"
}

Expand Down

0 comments on commit a598852

Please sign in to comment.