-
Notifications
You must be signed in to change notification settings - Fork 32
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
Мап мап #389
Мап мап #389
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
- type: gameMapPool | ||
id: LostParadiseMapPool | ||
maps: | ||
# - LPPAsterisk | ||
# - LPPSubmarine | ||
# - LPPPebble | ||
- LPPAsterisk | ||
- LPPSubmarine | ||
- LPPPebble | ||
# - LPPNormandy | ||
# - LPPKerberos | ||
# - LPPIceBox | ||
# - LPPCyberiad | ||
- LPPKerberos | ||
- LPPIceBox | ||
- LPPCyberiad | ||
# - Plot_113 | ||
- NY_LPPAsterisk | ||
# - NY_LPPAsterisk | ||
- LPPSubmarine | ||
- NY_PebbleStation | ||
- NY_LPPNormandy | ||
- NY_LPPKerberos | ||
# - NY_PebbleStation | ||
# - NY_LPPNormandy | ||
# - NY_LPPKerberos | ||
- LPPIceBox | ||
- NY_Plot_113 | ||
- NY_LPPCyberiad | ||
# - NY_Plot_113 | ||
# - NY_LPPCyberiad | ||
|
||
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
id: LPPAsterisk | ||
mapName: 'Астериск' | ||
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. Обнаружены русские переводы в прототипе Согласно правилам кодирования, в прототипах запрещены переводы на русский язык. Необходимо использовать только английский текст или ссылки на переводы. - mapName: 'Астериск'
+ mapName: 'Asterisk'
...
- mapNameTemplate: '{0} Станция Астериск {1}'
+ mapNameTemplate: '{0} Station Asterisk {1}' Also applies to: 16-16 |
||
mapPath: /Maps/_LostParadise/LPPAsterisk.yml | ||
minPlayers: 20 | ||
minPlayers: 0 | ||
maxPlayers: 70 | ||
stations: | ||
LPPAsterisk: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
id: LPPCyberiad | ||
mapName: 'NS Кибериада' | ||
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. Обнаружены русские переводы в прототипе Согласно правилам кодирования, в прототипах запрещены переводы на русский язык. Необходимо использовать только английский текст или ссылки на переводы. - mapName: 'NS Кибериада'
+ mapName: 'NS Cyberiad'
...
- mapNameTemplate: '{0} NS Кибериада {1}'
+ mapNameTemplate: '{0} NS Cyberiad {1}' Also applies to: 11-11 |
||
mapPath: /Maps/_LostParadise/LPPCyberiad.yml | ||
minPlayers: 20 | ||
minPlayers: 15 | ||
stations: | ||
LPPCyberiad: | ||
stationProto: StandardNanotrasenStation | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
id: LPPIceBox | ||
mapName: 'NTS АйсБокс' | ||
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. Обнаружены русские переводы в прототипе Согласно правилам кодирования, в прототипах запрещены переводы на русский язык. Необходимо использовать только английский текст или ссылки на переводы. - mapName: 'NTS АйсБокс'
+ mapName: 'NTS IceBox'
...
- mapNameTemplate: '{0} NTS АйсБокс {1}'
+ mapNameTemplate: '{0} NTS IceBox {1}' Also applies to: 11-11 |
||
mapPath: /Maps/_LostParadise/LPPIceBox.yml | ||
minPlayers: 15 | ||
minPlayers: 0 | ||
stations: | ||
IceBoxstation: | ||
stationProto: StandardNanotrasenStation | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
id: LPPKerberos | ||
mapName: 'NS Керберос' | ||
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. Обнаружены русские переводы в прототипе Согласно правилам кодирования, в прототипах запрещены переводы на русский язык. Необходимо использовать только английский текст или ссылки на переводы. - mapName: 'NS Керберос'
+ mapName: 'NS Kerberos'
...
- mapNameTemplate: '{0} NS Керберос {1}'
+ mapNameTemplate: '{0} NS Kerberos {1}' Also applies to: 11-11 |
||
mapPath: /Maps/_LostParadise/LPPKerberos.yml | ||
minPlayers: 30 | ||
minPlayers: 15 | ||
stations: | ||
LPPKerberos: | ||
stationProto: StandardNanotrasenStation | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
id: LPPSubmarine | ||
mapName: 'Субмарина' | ||
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. Необходимо использовать английский язык в прототипах Согласно правилам кодирования, в прототипах запрещены переводы на русский язык. Замените русский текст на английский или добавьте ссылку на перевод для следующих строк:
Also applies to: 11-11 |
||
mapPath: /Maps/_LostParadise/LPPSubmarine.yml | ||
minPlayers: 60 | ||
minPlayers: 15 | ||
stations: | ||
LPPSubmarine: | ||
stationProto: StandardNanotrasenStation | ||
|
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.
Обнаружены дублирующиеся записи карт
В конфигурации пула карт обнаружены дублирующиеся записи:
LPPSubmarine
(строки 5 и 13)LPPIceBox
(строки 9 и 17)Рекомендуется удалить дублирующиеся записи во избежание непредвиденного поведения при ротации карт.
📝 Committable suggestion
🧰 Tools
🪛 yamllint (1.35.1)
[error] 4-4: wrong indentation: expected at least 3
(indentation)
[warning] 7-7: comment not indented like content
(comments-indentation)
[warning] 11-11: comment not indented like content
(comments-indentation)
[warning] 14-14: comment not indented like content
(comments-indentation)
[error] 20-20: too many blank lines
(1 > 0) (empty-lines)