8afb812338
Snapshot of the uncommitted economy/SBC candidate work that built the tested
sbc-host on top of e8d1c1d (NOT authored in this session; committed to leave a
clean tree). Covers pack_content, sbc, store_catalog, host economy_store/lib,
purchasegroup fixtures, economy integration/concurrency/differential tests,
and Cargo.lock. Content matches the running staging host binary.
231 lines
5.0 KiB
JSON
231 lines
5.0 KiB
JSON
{
|
|
"purchase": [
|
|
{
|
|
"assetId": 1,
|
|
"id": 1,
|
|
"packType": "BRONZE",
|
|
"description": "Bronze Pack",
|
|
"state": "active",
|
|
"saleType": "promo",
|
|
"limitType": "NONE",
|
|
"quantity": 0,
|
|
"purchaseLimit": 0,
|
|
"purchaseCount": 0,
|
|
"isPremium": false,
|
|
"sortPriority": 1,
|
|
"displayGroupAssetId": 1,
|
|
"currencies": [
|
|
{
|
|
"name": "coins",
|
|
"funds": 400,
|
|
"finalFunds": 400
|
|
}
|
|
],
|
|
"packContentInfo": {
|
|
"bronzeQuantity": 10,
|
|
"silverQuantity": 2,
|
|
"goldQuantity": 0,
|
|
"rareQuantity": 1,
|
|
"itemQuantity": 12
|
|
},
|
|
"unopened": false,
|
|
"displayGroup": {
|
|
"value": "bronze"
|
|
}
|
|
},
|
|
{
|
|
"assetId": 2,
|
|
"id": 2,
|
|
"packType": "BRONZE",
|
|
"description": "Premium Bronze Pack",
|
|
"state": "active",
|
|
"saleType": "promo",
|
|
"limitType": "NONE",
|
|
"quantity": 0,
|
|
"purchaseLimit": 0,
|
|
"purchaseCount": 0,
|
|
"isPremium": false,
|
|
"sortPriority": 2,
|
|
"displayGroupAssetId": 1,
|
|
"currencies": [
|
|
{
|
|
"name": "coins",
|
|
"funds": 750,
|
|
"finalFunds": 750
|
|
}
|
|
],
|
|
"packContentInfo": {
|
|
"bronzeQuantity": 10,
|
|
"silverQuantity": 2,
|
|
"goldQuantity": 0,
|
|
"rareQuantity": 3,
|
|
"itemQuantity": 12
|
|
},
|
|
"unopened": false,
|
|
"displayGroup": {
|
|
"value": "bronze"
|
|
}
|
|
},
|
|
{
|
|
"assetId": 3,
|
|
"id": 3,
|
|
"packType": "SILVER",
|
|
"description": "Silver Pack",
|
|
"state": "active",
|
|
"saleType": "promo",
|
|
"limitType": "NONE",
|
|
"quantity": 0,
|
|
"purchaseLimit": 0,
|
|
"purchaseCount": 0,
|
|
"isPremium": false,
|
|
"sortPriority": 3,
|
|
"displayGroupAssetId": 2,
|
|
"currencies": [
|
|
{
|
|
"name": "coins",
|
|
"funds": 2500,
|
|
"finalFunds": 2500
|
|
}
|
|
],
|
|
"packContentInfo": {
|
|
"bronzeQuantity": 1,
|
|
"silverQuantity": 11,
|
|
"goldQuantity": 0,
|
|
"rareQuantity": 1,
|
|
"itemQuantity": 12
|
|
},
|
|
"unopened": false,
|
|
"displayGroup": {
|
|
"value": "silver"
|
|
}
|
|
},
|
|
{
|
|
"assetId": 4,
|
|
"id": 4,
|
|
"packType": "SILVER",
|
|
"description": "Premium Silver Pack",
|
|
"state": "active",
|
|
"saleType": "promo",
|
|
"limitType": "NONE",
|
|
"quantity": 0,
|
|
"purchaseLimit": 0,
|
|
"purchaseCount": 0,
|
|
"isPremium": false,
|
|
"sortPriority": 4,
|
|
"displayGroupAssetId": 2,
|
|
"currencies": [
|
|
{
|
|
"name": "coins",
|
|
"funds": 3750,
|
|
"finalFunds": 3750
|
|
}
|
|
],
|
|
"packContentInfo": {
|
|
"bronzeQuantity": 1,
|
|
"silverQuantity": 11,
|
|
"goldQuantity": 0,
|
|
"rareQuantity": 3,
|
|
"itemQuantity": 12
|
|
},
|
|
"unopened": false,
|
|
"displayGroup": {
|
|
"value": "silver"
|
|
}
|
|
},
|
|
{
|
|
"assetId": 5,
|
|
"id": 5,
|
|
"packType": "GOLD",
|
|
"description": "Gold Pack",
|
|
"state": "active",
|
|
"saleType": "promo",
|
|
"limitType": "NONE",
|
|
"quantity": 0,
|
|
"purchaseLimit": 0,
|
|
"purchaseCount": 0,
|
|
"isPremium": false,
|
|
"sortPriority": 5,
|
|
"displayGroupAssetId": 3,
|
|
"currencies": [
|
|
{
|
|
"name": "coins",
|
|
"funds": 5000,
|
|
"finalFunds": 5000
|
|
}
|
|
],
|
|
"packContentInfo": {
|
|
"bronzeQuantity": 0,
|
|
"silverQuantity": 2,
|
|
"goldQuantity": 10,
|
|
"rareQuantity": 1,
|
|
"itemQuantity": 12
|
|
},
|
|
"unopened": false,
|
|
"displayGroup": {
|
|
"value": "gold"
|
|
}
|
|
},
|
|
{
|
|
"assetId": 6,
|
|
"id": 6,
|
|
"packType": "GOLD",
|
|
"description": "Premium Gold Pack",
|
|
"state": "active",
|
|
"saleType": "promo",
|
|
"limitType": "NONE",
|
|
"quantity": 0,
|
|
"purchaseLimit": 0,
|
|
"purchaseCount": 0,
|
|
"isPremium": false,
|
|
"sortPriority": 6,
|
|
"displayGroupAssetId": 3,
|
|
"currencies": [
|
|
{
|
|
"name": "coins",
|
|
"funds": 7500,
|
|
"finalFunds": 7500
|
|
}
|
|
],
|
|
"packContentInfo": {
|
|
"bronzeQuantity": 0,
|
|
"silverQuantity": 2,
|
|
"goldQuantity": 10,
|
|
"rareQuantity": 3,
|
|
"itemQuantity": 12
|
|
},
|
|
"unopened": false,
|
|
"displayGroup": {
|
|
"value": "gold"
|
|
}
|
|
},
|
|
{
|
|
"assetId": 65534,
|
|
"id": 65534,
|
|
"packType": "GOLD",
|
|
"description": "",
|
|
"state": "active",
|
|
"saleType": "promo",
|
|
"limitType": "NONE",
|
|
"quantity": 0,
|
|
"purchaseLimit": 0,
|
|
"purchaseCount": 0,
|
|
"isPremium": false,
|
|
"sortPriority": 1,
|
|
"displayGroupAssetId": 3,
|
|
"packContentInfo": {
|
|
"bronzeQuantity": 0,
|
|
"silverQuantity": 0,
|
|
"goldQuantity": 0,
|
|
"rareQuantity": 0,
|
|
"itemQuantity": 0
|
|
},
|
|
"unopened": false,
|
|
"displayGroup": {
|
|
"value": "mypacks",
|
|
"priority": 1
|
|
}
|
|
}
|
|
],
|
|
"timestamp": 1596326400
|
|
}
|