Skip to content

Commit b86f5a1

Browse files
Merge remote-tracking branch 'upstream/upstream-sync' into upstream-sync
2 parents 3239b41 + b44088c commit b86f5a1

17 files changed

Lines changed: 466 additions & 235 deletions

File tree

Resources/Locale/ru-RU/delivery/delivery-component.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ delivery-unlocked-others =
1313
*[neuter] разблокировало
1414
} { $delivery } используя свой отпечаток пальца.
1515
delivery-opened-others =
16-
{ CAPITALIZE($recipient) } { GENDER($recipient) ->
16+
{ CAPITALIZE($recipient) } { GENDER($possadj) ->
1717
[male] вскрыл
1818
[female] вскрыл
1919
[epicene] вскрыл

Resources/Prototypes/_Backmen/Actions/Silicons.yml

Lines changed: 33 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,42 @@
22

33
- type: entity
44
id: ActionBPLAMEDActionBrutepack
5+
parent: BaseAction
56
name: Brutepack-action-name
67
description: Brutepack-action-description
78
components:
8-
- type: InstantAction
9+
- type: Action
910
useDelay: 90
1011
icon: Objects/Specific/Medical/medical.rsi/brutepack.png
12+
- type: InstantAction
1113
event: !type:DroneCraftActionEvent
1214
craftedItem: Brutepack
1315
energy: 280
1416

1517
- type: entity
1618
id: ActionBPLAMEDActionOintment
19+
parent: BaseAction
1720
name: Ointment-action-name
1821
description: Ointment-action-description
1922
components:
20-
- type: InstantAction
23+
- type: Action
2124
useDelay: 90
2225
icon: Objects/Specific/Medical/medical.rsi/ointment.png
26+
- type: InstantAction
2327
event: !type:DroneCraftActionEvent
2428
craftedItem: Ointment
2529
energy: 200
2630

2731
- type: entity
2832
id: ActionBPLAMEDActionBloodpack
33+
parent: BaseAction
2934
name: Bloodpack-action-name
3035
description: Bloodpack-action-description
3136
components:
32-
- type: InstantAction
37+
- type: Action
3338
useDelay: 180
3439
icon: Objects/Specific/Medical/medical.rsi/bloodpack.png
40+
- type: InstantAction
3541
event: !type:DroneCraftActionEvent
3642
craftedItem: Bloodpack
3743
energy: 500
@@ -40,96 +46,112 @@
4046

4147
- type: entity
4248
id: ActionBPLAActionCableApcStack
49+
parent: BaseAction
4350
name: CableApcStack-action-name
4451
description: CableApcStack-action-description
4552
components:
46-
- type: InstantAction
53+
- type: Action
4754
useDelay: 120
4855
icon: Objects/Tools/cable-coils.rsi/coillv-30.png
56+
- type: InstantAction
4957
event: !type:DroneCraftActionEvent
5058
craftedItem: CableApcStack
5159
energy: 50
5260

5361
- type: entity
5462
id: ActionBPLAActionCableMVStack
63+
parent: BaseAction
5564
name: CableMVStack-action-name
5665
description: CableMVStack-action-description
5766
components:
58-
- type: InstantAction
67+
- type: Action
5968
useDelay: 120
6069
icon: Objects/Tools/cable-coils.rsi/coilmv-30.png
70+
- type: InstantAction
6171
event: !type:DroneCraftActionEvent
6272
craftedItem: CableMVStack
6373
energy: 50
6474

6575
- type: entity
6676
id: ActionBPLAActionCableHVStack
77+
parent: BaseAction
6778
name: CableHVStack-action-name
6879
description: CableHVStack-action-description
6980
components:
70-
- type: InstantAction
81+
- type: Action
7182
useDelay: 120
7283
icon: Objects/Tools/cable-coils.rsi/coilhv-30.png
84+
- type: InstantAction
7385
event: !type:DroneCraftActionEvent
7486
craftedItem: CableHVStack
7587
energy: 50
7688

7789
- type: entity
7890
id: ActionBPLAActionSheetSteel
91+
parent: BaseAction
7992
name: SheetSteel-action-name
8093
description: SheetSteel-action-description
8194
components:
82-
- type: InstantAction
95+
- type: Action
8396
useDelay: 90
8497
icon: Objects/Materials/Sheets/metal.rsi/steel_3.png
98+
- type: InstantAction
8599
event: !type:DroneCraftActionEvent
86100
craftedItem: SheetSteel
87101
energy: 200
88102

89103
- type: entity
90104
id: ActionBPLAActionSheetPlasteel
105+
parent: BaseAction
91106
name: SheetPlasteel-action-name
92107
description: SheetPlasteel-action-description
93108
components:
94-
- type: InstantAction
109+
- type: Action
95110
useDelay: 120
96111
icon: Objects/Materials/Sheets/metal.rsi/plasteel_3.png
112+
- type: InstantAction
97113
event: !type:DroneCraftActionEvent
98114
craftedItem: SheetPlasteel
99115
energy: 450
100116

101117
- type: entity
102118
id: ActionBPLAActionSheetGlass
119+
parent: BaseAction
103120
name: SheetGlass-action-name
104121
description: SheetGlass-action-description
105122
components:
106-
- type: InstantAction
123+
- type: Action
107124
useDelay: 90
108125
icon: Objects/Materials/Sheets/glass.rsi/glass_3.png
126+
- type: InstantAction
109127
event: !type:DroneCraftActionEvent
110128
craftedItem: SheetGlass
111129
energy: 150
112130

113131
- type: entity
114132
id: ActionBPLAActionSheetRGlass
133+
parent: BaseAction
115134
name: SheetRGlass-action-name
116135
description: SheetRGlass-action-description
117136
components:
118-
- type: InstantAction
137+
- type: Action
119138
useDelay: 120
120139
icon: Objects/Materials/Sheets/glass.rsi/rglass_3.png
140+
- type: InstantAction
121141
event: !type:DroneCraftActionEvent
122142
craftedItem: SheetRGlass
123143
energy: 450
124144

125145
- type: entity
126146
id: ActionBPLAActionSheetPlastic
147+
parent: BaseAction
127148
name: SheetPlastic-action-name
128149
description: SheetPlastic-action-description
129150
components:
130-
- type: InstantAction
151+
- type: Action
131152
useDelay: 180
132153
icon: Objects/Materials/Sheets/other.rsi/plastic_3.png
154+
- type: InstantAction
133155
event: !type:DroneCraftActionEvent
134156
craftedItem: SheetPlastic
135157
energy: 200
Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11
- type: entity
22
id: AIEyeCamShootAction
3+
parent: BaseAction
34
name: stun shot
45
description: destabilizing shot in some point
56
components:
6-
- type: WorldTargetAction
7+
- type: Action
78
icon: Backmen/Actions/AI/camera_stun.png
8-
event: !type:AIEyeCampShootActionEvent
9-
checkCanInteract: false
10-
checkCanAccess: false
119
useDelay: 3
1210
priority: 17
1311
range: -1
14-
12+
- type: WorldTargetAction
13+
event: !type:AIEyeCampShootActionEvent
14+
checkCanInteract: false
15+
checkCanAccess: false
1516

1617
- type: entity
1718
id: AIEyeCamAction
19+
parent: BaseAction
1820
name: AI cameras
1921
description: Can jump on target cameras.
2022
components:
21-
- type: InstantAction
23+
- type: Action
2224
icon: Backmen/Actions/AI/camera.png
23-
event: !type:AIEyeCampActionEvent
24-
checkCanInteract: false
2525
useDelay: 5
2626
priority: 17
27+
- type: InstantAction
28+
event: !type:AIEyeCampActionEvent
29+
checkCanInteract: false
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
- type: entity
22
id: SpiderWebArachneClassicAction
3+
parent: BaseCritAction
34
name: spider-web-action-name
45
description: spider-web-action-description
56
components:
6-
- type: InstantAction
7+
- type: Action
78
useDelay: 180
89
icon: Interface/Actions/web.png
10+
- type: InstantAction
911
event: !type:SpiderWebActionEvent
1012

1113
- type: entity
1214
id: ActionSpiderVampireEgg
15+
parent: BaseAction
1316
name: name-Spider-Vampire-Egg
1417
description: description-Spider-Vampire-Egg
1518
components:
16-
- type: InstantAction
19+
- type: Action
1720
icon: { sprite: Backmen/Objects/Misc/eggspider.rsi, state: icon }
1821
priority: -10
19-
event: !type:SpiderVampireEggActionEvent
2022
useDelay: 30
23+
startDelay: true
24+
- type: InstantAction
25+
event: !type:SpiderVampireEggActionEvent

0 commit comments

Comments
 (0)