837
edits
m (Category changed from vehicles to vehicle templates) |
(Add logic to chop shop price to replace can be stolen) |
||
Line 18: | Line 18: | ||
| '''Sell Price:''' | | '''Sell Price:''' | ||
| £{{{SellPrice}}} | | £{{{SellPrice}}} | ||
|- | |- | ||
| '''Chop Shop Price:''' | | '''Chop Shop Price:''' | ||
| £{{{ChopPrice}}} | | {{#if: {{{ChopPrice|}}} | {{#ifexpr: {{{ChopPrice}}} > 0 | £{{{ChopPrice}}} | Not stealable }} | Unknown}} | ||
|- | |- | ||
| '''Trunk Space:''' | | '''Trunk Space:''' | ||
Line 85: | Line 82: | ||
"type": "number", | "type": "number", | ||
"suggested": true, | "suggested": true, | ||
"example": " | "example": "1,000", | ||
"default": "1,000" | "default": "1,000" | ||
}, | }, | ||
Line 93: | Line 90: | ||
"type": "number", | "type": "number", | ||
"suggested": true, | "suggested": true, | ||
"example": " | "example": "1,000", | ||
"default": "1,000" | "default": "1,000" | ||
}, | }, | ||
Line 101: | Line 98: | ||
"type": "number", | "type": "number", | ||
"suggested": true, | "suggested": true, | ||
"example": "If unable to be stolen - | "example": "If unable to be stolen - enter -1" | ||
}, | }, | ||
"TrunkSpace": { | "TrunkSpace": { | ||
Line 137: | Line 134: | ||
"suggested": true, | "suggested": true, | ||
"example": "10" | "example": "10" | ||
} | } | ||
}, | }, | ||
Line 155: | Line 145: | ||
"RetrievalPrice", | "RetrievalPrice", | ||
"SellPrice", | "SellPrice", | ||
"ChopPrice", | "ChopPrice", | ||
"TrunkSpace", | "TrunkSpace", |