Skip to content

Commit

Permalink
chore: move legacy ebola location to the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Aug 26, 2024
1 parent f9c1f84 commit eb0d2c3
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions static/LegacyLocationsData.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
"IsLocked": false,
"GameChangers": [],
"Order": 0,
"ProgressionKey": "LOCATION_PARENT_COASTALTOWN",
"ProgressionKey": "LOCATION_COASTALTOWN",
"CreateContractId": "3984dfed-edd5-4697-a1a2-1c3a77f580f5",
"RequiredResources": [
"[assembly:/_PRO/Scenes/Missions/CoastalTown/_scene_octopus.entity].entitytemplate"
Expand Down Expand Up @@ -412,6 +412,41 @@
"Rarity": null,
"DisplayNameLocKey": "UI_LOCATION_COASTALTOWN_NIGHT_NAME"
},
"LOCATION_COASTALTOWN_EBOLA": {
"Id": "LOCATION_COASTALTOWN_EBOLA",
"Type": "location",
"Subtype": "sublocation",
"GameAsset": null,
"ImageId": "",
"RMTPrice": -1,
"GamePrice": -1,
"IsPurchasable": false,
"IsPublished": true,
"IsDroppable": false,
"Capabilities": [],
"Qualities": {},
"Properties": {
"ParentLocation": "LOCATION_PARENT_COASTALTOWN",
"Icon": "images/locations/LOCATION_COASTALTOWN_EBOLA/tile.jpg",
"LockedIcon": "images/locations/LOCATION_COASTALTOWN/tile_unreleased.jpg",
"DlcImage": "images/livetile/dlc/coastaltown_wide_logo.png",
"DlcName": "GAME_STORE_METADATA_DLC01_TITLE",
"IsLocked": false,
"UpcomingContent": false,
"UpcomingKey": "UI_MENU_LIVETILE_CONTENT_UPCOMING_HEADLINE",
"Background": "images/locations/LOCATION_BANGKOK/map.jpg",
"Order": 1,
"ProgressionKey": "LOCATION_BANGKOK",
"HideProgression": true,
"RequiredResources": [
"[assembly:/_PRO/Scenes/Missions/CoastalTown/scene_ebola.entity].entitytemplate"
],
"Entitlements": ["GOTY_PATIENT_ZERO"]
},
"Guid": "47cd4f1b-5f2a-4369-a0ee-119c40cfa045",
"Rarity": null,
"DisplayNameLocKey": "UI_LOCATION_COASTALTOWN_EBOLA_NAME"
},
"LOCATION_MARRAKECH": {
"Id": "LOCATION_MARRAKECH",
"Type": "location",
Expand Down Expand Up @@ -549,41 +584,6 @@
"Rarity": null,
"DisplayNameLocKey": "UI_LOCATION_BANGKOK_ZIKA_NAME"
},
"LOCATION_COASTALTOWN_EBOLA": {
"Id": "LOCATION_COASTALTOWN_EBOLA",
"Type": "location",
"Subtype": "sublocation",
"GameAsset": null,
"ImageId": "",
"RMTPrice": -1,
"GamePrice": -1,
"IsPurchasable": false,
"IsPublished": true,
"IsDroppable": false,
"Capabilities": [],
"Qualities": {},
"Properties": {
"ParentLocation": "LOCATION_PARENT_COASTALTOWN",
"Icon": "images/locations/LOCATION_COASTALTOWN_EBOLA/tile.jpg",
"LockedIcon": "images/locations/LOCATION_COASTALTOWN/tile_unreleased.jpg",
"DlcImage": "images/livetile/dlc/coastaltown_wide_logo.png",
"DlcName": "GAME_STORE_METADATA_DLC01_TITLE",
"IsLocked": false,
"UpcomingContent": false,
"UpcomingKey": "UI_MENU_LIVETILE_CONTENT_UPCOMING_HEADLINE",
"Background": "images/locations/LOCATION_BANGKOK/map.jpg",
"Order": 1,
"ProgressionKey": "LOCATION_BANGKOK",
"HideProgression": true,
"RequiredResources": [
"[assembly:/_PRO/Scenes/Missions/CoastalTown/scene_ebola.entity].entitytemplate"
],
"Entitlements": ["GOTY_PATIENT_ZERO"]
},
"Guid": "47cd4f1b-5f2a-4369-a0ee-119c40cfa045",
"Rarity": null,
"DisplayNameLocKey": "UI_LOCATION_COASTALTOWN_EBOLA_NAME"
},
"LOCATION_COLORADO": {
"Id": "LOCATION_COLORADO",
"Type": "location",
Expand Down

0 comments on commit eb0d2c3

Please sign in to comment.