-
Notifications
You must be signed in to change notification settings - Fork 154
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
[Feature] Ammo-nation #1025
[Feature] Ammo-nation #1025
Changes from 13 commits
082f179
9b35f48
c494b82
f5915af
c5c90df
d97b737
b09563f
c3d21d5
925eac7
e78f2a0
9ce9dfc
75deac9
225c21f
93fbb76
6c92639
be697d1
8188445
dd80e49
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 | ||||
---|---|---|---|---|---|---|
|
@@ -15,3 +15,4 @@ damage-type-holy = Holy | |||||
|
||||||
#backmen | ||||||
damage-type-stun = Stun | ||||||
damage-type-armor-piercing = Punching | ||||||
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. 🛠️ Refactor suggestion Несоответствие в переводе типа урона Перевод "Punching" не соответствует концепции бронебойного урона (armor-piercing). Рекомендуется использовать более точный термин. Предлагаемое изменение: -damage-type-armor-piercing = Punching
+damage-type-armor-piercing = Armor-piercing 📝 Committable suggestion
Suggested change
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
research-technology-armorpiercingammo = Бронебойные боеприпасы | ||
research-technology-energy_barriers = Энергетические барьеры |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ | |
Blunt: 0.7 | ||
Slash: 0.7 | ||
Piercing: 0.6 | ||
ArmorPiercing: 0.9 | ||
Heat: 0.05 | ||
Cold: 0.1 | ||
Shock: 0.1 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
- Blunt | ||
- Slash | ||
- Piercing | ||
- ArmorPiercing #backmen-Armoures | ||
|
||
- type: damageGroup | ||
id: Burn | ||
|
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
Необходимо обеспечить согласованность переводов
Перевод "Punching" должен соответствовать переводу в файле damage-types.ftl для сохранения единообразия терминологии.
Предлагаемое изменение:
📝 Committable suggestion