-
Notifications
You must be signed in to change notification settings - Fork 340
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
22 changed files
with
204 additions
and
1 deletion.
There are no files selected for viewing
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
reducedtoatmos.ogg is modified from https://www.youtube.com/watch?v=X2QMN0a_TrA | ||
reducedtoatmos.ogg is modified from https://www.youtube.com/watch?v=X2QMN0a_TrA | ||
sound_health_slowbeat.ogg is taken from https://github.com/tgstation/tgstation/pull/28858 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 @@ | ||
punch.ogg, hit.ogg and pickupweapon.ogg from hotline miami |
Binary file not shown.
Binary file not shown.
19 changes: 19 additions & 0 deletions
19
Resources/Prototypes/DeltaV/Entities/Clothing/Head/misc.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,19 @@ | ||
- type: entity | ||
parent: ClothingHeadBase | ||
id: ClothingHeadHatTony | ||
name: tony | ||
description: 'Man, this party stinks, I fucking hate these people.' | ||
components: | ||
- type: Sprite | ||
sprite: DeltaV/Clothing/Head/Misc/tony.rsi | ||
- type: Clothing | ||
sprite: DeltaV/Clothing/Head/Misc/tony.rsi | ||
equipSound: | ||
path: /Audio/DeltaV/Weapons/Melee/pickupweapon.ogg | ||
- type: IngestionBlocker | ||
- type: IdentityBlocker | ||
- type: EmitSoundOnPickup | ||
sound: /Audio/DeltaV/Weapons/Melee/pickupweapon.ogg | ||
- type: Tag | ||
tags: | ||
- HidesHair |
43 changes: 43 additions & 0 deletions
43
Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Melee/knuckle_dusters.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,43 @@ | ||
- type: entity | ||
name: bloody knuckle dusters | ||
parent: BaseItem | ||
id: BloodyKnuckleDuster | ||
description: You get a certain rush wearing these gloves while tearing flesh off with each swing. It is very bloody. | ||
components: | ||
- type: Sprite | ||
sprite: DeltaV/Objects/Weapons/Melee/brass_knuckles.rsi | ||
state: wielded-inhand-left | ||
- type: Item | ||
size: 10 | ||
- type: EmitSoundOnLand | ||
sound: | ||
path: /Audio/Items/wrench_drop.ogg | ||
params: | ||
volume: 2 | ||
- type: EmitSoundOnPickup | ||
sound: /Audio/DeltaV/Weapons/Melee/pickupweapon.ogg | ||
- type: MeleeWeapon | ||
attackRate: 1 | ||
range: 1.1 | ||
damage: | ||
types: | ||
Blunt: 5 | ||
soundHit: | ||
collection: KnuckleDuster | ||
animation: WeaponArcFist | ||
- type: Wieldable | ||
wieldSound: !type:SoundPathSpecifier | ||
path: /Audio/DeltaV/Weapons/Melee/drawknife.ogg | ||
params: | ||
volume: -6 | ||
animation: WeaponArcFist | ||
- type: IncreaseDamageOnWield | ||
damage: | ||
types: | ||
Blunt: 10 | ||
Slash: 5 | ||
bluntStaminaDamageFactor: 1.35 | ||
- type: AmbientSound | ||
range: 0.01 | ||
volume: -6 | ||
sound: /Audio/DeltaV/Misc/miami_music.ogg |
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,5 @@ | ||
- type: soundCollection | ||
id: KnuckleDuster | ||
files: | ||
- /Audio/DeltaV/Weapons/Melee/punch.ogg | ||
- /Audio/DeltaV/Weapons/Melee/hit.ogg |
Binary file added
BIN
+1011 Bytes
Resources/Textures/DeltaV/Clothing/Head/Misc/tony.rsi/equipped-HELMET.png
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.
Binary file added
BIN
+838 Bytes
Resources/Textures/DeltaV/Clothing/Head/Misc/tony.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
+847 Bytes
Resources/Textures/DeltaV/Clothing/Head/Misc/tony.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.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/DeltaV/Clothing/Head/Misc/tony.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,26 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Made by ps3moira.", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-HELMET", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+599 Bytes
Resources/Textures/DeltaV/Objects/Weapons/Melee/brass_knuckles.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
+326 Bytes
Resources/Textures/DeltaV/Objects/Weapons/Melee/brass_knuckles.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
+321 Bytes
...urces/Textures/DeltaV/Objects/Weapons/Melee/brass_knuckles.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.
108 changes: 108 additions & 0 deletions
108
Resources/Textures/DeltaV/Objects/Weapons/Melee/brass_knuckles.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,108 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Sprited by ps3moira", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "wielded-inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "wielded-inhand-left", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1 | ||
], | ||
[ | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1 | ||
], | ||
[ | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1 | ||
], | ||
[ | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1 | ||
] | ||
] | ||
} | ||
] | ||
} |
Binary file added
BIN
+1.45 KB
...extures/DeltaV/Objects/Weapons/Melee/brass_knuckles.rsi/wielded-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
+420 Bytes
...xtures/DeltaV/Objects/Weapons/Melee/brass_knuckles.rsi/wielded-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.