-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9aad01e
commit e8702ad
Showing
8 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"noteskins": [ | ||
{ | ||
"name": "Default", | ||
"description": "The classic look, simple and clean." | ||
}, | ||
{ | ||
"name": "Deluxe", | ||
"description": "A luxurious and refined design, for those who want to stand out. Increases life regeneration rate when paired with Deluxe feedback.", | ||
"synergyEffect": { | ||
"life": 1.1 | ||
} | ||
}, | ||
{ | ||
"name": "Eyes", | ||
"description": "A watchful noteskin that literally keeps an eye on your performance." | ||
}, | ||
{ | ||
"name": "Squares", | ||
"description": "Sharp angles and a modern design, for a geometric aesthetic." | ||
} | ||
], | ||
"feedbackEffects": [ | ||
{ | ||
"name": "Default", | ||
"description": "The classic look, simple and clean." | ||
}, | ||
{ | ||
"name": "Deluxe", | ||
"description": "A luxurious and refined design, for those who want to stand out. Increases life regeneration rate when paired with Deluxe noteskin.", | ||
"synergyEffect": { | ||
"life": 1.1 | ||
} | ||
}, | ||
{ | ||
"name": "Eyes", | ||
"description": "A watchful noteskin that literally keeps an eye on your performance." | ||
} | ||
] | ||
} |