Module:Item/item lookup conflicts resolvers.json: Difference between revisions

From Space Station 14 Wiki
(added the rest of items with conflicts)
(for deletion)
Tag: Replaced
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[
{}
{
"match": [
"SheetSteel",
"SheetSteel10",
"SheetSteel1"
],
"fallbackItemId": "SheetSteel",
"resolvers": [
{
"itemId": "SheetSteel",
"conditions": {
"min": 20
}
},
{
"itemId": "SheetSteel10",
"conditions": {
"min": 10
}
},
{
"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"
}
]
}
]

Latest revision as of 14:15, 3 September 2024

Empty object