#6321 - Negative tickets #1945
|
@ -36,7 +36,7 @@ module.exports = Self => {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
'id': 1,
|
'id': 1,
|
||||||
'longName': 'Ranged weapon longbow 200cm',
|
'longName': 'Ranged weapon longbow 50cm',
|
||||||
'subName': 'Stark Industries',
|
'subName': 'Stark Industries',
|
||||||
'tag5': 'Color',
|
'tag5': 'Color',
|
||||||
'value5': 'Brown',
|
'value5': 'Brown',
|
||||||
|
@ -50,12 +50,58 @@ module.exports = Self => {
|
||||||
'value7': '1',
|
'value7': '1',
|
||||||
'tag8': null,
|
'tag8': null,
|
||||||
'value8': null,
|
'value8': null,
|
||||||
'available': 185,
|
'available': 20,
|
||||||
'calc_id': 6,
|
'calc_id': 6,
|
||||||
'counter': 0,
|
'counter': 0,
|
||||||
'minQuantity': 1,
|
'minQuantity': 1,
|
||||||
'visible': null,
|
'visible': null,
|
||||||
'price2': 1
|
'price2': 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'id': 2,
|
||||||
|
'longName': 'Ranged weapon longbow 100cm',
|
||||||
|
'subName': 'Stark Industries',
|
||||||
|
'tag5': 'Color',
|
||||||
|
'value5': 'Brown',
|
||||||
|
'match5': 0,
|
||||||
|
'match6': 1,
|
||||||
|
'match7': 0,
|
||||||
|
'match8': 1,
|
||||||
|
'tag6': 'Categoria',
|
||||||
|
'value6': '+1 precission',
|
||||||
|
'tag7': 'Tallos',
|
||||||
|
'value7': '1',
|
||||||
|
'tag8': null,
|
||||||
|
'value8': null,
|
||||||
|
'available': 50,
|
||||||
|
'calc_id': 6,
|
||||||
|
'counter': 1,
|
||||||
|
'minQuantity': 5,
|
||||||
|
'visible': null,
|
||||||
|
'price2': 10
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'id': 3,
|
||||||
|
'longName': 'Ranged weapon longbow 200cm',
|
||||||
|
'subName': 'Stark Industries',
|
||||||
|
'tag5': 'Color',
|
||||||
|
'value5': 'Brown',
|
||||||
|
'match5': 1,
|
||||||
|
'match6': 1,
|
||||||
|
'match7': 1,
|
||||||
|
'match8': 1,
|
||||||
|
'tag6': 'Categoria',
|
||||||
|
'value6': '+1 precission',
|
||||||
|
'tag7': 'Tallos',
|
||||||
|
'value7': '1',
|
||||||
|
'tag8': null,
|
||||||
|
'value8': null,
|
||||||
|
'available': 185,
|
||||||
|
'calc_id': 6,
|
||||||
|
'counter': 10,
|
||||||
|
'minQuantity': 10,
|
||||||
|
'visible': null,
|
||||||
|
'price2': 100
|
||||||
}
|
}
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue