-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
66 changed files
with
660 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
- files: | ||
- borgwalk1.ogg | ||
- borgwalk2.ogg | ||
- borgwalk3.ogg | ||
license: "CC-BY-SA-4.0" | ||
copyright: "Recorded and modified by https://github.com/MilenVolf" | ||
source: "https://git.arumoon.ru/Workbench-Team/space-station-14/-/merge_requests/123" |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ent-ADTBorgChassisSec = киборг-офицер | ||
.desc = Прочный, сильный, быстрый, сме... справедливоносный. | ||
ent-ADTBorgChassisPeace = мирохранитель | ||
.desc = Создан для любви, сохранения мира и обнимашек. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
ent-ADTBorgModuleDetention = модуль задержания | ||
.desc = сожержит вспышку, кабельные стяжки и телескопическую дубинку. | ||
ent-ADTBorgModuleHarm = модуль вреда | ||
.desc = сожержит самозарядную лазерную винтовку и дубину для нанесения тяжких телесных повреждений. | ||
ent-ADTBorgModuleDisabler = модуль дизаблера | ||
.desc = сожержит дизаблер и кабельные стяжки. |
12 changes: 12 additions & 0 deletions
12
Resources/Locale/ru-RU/ADT/Objects/Specific/borg_parts.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ent-ADTLeftArmBorgSecurity = левая рука киборга-офицера | ||
.desc = { ent-BaseBorgArmLeft.desc } | ||
ent-ADTRightArmBorgSecurity = правая рука киборга-офицера | ||
.desc = { ent-BaseBorgArmRight.desc } | ||
ent-ADTLeftLegBorgSecurity = левая нога киборга-офицера | ||
.desc = { ent-BaseBorgLegLeft.desc } | ||
ent-ADTRightLegBorgSecurity = правая нога киборга-офицера | ||
.desc = { ent-BaseBorgLegRight.desc } | ||
ent-ADTHeadBorgSecurity = голова киборга-офицера | ||
.desc = { ent-BaseBorgHead.desc } | ||
ent-ADTTorsoBorgSecurity = туловище киборга-офицера | ||
.desc = { ent-BaseBorgTorso.desc } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/ADT/prototypes/Entities/Objects/Weapons/Guns/security.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ent-ADTBorgflash = вспышка | ||
.desc = Вспышка, оборудованная модулем починки. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
103 changes: 103 additions & 0 deletions
103
Resources/Prototypes/ADT/Entities/Mobs/Silicons/borg_chassis.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
- type: entity | ||
id: ADTBorgChassisPeace | ||
parent: BaseBorgChassisNT | ||
name: peace maker | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: peace | ||
map: ["movement"] | ||
- state: peace_e_r | ||
map: ["enum.BorgVisualLayers.Light"] | ||
shader: unshaded | ||
visible: false | ||
- state: peace_l | ||
shader: unshaded | ||
map: ["light"] | ||
visible: false | ||
- type: BorgChassis | ||
maxModules: 4 | ||
moduleWhitelist: | ||
tags: | ||
- BorgModuleGeneric | ||
- ADTBorgModuleSecurity | ||
hasMindState: peace_e | ||
noMindState: peace_e_r | ||
- type: BorgTransponder | ||
sprite: | ||
sprite: Mobs/Silicon/chassis.rsi | ||
state: peace | ||
name: peace maker | ||
- type: IntrinsicRadioTransmitter | ||
channels: | ||
- Security | ||
- Binary | ||
- Common | ||
- Science | ||
- type: ActiveRadio | ||
channels: | ||
- Security | ||
- Binary | ||
- Common | ||
- Science | ||
- type: AccessReader | ||
access: [["Secutity"], ["Command"], ["Research"]] | ||
- type: Inventory | ||
templateId: borgTall | ||
- type: InteractionPopup | ||
interactSuccessString: petting-success-salvage-cyborg | ||
interactFailureString: petting-failure-salvage-cyborg | ||
interactSuccessSound: | ||
path: /Audio/Ambience/Objects/periodic_beep.ogg | ||
|
||
- type: entity | ||
id: ADTBorgChassisSec | ||
parent: ADTBorgChassisPeace | ||
name: sec borg | ||
components: | ||
- type: Sprite | ||
sprite: ADT/Mobs/Silicon/chassis.rsi | ||
layers: | ||
- state: sec | ||
map: ["movement"] | ||
- state: sec_e_r | ||
map: ["enum.BorgVisualLayers.Light"] | ||
shader: unshaded | ||
visible: false | ||
- state: sec_l | ||
shader: unshaded | ||
map: ["light"] | ||
visible: false | ||
- type: BorgChassis | ||
maxModules: 4 | ||
moduleWhitelist: | ||
tags: | ||
- BorgModuleGeneric | ||
- ADTBorgModuleSecurity | ||
hasMindState: sec_e | ||
noMindState: sec_e_r | ||
- type: BorgTransponder | ||
sprite: | ||
sprite: ADT/Mobs/Silicon/chassis.rsi | ||
state: sec | ||
- type: Construction | ||
node: security | ||
|
||
- type: entity | ||
id: ADTPlayerSecBorgGeneric | ||
parent: ADTBorgChassisSec | ||
suffix: Battery, Tools | ||
components: | ||
- type: ContainerFill | ||
containers: | ||
borg_brain: | ||
- PositronicBrain | ||
borg_module: | ||
- ADTBorgModuleDetention | ||
- type: ItemSlots | ||
slots: | ||
cell_slot: | ||
name: power-cell-slot-component-slot-name-default | ||
startingItem: PowerCellMedium | ||
- type: RandomMetadata | ||
nameSegments: [names_borg] |
34 changes: 34 additions & 0 deletions
34
Resources/Prototypes/ADT/Entities/Objects/Misc/handcuffs.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
- type: entity | ||
id: ADTInfCablecuffs | ||
parent: Zipties | ||
sufix: lingering, 1 | ||
components: | ||
- type: Handcuff | ||
breakoutTime: 3 | ||
cuffedRSI: Objects/Misc/cablecuffs.rsi # cablecuffs will look fine | ||
bodyIconState: body-overlay | ||
breakOnRemove: true | ||
brokenPrototype: ZiptiesBroken | ||
startCuffSound: | ||
path: /Audio/Items/Handcuffs/ziptie_start.ogg | ||
endCuffSound: | ||
path: /Audio/Items/Handcuffs/ziptie_end.ogg | ||
startUncuffSound: | ||
path: /Audio/Items/Handcuffs/rope_start.ogg | ||
endUncuffSound: | ||
path: /Audio/Items/Handcuffs/rope_breakout.ogg | ||
startBreakoutSound: | ||
path: /Audio/Items/Handcuffs/rope_takeoff.ogg | ||
borgUse: true | ||
- type: Stack | ||
lingering: true | ||
stackType: Zipties | ||
count: 1 | ||
|
||
- type: stack | ||
id: Zipties | ||
name: zipties | ||
icon: { sprite: "/Textures/Objects/Misc/zipties.rsi", state: cuff } | ||
spawn: Zipties | ||
maxCount: 5 | ||
itemSize: 2 |
Oops, something went wrong.