- Fixed 2 missing signature 'type' options for 'group' = "Ore" in Shattered WHs. Added "Shattered Debris Field" and "Shattered Ice Field", #875
This commit is contained in:
@@ -348,6 +348,11 @@ define([], () => {
|
||||
5: 'Rarified Core Deposit' //*
|
||||
};
|
||||
|
||||
let c13Ore = {
|
||||
1: 'Shattered Debris Field',
|
||||
2: 'Shattered Ice Field'
|
||||
};
|
||||
|
||||
// Wormholes ======================================================================================================
|
||||
|
||||
// all k-space exits are static or K162
|
||||
@@ -547,7 +552,8 @@ define([], () => {
|
||||
1: c12Combat
|
||||
},
|
||||
13: { // Shattered WH
|
||||
5: c13WH
|
||||
5: c13WH,
|
||||
6: c13Ore
|
||||
},
|
||||
14: { // Drifter Sentinel WH
|
||||
1: c14Combat
|
||||
|
||||
@@ -252,7 +252,7 @@ define([
|
||||
[1, 2, 3, 4, 5, 6].includes(areaId) &&
|
||||
[4, 6].includes(groupId) // Gas, Ore
|
||||
){
|
||||
areaIds = [1, 2, 3, 4, 5, 6];
|
||||
areaIds = [1, 2, 3, 4, 5, 6, 13];
|
||||
}
|
||||
|
||||
return areaIds;
|
||||
|
||||
@@ -348,6 +348,11 @@ define([], () => {
|
||||
5: 'Rarified Core Deposit' //*
|
||||
};
|
||||
|
||||
let c13Ore = {
|
||||
1: 'Shattered Debris Field',
|
||||
2: 'Shattered Ice Field'
|
||||
};
|
||||
|
||||
// Wormholes ======================================================================================================
|
||||
|
||||
// all k-space exits are static or K162
|
||||
@@ -547,7 +552,8 @@ define([], () => {
|
||||
1: c12Combat
|
||||
},
|
||||
13: { // Shattered WH
|
||||
5: c13WH
|
||||
5: c13WH,
|
||||
6: c13Ore
|
||||
},
|
||||
14: { // Drifter Sentinel WH
|
||||
1: c14Combat
|
||||
|
||||
@@ -252,7 +252,7 @@ define([
|
||||
[1, 2, 3, 4, 5, 6].includes(areaId) &&
|
||||
[4, 6].includes(groupId) // Gas, Ore
|
||||
){
|
||||
areaIds = [1, 2, 3, 4, 5, 6];
|
||||
areaIds = [1, 2, 3, 4, 5, 6, 13];
|
||||
}
|
||||
|
||||
return areaIds;
|
||||
|
||||
Reference in New Issue
Block a user