From e194f9d83dc3b762c0fafd2346f1b2e162f5256f Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 11 Oct 2020 21:06:09 +0200 Subject: [PATCH] Add product for "Just Rain" Also fix products in "skiing fred" Part of: https://github.com/ouya-saviors/ouya-game-data/issues/88 --- classic/com.creepychunk.skiingfred.json | 12 ++++++------ classic/net.robysoft.justrain.json | 13 ++++++++++++- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/classic/com.creepychunk.skiingfred.json b/classic/com.creepychunk.skiingfred.json index 5ac29b57..fb5b37c9 100644 --- a/classic/com.creepychunk.skiingfred.json +++ b/classic/com.creepychunk.skiingfred.json @@ -79,7 +79,7 @@ "products": [ { "promoted": false, - "type": "entitlement", + "type": "consumable", "identifier": "com_dedalord_skiingfred_bk1", "name": "100 gems", "localPrice": 0.01, @@ -88,7 +88,7 @@ }, { "promoted": false, - "type": "entitlement", + "type": "consumable", "identifier": "com_dedalord_skiingfred_bk2", "name": "300 gems", "localPrice": 0.01, @@ -97,7 +97,7 @@ }, { "promoted": false, - "type": "entitlement", + "type": "consumable", "identifier": "com_dedalord_skiingfred_bk3", "name": "600 gems", "localPrice": 0.01, @@ -106,7 +106,7 @@ }, { "promoted": false, - "type": "entitlement", + "type": "consumable", "identifier": "com_dedalord_skiingfred_bk4", "name": "2.000 gems", "localPrice": 0.01, @@ -115,7 +115,7 @@ }, { "promoted": false, - "type": "entitlement", + "type": "consumable", "identifier": "com_dedalord_skiingfred_bk5", "name": "3.500 gems", "localPrice": 0.01, @@ -124,7 +124,7 @@ }, { "promoted": false, - "type": "entitlement", + "type": "consumable", "identifier": "com_dedalord_skiingfred_bk6", "name": "7.500 gems", "localPrice": 0.01, diff --git a/classic/net.robysoft.justrain.json b/classic/net.robysoft.justrain.json index f8d9cf8c..483a0b19 100644 --- a/classic/net.robysoft.justrain.json +++ b/classic/net.robysoft.justrain.json @@ -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" + } + ] }