Skip to content

Commit

Permalink
Улучшение возможностей ИИ, чтобы он не был обычной открывашкой дверей (
Browse files Browse the repository at this point in the history
…#414)

<!-- ЭТО ШАБЛОН ВАШЕГО PULL REQUEST. Текст между стрелками - это
комментарии - они не будут видны в PR. -->

## Описание PR
<!-- Ниже опишите ваш Pull Request. Что он изменяет? На что еще это
может повлиять? Постарайтесь описать все внесённые вами изменения! -->
Улучшение возможностей ИИ, ибо сейчас у него доступ лишь к нескольким
электронным девайсам. Обычная открывалка дверей
**Ссылка на публикацию в Discord**
<!-- Укажите ссылки на соответствующие обсуждения, проблемы, баги,
заказы в разработку или предложения



**Проверки**
<!-- Выполнение всех следующих действий, если это приемлемо для вида
изменений сильно ускорит разбор вашего PR -->
- [x] PR полностью завершён и мне не нужна помощь чтобы его закончить.
- [x] Я внимательно просмотрел все свои изменения и багов в них не
нашёл.
- [x] Я запускал локальный сервер со своими изменениями и всё
протестировал.
- [x] Я добавил скриншот/видео демонстрации PR в игре, **или** этот PR
этого не требует.

**Изменения**
<!--
Здесь вы можете написать список изменений, который будет автоматически
добавлен в игру, когда ваш PR будет принят.

В журнал изменений следует помещать только то, что действительно важно
игрокам.

В списке изменений тип значка не является часть предложения, поэтому
явно указывайте - Добавлен, Удалён, Изменён.
плохо: - add: Новый инструмент для инженеров
хорошо: - add: Добавлен новый инструмент для инженеров

Вы можете указать своё имя после символа 🆑 именно оно будет
отображаться в журнале изменений (иначе будет использоваться ваше имя на
GitHub)
Например: 🆑 Ian

-->

🆑 Friskis
- tweak: Инженеры продвинулись в разблокировке заблокированных функций
ИИ после ионного шторма, что повредил базу данных. Теперь он имеет
доступ к большему количеству устройств
- add: Вы вспомнили ранее забытое. Рецепт дюротканевого вещмешка снова в
вашей голове! Разве он был таким дорогим?..
- tweak: Изменены звуки ЗК, СК и Дельта кода
  • Loading branch information
FrisKisDr committed Sep 6, 2024
1 parent 9d7059c commit 7837239
Show file tree
Hide file tree
Showing 22 changed files with 113 additions and 4 deletions.
16 changes: 13 additions & 3 deletions Resources/Audio/Misc/attributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@
source: "https://github.com/Skyrat-SS13/Skyrat13/commit/2d4f2d1b489590b559e4073f41b126cef56f4c50"

- files: ["bluealert.ogg"]
license: "CC-BY-SA-3.0"
copyright: "Taken from Citadel Station 13"
source: "https://github.com/Skyrat-SS13/Skyrat13/commit/2d4f2d1b489590b559e4073f41b126cef56f4c50"
license: "CC-BY-NC-SA-3.0"
copyright: "Taken from TG station."
source: "https://github.com/TauCetiStation/TauCetiClassic/pull/10207/commits/2454e0f5a1b06b303f19029a279a8ac6e5b2580d"

- files: ["greenalert.ogg"]
license: "CC-BY-NC-SA-3.0"
copyright: "Taken from TG station."
source: "https://github.com/TauCetiStation/TauCetiClassic/pull/10207/commits/2454e0f5a1b06b303f19029a279a8ac6e5b2580d"

- files: ["delta.ogg"]
license: "CC-BY-NC-SA-3.0"
copyright: "Taken from TG station."
source: "https://github.com/TauCetiStation/TauCetiClassic/pull/10207/commits/2454e0f5a1b06b303f19029a279a8ac6e5b2580d"
Binary file modified Resources/Audio/Misc/bluealert.ogg
Binary file not shown.
Binary file modified Resources/Audio/Misc/delta.ogg
Binary file not shown.
Binary file added Resources/Audio/Misc/greenalert.ogg
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
ent-ADTClothingBackpackDuffelBlueshield = вещмешок офицера синего щита
.desc = Крайне вместительный вещмешок с яркой эмблемой щита, предназначенный для хранения охранного и медицинского арсенала Офицеров Синего Щита.
ent-ADTClothingBackpackDuffelDurathead = дюротканевый вещмешок
.desc = Вещмешок выполненый из более прочной и эластичной дюраткани.
21 changes: 21 additions & 0 deletions Resources/Prototypes/ADT/Entities/Clothing/Back/duffel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,24 @@
components:
- type: Sprite
sprite: ADT/Clothing/Back/pathologist_duffel.rsi

- type: entity
parent: ClothingBackpackDuffel
id: ADTClothingBackpackDuffelDurathead
name: Durathead Duffel bag
description: A large duffel bag for holding extra tools and supplies.
components:
- type: Sprite
sprite: ADT/Clothing/Back/duffel_durathead.rsi
- type: ExplosionResistance
damageCoefficient: 0.7
- type: Storage
maxItemSize: Huge
grid:
- 0,0,9,4
- type: ClothingSpeedModifier
walkModifier: 1
sprintModifier: 1
- type: Construction
graph: DuffelDurathead
node: DuffelDurathead
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
- type: constructionGraph
id: DuffelDurathead
start: start
graph:
- node: start
edges:
- to: DuffelDurathead
steps:
- material: Cloth
amount: 10
doAfter: 1
- material: Durathread
amount: 20
doAfter: 1
- node: DuffelDurathead
entity: ADTClothingBackpackDuffelDurathead

- type: construction
name: Duratthead duffel bag
id: DuffelDurathead
graph: DuffelDurathead
startNode: start
targetNode: DuffelDurathead
category: construction-category-clothing
description: A better bag for a swag.
icon: { sprite: ADT/Clothing/Back/duffel_durathead.rsi, state: icon }
objectType: Item
3 changes: 2 additions & 1 deletion Resources/Prototypes/AlertLevels/alert_levels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
levels:
green:
announcement: alert-level-green-announcement
sound: /Audio/Misc/greenalert.ogg # ADT-Tweak
color: Green
emergencyLightColor: LawnGreen
shuttleTime: 600
Expand Down Expand Up @@ -52,7 +53,7 @@
sound:
path: /Audio/Misc/delta.ogg
params:
volume: -6 # Corvax: Reduce sound volume
volume: -1 # ADT-Tweak
disableSelection: true
color: DarkRed
emergencyLightColor: Orange
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
type: WiresBoundUserInterface
- type: Airtight
- type: Occluder
- type: StationAiWhitelist #ADT-Tweak
- type: Damageable
damageContainer: StructuralInorganic
damageModifierSet: StrongMetallic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
color: Red
enabled: false
castShadows: false
- type: StationAiWhitelist #ADT-Tweak

- type: entity
id: Firelock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
state: alert-2
- map: ["computerLayerKeys"]
state: atmos_key
- type: StationAiWhitelist #ADT-Tweak

- type: entity
parent: BaseComputer
Expand Down Expand Up @@ -243,6 +244,7 @@
interfaces:
enum.PowerMonitoringConsoleUiKey.Key:
type: PowerMonitoringConsoleBoundUserInterface
- type: StationAiWhitelist #ADT-Tweak

- type: entity
parent: BaseComputer
Expand Down Expand Up @@ -301,6 +303,7 @@
- type: GuideHelp
guides:
- CriminalRecords
- type: StationAiWhitelist #ADT-Tweak

- type: entity
parent: BaseComputer
Expand All @@ -324,6 +327,7 @@
- type: GuideHelp
guides:
- Forensics
- type: StationAiWhitelist #ADT-Tweak

- type: entity
parent: BaseComputer
Expand Down Expand Up @@ -359,6 +363,7 @@
receiveFrequencyId: CrewMonitor
- type: WirelessNetworkConnection
range: 1200
- type: StationAiWhitelist #ADT-Tweak

- type: entity
parent: BaseComputer
Expand Down Expand Up @@ -396,6 +401,7 @@
board: ResearchComputerCircuitboard
- type: AccessReader
access: [["Research"]]
- type: StationAiWhitelist #ADT-Tweak
- type: PointLight
radius: 1.5
energy: 1.6
Expand Down Expand Up @@ -449,6 +455,7 @@
- type: GuideHelp
guides:
- Xenoarchaeology
- type: StationAiWhitelist #ADT-Tweak

- type: entity
parent: BaseComputer
Expand Down Expand Up @@ -623,6 +630,7 @@
radius: 1.5
energy: 1.6
color: "#e6e227"
- type: StationAiWhitelist #ADT-Tweak

- type: entity
parent: BaseComputer
Expand Down Expand Up @@ -653,6 +661,7 @@
radius: 1.5
energy: 1.6
color: "#e6e227"
- type: StationAiWhitelist #ADT-Tweak

- type: entity
id: ComputerCargoShuttle
Expand Down Expand Up @@ -707,6 +716,7 @@
state: tech_key
- type: CargoOrderConsole
- type: BankClient
- type: StationAiWhitelist #ADT-Tweak
- type: ActiveRadio
channels:
- Supply
Expand Down Expand Up @@ -1082,6 +1092,7 @@
deviceNetId: Wireless
receiveFrequencyId: RoboticsConsole
transmitFrequencyId: CyborgControl
- type: StationAiWhitelist #ADT-Tweak
- type: Computer
board: RoboticsConsoleCircuitboard
- type: AccessReader # only used for dangerous things
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
- Sheet
- RawMaterial
- Ingot
- type: StationAiWhitelist #ADT-Tweak
- type: Lathe
idleState: icon
runningState: building
Expand Down Expand Up @@ -271,6 +272,7 @@
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Machine
board: ProtolatheMachineCircuitboard
- type: StationAiWhitelist #ADT-Tweak
- type: MaterialStorage
whitelist:
tags:
Expand Down Expand Up @@ -480,6 +482,7 @@
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Machine
board: CircuitImprinterMachineCircuitboard
- type: StationAiWhitelist #ADT-Tweak
- type: Lathe
producingSound: /Audio/Machines/circuitprinter.ogg
idleState: icon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
delay: 2
fx: EffectRCDDeconstruct2
# ADT-RPD-End
- type: StationAiWhitelist #ADT-Tweak

- type: entity
parent: GasBinaryBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
mode: SnapgridCenter
components:
- type: AtmosDevice
- type: StationAiWhitelist #ADT-Tweak
- type: Tag
tags:
- Unstackable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
examinableAddress: true
- type: WiredNetworkConnection
- type: PowerSwitch
- type: StationAiWhitelist #ADT-Tweak

- type: entity
parent: BaseGasThermoMachine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
tags:
- AirAlarm
- type: AtmosDevice
- type: StationAiWhitelist #ADT-Tweak
- type: AirAlarm
- type: Clickable
- type: InteractionOutline
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- type: WiredNetworkConnection
- type: DeviceNetworkRequiresPower
- type: AtmosDevice
- type: StationAiWhitelist #ADT-Tweak
- type: AtmosAlarmable
syncWith:
- FireAlarm
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Modified from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1, and modified for Adventure Time by prazat911 (Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 7837239

Please sign in to comment.