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

Guns tweaks #12162

Merged
merged 5 commits into from
Sep 25, 2023
Merged

Guns tweaks #12162

merged 5 commits into from
Sep 25, 2023

Conversation

AndroBetel
Copy link
Member

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

убирает захардкоженную задержку при выстрелах в 4 тика, переносит её в fire_delay для того, чтобы можно было делать пушки, стреляющее прям супер быстро! как например л10с, которая сейчас практически бесполезна, но с удалением хардкода может заиметь какую-никакую нишу (была задумана с делеем в 1 тик, а при оверчарже - в 0)
убирает возможность точно узнавать сколько патронов в магазине через экзамин пушки, в которой это сделать невозможно. накидал всяким пушкам с открытыми магазинами аммо каунтер.

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

интересный контент!

Авторство

я

Чеинжлог

🆑

  • balance: Л10-С теперь ужасно скорострельна.
  • tweak: У пушек с закрытыми магазинами нельзя посмотреть количество патронов.

@TauKitty
Copy link
Contributor

Changelog status: ✔️

@AndroBetel
Copy link
Member Author

оказалось что фаер делей 1 это слишком жестко, плазма теперь с 2

@@ -22,7 +22,6 @@
newshot()
BB.pixel_x += rand(-8, 8) // so they will look more spreaded and not all in one (good for shotguns).
BB.pixel_y += rand(-8, 8)
user.next_move = world.time + 4
Copy link
Member

Choose a reason for hiding this comment

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

предположение, что fire_delay используется везде, стоило бы еще проверить. Но наверно ничего критичного не сломается?

@volas volas merged commit 232ece1 into TauCetiStation:master Sep 25, 2023
10 checks passed
TauKitty added a commit to TauCetiStation/ClassicChangelog that referenced this pull request Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants