Значение компонентов и переменных ContentServers: различия между версиями
Материал из Space Station 14 Вики
Нет описания правки |
Нет описания правки |
||
Строка 981: | Строка 981: | ||
| style="background-color:#383842; color:#9650E4 | <center>''' float '''</center> | | style="background-color:#383842; color:#9650E4 | <center>''' float '''</center> | ||
| style="background-color:#383842; | <center>''' { get; set; } '''</center> | | style="background-color:#383842; | <center>''' { get; set; } '''</center> | ||
| style="background-color:#383842; | <center>''' Взрыв, при | | style="background-color:#383842; | <center>''' Взрыв, при чересчур большом давлении в баллоне '''</center> | ||
|- | |- | ||
| style="background-color:#383842; | <center>''' tankFragmentScale '''</center> | | style="background-color:#383842; | <center>''' tankFragmentScale '''</center> | ||
| style="background-color:#383842; color:#9650E4 | <center>'''float '''</center> | | style="background-color:#383842; color:#9650E4 | <center>'''float '''</center> | ||
| style="background-color:#383842; | <center>''' '''</center> | | style="background-color:#383842; | <center>''' '''</center> | ||
| style="background-color:#383842; | <center>''' Вместимость в | | style="background-color:#383842; | <center>''' Вместимость в базовый баллон '''</center> | ||
|- | |- | ||
| style="background-color:#383842; | <center>''' TankLeakPressure '''</center> | | style="background-color:#383842; | <center>''' TankLeakPressure '''</center> | ||
| style="background-color:#383842; color:#9650E4 | <center>'''float '''</center> | | style="background-color:#383842; color:#9650E4 | <center>'''float '''</center> | ||
| style="background-color:#383842; | <center>''' 30 * Atmospherics.OneAtmosphere '''</center> | | style="background-color:#383842; | <center>''' 30 * Atmospherics.OneAtmosphere '''</center> | ||
| style="background-color:#383842; | <center>''' Давление, при котором баллон | | style="background-color:#383842; | <center>''' Давление, при котором баллон начинает выпускать постепенно воздух '''</center> | ||
|- | |- | ||
| style="background-color:#383842; | <center>''' TankLowPressure '''</center> | | style="background-color:#383842; | <center>''' TankLowPressure '''</center> | ||
Строка 1001: | Строка 1001: | ||
| style="background-color:#383842; color:#9650E4 | <center>'''float '''</center> | | style="background-color:#383842; color:#9650E4 | <center>'''float '''</center> | ||
| style="background-color:#383842; | <center>''' 40 * Atmospherics.OneAtmosphere '''</center> | | style="background-color:#383842; | <center>''' 40 * Atmospherics.OneAtmosphere '''</center> | ||
| style="background-color:#383842; | <center>''' Давление, при котором всё содержимое баллона | | style="background-color:#383842; | <center>''' Давление, при котором всё содержимое баллона мгновенно выпустится. '''</center> | ||
|} | |} | ||
|} | |} | ||
Строка 1008: | Строка 1008: | ||
--> | --> | ||
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center; font-size: 14px; background:#303037;" border=1 cellspacing=0 | {| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center; font-size: 14px; background:#303037;" border=1 cellspacing=0 | ||
!<big> | !<big>GridAtmosphere</big> - Используется для сеток с атмосферой.</center> | ||
|- | |- | ||
| | | | ||
Строка 1015: | Строка 1015: | ||
! style="background-color:#4E5058; width: 20%" | Название переменной !! style="background-color:#4E5058; width: 5%" | Тип переменной !! style="background-color:#4E5058; width: 20%" | Базовое значение переменной !! style="background-color:#4E5058; width: 50%" | Значение | ! style="background-color:#4E5058; width: 20%" | Название переменной !! style="background-color:#4E5058; width: 5%" | Тип переменной !! style="background-color:#4E5058; width: 20%" | Базовое значение переменной !! style="background-color:#4E5058; width: 50%" | Значение | ||
|- | |- | ||
| style="background-color:#383842; | <center>''' | | style="background-color:#383842; | <center>''' ActiveTiles '''</center> | ||
| style="background-color:#383842; color:#9650E4 | <center>''' | | style="background-color:#383842; color:#9650E4 | <center>''' readonly '''</center> | ||
| style="background-color:#383842; | <center>''' | | style="background-color:#383842; | <center>''' new(1000) '''</center> | ||
| style="background-color:#383842; | <center>''' | | style="background-color:#383842; | <center>''' Активные плитки '''</center> | ||
|- | |- | ||
| style="background-color:#383842; | <center>''' | | style="background-color:#383842; | <center>''' AtmosDevices '''</center> | ||
| style="background-color:#383842; color:#9650E4 | <center>''' float '''</center> | | style="background-color:#383842; color:#9650E4 | <center>''' readonly '''</center> | ||
| style="background-color:#383842; | <center>''' | | style="background-color:#383842; | <center>''' new() '''</center> | ||
| style="background-color:#383842; | <center>''' | | style="background-color:#383842; | <center>''' Устройства атмосферы '''</center> | ||
|- | |||
| style="background-color:#383842; | <center>''' CurrentRunAtmosDevices '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' Queue '''</center> | |||
| style="background-color:#383842; | <center>''' new() '''</center> | |||
| style="background-color:#383842; | <center>''' Текущие запущенные атмосферные устройства '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' CurrentRunExcitedGroups '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' Queue '''</center> | |||
| style="background-color:#383842; | <center>''' new() '''</center> | |||
| style="background-color:#383842; | <center>''' Текущие группы с "возбуждением" от запуска(???) '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' CurrentRunInvalidatedCoordinates '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' readonly '''</center> | |||
| style="background-color:#383842; | <center>''' new() '''</center> | |||
| style="background-color:#383842; | <center>''' Текущий запуск в подтвержденных координатах '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' CurrentRunPipeNet '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' Queue '''</center> | |||
| style="background-color:#383842; | <center>''' new() '''</center> | |||
| style="background-color:#383842; | <center>''' Сеть трубопроводов текущего участка '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' CurrentRunTiles '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' Queue '''</center> | |||
| style="background-color:#383842; | <center>''' new() '''</center> | |||
| style="background-color:#383842; | <center>''' Плитки текущего запуска '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' ExcitedGroups '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' readonly '''</center> | |||
| style="background-color:#383842; | <center>''' new(1000) '''</center> | |||
| style="background-color:#383842; | <center>''' Возбужденные группы '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' HighPressureDelta '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' HashSet '''</center> | |||
| style="background-color:#383842; | <center>''' new(1000) '''</center> | |||
| style="background-color:#383842; | <center>''' HighPressureDelta(Частица высокого давления???) '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' HotspotTiles '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' readonly '''</center> | |||
| style="background-color:#383842; | <center>''' new(1000) '''</center> | |||
| style="background-color:#383842; | <center>''' Горячие точки плитки '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' InvalidatedCoords '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' readonly '''</center> | |||
| style="background-color:#383842; | <center>''' new(1000) '''</center> | |||
| style="background-color:#383842; | <center>''' Недействительные координаты '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' PipeNets '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' readonly '''</center> | |||
| style="background-color:#383842; | <center>''' new() '''</center> | |||
| style="background-color:#383842; | <center>''' Трубные сети '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' SuperconductivityTiles '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' Queue '''</center> | |||
| style="background-color:#383842; | <center>''' new() '''</center> | |||
| style="background-color:#383842; | <center>''' Устройства атмосферы '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' AtmosDevices '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' readonly '''</center> | |||
| style="background-color:#383842; | <center>''' new(1000) '''</center> | |||
| style="background-color:#383842; | <center>''' Сверхпроводящие плитки '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' Tiles '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' readonly '''</center> | |||
| style="background-color:#383842; | <center>''' new(1000) '''</center> | |||
| style="background-color:#383842; | <center>''' Плитки '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' ActiveTilesCount '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' int '''</center> | |||
| style="background-color:#383842; | <center>''' '''</center> | |||
| style="background-color:#383842; | <center>''' Количество активных плиток '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' EqualizationQueueCycleControl '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' long '''</center> | |||
| style="background-color:#383842; | <center>''' { get; set; } '''</center> | |||
| style="background-color:#383842; | <center>''' Контроль цикла очереди выравнивания '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' Tiles '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' readonly '''</center> | |||
| style="background-color:#383842; | <center>''' { get; set; } '''</center> | |||
| style="background-color:#383842; | <center>''' Плитки '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' ExcitedGroupCount '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' int '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } '''</center> | |||
| style="background-color:#383842; | <center>''' Подсчет возбужденных групп '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' HighPressureDeltaCount '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' int '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } '''</center> | |||
| style="background-color:#383842; | <center>''' Счетчик дельты высокого давления(Счётчик частиц высокого давления???) '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' HotspotTilesCount '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' int '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } '''</center> | |||
| style="background-color:#383842; | <center>''' Счетчик горячих точек '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' InvalidatedCoordsCount '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' int '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } '''</center> | |||
| style="background-color:#383842; | <center>''' Счётчик недействительных координат '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' ProcessingPaused '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' bool '''</center> | |||
| style="background-color:#383842; | <center>''' True/False '''</center> | |||
| style="background-color:#383842; | <center>''' Обработка приостановлена? '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' Simulated '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' bool '''</center> | |||
| style="background-color:#383842; | <center>''' True/False '''</center> | |||
| style="background-color:#383842; | <center>''' Моделировать? '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' State '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' int '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } '''</center> | |||
| style="background-color:#383842; | <center>''' Состояние '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' SuperconductivityTilesCount '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' int '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } '''</center> | |||
| style="background-color:#383842; | <center>''' Счетчик сверхпроводящих плиток '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' Timer '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' float '''</center> | |||
| style="background-color:#383842; | <center>''' 0f '''</center> | |||
| style="background-color:#383842; | <center>''' Таймер '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' UpdateCounter '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' int '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } '''</center> | |||
| style="background-color:#383842; | <center>''' Счетчик обновлений '''</center> | |||
|} | |} | ||
|} | |} |
Версия от 13:12, 21 марта 2023
|
Особенности ролей | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Доступ | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Случайные действия | |
---|---|
|
Реклама торгоматов | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Покрасчик шлюзов | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Аварийное освещение | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Животные | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Аномалии | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Аркадные игры | ||
---|---|---|
|
Броня | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Атмосфера (ой сука заебусь яяяя) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|