Skip to content

Commit 4841fe0

Browse files
HacktierCopilot
andauthored
Bugfix/merchant bugs (#28)
* WIP * colorized limitedUsage Cards * changed font and adjusted positioning * changed line height * added 12 bg images with change function * optimized * removed custom css * removed style tag * balancing wip * started destroying asteroid field * started destroying asteroid field * changed shipwreck event to spawn card * filled distress signal card actions * added action to radar * only reveal events if there is something to reveal * added pages dir? * evaluated if card is stacked * updated startup board * changed 3 imgs * added soundeffects * Update composables/actions/replace.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * repaired broken index after merge * adjusted baby volume * adjusted cant buy trades problem * fixed merchant trading --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 38f61fe commit 4841fe0

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

content/cards/fuel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"amount": 1,
88
"buyable": true,
99
"buyableMaxAmount": 10,
10-
"price": 50,
10+
"price": 100,
1111
"interactions": [
1212
{
1313
"card": "fuel",

content/cards/merchant.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{
1212
"type": "buy",
1313
"card": "money",
14-
"amount": 6
14+
"amount": 60
1515
},
1616
{
1717
"type": "destroyInteracting"
@@ -24,7 +24,7 @@
2424
{
2525
"type": "buy",
2626
"card": "money",
27-
"amount": 25
27+
"amount": 75
2828
},
2929
{
3030
"type": "destroyInteracting"

content/cards/metal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"amount": 1,
88
"buyable": true,
99
"buyableMaxAmount": 10,
10-
"price": 10,
10+
"price": 65,
1111
"interactions": [
1212
{
1313
"card": "metal",

content/cards/radar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"icon": "mingcute:radar-2-line",
66
"type": "building",
77
"buyable": true,
8-
"price": 350,
8+
"price": 450,
99
"cooldown": 90,
1010
"interactions": [
1111
{

pages/game.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ watchOnce(container, () => {
3636
addPercentage('trade-link', 90, 50)
3737
3838
addPercentage('fuel', 45, 25, 3)
39-
addPercentage('money', 50, 25, 400)
39+
addPercentage('money', 50, 25, 800)
4040
addPercentage('metal', 55, 25, 5)
4141
4242
addPercentage('flux-generator', 50, 80)

0 commit comments

Comments
 (0)