563
edits
m (templatedata updated) |
m (TemplateData updated) |
||
Line 53: | Line 53: | ||
"description": "Name of the Vehicle", | "description": "Name of the Vehicle", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true, | ||
"example": "Hatchback (Sport)" | |||
}, | }, | ||
"ClassName": { | "ClassName": { | ||
Line 64: | Line 65: | ||
"BuyPrice": { | "BuyPrice": { | ||
"label": "Buy Price", | "label": "Buy Price", | ||
"description": "Total Buy Price of vehicle without 50% sale.", | "description": "Total Buy Price of vehicle without 50% sale. No £ needed", | ||
"type": "number", | "type": "number", | ||
"required": true | "required": true, | ||
"example": "250,000" | |||
}, | }, | ||
"RentalPrice": { | "RentalPrice": { | ||
"label": "Rental Price", | "label": "Rental Price", | ||
"description": "Total Rental Price of vehicle without 50% sale.", | "description": "Total Rental Price of vehicle without 50% sale. No £ Needed", | ||
"type": "number", | "type": "number", | ||
"required": true | "required": true, | ||
"example": "250,000" | |||
}, | }, | ||
"RetrievalPrice": { | "RetrievalPrice": { | ||
"label": "Retrieval Price", | "label": "Retrieval Price", | ||
"description": "How much it costs to retrieve from the garage", | "description": "How much it costs to retrieve from the garage. No £ Needed", | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true, | ||
"example": "250,000" | |||
}, | }, | ||
"ChopPrice": { | "ChopPrice": { | ||
Line 91: | Line 95: | ||
"description": "Total trunk size of the vehicle", | "description": "Total trunk size of the vehicle", | ||
"type": "number", | "type": "number", | ||
"required": true | "required": true, | ||
"example": "45" | |||
}, | }, | ||
"MaxSpeed": { | "MaxSpeed": { | ||
Line 97: | Line 102: | ||
"description": "Max Speed of the Vehicle", | "description": "Max Speed of the Vehicle", | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true, | ||
"example": "250" | |||
}, | }, | ||
"FuelSpace": { | "FuelSpace": { | ||
Line 103: | Line 109: | ||
"description": "Total internal fuel space value", | "description": "Total internal fuel space value", | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true, | ||
"example": "45" | |||
}, | }, | ||
"Seats": { | "Seats": { | ||
Line 109: | Line 116: | ||
"description": "Total seats in vehicle", | "description": "Total seats in vehicle", | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true, | ||
"example": "5" | |||
}, | }, | ||
"ArmourRating": { | "ArmourRating": { | ||
Line 115: | Line 123: | ||
"description": "Internal Amour Rating of the vehicle", | "description": "Internal Amour Rating of the vehicle", | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true, | ||
"example": "10" | |||
}, | }, | ||
"CanBeStolen?": { | "CanBeStolen?": { | ||
Line 133: | Line 142: | ||
"RentalPrice", | "RentalPrice", | ||
"RetrievalPrice", | "RetrievalPrice", | ||
"CanBeStolen?", | |||
"ChopPrice", | "ChopPrice", | ||
"TrunkSpace", | "TrunkSpace", |
edits