Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Purge11 committed Sep 7, 2024
1 parent 2ee6629 commit e870fb5
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/_json/costumes/all-sets.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"name": "Monarch",
"location": "You can get this costume from Vessel Event.",
"skins": "MonarchSet",
"buff": "MonarchSetBuff"
},
{
"name": "Skeleton",
"location": "You can get this costume from Vessel Event.",
Expand Down
5 changes: 5 additions & 0 deletions src/app/_json/costumes/costumes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"name": "Monarch Costume",
"buff": "MonarchCostume",
"class": "raid"
},
{
"name": "Skeleton Costume",
"buff": "skeleton",
Expand Down
5 changes: 5 additions & 0 deletions src/app/_json/costumes/hats.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"name": "Monarch Hat",
"buff": "MonarchHat",
"class": "raid"
},
{
"name": "Skeleton Mask",
"buff": "skeleton",
Expand Down
5 changes: 5 additions & 0 deletions src/app/_json/costumes/wings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"name": "Monarch Costume Wings",
"buff": "MonarchWings",
"class": "raid"
},
{
"name": "Rocketeer Wings",
"buff": "rocheteer",
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/costumes/hats/MonarchHat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/costumes/wings/MonarchWings.png
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 e870fb5

Please sign in to comment.