Skip to content

Commit

Permalink
updated location toggles, update version #
Browse files Browse the repository at this point in the history
  • Loading branch information
Br00ty committed Sep 2, 2023
1 parent 0d2c649 commit 05c9a65
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 16 deletions.
29 changes: 15 additions & 14 deletions locations/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@
},
{
"name": "US: Mirrah Set",
"visibility_rules": ["weapons"],
"visibility_rules": ["armors"],
"sections": [
{
"name": "US: Mirrah Vest",
Expand Down Expand Up @@ -1034,11 +1034,11 @@
]
},
{
"name": "US: Blessed Red and White Shield",
"name": "US: Blessed Red and White Shield+1",
"visibility_rules": ["shields"],
"sections": [
{
"name": "US: Blessed Red and White Shield",
"name": "US: Blessed Red and White Shield+1",
"item_count": 1
}
],
Expand Down Expand Up @@ -1996,7 +1996,7 @@
},
{
"name": "CD: Rosaria's Fingers Covenant",
"visibility_rules": ["weapons"],
"visibility_rules": ["misc"],
"sections": [
{
"name": "CD: Rosaria's Fingers Covenant",
Expand Down Expand Up @@ -2141,7 +2141,7 @@
},
{
"name": "FK: Wolf's Blood Swordgrass",
"visibility_rules": ["weapons"],
"visibility_rules": ["misc"],
"sections": [
{
"name": "FK: Wolf's Blood Swordgrass",
Expand Down Expand Up @@ -2282,7 +2282,7 @@
},
{
"name": "FK: Watchdogs of Farron Covenant",
"visibility_rules": ["weapons"],
"visibility_rules": ["misc"],
"sections": [
{
"name": "FK: Watchdogs of Farron Covenant",
Expand Down Expand Up @@ -2948,7 +2948,7 @@
},
{
"name": "IBV: Roster of Knights",
"visibility_rules": ["weapons"],
"visibility_rules": ["misc"],
"sections": [
{
"name": "IBV: Roster of Knights",
Expand Down Expand Up @@ -3232,7 +3232,7 @@
},
{
"name": "IBV: Aldrich Faithful Covenant",
"visibility_rules": ["weapons"],
"visibility_rules": ["misc"],
"sections": [
{
"name": "IBV: Aldrich Faithful Covenant",
Expand Down Expand Up @@ -4607,7 +4607,7 @@
},
{
"name": "GA: Crystal Scroll (Kill the Crystal Sage)",
"visibility_rules": ["spells"],
"visibility_rules": ["misc"],
"sections": [
{
"name": "GA: Crystal Scroll",
Expand Down Expand Up @@ -5248,14 +5248,15 @@
{
"name": "PW: Gravetender Fight",
"access_rules": ["contraptionkey"],
"visibility_rules": ["weapons"],
"sections": [
{
"name": "PW: Valorheart",
"visibility_rules": ["weapons"],
"item_count": 1
},
{
"name": "PW: Champions Bones",
"visibility_rules": ["misc"],
"item_count": 1
}
],
Expand Down Expand Up @@ -5333,7 +5334,7 @@
"children": [
{
"name": "DH: Loincloth",
"visibility_rules": ["weapons"],
"visibility_rules": ["armors"],
"sections": [
{
"name": "DH: Loincloth",
Expand Down Expand Up @@ -5844,7 +5845,7 @@
},
{
"name": "RC: Church Guardian Shiv",
"visibility_rules": ["weapons"],
"visibility_rules": ["misc"],
"sections": [
{
"name": "RC: Church Guardian Shiv",
Expand Down Expand Up @@ -6014,7 +6015,7 @@
},
{
"name": "RC: Ritual Spear Fragment",
"visibility_rules": ["weapons"],
"visibility_rules": ["misc"],
"sections": [
{
"name": "RC: Ritual Spear Fragment",
Expand All @@ -6039,7 +6040,7 @@
},
{
"name": "RC: Violet Wrappings",
"visibility_rules": ["weapons"],
"visibility_rules": ["armors"],
"item_count": 1
}
],
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Dark Souls III Randomizer",
"game_name": "Dark Souls III",
"package_version": "4.0",
"package_version": "4.1",
"package_uid": "ds3_br00ty",
"platform": "PC",
"author": "Br00ty",
Expand Down
2 changes: 1 addition & 1 deletion scripts/autotracking/location_mapping.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ LOCATION_MAPPING = {
[100334] = {"@Undead Settlement/US: Soul of the Rotted Greatwood/US: Soul of the Rotted Greatwood"},
[100335] = {"@Undead Settlement/US: Hawk Ring/US: Hawk Ring"},
[100336] = {"@Undead Settlement/US: Warrior of Sunlight Covenant/US: Warrior of Sunlight Covenant"},
[100337] = {"@Undead Settlement/US: Blessed Red and White Shield/US: Blessed Red and White Shield"},
[100337] = {"@Undead Settlement/US: Blessed Red and White Shield+1/US: Blessed Red and White Shield+1"},
[100338] = {"@Undead Settlement/US: Irina's Ashes/US: Irina's Ashes"},
[100339] = {"@Undead Settlement/US: Cornyx's Ashes/US: Cornyx's Ashes"},
[100340] = {"@Undead Settlement/US: Cornyx's Ashes/US: Cornyx's Wrap"},
Expand Down
8 changes: 8 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"versions": [
{
"package_version": "4.1",
"download_url": "https://github.com/Br00ty/DS3_AP_Maptracker/releases/download/v4.1/ds3_br00ty.zip",
"sha256": "6DB29250B25B435CB780A39F3734CBAF3488CB1C28AFC11A77FD2C65589F49C9",
"changelog": [
"fixed multiple settings issues with items not toggling on with the correct setting"
]
},
{
"package_version": "4.0",
"download_url": "https://github.com/Br00ty/DS3_AP_Maptracker/releases/download/v4.0/ds3_br00ty.zip",
Expand Down

0 comments on commit 05c9a65

Please sign in to comment.