houseExtensions:
{
"version": "3", // Never touch this value. It is needed internally
"extensions": [
{
"id": "1", // Never touch this value. It is needed internally
"isStorage": 1, // Never touch this value. It is needed internally
"type": "DZL_Wooden_Crate_1", // Here you can change the storage type
"description": "#desc_storage_1", // Never touch this value. It is needed internally
"price": 150000, Here you can configure the price of the extension
"isHouseAlarm": 0, // Never touch this value. It is needed internally
"message": "", // Never touch this value. It is needed internally
"level": 0 // Never touch this value. It is needed internally
},
..... .
],
"pricePerLevelHouseInventory": 5000, // Baseprice for first level, increase for every level by 0.1%
"inventoryItemsPerLevel": 10, // deprecated will removed
"maxHouseInventoryLevel": 50 // deprecated will removed
}