-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Замена позитронного мозга на роботический (#147)
* Замена позитронного мозга на роботический * фиксы бориса и софии * Перевод
- Loading branch information
Showing
19 changed files
with
248 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
boris-installed = Обнаружена нейронная активность. | ||
boris-off = Нейронная активность не обнаружена. | ||
boris-still-searching = Идёт процесс синтетического нейронного дескремблирования... | ||
boris-searching = Начинается процесс синтетического нейронного дескремблирования... | ||
boris-role-name = роботический мозг | ||
boris-role-description = Служите экипажу станции. | ||
boris-wipe-device-verb-text = Стереть мозг | ||
boris-wiped-device = Нейронная активность была прекращена. | ||
boris-stop-searching-verb-text = Прекратить поиск | ||
boris-stopped-searching = Нейронное дескремблирование прекращено. | ||
boris-slot-component-slot-name-brain = Мозг |
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,11 @@ | ||
sofia-installed = Обнаружена нейронная активность. | ||
sofia-off = Нейронная активность не обнаружена. | ||
sofia-still-searching = Идёт процесс синтетического нейронного дескремблирования... | ||
sofia-searching = Начинается процесс синтетического нейронного дескремблирования... | ||
sofia-role-name = роботический мозг синдиката | ||
sofia-role-description = Служите членам синдиката. | ||
sofia-wipe-device-verb-text = Стереть мозг | ||
sofia-wiped-device = Нейронная активность была прекращена. | ||
sofia-stop-searching-verb-text = Прекратить поиск | ||
sofia-stopped-searching = Нейронное дескремблирование прекращено. | ||
sofia-slot-component-slot-name-brain = Мозг |
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
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
63 changes: 63 additions & 0 deletions
63
Resources/Prototypes/_Sunrise/Entities/Objects/Specific/boris.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,63 @@ | ||
- type: entity | ||
parent: BaseItem | ||
id: Boris | ||
name: robotic brain | ||
description: | ||
components: | ||
- type: Organ | ||
- type: Brain | ||
- type: Sprite | ||
sprite: _Sunrise/Entities/Objects/boris.rsi | ||
layers: | ||
- state: boris_blank | ||
map: ["base"] | ||
- type: Input | ||
context: "ghost" | ||
- type: BlockMovement | ||
- type: ToggleableGhostRole | ||
examineTextMindPresent: boris-installed | ||
examineTextMindSearching: boris-still-searching | ||
examineTextNoMind: boris-off | ||
beginSearchingText: boris-searching | ||
roleName: boris-role-name | ||
roleDescription: boris-role-description | ||
roleRules: ghost-role-information-silicon-rules | ||
wipeVerbText: boris-wipe-device-verb-text | ||
wipeVerbPopup: boris-wiped-device | ||
stopSearchVerbText: boris-stop-searching-verb-text | ||
stopSearchVerbPopup: boris-stopped-searching | ||
- type: Examiner | ||
- type: BorgBrain | ||
- type: IntrinsicRadioReceiver | ||
- type: IntrinsicRadioTransmitter | ||
channels: | ||
- Binary | ||
- type: ActiveRadio | ||
channels: | ||
- Binary | ||
- Common | ||
- type: NameIdentifier | ||
group: Boris | ||
- type: DoAfter | ||
- type: Actions | ||
- type: TypingIndicator | ||
proto: robot | ||
- type: Speech | ||
speechSounds: Pai | ||
- type: MobState | ||
allowedStates: | ||
- Alive | ||
- type: Appearance | ||
- type: Tag | ||
tags: | ||
- CannotSuicide | ||
- type: GenericVisualizer | ||
visuals: | ||
enum.ToggleableGhostRoleVisuals.Status: | ||
base: | ||
Off: { state: boris_blank } | ||
Searching: { state: boris_recharging } | ||
On: { state: boris } | ||
- type: GuideHelp | ||
guides: | ||
- Cyborgs |
62 changes: 62 additions & 0 deletions
62
Resources/Prototypes/_Sunrise/Entities/Objects/Specific/sofia.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,62 @@ | ||
- type: entity | ||
parent: Boris | ||
id: Sofia | ||
name: syndicate robotic brain | ||
description: | ||
components: | ||
- type: Organ | ||
- type: Brain | ||
- type: Sprite | ||
sprite: _Sunrise/Entities/Objects/sofia.rsi | ||
layers: | ||
- state: sofia_blank | ||
map: ["base"] | ||
- type: Input | ||
context: "ghost" | ||
- type: BlockMovement | ||
- type: ToggleableGhostRole | ||
examineTextMindPresent: sofia-installed | ||
examineTextMindSearching: sofia-still-searching | ||
examineTextNoMind: sofia-off | ||
beginSearchingText: sofia-searching | ||
roleName: sofia-role-name | ||
roleDescription: sofia-role-description | ||
roleRules: ghost-role-information-silicon-rules | ||
wipeVerbText: sofia-wipe-device-verb-text | ||
wipeVerbPopup: sofia-wiped-device | ||
stopSearchVerbText: sofia-stop-searching-verb-text | ||
stopSearchVerbPopup: sofia-stopped-searching | ||
- type: Examiner | ||
- type: BorgBrain | ||
- type: IntrinsicRadioReceiver | ||
- type: IntrinsicRadioTransmitter | ||
channels: | ||
- Syndicate | ||
- type: ActiveRadio | ||
channels: | ||
- Syndicate | ||
- type: NameIdentifier | ||
group: Sofia | ||
- type: DoAfter | ||
- type: Actions | ||
- type: TypingIndicator | ||
proto: robot | ||
- type: Speech | ||
speechSounds: Pai | ||
- type: MobState | ||
allowedStates: | ||
- Alive | ||
- type: Appearance | ||
- type: Tag | ||
tags: | ||
- CannotSuicide | ||
- type: GenericVisualizer | ||
visuals: | ||
enum.ToggleableGhostRoleVisuals.Status: | ||
base: | ||
Off: { state: sofia_blank } | ||
Searching: { state: sofia_recharging } | ||
On: { state: sofia } | ||
- type: GuideHelp | ||
guides: | ||
- Cyborgs |
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,11 @@ | ||
- type: nameIdentifierGroup | ||
id: Boris | ||
prefix: БОРИС | ||
minValue: 10 | ||
maxValue: 99 | ||
|
||
- type: nameIdentifierGroup | ||
id: Sofia | ||
prefix: СОФИЯ | ||
minValue: 10 | ||
maxValue: 99 |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+627 Bytes
Resources/Textures/_Sunrise/Entities/Objects/boris.rsi/boris_blank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+733 Bytes
Resources/Textures/_Sunrise/Entities/Objects/boris.rsi/boris_recharging.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions
32
Resources/Textures/_Sunrise/Entities/Objects/boris.rsi/meta.json
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,32 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Спизжено из SS13 Paradise", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "boris", | ||
"delays": [ | ||
[ | ||
0.1, | ||
0.1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "boris_recharging", | ||
"delays": [ | ||
[ | ||
1, | ||
1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "boris_blank" | ||
} | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
Resources/Textures/_Sunrise/Entities/Objects/sofia.rsi/meta.json
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,32 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Спизжено из SS13 Paradise", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "sofia_recharging", | ||
"delays": [ | ||
[ | ||
0.1, | ||
0.1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "sofia_blank" | ||
}, | ||
{ | ||
"name": "sofia", | ||
"delays": [ | ||
[ | ||
0.1, | ||
0.1 | ||
] | ||
] | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+722 Bytes
Resources/Textures/_Sunrise/Entities/Objects/sofia.rsi/sofia_blank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+834 Bytes
Resources/Textures/_Sunrise/Entities/Objects/sofia.rsi/sofia_recharging.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.