diff --git a/content/cards/fuel.json b/content/cards/fuel.json index fd3be2d..49c2333 100644 --- a/content/cards/fuel.json +++ b/content/cards/fuel.json @@ -7,7 +7,7 @@ "amount": 1, "buyable": true, "buyableMaxAmount": 10, - "price": 50, + "price": 100, "interactions": [ { "card": "fuel", diff --git a/content/cards/merchant.json b/content/cards/merchant.json index 44eecdd..db87ad8 100644 --- a/content/cards/merchant.json +++ b/content/cards/merchant.json @@ -11,7 +11,7 @@ { "type": "buy", "card": "money", - "amount": 6 + "amount": 60 }, { "type": "destroyInteracting" @@ -24,7 +24,7 @@ { "type": "buy", "card": "money", - "amount": 25 + "amount": 75 }, { "type": "destroyInteracting" diff --git a/content/cards/metal.json b/content/cards/metal.json index 4f72606..bf4bffd 100644 --- a/content/cards/metal.json +++ b/content/cards/metal.json @@ -7,7 +7,7 @@ "amount": 1, "buyable": true, "buyableMaxAmount": 10, - "price": 10, + "price": 65, "interactions": [ { "card": "metal", diff --git a/content/cards/radar.json b/content/cards/radar.json index 7c5c7d4..b680915 100644 --- a/content/cards/radar.json +++ b/content/cards/radar.json @@ -5,7 +5,7 @@ "icon": "mingcute:radar-2-line", "type": "building", "buyable": true, - "price": 350, + "price": 450, "cooldown": 90, "interactions": [ { diff --git a/pages/game.vue b/pages/game.vue index 9caf464..dd121ee 100644 --- a/pages/game.vue +++ b/pages/game.vue @@ -36,7 +36,7 @@ watchOnce(container, () => { addPercentage('trade-link', 90, 50) addPercentage('fuel', 45, 25, 3) - addPercentage('money', 50, 25, 400) + addPercentage('money', 50, 25, 800) addPercentage('metal', 55, 25, 5) addPercentage('flux-generator', 50, 80)