json
"Vessels": { //Dino Limit Section (Groups share the same limit)
"DisplayName": "Vessels", //Dino Group Name
"Limit": { //Total number of dinos for all blueprints listed
"SuperVIP": -1, //-1 = no limit, 0 = allow none, 1+ allow that many
"VIP": 2, //-1 = no limit, 0 = allow none, 1+ allow that many
"Default": 1 //-1 = no limit, 0 = allow none, 1+ allow that many
},
"Blueprints": [ //All blueprints that belong to this group (1 or more blueprints)
"Blueprint'/Game/Packs/TidesOfFortune/Vehicles/Brigantine/PrimalItemShip_Craft_Brig.PrimalItemShip_Craft_Brig'", //This is the Shipyard Structure Brig Engram
"Blueprint'/Game/Water/Vessels/Brig/BrigShipBP.BrigShipBP'", //This is the Brig BP (Both Engram and BP must be used)
"Blueprint'/Game/Packs/TidesOfFortune/Vehicles/Sloop/PrimalItemShip_Craft_Sloop.PrimalItemShip_Craft_Sloop'", //This is the Shipyard Structure Sloop Engram
"Blueprint'/Game/Water/Vessels/Sloop/SloopShipBP.SloopShipBP'" //This is the Sloop BP (Both Engram and BP must be used)
]
}