FakeFishGames / Barotrauma

A 2D online multiplayer game taking place in a submarine travelling through the icy depths of Jupiter's moon Europa.
http://www.barotraumagame.com/
1.72k stars 401 forks source link

Captain's talent "Travelling Tradesman" doesn't give +20% item sell value #14360

Open Regalis11 opened 1 month ago

Regalis11 commented 1 month ago

Discussed in https://github.com/FakeFishGames/Barotrauma/discussions/14312

Originally posted by **SomeRandomNoobKekeke** July 20, 2024 ### Disclaimers - [X] I have searched the issue tracker to check if the issue has already been reported. - [ ] My issue happened while using mods. ### What happened? it should ![Screenshot_1](https://github.com/user-attachments/assets/393f147f-f145-46a5-832e-35e42365a269) Both of these multipliers are always zero https://github.com/FakeFishGames/Barotrauma/blob/0aee53976202c7ea5c0bb3f26669a97c8dc2400c/Barotrauma/BarotraumaShared/SharedSource/Map/Map/Location.cs#L339-L344 It can be "fixed" by ![Screenshot_2](https://github.com/user-attachments/assets/e5ba68df-d9f1-417b-8a36-dd761488dcf9) Although I don't know how it works, why it helps or why PermanentStat doesn't work ![barodev small](https://github.com/user-attachments/assets/136201e5-b967-4294-981f-f0391a91dc72) ### Reproduction steps Start new campaign giveexperience 1000000 unlock this talent on captain Your revolver rounds now should cost 6mk instead of 5mk ### Bug prevalence Happens every time I play ### Single player or multiplayer? Single player ### - _No response_ ### Version v1.5.9.1 (Summer Update Hotfix 2) ### - _No response_ ### Which operating system did you encounter this bug on? Windows ### Relevant error messages and crash reports _No response_
ubertpendragon commented 1 month ago

Is the sale price modifier +20% of 0.30 (0.36%) or 0.50

If it's 0.5 you risk running into potential buy/sale money loops Example: Merchant sells revolvers, but also has revolvers as requested goods The cost of buying a revolver is lower than the requested good sale price of revolver

Buy all revolvers, sell all revolvers, free money

I'll open a ticket for store-related business because they have a few problems