837
edits
m (Added Categories) |
(Add sell price + add default retrieval/sell price) |
||
Line 15: | Line 15: | ||
| Retrieval Price: | | Retrieval Price: | ||
| £{{{RetrievalPrice}}} | | £{{{RetrievalPrice}}} | ||
|- | |||
| Sell Price: | |||
| £{{{SellPrice}}} | |||
|- | |- | ||
| Can be stolen? | | Can be stolen? | ||
Line 82: | Line 85: | ||
"type": "number", | "type": "number", | ||
"suggested": true, | "suggested": true, | ||
"example": "250,000" | "example": "250,000", | ||
"default": "1,000" | |||
}, | |||
"SellPrice": { | |||
"label": "Sell Price", | |||
"description": "How much the vehicle sells for in the garage. No £ Needed", | |||
"type": "number", | |||
"suggested": true, | |||
"example": "250,000", | |||
"default": "1,000" | |||
}, | }, | ||
"ChopPrice": { | "ChopPrice": { | ||
Line 142: | Line 154: | ||
"RentalPrice", | "RentalPrice", | ||
"RetrievalPrice", | "RetrievalPrice", | ||
"SellPrice", | |||
"CanBeStolen?", | "CanBeStolen?", | ||
"ChopPrice", | "ChopPrice", |