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 38
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
Succuberry
authored and
Succuberry
committed
Jul 14, 2024
1 parent
32339d0
commit 03daf18
Showing
18 changed files
with
167 additions
and
16 deletions.
There are no files selected for viewing
65 changes: 65 additions & 0 deletions
65
...urces/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/Pockypacks/pockypacks.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,65 @@ | ||
- type: entity | ||
id: PockyPackBase | ||
parent: [ BaseStorageItem, BaseBagOpenClose ] | ||
name: Pocky Pack | ||
abstract: true | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: closed | ||
- state: open | ||
map: ["openLayer"] | ||
visible: false | ||
- state: pok1 | ||
map: ["pok1"] | ||
sprite: Corvax/Objects/Consumable/Food/pokvisualizer.rsi | ||
visible: false | ||
- state: pok2 | ||
map: ["pok2"] | ||
sprite: Corvax/Objects/Consumable/Food/pokvisualizer.rsi | ||
visible: false | ||
- state: pok3 | ||
map: ["pok3"] | ||
sprite: Corvax/Objects/Consumable/Food/pokvisualizer.rsi | ||
visible: false | ||
- type: Tag | ||
tags: | ||
- CigPack | ||
- Trash | ||
- type: PhysicalComposition | ||
materialComposition: | ||
Steel: 50 | ||
- type: SpaceGarbage | ||
- type: Item | ||
size: Tiny | ||
shape: # Yes, this is cursed, but it breaks otherwise, dont question it. | ||
- 0,0,0,1 | ||
- type: Storage | ||
grid: | ||
- 0,0,4,1 | ||
- type: StorageFill | ||
contents: | ||
- id: chocopocky | ||
amount: 10 | ||
- type: ItemCounter | ||
count: | ||
tags: [Cigarette] | ||
composite: true | ||
layerStates: | ||
- pok1 | ||
- pok2 | ||
- pok3 | ||
- type: Appearance | ||
- type: StaticPrice | ||
price: 150 | ||
|
||
- type: entity | ||
id: ChocolatePockyPack | ||
parent: PockyPackBase | ||
name: Chocolate Pocky Pack | ||
description: | ||
components: | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/pockypacks.rsi | ||
- type: Item | ||
sprite: Corvax/Objects/Consumable/Food/pockypacks.rsi |
30 changes: 30 additions & 0 deletions
30
Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/chocopocky.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,30 @@ | ||
- type: entity | ||
name: Chocolate Pocky | ||
parent: FoodBakedBase | ||
id: chocopocky | ||
description: Don't forget to play the game with your date... | ||
components: | ||
- type: Item | ||
storedRotation: -90 | ||
- type: Food | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/japanfood.rsi | ||
state: chocopocky | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 15 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 10 | ||
- ReagentId: Theobromine | ||
Quantity: 3 | ||
- ReagentId: CocoaPowder | ||
Quantity: 1 | ||
- type: Tag | ||
tags: | ||
- Cigarette | ||
- type: Clothing | ||
sprite: Corvax\Objects\Consumable\Food\pockypacks.rsi | ||
slots: [ mask ] | ||
equippedPrefix: unlit |
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
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
+153 Bytes
Resources/Textures/Corvax/Objects/Consumable/Food/japanfood.rsi/chocopocky.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -29,6 +29,9 @@ | |
}, | ||
{ | ||
"name": "onigiri" | ||
} | ||
}, | ||
{ | ||
"name": "chocopocky" | ||
} | ||
] | ||
} |
Binary file added
BIN
+396 Bytes
Resources/Textures/Corvax/Objects/Consumable/Food/pockypacks.rsi/closed.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
+159 Bytes
Resources/Textures/Corvax/Objects/Consumable/Food/pockypacks.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
+347 Bytes
Resources/Textures/Corvax/Objects/Consumable/Food/pockypacks.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
+333 Bytes
Resources/Textures/Corvax/Objects/Consumable/Food/pockypacks.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.
33 changes: 33 additions & 0 deletions
33
Resources/Textures/Corvax/Objects/Consumable/Food/pockypacks.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,33 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from cev-eris at commit https://github.com/discordia-space/CEV-Eris/commit/f18aa05685f13c8b424867e4219a1e727019c026", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "closed" | ||
}, | ||
{ | ||
"name": "open" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-BELT", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "unlit-equipped-MASK", | ||
"directions": 4 | ||
} | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
Resources/Textures/Corvax/Objects/Consumable/Food/pokvisualizer.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,20 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from cev-eris at commit https://github.com/discordia-space/CEV-Eris/commit/f18aa05685f13c8b424867e4219a1e727019c026", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "pok1" | ||
}, | ||
{ | ||
"name": "pok2" | ||
}, | ||
{ | ||
"name": "pok3" | ||
} | ||
] | ||
} |
Binary file added
BIN
+149 Bytes
Resources/Textures/Corvax/Objects/Consumable/Food/pokvisualizer.rsi/pok1.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
+149 Bytes
Resources/Textures/Corvax/Objects/Consumable/Food/pokvisualizer.rsi/pok2.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
+149 Bytes
Resources/Textures/Corvax/Objects/Consumable/Food/pokvisualizer.rsi/pok3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.