Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Голод больше не увеличивается настолько сильно после качалки #13174

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

L4rever
Copy link
Contributor

@L4rever L4rever commented Jun 17, 2024

Описание изменений

Голод усиливается теперь лишь немного.
fixes: #13122

Почему и что этот ПР улучшит

Качалка не будет заставлять людей так страдать, особенно в лоупоп

Авторство

Чеинжлог

🆑

  • tweak: Голод после качалки становится не таким сильным как раньше

@TauKitty
Copy link
Contributor

Changelog status: ✔️

@TauKitty TauKitty added the Tweak label Jun 17, 2024
@@ -40,7 +40,7 @@
if(BP.pumped <= 0 && old_pumped > 0)
BP.owner.metabolism_factor.RemoveModifier("Pumped_[BP.name]")
else
BP.owner.metabolism_factor.AddModifier("Pumped_[BP.name]", base_additive = 0.0005 * BP.pumped)
BP.owner.metabolism_factor.AddModifier("Pumped_[BP.name]", base_additive = 0.00015 * BP.pumped)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

мне откровенно интересно в какой момент числа будут настолько мизерные что из-за предела точности начнут округляться к нулю

мб стоит когда-нибудь переписать чтобы модификатор считал сумму всех пумпедов и потом умножался на какой-нибудь коэффициент заместь того как сейчас

@volas volas added the Test Merge Candidate ПР с этим лэйблом будет или уже находится с тест мерже label Jun 18, 2024
@L4rever L4rever closed this Jun 21, 2024
@L4rever L4rever deleted the hunger-fix branch June 21, 2024 21:14
@L4rever L4rever restored the hunger-fix branch June 22, 2024 10:20
@L4rever L4rever reopened this Jun 22, 2024
@volas
Copy link
Member

volas commented Jul 4, 2024

Я точно согласен, что голод надоедливый, но не перекручены ли значения в этом пр-е не уверен. За время ТМ-а проблем вроде не было, если в будущем качки станут проблемой - можно будет вернуться к вопросу.

@volas volas merged commit 14dc088 into TauCetiStation:master Jul 4, 2024
22 checks passed
TauKitty added a commit to TauCetiStation/ClassicChangelog that referenced this pull request Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Test Merge Candidate ПР с этим лэйблом будет или уже находится с тест мерже Tweak
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Невыносимый голод после качалки
4 participants