Refine shop, online sessions, and player feedback

This commit is contained in:
Alexander Sellite 2026-08-11 16:35:33 -04:00
parent 2ffcbf51ac
commit c038eeadea
47 changed files with 1208 additions and 189 deletions

View file

@ -14,8 +14,8 @@ const ITEM_PRICES: Dictionary[StringName, int] = {
&"snails": 3,
&"shrimp": 7,
&"squid_chunks": 15,
&"whole_anchovy": 30,
&"whole_sardine": 60,
&"whole_anchovy": 60,
&"whole_sardine": 30,
&"luminous_roe": 125,
&"the_standby": 750,
&"coffee": 20,
@ -28,8 +28,8 @@ const BAIT_UNLOCK_PRICES: Dictionary[StringName, int] = {
&"snails": 400,
&"shrimp": 1200,
&"squid_chunks": 3500,
&"whole_anchovy": 9000,
&"whole_sardine": 22000,
&"whole_anchovy": 22000,
&"whole_sardine": 9000,
&"luminous_roe": 50000,
}
const ITEM_ORDER: Array[StringName] = [
@ -37,8 +37,8 @@ const ITEM_ORDER: Array[StringName] = [
&"snails",
&"shrimp",
&"squid_chunks",
&"whole_anchovy",
&"whole_sardine",
&"whole_anchovy",
&"luminous_roe",
&"the_standby",
FISH_FINDER_ID,