1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-10-16 06:17:27 +00:00

Halve most prices in the shop

This commit is contained in:
Steffo 2023-10-24 18:49:51 +02:00
parent f2ca0ecca4
commit c501b0e982
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -122,10 +122,10 @@ layout_mode = 2
item_icon = ExtResource("5_lu2tr")
item_name = "Silver-ifier"
item_description = "Exchanges ten copper coins for a shiny silver coin!"
item_cost_text = "140 copper"
item_cost_text = "70 copper"
item_scene = ExtResource("10_dui5v")
item_cost_type = &"Copper"
item_cost_goal = 140
item_cost_goal = 70
[node name="PurchasableItemPadding" parent="Rows/PaddedScrollable/Scrollable/ScrollableItems/ConvertCategory" instance=ExtResource("3_4feaj")]
layout_mode = 2
@ -135,10 +135,10 @@ layout_mode = 2
item_icon = ExtResource("6_70u64")
item_name = "Gold-enser"
item_description = "Trades in ten silver coins for a sparkly gold coin!"
item_cost_text = "220 silver"
item_cost_text = "110 silver"
item_scene = ExtResource("12_ml4jm")
item_cost_type = &"Silver"
item_cost_goal = 220
item_cost_goal = 110
[node name="PurchasableItemPadding2" parent="Rows/PaddedScrollable/Scrollable/ScrollableItems/ConvertCategory" instance=ExtResource("3_4feaj")]
layout_mode = 2
@ -148,10 +148,10 @@ layout_mode = 2
item_icon = ExtResource("13_gsd84")
item_name = "Gem-ificator"
item_description = "Converts ten gold coins into a randomly colored gem!"
item_cost_text = "40 gold"
item_cost_text = "20 gold"
item_scene = ExtResource("13_m0kio")
item_cost_type = &"Gold"
item_cost_goal = 40
item_cost_goal = 20
[node name="PurchasableItemPadding4" parent="Rows/PaddedScrollable/Scrollable/ScrollableItems/ConvertCategory" instance=ExtResource("3_4feaj")]
layout_mode = 2
@ -161,10 +161,10 @@ layout_mode = 2
item_icon = ExtResource("15_ecie1")
item_name = "Coal-pressor"
item_description = "Consumes ten gold coins to create either a precious white diamond or an useless lump of coal!"
item_cost_text = "20 gems"
item_cost_text = "10 gems"
item_scene = ExtResource("16_7ok54")
item_cost_type = &"Gem"
item_cost_goal = 20
item_cost_goal = 10
[node name="PurchasableItemPadding6" parent="Rows/PaddedScrollable/Scrollable/ScrollableItems/ConvertCategory" instance=ExtResource("3_4feaj")]
layout_mode = 2
@ -174,10 +174,10 @@ layout_mode = 2
item_icon = ExtResource("14_1p6uj")
item_name = "Arti-factory"
item_description = "Assembles an artifact from twenty-five gold coins and a gem or a diamond!"
item_cost_text = "40 gems"
item_cost_text = "20 gems"
item_scene = ExtResource("14_tgckt")
item_cost_type = &"Gem"
item_cost_goal = 40
item_cost_goal = 20
[node name="PurchasableItemPadding7" parent="Rows/PaddedScrollable/Scrollable/ScrollableItems/ConvertCategory" instance=ExtResource("3_4feaj")]
layout_mode = 2
@ -205,9 +205,9 @@ layout_mode = 2
item_icon = ExtResource("8_270dw")
item_name = "Auto-copper"
item_description = "Receive two copper coins per second!"
item_cost_text = "50 copper"
item_cost_text = "25 copper"
item_cost_type = &"Copper"
item_cost_goal = 50
item_cost_goal = 25
one_shot = true
[node name="PurchasableItemPadding" parent="Rows/PaddedScrollable/Scrollable/ScrollableItems/ManualCategory" instance=ExtResource("3_4feaj")]
@ -218,9 +218,9 @@ layout_mode = 2
item_icon = ExtResource("8_270dw")
item_name = "Heli-copper"
item_description = "Receive eight copper coins per second!"
item_cost_text = "15 silver"
item_cost_text = "8 silver"
item_cost_type = &"Silver"
item_cost_goal = 15
item_cost_goal = 8
has_unlocked = false
one_shot = true
@ -232,9 +232,9 @@ layout_mode = 2
item_icon = ExtResource("8_caq4i")
item_name = "Auto-silver"
item_description = "Receive two silver coins per second!"
item_cost_text = "40 silver"
item_cost_text = "20 silver"
item_cost_type = &"Silver"
item_cost_goal = 40
item_cost_goal = 20
has_unlocked = false
one_shot = true
@ -246,9 +246,9 @@ layout_mode = 2
item_icon = ExtResource("8_caq4i")
item_name = "Super-silver"
item_description = "Receive eight silver coins per second!"
item_cost_text = "25 gold"
item_cost_text = "12 gold"
item_cost_type = &"Gold"
item_cost_goal = 25
item_cost_goal = 12
has_unlocked = false
one_shot = true
@ -260,9 +260,9 @@ layout_mode = 2
item_icon = ExtResource("9_amnej")
item_name = "Auto-gold"
item_description = "Receive two gold coins per second!"
item_cost_text = "4 gems"
item_cost_text = "3 gems"
item_cost_type = &"Gem"
item_cost_goal = 4
item_cost_goal = 3
has_unlocked = false
one_shot = true
@ -319,9 +319,9 @@ layout_mode = 2
item_icon = ExtResource("9_amnej")
item_name = "Midas Touch"
item_description = "Create a gold coin when tapping!"
item_cost_text = "10 gems"
item_cost_text = "7 gems"
item_cost_type = &"Gem"
item_cost_goal = 10
item_cost_goal = 7
has_unlocked = false
one_shot = true