Баффы (#510)

* Moodsystem cleanups

* remove overhydrated and overfed mood debuffs

* admins now join game deadmined + new player timers

* faster arrivals

* recharging rcd with metal, glass, plastic or cable coils

* better timings and costs + building apc and camera

* preparing for rpd

* RPD + make RCD more generic

* add rpd to atmos lockers, rcd to engivend

* rcd and rpd to technologies

* dont deadmin me in debug

* rcd ammo buff

* add ChargeCountModifier logic for non stackable items

* increase time to become experienced player

* Dynamic Radial Menus (#29678)

* fix

* Clean Some Code

* Some Commentaries

* Update Content.Client/UserInterface/Controls/RadialContainer.cs

* Update Content.Client/UserInterface/Controls/RadialContainer.cs

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>

* more dynamically parameters

---------

Co-authored-by: Rinary <72972221+Rinary1@users.noreply.github.com>
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
ThereDrD0
2024-07-29 06:04:21 +03:00
committed by GitHub
parent 0f641a46d2
commit d627758826
44 changed files with 1082 additions and 315 deletions

View File

@@ -1,30 +1,59 @@
### UI
# WD EDIT ALL
# Shown when an RCD is examined in details range
rcd-component-examine-detail = В данный момент выбран режим { $mode }.
# Shown when an RCD is examined in details range
rcd-component-examine-detail-count =
Находится в режиме { $mode ->
*[other] _
[floors] полы
[walls] стены
[airlock] шлюзы
[deconstruct] разбор
}, и { $ammoCount ->
*[zero] не содержит зарядов.
[one] содержит 1 заряд.
[few] содержит { $ammoCount } заряда.
[other] содержит { $ammoCount } зарядов.
}
# UI
### Interaction Messages
rcd-component-examine-mode-details = Текущий режим: '{$mode}'.
rcd-component-examine-build-details = Текущий режим строительства: {$name}.
# Shown when changing RCD Mode
rcd-component-change-mode = РЦД переключён в режим { $mode }.
## Interaction Messages
# Mode change
rcd-component-change-mode = РЦД переключён в режим '{$mode}'.
rcd-component-change-build-mode = РЦД переключён в режим строительства {$name}.
# Ammo count
rcd-component-no-ammo-message = В РЦД закончились заряды!
rcd-component-tile-indestructible-message = Эта плитка не может быть уничтожена!
rcd-component-tile-obstructed-message = Этот тайл заблокирован!
rcd-component-deconstruct-target-not-on-whitelist-message = Вы не можете это деконструировать!
rcd-component-cannot-build-floor-tile-not-empty-message = Пол можно построить только в космосе или на покрытии!
rcd-component-cannot-build-wall-tile-not-empty-message = Вы не можете построить стену в космосе!
rcd-component-cannot-build-airlock-tile-not-empty-message = Вы не можете построить шлюз в космосе!
rcd-component-insufficient-ammo-message = В РЦД недостаточно зарядов!
# Deconstruction
rcd-component-tile-indestructible-message = Эта плитка неразрушима!
rcd-component-deconstruct-target-not-on-whitelist-message = Вы не можете это демонтировать!
rcd-component-nothing-to-deconstruct-message = Здесь нечего демонтировать!
rcd-component-tile-obstructed-message = Вы не можете демонтировать плитку, если на ней что-то есть!
# Construction
rcd-component-no-valid-grid = Вы слишком далеко в открытом космосе, чтобы строить здесь!
rcd-component-must-build-on-empty-tile-message = Здесь уже есть фундамент!
rcd-component-cannot-build-on-empty-tile-message = Вы не можете строить это без фундамента!
rcd-component-must-build-on-subfloor-message = Вы можете строить это только на открытом полу!
rcd-component-cannot-build-on-subfloor-message = Вы не можете строить это на открытом полу!
rcd-component-cannot-build-on-occupied-tile-message = Вы не можете строить здесь, это место уже занято!
rcd-component-cannot-build-identical-tile = Эта плитка уже существует!
### Category names
# RCD
rcd-category-WallsAndFlooring = Стены и пол
rcd-category-WindowsAndGrilles = Окна и решётки
rcd-category-Airlocks = Шлюзы
rcd-category-Electrical = Электрика
rcd-category-Lighting = Освещение
# RPD
rcd-category-Pipes = Трубы
rcd-category-GasDevices = Атмосферные приборы
rcd-category-DisposalPipes = Мусорные трубы
rcd-category-DisposalUnits = Мусорные приборы
### Prototype names (note: constructable items will be puralized)
rcd-component-deconstruct = демонтаж
rcd-component-floor-steel = стальная плитка
rcd-component-plating = лист обшивки
# RPD naming
ent-RapidPipeDispenser = РПД
.desc = Новейшее ручное строительное устройство, которое может быстро размещать трубы и атмосферные приборы.