-
Notifications
You must be signed in to change notification settings - Fork 150
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
[Balance] Альфа must die #972
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -280,7 +280,7 @@ | |
cameraRecoilScalar: 5 | ||
minAngle: 24 | ||
maxAngle: 45 | ||
fireRate: 5 | ||
fireRate: 5.5 | ||
soundGunshot: | ||
path: /Audio/Weapons/Guns64/SMGs/mp38.ogg | ||
- type: ItemSlots | ||
|
@@ -440,18 +440,18 @@ | |
- type: Item | ||
sprite: Backmen/Objects/Weapons/Gunsx64/SMGs/p90.rsi | ||
- type: BkmGunWieldBonus | ||
cameraRecoilScalar: -4 | ||
cameraRecoilScalar: -4.2 | ||
- type: GunWieldBonus | ||
minAngle: -22 | ||
maxAngle: 0 | ||
angleIncrease: -3 | ||
- type: Gun | ||
angleDecay: 40 | ||
angleIncrease: 8 | ||
angleIncrease: 7 | ||
cameraRecoilScalar: 5 | ||
minAngle: 24 | ||
maxAngle: 45 | ||
fireRate: 9 | ||
fireRate: 7 | ||
Comment on lines
+443
to
+454
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Codebase verification Подтверждаю необходимость пересмотра изменений P-90 Анализ параметров всех ПП в игре показывает, что текущие изменения действительно делают P-90 менее конкурентоспособным:
Рекомендации:
🔗 Analysis chainПересмотрите серьёзное ослабление P-90 Внесённые изменения существенно ослабляют P-90:
Рекомендуется смягчить некоторые изменения, так как текущие значения могут сделать оружие неконкурентоспособным. Let me gather more information about the recoil parameters of other SMGs to make a complete comparison. 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Поиск других ПП для сравнения характеристик
rg "fireRate: \d+" --glob "**/*SMG*.yml" -A 2
Length of output: 2511 Script: #!/bin/bash
# Поиск параметров отдачи для всех ПП
rg "angleIncrease: -?\d+\.?\d*|angleDecay: \d+\.?\d*|minAngle: -?\d+\.?\d*|maxAngle: \d+\.?\d*|cameraRecoilScalar: -?\d+\.?\d*" --glob "**/*SMG*.yml" -A 1
Length of output: 7854 |
||
soundGunshot: | ||
path: /Audio/Weapons/Guns64/SMGs/p90.ogg | ||
- type: ItemSlots | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Улучшение управляемости AKMS
Уменьшение отдачи (cameraRecoilScalar: -4, angleIncrease: -3) может сделать оружие слишком точным для его класса.
Предлагаю сбалансировать изменения:
📝 Committable suggestion