forked from space-wizards/space-station-14
-
-
Notifications
You must be signed in to change notification settings - Fork 78
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 #1218 from hivehum/laying-pipe
The ACME brand "Bulletcatcher™"
- Loading branch information
Showing
9 changed files
with
102 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
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
52 changes: 52 additions & 0 deletions
52
Resources/Prototypes/_Impstation/Entities/Objects/Weapons/Melee/clown.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,52 @@ | ||
- type: entity | ||
name: ACME brand "Bulletcatcher™" | ||
parent: [BaseItem, Tier1Contraband] | ||
id: BulletCatcher | ||
description: You can do anything if you try hard and believe in yourself. | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Objects/Weapons/Melee/bulletcatcher.rsi | ||
state: bulletcatcher | ||
- type: Item | ||
size: Large | ||
sprite: _Impstation/Objects/Weapons/Melee/bulletcatcher.rsi | ||
- type: Appearance | ||
- type: Reflect | ||
reflectProb: 1 | ||
reflects: | ||
- NonEnergy | ||
spread: 1 | ||
soundOnReflect: /Audio/_Impstation/Weapons/pvc.ogg | ||
|
||
- type: entity | ||
id: BulletCatcherBox | ||
parent: [BaseItem, Tier1Contraband] | ||
name: factory-sealed ACME brand "Bulletcatcher™" | ||
description: Wow! An ACME brand "Bulletcatcher™"! It's what I always wanted! | ||
components: | ||
- type: Item | ||
size: Huge | ||
- type: Sprite | ||
sprite: _Impstation/Objects/Weapons/Melee/bulletcatcher.rsi | ||
state: box | ||
- type: SpawnItemsOnUse | ||
items: | ||
- id: ACMEBoxOpen | ||
- id: BulletCatcher | ||
sound: | ||
path: /Audio/Effects/unwrap.ogg | ||
|
||
- type: entity | ||
id: ACMEBoxOpen | ||
parent: [BaseItem, Tier1Contraband] | ||
name: discarded ACME brand box | ||
description: I hope whoever opened this gets the day that they deserve. | ||
components: | ||
- type: Item | ||
size: Large | ||
- type: Sprite | ||
sprite: _Impstation/Objects/Weapons/Melee/bulletcatcher.rsi | ||
state: boxopen | ||
- type: Tag | ||
tags: | ||
- Trash |
Binary file added
BIN
+1.14 KB
Resources/Textures/_Impstation/Objects/Weapons/Melee/bulletcatcher.rsi/box.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
+1 KB
Resources/Textures/_Impstation/Objects/Weapons/Melee/bulletcatcher.rsi/boxopen.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
+702 Bytes
.../Textures/_Impstation/Objects/Weapons/Melee/bulletcatcher.rsi/bulletcatcher.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
+823 Bytes
...es/Textures/_Impstation/Objects/Weapons/Melee/bulletcatcher.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
+822 Bytes
...s/Textures/_Impstation/Objects/Weapons/Melee/bulletcatcher.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.
28 changes: 28 additions & 0 deletions
28
Resources/Textures/_Impstation/Objects/Weapons/Melee/bulletcatcher.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,28 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "bulletcatcher by Carousel", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "bulletcatcher" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "box" | ||
}, | ||
{ | ||
"name": "boxopen" | ||
} | ||
] | ||
} |