Refine shop, online sessions, and player feedback
This commit is contained in:
parent
2ffcbf51ac
commit
c038eeadea
47 changed files with 1208 additions and 189 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue