Skip to content

Commit

Permalink
Add a bread knife exclusive to perma (#2304)
Browse files Browse the repository at this point in the history
* Added knife

* Add knife to prisoner's locker + better comment.

---------

Co-authored-by: Milon <[email protected]>
  • Loading branch information
Radezolid and MilonPL authored Dec 19, 2024
1 parent b147962 commit 6391624
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Resources/Prototypes/Catalog/Fills/Lockers/wardrobe_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
- id: ClothingShoesColorBlack
amount: 2
- id: ClothingMaskMuzzle
- id: ClothingHeadsetPrison #DV - Added prisoner headsets
# Begin DeltaV modifications
- id: ClothingHeadsetPrison # Added prisoner headsets
- id: PrisonKnife # Bread cutting knife, does 4 damage total.
# End DeltaV modifications

#- type: entity
# id: WardrobePajamaFilled
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- type: entity
parent: KitchenKnife
id: PrisonKnife
name: prisoner's knife
description: A slightly dulled bread knife
components:
- type: Sprite
sprite: DeltaV/Objects/Weapons/Melee/prison_knife.rsi
state: icon
- type: Item
sprite: DeltaV/Objects/Weapons/Melee/prison_knife.rsi
- type: MeleeWeapon
damage:
types:
Slash: 3
Blunt: 1
- type: Execution
doAfterDuration: 10.0 # Duller knife.
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,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken/modified from desertrose at https://github.com/DesertRose2/desertrose/pull/378/commits/9e081bd2a0d7614be5a9dabbca34886ce204105d, modified into bread knife by Radezolid",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}

0 comments on commit 6391624

Please sign in to comment.