Module:Item/item lookup conflicts resolvers.json: Difference between revisions
From Space Station 14 Wiki
No edit summary |
added the rest of items with conflicts |
||
Line 22: | Line 22: | ||
{ | { | ||
"itemId": "SheetSteel1" | "itemId": "SheetSteel1" | ||
} | |||
] | |||
}, | |||
{ | |||
"match": [ | |||
"SheetPlastic", | |||
"SheetPlastic10", | |||
"SheetPlastic1" | |||
], | |||
"fallbackItemId": "SheetPlastic", | |||
"resolvers": [ | |||
{ | |||
"itemId": "SheetPlastic", | |||
"conditions": { | |||
"min": 20 | |||
} | |||
}, | |||
{ | |||
"itemId": "SheetPlastic10", | |||
"conditions": { | |||
"min": 10 | |||
} | |||
}, | |||
{ | |||
"itemId": "SheetPlastic1" | |||
} | |||
] | |||
}, | |||
{ | |||
"match": [ | |||
"SheetGlassBase", | |||
"SheetGlassBase10", | |||
"SheetGlassBase1" | |||
], | |||
"fallbackItemId": "SheetGlassBase", | |||
"resolvers": [ | |||
{ | |||
"itemId": "SheetGlassBase", | |||
"conditions": { | |||
"min": 20 | |||
} | |||
}, | |||
{ | |||
"itemId": "SheetGlassBase10", | |||
"conditions": { | |||
"min": 10 | |||
} | |||
}, | |||
{ | |||
"itemId": "SheetGlassBase1" | |||
} | |||
] | |||
}, | |||
{ | |||
"match": [ | |||
"IngotSilver", | |||
"IngotSilver10", | |||
"IngotSilver1" | |||
], | |||
"fallbackItemId": "IngotSilver", | |||
"resolvers": [ | |||
{ | |||
"itemId": "IngotSilver", | |||
"conditions": { | |||
"min": 20 | |||
} | |||
}, | |||
{ | |||
"itemId": "IngotSilver10", | |||
"conditions": { | |||
"min": 10 | |||
} | |||
}, | |||
{ | |||
"itemId": "IngotSilver1" | |||
} | |||
] | |||
}, | |||
{ | |||
"match": [ | |||
"MaterialDiamond", | |||
"MaterialDiamond10", | |||
"MaterialDiamond1" | |||
], | |||
"fallbackItemId": "MaterialDiamond", | |||
"resolvers": [ | |||
{ | |||
"itemId": "MaterialDiamond", | |||
"conditions": { | |||
"min": 20 | |||
} | |||
}, | |||
{ | |||
"itemId": "MaterialDiamond10", | |||
"conditions": { | |||
"min": 10 | |||
} | |||
}, | |||
{ | |||
"itemId": "MaterialDiamond1" | |||
} | |||
] | |||
}, | |||
{ | |||
"match": [ | |||
"SheetPlasma", | |||
"SheetPlasma10", | |||
"SheetPlasma1" | |||
], | |||
"fallbackItemId": "SheetPlasma", | |||
"resolvers": [ | |||
{ | |||
"itemId": "SheetPlasma", | |||
"conditions": { | |||
"min": 20 | |||
} | |||
}, | |||
{ | |||
"itemId": "SheetPlasma10", | |||
"conditions": { | |||
"min": 10 | |||
} | |||
}, | |||
{ | |||
"itemId": "SheetPlasma1" | |||
} | |||
] | |||
}, | |||
{ | |||
"match": [ | |||
"SheetUranium", | |||
"SheetUranium10", | |||
"SheetUranium1" | |||
], | |||
"fallbackItemId": "SheetUranium", | |||
"resolvers": [ | |||
{ | |||
"itemId": "SheetUranium", | |||
"conditions": { | |||
"min": 20 | |||
} | |||
}, | |||
{ | |||
"itemId": "SheetUranium10", | |||
"conditions": { | |||
"min": 10 | |||
} | |||
}, | |||
{ | |||
"itemId": "SheetUranium1" | |||
} | } | ||
] | ] | ||
} | } | ||
] | ] |
Revision as of 22:29, 17 August 2024
|