-
Notifications
You must be signed in to change notification settings - Fork 578
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
1 parent
0c8238b
commit 047be9d
Showing
8 changed files
with
9,190 additions
and
2,577 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/mobs/player/silicon.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,3 @@ | ||
ent-PlayerStationAiPilgrim = { ent-PlayerStationAiEmpty } | ||
.suffix = Спавн должности, Пилигрим | ||
.desc = { ent-PlayerStationAiEmpty.desc } |
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
Resources/Prototypes/Corvax/Entities/Mobs/Player/station_ai.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,12 @@ | ||
- type: entity | ||
id: PlayerStationAiPilgrim | ||
parent: PlayerStationAi | ||
suffix: Job spawn, Pilgrim | ||
components: | ||
- type: Sprite | ||
sprite: Corvax/Mobs/Silicon/Station_ai/mia.rsi | ||
noRot: true | ||
layers: | ||
- state: base | ||
- state: ai | ||
shader: unshaded |
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
+884 Bytes
Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/ai_dead.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
+807 Bytes
Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.rsi/ai_empty.png
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.
37 changes: 37 additions & 0 deletions
37
Resources/Textures/Corvax/Mobs/Silicon/Station_ai/mia.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,37 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Made by Pe4henika, re-sprited by Ko4erga (discord)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "base" | ||
}, | ||
{ | ||
"name": "ai", | ||
"delays": [ | ||
[ | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "ai_empty" | ||
}, | ||
{ | ||
"name": "ai_dead" | ||
} | ||
] | ||
} |