Question Two sellers

Forogoton

Newcomer
Эй, ребята, я хочу, чтобы и Pierre, и Joja продавали семена, при условии, что у Joja будет более дешевая цена. Возможно ли сделать это в одном файле?
 

Attachments

Forogoton

Newcomer
{
"Name": "Basil",
"Product": "Basil",
"SeedName": "Basil Seeds",
"SeedDescription": "Plant these in spring. Takes 5 days to mature.",
"Type": "Vegetable",

"Seasons": ["spring"],
"Phases": [1, 1, 2, 1],
"RegrowthPhase": -1,
"HarvestWithScythe": false,
"TrellisCrop": false,
"Colors": null,
"Bonus":
{
"MinimumPerHarvest": 1,
"MaximumPerHarvest": 1,
"MaxIncreasePerFarmLevel": 5,
"ExtraChance": 0.0,
},
"SeedPurchasePrice": 20 18,
"SeedPurchaseFrom": "Pierre" "JojaMart",


How to make both sellers in the "SeedPurchaseFrom" line and double the price in the "SeedPurchasePrice" line, for one seller and for the other?????
 
Top