-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit of Age's Tracker by Herreteman, Rain and ReggX
- Loading branch information
1 parent
578de61
commit b41d078
Showing
277 changed files
with
31,867 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,185 @@ | ||
{ | ||
"type": "array", | ||
"orientation": "horizontal", | ||
// Need 2 items in this array [Menu Items Array, Key Items/Essences Array] | ||
"content": [ | ||
|
||
// Menu Items | ||
{ | ||
"type": "array", | ||
"orientation": "vertical", | ||
// need 1 for menu items (itemgrid), 1 for satchel/seeds([item, itemgrid]), 1 for rod/seasons ([item,itemgrid]) | ||
"content": [ | ||
|
||
// Most Menu Items | ||
{ | ||
"type": "itemgrid", | ||
"item_size": 32, | ||
"item_margin": "10,0,5,10", | ||
"rows": [ | ||
["sword1", "shield"], | ||
["strength1", "feather"], | ||
["shooter", "switchhook"], | ||
["cane", "shovel"], | ||
["flippers", "bombs"], | ||
["harp", "boomerang"], | ||
["flute", "nuun_ricky"] | ||
] | ||
}, | ||
|
||
// Satchel/Seeds | ||
{ | ||
"type": "array", | ||
"orientation": "horizontal", | ||
"margin": "10,0,0,0", | ||
"content": [ | ||
{ | ||
"type": "item", | ||
"item": "satchel", | ||
"item_size": 40 | ||
}, | ||
|
||
{ | ||
"type": "itemgrid", | ||
"item_size": 25, | ||
"margin": "1,-1,0,0", | ||
"item_margin": "0, 0, 0, -10", | ||
"h_alignment": "center", | ||
"rows": [ | ||
["emberseeds", "mysteryseeds"], | ||
["scentseeds"], | ||
["pegasusseeds", "galeseeds"] | ||
] | ||
} | ||
] | ||
}, | ||
], | ||
}, | ||
|
||
// Rings | ||
{ | ||
"type": "itemgrid", | ||
"item_size": 32, | ||
"v_alignment": "center", | ||
"item_margin": "0, 10, 0, 10", | ||
"rows": [ | ||
["ring_fist"], | ||
["ring_expert"], | ||
["ring_energy"], | ||
["ring_toss"] | ||
] | ||
}, | ||
|
||
// Key Items/Essences | ||
{ | ||
"type": "array", | ||
"orientation": "vertical", | ||
// [Items, Keys/Jewels, Essences, Dungeon Items] | ||
"content": [ | ||
// Items | ||
{ | ||
"type": "itemgrid", | ||
"item_size": 32, | ||
"h_alignment": "center", | ||
"rows": [ | ||
["rope", "chart", "rickygloves", "seedling", "bombflower", "zorascale"], | ||
] | ||
}, | ||
|
||
|
||
{ | ||
"type": "array", | ||
"orientation": "horizontal", | ||
"h_alignment": "center", | ||
"margin": "0,0,0,0", | ||
"content": [ | ||
|
||
{ | ||
"type": "item", | ||
"item": "emblem", | ||
"width": 32, | ||
"height": 32 | ||
}, | ||
|
||
{ | ||
"type": "item", | ||
"item": "letter", | ||
"width": 32, | ||
"height": 32 | ||
}, | ||
|
||
{ | ||
"type": "itemgrid", | ||
"item_size": 18, | ||
"margin": "3,-2,0,0", | ||
"item_margin": "0,0,0,0", | ||
"rows": [ | ||
["lavajuice"], | ||
["vase"] | ||
] | ||
}, | ||
|
||
{ | ||
"type": "itemgrid", | ||
"item_size": 18, | ||
"margin": "3,-2,0,0", | ||
"item_margin": "0,0,0,0", | ||
"rows": [ | ||
["goronade"], | ||
["brisket"] | ||
] | ||
}, | ||
|
||
{ | ||
"type": "item", | ||
"item": "librarykey", | ||
"width": 32, | ||
"height": 32 | ||
}, | ||
|
||
{ | ||
"type": "item", | ||
"item": "book", | ||
"width": 32, | ||
"height": 32 | ||
}, | ||
|
||
{ | ||
"type": "item", | ||
"item": "powder", | ||
"width": 32, | ||
"height": 32 | ||
}, | ||
|
||
] | ||
}, | ||
|
||
{ | ||
"type": "itemgrid", | ||
"item_size": 32, | ||
"h_alignment": "center", | ||
"item_margin": "0, 0, 0, -5", | ||
"rows": [ | ||
["d1key", "tuninut", "d5key", "d6key", "d6keyold", "eyeball"] | ||
] | ||
}, | ||
|
||
// Essences | ||
{ | ||
"type": "itemgrid", | ||
"h_alignment": "center", | ||
"item_margin": "6,10,6,6", | ||
"margin": "0,3,0,0", | ||
"item_size": 40, | ||
"rows": [ | ||
["d1", "d2"], | ||
["d8","","","d3"], | ||
["d7","","","d4"], | ||
["d6","d5"] | ||
] | ||
}, | ||
|
||
] | ||
} | ||
] | ||
} |
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,185 @@ | ||
{ | ||
"type": "array", | ||
"orientation": "horizontal", | ||
// Need 2 items in this array [Menu Items Array, Key Items/Essences Array] | ||
"content": [ | ||
|
||
// Menu Items | ||
{ | ||
"type": "array", | ||
"orientation": "vertical", | ||
// need 1 for menu items (itemgrid), 1 for satchel/seeds([item, itemgrid]), 1 for rod/seasons ([item,itemgrid]) | ||
"content": [ | ||
|
||
// Most Menu Items | ||
{ | ||
"type": "itemgrid", | ||
"item_size": 32, | ||
"item_margin": "10,0,5,10", | ||
"rows": [ | ||
["sword1", "shield"], | ||
["strength1", "feather"], | ||
["shooter", "switchhook"], | ||
["cane", "shovel"], | ||
["flippers", "bombs"], | ||
["harp", "boomerang"], | ||
["flute", "nuun_ricky"] | ||
] | ||
}, | ||
|
||
// Satchel/Seeds | ||
{ | ||
"type": "array", | ||
"orientation": "horizontal", | ||
"margin": "10,0,0,0", | ||
"content": [ | ||
{ | ||
"type": "item", | ||
"item": "satchel", | ||
"item_size": 40 | ||
}, | ||
|
||
{ | ||
"type": "itemgrid", | ||
"item_size": 25, | ||
"margin": "1,-1,0,0", | ||
"item_margin": "0, 0, 0, -10", | ||
"h_alignment": "center", | ||
"rows": [ | ||
["emberseeds", "mysteryseeds"], | ||
["scentseeds"], | ||
["pegasusseeds", "galeseeds"] | ||
] | ||
} | ||
] | ||
}, | ||
], | ||
}, | ||
|
||
// Rings | ||
{ | ||
"type": "itemgrid", | ||
"item_size": 32, | ||
"v_alignment": "center", | ||
"item_margin": "0, 10, 0, 10", | ||
"rows": [ | ||
["ring_fist"], | ||
["ring_expert"], | ||
["ring_energy"], | ||
["ring_toss"] | ||
] | ||
}, | ||
|
||
// Key Items/Essences | ||
{ | ||
"type": "array", | ||
"orientation": "vertical", | ||
// [Items, Keys/Jewels, Essences, Dungeon Items] | ||
"content": [ | ||
// Items | ||
{ | ||
"type": "itemgrid", | ||
"item_size": 32, | ||
"h_alignment": "center", | ||
"rows": [ | ||
["rope", "chart", "rickygloves", "seedling", "bombflower", "zorascale"], | ||
] | ||
}, | ||
|
||
|
||
{ | ||
"type": "array", | ||
"orientation": "horizontal", | ||
"h_alignment": "center", | ||
"margin": "0,0,0,0", | ||
"content": [ | ||
|
||
{ | ||
"type": "item", | ||
"item": "emblem", | ||
"width": 32, | ||
"height": 32 | ||
}, | ||
|
||
{ | ||
"type": "item", | ||
"item": "letter", | ||
"width": 32, | ||
"height": 32 | ||
}, | ||
|
||
{ | ||
"type": "itemgrid", | ||
"item_size": 18, | ||
"margin": "3,-2,0,0", | ||
"item_margin": "0,0,0,0", | ||
"rows": [ | ||
["lavajuice"], | ||
["vase"] | ||
] | ||
}, | ||
|
||
{ | ||
"type": "itemgrid", | ||
"item_size": 18, | ||
"margin": "3,-2,0,0", | ||
"item_margin": "0,0,0,0", | ||
"rows": [ | ||
["goronade"], | ||
["brisket"] | ||
] | ||
}, | ||
|
||
{ | ||
"type": "item", | ||
"item": "librarykey", | ||
"width": 32, | ||
"height": 32 | ||
}, | ||
|
||
{ | ||
"type": "item", | ||
"item": "book", | ||
"width": 32, | ||
"height": 32 | ||
}, | ||
|
||
{ | ||
"type": "item", | ||
"item": "powder", | ||
"width": 32, | ||
"height": 32 | ||
}, | ||
|
||
] | ||
}, | ||
|
||
{ | ||
"type": "itemgrid", | ||
"item_size": 32, | ||
"h_alignment": "center", | ||
"item_margin": "0, 0, 0, -5", | ||
"rows": [ | ||
["d1key", "tuninut", "d5key", "d6key", "d6keyold", "eyeball"] | ||
] | ||
}, | ||
|
||
// Essences | ||
{ | ||
"type": "itemgrid", | ||
"h_alignment": "center", | ||
"item_margin": "6,10,6,6", | ||
"margin": "0,3,0,0", | ||
"item_size": 40, | ||
"rows": [ | ||
["d1", "d2"], | ||
["d8","","","d3"], | ||
["d7","","","d4"], | ||
["d6","d5"] | ||
] | ||
}, | ||
|
||
] | ||
} | ||
] | ||
} |
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,7 @@ | ||
{ | ||
"auto_pin_capturing_locations": false, | ||
"auto_unpin_on_clear": true, | ||
"layout_swap_left_right": false, | ||
"allow_resize": true, | ||
//"disabled_image_filter": "dim", | ||
} |
Oops, something went wrong.