Skip to content

Commit

Permalink
Merge pull request #7 from SapphireSapphic/auto-tabbing
Browse files Browse the repository at this point in the history
Auto tabbing, auto-layout switching, removed prog. sword variant
  • Loading branch information
Br00ty authored Oct 27, 2023
2 parents b327a1d + b6638a6 commit 1bca6e8
Show file tree
Hide file tree
Showing 25 changed files with 275 additions and 2,936 deletions.
13 changes: 12 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"files.associations": {
"*.json": "jsonc"
}
},
"Lua.diagnostics.globals": [
"PopVersion",
"AutoTracker",
"Tracker",
"Archipelago",
"ScriptHost",
"ENABLE_DEBUG_LOG"
],
"Lua.diagnostics.disable": [
"lowercase-global"
]
}
Binary file added TunicTracker.zip
Binary file not shown.
Binary file modified images/engine.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 images/progressiveswords.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 images/stickandswords.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 28 additions & 2 deletions items/common_pop.json
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@
{
"name": "Glitch Mode",
"type": "progressive",
"loop": true,
"loop": false,
"allow_disabled": false,
"stages": [
{//Glitchless
Expand All @@ -749,7 +749,7 @@
{
"name": "Randomizer Mode",
"type": "progressive",
"loop": true,
"loop": false,
"allow_disabled": false,
"stages": [
{//Classic
Expand All @@ -764,6 +764,24 @@
}
]
},
{
"name": "Sword Setting",
"type": "progressive",
"loop": false,
"allow_disabled": false,
"stages": [
{
"name": "Stick and Swords",
"img": "images/stickandswords.png",
"codes": "progswordSetting"
},
{
"name": "Progressive Swords",
"img": "images/progressiveswords.png",
"codes": "progswordSetting"
}
]
},
//Bosses
{
"name": "Guard Captain",
Expand Down Expand Up @@ -814,6 +832,14 @@
"img":"images/heir.png",
"codes": "heir"
},
//Layout Switching
{
"name": "Progressive Sword Layout",
"type": "toggle",
"loop": false,
"img":"images/sword1.png",
"codes": "progswordLayout"
},
//Statics
{
"name": "Silver Chest",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion layouts/itemspop.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
["stick", "sword", "dagger", "icerod", "staff", "orb", "gun", "hourglass"],
["attrelic", "defrelic", "hprelic", "potionrelic", "sprelic", "mprelic","hexquest"],
["pray","cross","dath","goldenpower","justawell","ding", "dong"],
["gknight", "engine", "librarian", "scavboss", "gauntlet", "heir"]
["captain", "gknight", "engine", "librarian", "scavboss", "gauntlet", "heir", "auto_tab"]
]
}
]
Expand Down
24 changes: 24 additions & 0 deletions layouts/itemspop_progsword.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"shared_item_grid": {
"type":"array",
"orientation": "horizontal",
"content": [
{
"type": "itemgrid",
"h_alignment": "center",
"margin": "-1,0,-5,0",
"item_margin": "1,2",
"item_size": 40,
"rows": [
["healshard", "heal", "red", "green", "blue", "oldkey", "key"],
["shield", "light", "dash", "vaultkey", "slot", "manual", "soul"],
["dynamite", "firebomb", "icebomb", "lure", "effigy", "wishes", "mask"],
["progsword", "dagger", "icerod", "staff", "orb", "gun", "hourglass","hexquest"],
["attrelic", "defrelic", "hprelic", "potionrelic", "sprelic", "mprelic"],
["pray","cross","dath","goldenpower","justawell","ding", "dong"],
["captain", "gknight", "engine", "librarian", "scavboss", "gauntlet", "heir", "auto_tab"]
]
}
]
}
}
14 changes: 13 additions & 1 deletion layouts/trackerpop.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,19 @@
"item": "hexagonquest"
}
]
}
},
{
"type": "group",
"header": "Sword Setting",
"header_background": "#3e4b57",
"content":[
{
"type": "item",
"margin": "-5,-1,-5,-5",
"item": "progswordSetting"
}
]
}
]
},
"tracker_horizontal": {
Expand Down
61 changes: 30 additions & 31 deletions locations/locations_pop.json
Original file line number Diff line number Diff line change
Expand Up @@ -2909,32 +2909,32 @@
}
]
},
//{
// "name": "Guard Captain",
// "short_name": "Captain",
// "map_locations": [
// {
// "map": "fullmap",
// "x": 3900,
// "y": 2565
// },
// {
// "map": "east_forest",
// "x": 220,
// "y": 70,
// "size": 35
// }
// ],
// "sections": [
// {
// "name": "Also, you need to defeat this guy!",
// "hosted_item": "captain",
// "access_rules": [
// "ring"
// ]
// }
// ]
//},
{
"name": "Guard Captain",
"short_name": "Captain",
"map_locations": [
{
"map": "fullmap",
"x": 3900,
"y": 2565
},
{
"map": "east_forest",
"x": 220,
"y": 70,
"size": 35
}
],
"sections": [
{
"name": "Also, you need to defeat this guy!",
"hosted_item": "captain",
"access_rules": [
"ring"
]
}
]
},
{
"name": "Forest Belltower - After Guard Captain",
"short_name": "",
Expand Down Expand Up @@ -7504,7 +7504,7 @@
],
"children": [
{
"name": "Visit the Heir",
"name": "Complete the Game",
"short_name": "Visit Heir",
"map_locations": [
{
Expand All @@ -7516,19 +7516,18 @@
"map": "far_shore",
"x": 825,
"y": 930,
"size": 45
"size": 60
}
],
"sections": [
{
"name": "Now it's Nighttime!",
"name": "What ending did you get?",
"access_rules": [
"red,green,blue,ding,dong",
"red,green,blue,[glitches],orb,freeze",
"red,green,blue,dash"
],
"item_count": 1,
"hosted_item": "visit"
"hosted_item": "heir"
}
]
},
Expand Down
8 changes: 1 addition & 7 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Tunic Randomizer - Item & Map Tracker",
"game_name": "Tunic",
"platform": "PC",
"package_version": "1.5.6",
"package_version": "1.6.0",
"package_uid": "tunic_sapphiresapphic",
"author": "SapphireSapphic, Scout_JD, Br00ty",
"variants": {
Expand All @@ -12,12 +12,6 @@
"ap"
]
},
"var_progsword": {
"display_name": "Map Tracker (Progressive Sword)",
"flags": [
"ap"
]
},
"items_only": {
"display_name": "Item Tracker",
"flags": [
Expand Down
Loading

0 comments on commit 1bca6e8

Please sign in to comment.