Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a bread knife exclusive to perma #2304

Merged
merged 3 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
]
}
Loading