-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* sawn-off pka * tweaked size and fire mode, bug fix * buffed fire rate for maximum gunslinging fun * YML Fix --------- Co-authored-by: Dvir <[email protected]>
- Loading branch information
1 parent
4427270
commit f4c5a7d
Showing
9 changed files
with
69 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
25 changes: 25 additions & 0 deletions
25
Resources/Prototypes/_NF/Entities/Objects/Weapons/Basic/sawn_pka.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,25 @@ | ||
- type: entity | ||
id: WeaponProtoKineticAcceleratorSawn | ||
parent: WeaponProtoKineticAcceleratorBase | ||
name: sawn-off proto-kinetic accelerator | ||
description: boundaries and rules are ment to be broken otherwise there will be no progress, but this thing here is a good argumant against that statement. | ||
components: | ||
- type: Sprite | ||
sprite: _NF/Objects/Weapons/Guns/Basic/sawn_kinetic_accelerator.rsi | ||
state: icon | ||
- type: Item | ||
sprite: _NF/Objects/Weapons/Guns/Basic/sawn_kinetic_accelerator.rsi | ||
size: Small | ||
shape: | ||
- 0,0,1,0 | ||
- type: Gun | ||
fireRate: 8 | ||
selectedMode: FullAuto | ||
minAngle: 41 | ||
maxAngle: 55 | ||
- type: Clothing | ||
sprite: _NF/Objects/Weapons/Guns/Basic/sawn_kinetic_accelerator.rsi | ||
- type: Construction | ||
graph: PKASawn | ||
node: pkasawn | ||
deconstructionTarget: null |
12 changes: 12 additions & 0 deletions
12
Resources/Prototypes/_NF/Recipes/Construction/Graphs/weapons/pkasawn.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,12 @@ | ||
- type: constructionGraph | ||
id: PKASawn | ||
start: start | ||
graph: | ||
- node: start | ||
edges: | ||
- to: pkasawn | ||
steps: | ||
- tool: Sawing | ||
doAfter: 2 | ||
- node: pkasawn | ||
entity: WeaponProtoKineticAcceleratorSawn # Makes the sawn-off spawn empty. At max they're losing 2 shells. |
Binary file added
BIN
+8.57 KB
...s/_NF/Objects/Weapons/Guns/Basic/sawn_kinetic_accelerator.rsi/equipped-BELT.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
+6.84 KB
...s/Textures/_NF/Objects/Weapons/Guns/Basic/sawn_kinetic_accelerator.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
+9.21 KB
...res/_NF/Objects/Weapons/Guns/Basic/sawn_kinetic_accelerator.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
+9.18 KB
...es/_NF/Objects/Weapons/Guns/Basic/sawn_kinetic_accelerator.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/_NF/Objects/Weapons/Guns/Basic/sawn_kinetic_accelerator.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": "icon by RiceMar1244 based on tgstation at https://github.com/tgstation/tgstation/commit/8b7f8ba6a3327c7381967c550f185dffafd11a57; inhand, and belt equip sprites by RiceMar1244 | edited for sawn-off version by erhardsteinhauer", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-BELT", | ||
"directions": 4 | ||
} | ||
] | ||
} |