563
edits
m (added "can be stolen?") |
m (TemplateData updated) |
||
Line 82: | Line 82: | ||
"ChopPrice": { | "ChopPrice": { | ||
"label": "Chop Shop Price", | "label": "Chop Shop Price", | ||
"description": "How much you get if you chop the vehicle if possible", | "description": "How much you get if you chop the vehicle if possible - If not possible, remove this field", | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true, | ||
"example": "If unable to be stolen - Remove this field" | |||
}, | }, | ||
"TrunkSpace": { | "TrunkSpace": { | ||
Line 115: | Line 116: | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true | ||
}, | |||
"CanBeStolen?": { | |||
"label": "Can be stolen?", | |||
"description": "Can the vehicle be stolen - Either True of False", | |||
"example": "True or False", | |||
"type": "boolean", | |||
"required": true | |||
} | } | ||
}, | }, | ||
Line 130: | Line 138: | ||
"FuelSpace", | "FuelSpace", | ||
"Seats", | "Seats", | ||
"ArmourRating" | "ArmourRating", | ||
"CanBeStolen?" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
edits