-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #508 from eddiedoesGIT/pirate-jawsoflife
[ЗАКАЗ] Пиратские челюсти жизни
- Loading branch information
Showing
8 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/ADT/Objects/Tools/pirate_jaws_of_life.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-ADTPirateJawsOfLife = пиратские челюсти жизни | ||
.desc = Используются для проникновения на станцию или в её отделы. |
39 changes: 39 additions & 0 deletions
39
Resources/Prototypes/ADT/Entities/Objects/Tools/pirate_jaws_of_life.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,39 @@ | ||
- type: entity | ||
name: pirate jaws of life | ||
parent: JawsOfLife | ||
id: ADTPirateJawsOfLife | ||
description: Useful for entering the station or its departments. | ||
components: | ||
- type: Sprite | ||
sprite: ADT/Objects/Tools/pirate_jaws_of_life.rsi | ||
state: jaws_pirate_pry | ||
- type: Item | ||
inhandVisuals: | ||
left: | ||
- state: inhand_pirate_left | ||
right: | ||
- state: inhand_pirate_right | ||
size: Normal | ||
- type: Tool | ||
qualities: | ||
- Prying | ||
speed: 2.0 | ||
- type: MultipleTool | ||
entries: | ||
- behavior: Prying | ||
sprite: | ||
sprite: ADT/Objects/Tools/pirate_jaws_of_life.rsi | ||
state: jaws_pirate_pry | ||
useSound: /Audio/Items/jaws_pry.ogg | ||
changeSound: /Audio/Items/change_jaws.ogg | ||
- behavior: Cutting | ||
sprite: | ||
sprite: ADT/Objects/Tools/pirate_jaws_of_life.rsi | ||
state: jaws_pirate_cutter | ||
useSound: /Audio/Items/jaws_cut.ogg | ||
changeSound: /Audio/Items/change_jaws.ogg | ||
- type: MeleeWeapon | ||
attackRate: 1.5 | ||
damage: | ||
types: | ||
Blunt: 12 |
Binary file added
BIN
+205 Bytes
Resources/Textures/ADT/Objects/Tools/pirate_jaws_of_life.rsi/equipped-BELT.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
+695 Bytes
...urces/Textures/ADT/Objects/Tools/pirate_jaws_of_life.rsi/inhand_pirate_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
+699 Bytes
...rces/Textures/ADT/Objects/Tools/pirate_jaws_of_life.rsi/inhand_pirate_right.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
+661 Bytes
...urces/Textures/ADT/Objects/Tools/pirate_jaws_of_life.rsi/jaws_pirate_cutter.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
+651 Bytes
Resources/Textures/ADT/Objects/Tools/pirate_jaws_of_life.rsi/jaws_pirate_pry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions
29
Resources/Textures/ADT/Objects/Tools/pirate_jaws_of_life.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,29 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Made by Username228 (#serj3428 discord)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "inhand_pirate_left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand_pirate_right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "jaws_pirate_cutter" | ||
}, | ||
{ | ||
"name": "jaws_pirate_pry" | ||
}, | ||
{ | ||
"name": "equipped-BELT", | ||
"directions": 4 | ||
} | ||
] | ||
} |