forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 154
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
12 changed files
with
141 additions
and
1 deletion.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
Resources/Locale/ru-RU/ss220/prototypes/entities/objects/tools/jetpacks.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,6 @@ | ||
ent-JetpackMiniBlue = мини джетпак | ||
.suffix = Пустой | ||
.desc = Это реактивный ранец - джетпак. Вмещает 2 Л газа. | ||
ent-JetpackMiniBlueFilled = мини джетпак | ||
.suffix = Полный | ||
.desc = { ent-JetpackMiniBlue.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
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
Binary file added
BIN
+931 Bytes
...urces/Textures/SS220/Objects/Tanks/Jetpacks/mini_blue.rsi/equipped-BACKPACK.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
+947 Bytes
...es/Textures/SS220/Objects/Tanks/Jetpacks/mini_blue.rsi/equipped-SUITSTORAGE.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
+1.76 KB
Resources/Textures/SS220/Objects/Tanks/Jetpacks/mini_blue.rsi/icon-on.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
+643 Bytes
Resources/Textures/SS220/Objects/Tanks/Jetpacks/mini_blue.rsi/icon.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
+554 Bytes
Resources/Textures/SS220/Objects/Tanks/Jetpacks/mini_blue.rsi/inhand-left.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
+536 Bytes
Resources/Textures/SS220/Objects/Tanks/Jetpacks/mini_blue.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
94 changes: 94 additions & 0 deletions
94
Resources/Textures/SS220/Objects/Tanks/Jetpacks/mini_blue.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,94 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/1592a112e3d33eec4a0704b518a138d5a976f455, resprited by Estkemran (Github) for SS220", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon", | ||
"directions": 1 | ||
}, | ||
{ | ||
"name": "icon-on", | ||
"directions": 1, | ||
"delays": [ | ||
[ | ||
0.5, | ||
0.1, | ||
0.1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-BACKPACK", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "on-equipped-BACKPACK", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
0.5, | ||
0.2, | ||
0.1 | ||
], | ||
[ | ||
0.5, | ||
0.2, | ||
0.1 | ||
], | ||
[ | ||
0.5, | ||
0.2, | ||
0.1 | ||
], | ||
[ | ||
0.5, | ||
0.2, | ||
0.1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "equipped-SUITSTORAGE", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "on-equipped-SUITSTORAGE", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
0.5, | ||
0.2, | ||
0.1 | ||
], | ||
[ | ||
0.5, | ||
0.2, | ||
0.1 | ||
], | ||
[ | ||
0.5, | ||
0.2, | ||
0.1 | ||
], | ||
[ | ||
0.5, | ||
0.2, | ||
0.1 | ||
] | ||
] | ||
} | ||
] | ||
} |
Binary file added
BIN
+2.88 KB
...es/Textures/SS220/Objects/Tanks/Jetpacks/mini_blue.rsi/on-equipped-BACKPACK.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
+2.88 KB
...Textures/SS220/Objects/Tanks/Jetpacks/mini_blue.rsi/on-equipped-SUITSTORAGE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.