This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nonlethal Vending Machine (Practice Rounds & Etc) (new-frontiers-14#1352
) * Nonlethal Vending Machine (Practice Rounds & Etc) * Updated * Updated * Added the Restocking * Update meta.json * Cleanup * Update eject-unshaded.png * Fixup --------- Co-authored-by: Dvir <[email protected]>
- Loading branch information
1 parent
c8eee32
commit 2eb75fe
Showing
17 changed files
with
165 additions
and
17 deletions.
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
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
23 changes: 23 additions & 0 deletions
23
Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/nonlethalvend.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,23 @@ | ||
- type: vendingMachineInventory | ||
id: NonLethalVendInventory | ||
startingInventory: | ||
WeaponDisablerPractice: 4 | ||
WeaponLaserCarbinePractice: 4 | ||
BoxShotgunPractice: 8 | ||
MagazineBoxRiflePractice: 8 | ||
MagazineBoxCaselessRiflePractice: 10 | ||
MagazineBoxLightRiflePractice: 5 | ||
MagazineBoxPistolPractice: 10 | ||
MagazineBoxMagnumPractice: 10 | ||
RevolverCapGun: 2 | ||
BoxCartridgeCap: 4 | ||
FoamCrossbow: 2 | ||
BoxDonkSoftBox: 4 | ||
TargetDartsFlatpack: 2 | ||
BoxDarts: 4 | ||
contrabandInventory: | ||
SpeedLoaderRifleHeavyPractice: 3 | ||
SpeedLoaderPistolPractice: 3 | ||
SpeedLoaderMagnumPractice: 3 | ||
emaggedInventory: | ||
ThrowingKnife: 1 |
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,13 @@ | ||
- type: entity | ||
name: dartboard | ||
id: TargetDartsFlatpack | ||
parent: BaseNFFlatpack | ||
description: A flatpack used for constructing a dart board. | ||
components: | ||
- type: Flatpack | ||
entity: TargetDarts | ||
- type: Sprite | ||
layers: | ||
- state: service_tray | ||
- type: StaticPrice | ||
price: 40 |
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
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
Binary file added
BIN
+793 Bytes
...s/_NF/Objects/Specific/Service/vending_machine_restock.rsi/refill_nonlethal.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.62 KB
...s/Textures/_NF/Structures/Machines/VendingMachines/nonlethalvend.rsi/broken.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
+990 Bytes
...res/_NF/Structures/Machines/VendingMachines/nonlethalvend.rsi/deny-unshaded.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.05 KB
...es/_NF/Structures/Machines/VendingMachines/nonlethalvend.rsi/eject-unshaded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions
44
Resources/Textures/_NF/Structures/Machines/VendingMachines/nonlethalvend.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,44 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Created by [Data_Redacted] https://github.com/IData-RedactedI and art edited by Slush [Disord: slush6789]", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "broken" | ||
}, | ||
{ | ||
"name": "deny-unshaded", | ||
"delays": [ | ||
[ | ||
0.5, | ||
0.1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "eject-unshaded", | ||
"delays": [ | ||
[ | ||
0.1, | ||
0.4, | ||
0.2, | ||
0.4, | ||
0.1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "normal-unshaded" | ||
}, | ||
{ | ||
"name": "off" | ||
}, | ||
{ | ||
"name": "panel" | ||
} | ||
] | ||
} |
Binary file added
BIN
+886 Bytes
...s/_NF/Structures/Machines/VendingMachines/nonlethalvend.rsi/normal-unshaded.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.18 KB
...rces/Textures/_NF/Structures/Machines/VendingMachines/nonlethalvend.rsi/off.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
+255 Bytes
...es/Textures/_NF/Structures/Machines/VendingMachines/nonlethalvend.rsi/panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.