overpy 9.5.10 → 9.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/overpy.js +66 -0
- package/package.json +1 -1
package/overpy.js
CHANGED
|
@@ -18058,6 +18058,72 @@ var customGameSettingsSchema = (
|
|
|
18058
18058
|
}
|
|
18059
18059
|
}
|
|
18060
18060
|
},
|
|
18061
|
+
"stadiumPracticeRange": {
|
|
18062
|
+
"values": {
|
|
18063
|
+
"spawnTrainingBots": {
|
|
18064
|
+
"values": "__boolOnOff__",
|
|
18065
|
+
"default": "on",
|
|
18066
|
+
"guid": "00000000EC7E",
|
|
18067
|
+
"en-US": "Spawn Training Bots",
|
|
18068
|
+
"de-DE": "Trainingsbots erscheinen lassen",
|
|
18069
|
+
"es-ES": "Poner robots de entrenamiento",
|
|
18070
|
+
"es-MX": "Reaparici\xF3n de robots de entrenamiento",
|
|
18071
|
+
"fr-FR": "G\xE9n\xE9rer des robots d\u2019entra\xEEnement",
|
|
18072
|
+
"it-IT": "Generazione Addestra-bot",
|
|
18073
|
+
"ja-JP": "\u30C8\u30EC\u30FC\u30CB\u30F3\u30B0\u30FB\u30DC\u30C3\u30C8 \u30EA\u30B9\u30DD\u30FC\u30F3",
|
|
18074
|
+
"ko-KR": "\uD6C8\uB828\uC6A9 \uBD07 \uC0DD\uC131",
|
|
18075
|
+
"pl-PL": "Odrod\u017A boty treningowe",
|
|
18076
|
+
"pt-BR": "Gerar bots de treinamento",
|
|
18077
|
+
"ru-RU": "\u0412\u043E\u0437\u0440\u043E\u0434\u0438\u0442\u044C \u0442\u0440\u0435\u043D\u0438\u0440\u043E\u0432\u043E\u0447\u043D\u044B\u0445 \u0440\u043E\u0431\u043E\u0442\u043E\u0432",
|
|
18078
|
+
"th-TH": "\u0E40\u0E23\u0E35\u0E22\u0E01\u0E1A\u0E2D\u0E17\u0E1D\u0E36\u0E01\u0E1D\u0E19",
|
|
18079
|
+
"tr-TR": "Talim Robotu Yarat\u0131m\u0131",
|
|
18080
|
+
"zh-CN": "\u5237\u65B0\u8BAD\u7EC3\u673A\u5668\u4EBA",
|
|
18081
|
+
"zh-TW": "\u7522\u751F\u8A13\u7DF4\u6A5F\u5668\u4EBA"
|
|
18082
|
+
},
|
|
18083
|
+
"trainingBotsRespawnTime%": {
|
|
18084
|
+
"values": "__percent__",
|
|
18085
|
+
"min": 10,
|
|
18086
|
+
"max": 500,
|
|
18087
|
+
"default": 100,
|
|
18088
|
+
"guid": "00000000F0CC",
|
|
18089
|
+
"en-US": "Training Bot Respawn Time Scalar",
|
|
18090
|
+
"de-DE": "Wiederbelebungszeit von Trainingsbots",
|
|
18091
|
+
"es-ES": "Tiempo de reaparici\xF3n de robot de entrenamiento",
|
|
18092
|
+
"es-MX": "Escala de tiempo de reaparici\xF3n de robot de entrenamiento",
|
|
18093
|
+
"fr-FR": "Temps de r\xE9apparition des robots d\u2019entra\xEEnement",
|
|
18094
|
+
"it-IT": "Frequenza di ricomparsa degli Addestra-bot",
|
|
18095
|
+
"ja-JP": "\u30C8\u30EC\u30FC\u30CB\u30F3\u30B0\u30FB\u30DC\u30C3\u30C8 \u30EA\u30B9\u30DD\u30FC\u30F3\u6642\u9593\u30B9\u30AB\u30E9\u30FC",
|
|
18096
|
+
"ko-KR": "\uD6C8\uB828\uC6A9 \uBD07 \uC7AC\uC0DD\uC131 \uC2DC\uAC04 \uC870\uC815",
|
|
18097
|
+
"pl-PL": "Skalowanie czasu od\u015Bwie\u017Cania bot\xF3w treningowych",
|
|
18098
|
+
"pt-BR": "Tempo escalar de ressurgimento de bots de treinamento",
|
|
18099
|
+
"ru-RU": "\u0412\u0440\u0435\u043C\u044F \u0432\u043E\u0437\u0440\u043E\u0436\u0434\u0435\u043D\u0438\u044F \u0442\u0440\u0435\u043D\u0438\u0440\u043E\u0432\u043E\u0447\u043D\u044B\u0445 \u0440\u043E\u0431\u043E\u0442\u043E\u0432",
|
|
18100
|
+
"th-TH": "\u0E1B\u0E23\u0E31\u0E1A\u0E40\u0E27\u0E25\u0E32\u0E40\u0E01\u0E34\u0E14\u0E43\u0E2B\u0E21\u0E48\u0E40\u0E01\u0E34\u0E14\u0E43\u0E2B\u0E21\u0E48\u0E02\u0E2D\u0E07\u0E1A\u0E2D\u0E17\u0E1D\u0E36\u0E01\u0E1D\u0E19",
|
|
18101
|
+
"tr-TR": "Talim Robotu Yeniden Do\u011Fma S\xFCre Skaleri",
|
|
18102
|
+
"zh-CN": "\u8BAD\u7EC3\u673A\u5668\u4EBA\u5237\u65B0\u65F6\u95F4",
|
|
18103
|
+
"zh-TW": "\u8A13\u7DF4\u6A5F\u5668\u4EBA\u91CD\u751F\u6642\u9593"
|
|
18104
|
+
},
|
|
18105
|
+
"enableTrainingPartner": {
|
|
18106
|
+
"values": "__boolOnOff__",
|
|
18107
|
+
"default": "on",
|
|
18108
|
+
"guid": "0000000105D8",
|
|
18109
|
+
"en-US": "Training Partner",
|
|
18110
|
+
"de-DE": "Trainingspartner",
|
|
18111
|
+
"es-ES": "Pareja de entrenamiento",
|
|
18112
|
+
"es-MX": "Compa\xF1ero de entrenamiento",
|
|
18113
|
+
"fr-FR": "Partenaire d\u2019entra\xEEnement",
|
|
18114
|
+
"it-IT": "Assistente d'Addestramento",
|
|
18115
|
+
"ja-JP": "\u30C8\u30EC\u30FC\u30CB\u30F3\u30B0\u30FB\u30D1\u30FC\u30C8\u30CA\u30FC",
|
|
18116
|
+
"ko-KR": "\uD6C8\uB828 \uC0C1\uB300",
|
|
18117
|
+
"pl-PL": "Partner treningowy",
|
|
18118
|
+
"pt-BR": "Parceiro de Treinamento",
|
|
18119
|
+
"ru-RU": "\u0421\u043F\u0430\u0440\u0440\u0438\u043D\u0433-\u043F\u0430\u0440\u0442\u043D\u0435\u0440",
|
|
18120
|
+
"th-TH": "\u0E04\u0E39\u0E48\u0E2B\u0E39\u0E1D\u0E36\u0E01\u0E1D\u0E19",
|
|
18121
|
+
"tr-TR": "Talim Arkada\u015F\u0131",
|
|
18122
|
+
"zh-CN": "\u8BAD\u7EC3\u4F19\u4F34",
|
|
18123
|
+
"zh-TW": "\u8A13\u7DF4\u5925\u4F34"
|
|
18124
|
+
}
|
|
18125
|
+
}
|
|
18126
|
+
},
|
|
18061
18127
|
"junkenstein": {
|
|
18062
18128
|
"values": {
|
|
18063
18129
|
"difficulty": {
|
package/package.json
CHANGED