Портативный мониторинг Экипажа в исследовании (#3112)

This commit is contained in:
KaiserMaus 2025-09-02 13:15:41 +01:00 committed by GitHub
parent bb205c66a7
commit 84aeb65bf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 34 additions and 9 deletions

View file

@ -3,6 +3,7 @@ research-technology-basic-surgery = Базовая хирургия
research-technology-basic-cyberlimbs = Базовые кибер-конечности
research-technology-implant-extractor = Извлечение имплантов
research-technology-advanced-surgery = Продвинутая хирургия
research-technology-hanheld-crew-monitor = Портативный мониторинг
research-technology-mechanized-medical-treatment = Механизированное лечение
research-technology-handcraft-nvd = Кустарные ПНВ
research-technology-basic-nvd = Продвинутое ПНВ
@ -18,4 +19,4 @@ research-technology-science-cyberlimbs = Научные киберконечно
research-technology-secmelee-cyberlimbs = Боевые киберконечности ближнего боя
research-technology-secrange-cyberlimbs = Боевые киберконечности дальнего боя
research-technology-nightvision-eyes = Импланты ночного видения
research-technology-thermalvision-eyes = Импланты теплового зрения
research-technology-thermalvision-eyes = Импланты теплового зрения

View file

@ -17,6 +17,7 @@ research-technology-ripley-mkii = Рипли MK-II
research-technology-clarke = Кларк
research-technology-gygax = Гигакс
research-technology-durand = Дюранд
research-technology-dual-wielding-technology = Технология многорукого боя
research-technology-advanced-atmospherics = Продвинутые атмос-технологии
research-technology-advanced-tools = Продвинутые инструменты
research-technology-super-powercells = Супербатареи
@ -24,6 +25,7 @@ research-technology-bluespace-storage = Блюспейс-хранилище
research-technology-portable-fission = Портативный распад
research-technology-space-scanning = Сканирование космоса
research-technology-excavation = Массовые раскопки
research-technology-optimized-microgalvanism = Оптимизированный микрогальванизм
research-technology-biochemical-stasis = Биохимический стазис
research-technology-mechanized-treatment = Механизированная подготовка
research-technology-bluespace-chemistry = Блюспейс-химия

View file

@ -367,9 +367,12 @@
path: /Audio/Weapons/Guns/Gunshots/rpgfire.ogg
- type: ProjectileBatteryAmmoProvider
proto: BulletWeakRocket
fireCost: 125
fireCost: 100
- type: Appearance
- type: AmmoCounter
- type: Battery
maxCharge: 900
startingCharge: 900
- type: entity
id: WeaponMechCombatMissileRack6

View file

@ -819,7 +819,7 @@
- type: Sprite
sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi
layers:
- state: frag
- state: smallfrag
- type: ExplodeOnTrigger
- type: Explosive
explosionType: Default
@ -827,6 +827,7 @@
intensitySlope: 1
totalIntensity: 4 # 60 total damage to distribute over tiles
maxTileBreak: 1
canCreateVacuum: False
- type: PointLight
radius: 3.5
color: orange

View file

@ -44,7 +44,7 @@
maxAngle: 16
angleIncrease: 1
angleDecay: 6
fireRate: 5
fireRate: 4
selectedMode: FullAuto
availableModes:
- SemiAuto

View file

@ -137,9 +137,11 @@
maxVol: 30
reagents:
- ReagentId: Ephedrine
Quantity: 20
Quantity: 16
- ReagentId: Epinephrine
Quantity: 10
Quantity: 8
- ReagentId: Tricordrazine
Quantity: 6
- type: SolutionContainerVisuals
maxFillLevels: 1
changeColor: false

View file

@ -1,7 +1,6 @@
- type: latheRecipePack
id: MedicalStaticSunrise
recipes:
- HandheldCrewMonitor
# - ClothingHandsGlovesNitrileBlack # Sunrise-TODO: Не добавлять, пока не сделаете им уникальные для каждой волокна, ибо на момент комита тут все "нитриловые"
# - ClothingHandsGlovesNitrileGreen
# - ClothingHandsGlovesNitrileOrange
@ -22,6 +21,7 @@
- HyposprayMedical
- AutoMenderBurn
- AutoMenderBrute
- HandheldCrewMonitor
- type: latheRecipePack
id: SurgeryDynamicSunrise

View file

@ -5,8 +5,10 @@
- Tools
completetime: 4
materials:
Glass: 500
Steel: 500
Glass: 250
Steel: 250
Plastic: 400
Gold: 100
- type: latheRecipe
id: ScalpelAdvanced

View file

@ -65,6 +65,20 @@
technologyPrerequisites:
- SurgeryTech
- type: technology
id: HandheldCrewMonitorTech
name: research-technology-hanheld-crew-monitor
icon:
sprite: Objects/Specific/Medical/handheldcrewmonitor.rsi
state: scanner
discipline: Biochemical
tier: 2
cost: 9000
recipeUnlocks:
- HandheldCrewMonitor
technologyPrerequisites:
- SurgeryTech
- type: technology
id: CyberImplantsTech
name: research-technology-basic-eye-implants