Skip to content

Commit

Permalink
Merge pull request #508 from eddiedoesGIT/pirate-jawsoflife
Browse files Browse the repository at this point in the history
[ЗАКАЗ] Пиратские челюсти жизни
  • Loading branch information
Schrodinger71 authored Mar 19, 2024
2 parents 7ecccb1 + f060140 commit a4cb447
Show file tree
Hide file tree
Showing 8 changed files with 70 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-ADTPirateJawsOfLife = пиратские челюсти жизни
.desc = Используются для проникновения на станцию или в её отделы.
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
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
}
]
}

0 comments on commit a4cb447

Please sign in to comment.