Skip to content

Commit

Permalink
big changes, much tunc
Browse files Browse the repository at this point in the history
"changed 'gold hexagons' to AP name 'Questagons'",
"changed 'blue/green/red keys' to AP name 'Blue/Green/Red Questagons'",
"changed 'shotgun' to AP name 'Gun'",
"changed quantity for 'Questagons' to 50 to match new AP settings",
"added autotracking for questagon hunt abilities *thank you j_im*",
"changed abilities from progressive items to toggles",
"added files to add auto-tabbing for maps (not implemented yet)",
"removed 'full map' from map tabs to support auto-tabbing",
"changed 'Librarian' boss fight to be hosted with its related check"
  • Loading branch information
Br00ty committed Sep 28, 2023
1 parent 3eaabf9 commit b327a1d
Show file tree
Hide file tree
Showing 17 changed files with 2,800 additions and 138 deletions.
Binary file added images/cog_gray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
167 changes: 94 additions & 73 deletions items/common_pop.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"codes": "hourglass"
},
{
"name": "A Gun?!",
"name": "Gun",
"type": "toggle",
"loop": true,
"img":"images/a_gun.png",
Expand All @@ -120,82 +120,103 @@
//Abilities
{
"name": "Prayer",
"type": "progressive",
"allow_disabled": false,
"type": "toggle",
"loop": true,
//"initial_stage_idx": 1,
"stages": [
{
"img": "images/pray.png",
"codes": "pray, prayershuffle"
},
{
"img": "images/pray.png",
"codes": "notpray, prayershuffle",
"img_mods": "@disabled",
"inherit_codes": false
},
{
"img": "images/pray.png",
"codes": "pray, prayershuffle",
"inherit_codes": false
}
]
},
"img":"images/pray.png",
"codes": "pray"
},
//{
// "name": "Prayer",
// "type": "progressive",
// "allow_disabled": false,
// "loop": true,
// //"initial_stage_idx": 1,
// "stages": [
// {
// "img": "images/pray.png",
// "codes": "pray, prayershuffle"
// },
// {
// "img": "images/pray.png",
// "codes": "notpray, prayershuffle",
// "img_mods": "@disabled",
// "inherit_codes": false
// },
// {
// "img": "images/pray.png",
// "codes": "pray, prayershuffle",
// "inherit_codes": false
// }
// ]
//},
{
"name": "Holy Cross",
"type": "progressive",
"allow_disabled": false,
"loop": true,
//"initial_stage_idx": 1,
"stages": [
{
"img": "images/cross.png",
"codes": "cross, crossshuffle"
},
{
"img": "images/cross.png",
"codes": "notcross, crossshuffle",
"img_mods": "@disabled",
"inherit_codes": false
},
{
"img": "images/cross.png",
"codes": "cross, crossshuffle"
}
]
},
{
"name": "Ice Rod",
"type": "progressive",
"allow_disabled": false,
"type": "toggle",
"loop": true,
//"initial_stage_idx": 1,
"stages": [
{
"img": "images/icerod.png",
"codes": "icerod,freeze,icerodshuffle"
},
{
"img": "images/icerod.png",
"codes": "icerodshuffle",
"img_mods": "@disabled",
"inherit_codes": false
},
{
"img": "images/icerod.png",
"codes": "icerod,freeze,icerodshuffle"
}
]
},
"img":"images/cross.png",
"codes": "cross"
},
//{
// "name": "Holy Cross",
// "type": "progressive",
// "allow_disabled": false,
// "loop": true,
// //"initial_stage_idx": 1,
// "stages": [
// {
// "img": "images/cross.png",
// "codes": "cross, crossshuffle"
// },
// {
// "img": "images/cross.png",
// "codes": "notcross, crossshuffle",
// "img_mods": "@disabled",
// "inherit_codes": false
// },
// {
// "img": "images/cross.png",
// "codes": "cross, crossshuffle"
// }
// ]
//},
{
"name": "Ice Rod",
"type": "toggle",
"loop": true,
"img":"images/icerod.png",
"codes": "icerod,freeze",
"initial_active_state": true
},
"codes": "icerod,freeze"
},
//{
// "name": "Ice Rod",
// "type": "progressive",
// "allow_disabled": false,
// "loop": true,
// //"initial_stage_idx": 1,
// "stages": [
// {
// "img": "images/icerod.png",
// "codes": "icerod,freeze,icerodshuffle"
// },
// {
// "img": "images/icerod.png",
// "codes": "icerodshuffle",
// "img_mods": "@disabled",
// "inherit_codes": false
// },
// {
// "img": "images/icerod.png",
// "codes": "icerod,freeze,icerodshuffle"
// }
// ]
//},
//{
// "name": "Ice Rod",
// "type": "toggle",
// "loop": true,
// "img":"images/icerod.png",
// "codes": "icerod,freeze",
// "initial_active_state": true
//},
//Consumables
{
"name": "Ice Bomb",
Expand Down Expand Up @@ -321,12 +342,12 @@
"min_quantity": 1
},
{
"name": "Golden Hexagons",
"name": "Questagons",
"type": "consumable",
"loop": true,
"img":"images/hex_gold.png",
"codes": "hexquest",
"max_quantity": 30
"max_quantity": 50
},
//Stats
{
Expand Down Expand Up @@ -490,7 +511,7 @@
"codes": "work"
},
{
"name": "Blue Key",
"name": "Blue Questagon",
"type": "toggle",
"loop": true,
"img":"images/blue_key.png",
Expand Down Expand Up @@ -546,7 +567,7 @@
"codes": "friend"
},
{
"name": "Green Key",
"name": "Green Questagon",
"type": "toggle",
"loop": true,
"img":"images/green_key.png",
Expand Down Expand Up @@ -630,7 +651,7 @@
"codes": "powerup"
},
{
"name": "Red Key",
"name": "Red Questagon",
"type": "toggle",
"loop": true,
"img":"images/red_key.png",
Expand Down
19 changes: 19 additions & 0 deletions items/common_pop_modified.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"name": "Auto Tab Switching",
"type": "progressive",
"codes": "auto_tab",
"loop": true,
"allow_disabled": false,
"initial_stage_idx": 1,
"stages": [
{
"img": "images/cog_gray.png"
},
{
"img": "images/cog.png",
"codes": "auto_tab"
}
]
}
]
4 changes: 2 additions & 2 deletions layouts/itemspop.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
["dynamite", "firebomb", "icebomb", "lure", "effigy", "wishes", "mask"],
["stick", "sword", "dagger", "icerod", "staff", "orb", "gun", "hourglass"],
["attrelic", "defrelic", "hprelic", "potionrelic", "sprelic", "mprelic","hexquest"],
["pray","cross","dath","goldenpower","justawell","ding", "dong", "visit"],
["captain", "gknight", "engine", "librarian", "scavboss", "gauntlet", "heir"]
["pray","cross","dath","goldenpower","justawell","ding", "dong"],
["gknight", "engine", "librarian", "scavboss", "gauntlet", "heir"]
]
}
]
Expand Down
14 changes: 7 additions & 7 deletions layouts/trackerpop.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@
{
"type":"tabbed",
"tabs": [
{
"title": "Full Map",
"content": {
"type": "map",
"maps": ["fullmap"]
}
},
//{
// "title": "Full Map",
// "content": {
// "type": "map",
// "maps": ["fullmap"]
// }
//},
{
"title": "Overworld",
"content": {
Expand Down
62 changes: 28 additions & 34 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 @@ -5639,19 +5639,13 @@
],
"sections": [
{
"name": "Time to Fight!",
"hosted_item": "librarian",
"name": "Hexagon Green",
"access_rules": [
"ring",
"lure,[glitches]"
]
},
{
"name": "Hexagon Green",
"access_rules": [
"librarian"
],
"item_count": 1,
"hosted_item": "librarian",
"capture_item": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"package_version": "1.5.6",
"package_uid": "tunic_sapphiresapphic",
"author": "SapphireSapphic, Scout_JD, Br00ty",
"variants": {
Expand Down
Loading

0 comments on commit b327a1d

Please sign in to comment.