-
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
Showing
21 changed files
with
368 additions
and
243 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{ | ||
"name": "Bud's Accessories", | ||
"description": "Radical. - Bud", | ||
"cost": 40, | ||
|
||
"center": [ | ||
[64,55], | ||
[92,49], | ||
[63,56] | ||
], | ||
"cost": 40 | ||
] | ||
} |
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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{ | ||
"name": "Beefcake's Accessories", | ||
"description": "As worn by Beefcake. Pushes the boundaries of what can be considered fashion.", | ||
"cost": 1000, | ||
|
||
"center": [ | ||
[83,81], | ||
[101,74], | ||
[82,92] | ||
], | ||
"cost": 100 | ||
] | ||
} |
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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{ | ||
"name": "Chains", | ||
"description": "The dollar sign is made out of 14k solid gold.", | ||
"cost": 80, | ||
|
||
"center": [ | ||
[63,58], | ||
[88,46], | ||
[62,55] | ||
], | ||
"cost": 50 | ||
] | ||
} |
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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{ | ||
"name": "Scarf", | ||
"description": "A warm and cozy scarf. Perfect for chilly days.", | ||
"cost": 5, | ||
|
||
"center": [ | ||
[63,58], | ||
[88,46], | ||
[64,52] | ||
], | ||
"cost": 5 | ||
] | ||
} |
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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{ | ||
"name": "Silver Chains", | ||
"description": "Elegantly crafted with premium silver. Or so I'm told.", | ||
"cost": 50, | ||
|
||
"center": [ | ||
[63,58], | ||
[88,46], | ||
[62,55] | ||
], | ||
"cost": 50 | ||
] | ||
} |
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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{ | ||
"name": "Visors", | ||
"desciption": "Essential for skiing or looking futuristic.", | ||
"cost": 5, | ||
|
||
"center": [ | ||
[65,1], | ||
[89,3], | ||
[63,2] | ||
], | ||
"cost": 5 | ||
] | ||
} |
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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{ | ||
"name": "Hoodie", | ||
"description": "Comfortable and practical.", | ||
"cost": 15, | ||
|
||
"center": [ | ||
[62,5], | ||
[92,3], | ||
[63,3] | ||
], | ||
"cost": 10 | ||
] | ||
} |
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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{ | ||
"name": "Snapback", | ||
"description": "Adjustable to the size of your head. Technology is amazing.", | ||
"cost": 5, | ||
|
||
"center": [ | ||
[62,5], | ||
[92,3], | ||
[63,3] | ||
], | ||
"cost": 10 | ||
] | ||
} |
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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{ | ||
"name": "Top Hat", | ||
"description": "Watch for doorways.", | ||
"cost": 10, | ||
|
||
"center": [ | ||
[38,47], | ||
[38,44], | ||
[38,47], | ||
[38,47] | ||
], | ||
"cost": 10 | ||
] | ||
} |
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
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
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
Oops, something went wrong.