Add fish selling, buyer profiles, and player wallet

This commit is contained in:
Alexander Sellite 2026-07-25 16:27:07 -04:00
parent fb04615600
commit d2fe367891
25 changed files with 738 additions and 5 deletions

View file

@ -25,4 +25,7 @@ weight_max_lb = 8.0
display_scale_min = 0.9
display_scale_max = 1.5
display_scale_curve = 0.9
sell_value_min = 12
sell_value_max = 45
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

View file

@ -18,4 +18,7 @@ weight_max_lb = 2.0
display_scale_min = 0.7
display_scale_max = 1.1
display_scale_curve = 1.0
sell_value_min = 3
sell_value_max = 12
sell_value_curve = 1.0
display_texture = ExtResource("4_texture")

View file

@ -25,4 +25,7 @@ weight_max_lb = 18.0
display_scale_min = 1.0
display_scale_max = 1.8
display_scale_curve = 0.85
sell_value_min = 25
sell_value_max = 90
sell_value_curve = 0.85
display_texture = ExtResource("4_texture")