Skip to content

Commit

Permalink
Add product for "Just Rain"
Browse files Browse the repository at this point in the history
Also fix products in "skiing fred"

Part of: #88
  • Loading branch information
cweiske committed Oct 11, 2020
1 parent 36c8266 commit e194f9d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
12 changes: 6 additions & 6 deletions classic/com.creepychunk.skiingfred.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"products": [
{
"promoted": false,
"type": "entitlement",
"type": "consumable",
"identifier": "com_dedalord_skiingfred_bk1",
"name": "100 gems",
"localPrice": 0.01,
Expand All @@ -88,7 +88,7 @@
},
{
"promoted": false,
"type": "entitlement",
"type": "consumable",
"identifier": "com_dedalord_skiingfred_bk2",
"name": "300 gems",
"localPrice": 0.01,
Expand All @@ -97,7 +97,7 @@
},
{
"promoted": false,
"type": "entitlement",
"type": "consumable",
"identifier": "com_dedalord_skiingfred_bk3",
"name": "600 gems",
"localPrice": 0.01,
Expand All @@ -106,7 +106,7 @@
},
{
"promoted": false,
"type": "entitlement",
"type": "consumable",
"identifier": "com_dedalord_skiingfred_bk4",
"name": "2.000 gems",
"localPrice": 0.01,
Expand All @@ -115,7 +115,7 @@
},
{
"promoted": false,
"type": "entitlement",
"type": "consumable",
"identifier": "com_dedalord_skiingfred_bk5",
"name": "3.500 gems",
"localPrice": 0.01,
Expand All @@ -124,7 +124,7 @@
},
{
"promoted": false,
"type": "entitlement",
"type": "consumable",
"identifier": "com_dedalord_skiingfred_bk6",
"name": "7.500 gems",
"localPrice": 0.01,
Expand Down
13 changes: 12 additions & 1 deletion classic/net.robysoft.justrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,16 @@
"likeCount": 561,
"average": 4.18,
"count": 1582
}
},
"products": [
{
"promoted": true,
"type": "consumable",
"identifier": "donate_justrain",
"name": "Donate",
"localPrice": 0.99,
"originalPrice": 0.99,
"currency": "USD"
}
]
}

0 comments on commit e194f9d

Please sign in to comment.