Add fish selling, buyer profiles, and player wallet
This commit is contained in:
parent
fb04615600
commit
d2fe367891
25 changed files with 738 additions and 5 deletions
11
economy/buyers/trading_post.tres
Normal file
11
economy/buyers/trading_post.tres
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_resource type="Resource" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://economy/fish_buyer_profile.gd" id="1_profile"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_profile")
|
||||
id = &"trading_post"
|
||||
display_name = "Trading Post"
|
||||
animal_name_singular = "otter"
|
||||
animal_name_plural = "otters"
|
||||
payout_multiplier = 0.85
|
||||
Loading…
Add table
Add a link
Reference in a new issue