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.
Merge pull request #375 from Succuberry/foodjapan
Актуальная версия ЖапанФуд
- Loading branch information
Showing
23 changed files
with
185 additions
and
16 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...ototypes/_nf/entitites/objects/consumable/food/japanfood/ingredients/japaningredients.ftl
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,4 @@ | ||
ent-Doughdangoball = шарик данго | ||
.desc = Выглядит как шарик из теста. | ||
ent-rawnoodles = сухая лапша для рамэна | ||
.desc = Сухая лапша. |
13 changes: 13 additions & 0 deletions
13
...e/ru-RU/ss14-ru/prototypes/_nf/entitites/objects/consumable/food/japanfood/japanfoods.ftl
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 @@ | ||
ent-hanamidango = трёхцветное данго | ||
.desc = Похоже что тебе нравятся разные цвета, не так ли? | ||
ent-mitarashidango = митараши данго | ||
.desc = Рисовая сладость, манящая за собой | ||
ent-onigiri = онигири | ||
.desc = Лучший рис в галактике! | ||
ent-spicyporkramennoodles = острый рамэн | ||
.desc = Выглядит так горячо... И так аппетитно! | ||
ent-porkramennoodles = свиной рамэн | ||
.desc = Оу, да я вижу вы человек высокой культуры... | ||
ent-ChocolatePockyPack = коробочка шоколадных покки | ||
ent-chocopocky = шоколадная палочка покки | ||
.desc = Не забудьте поиграть в игру со своим спутником... |
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 |
---|---|---|
|
@@ -8,4 +8,5 @@ | |
FoodSnackChowMein: 3 | ||
FoodSnackDanDanNoodles: 3 | ||
PairedChopsticks: 3 | ||
ChocolatePockyPack: 3 | ||
# rice? |
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 | ||
} | ||
] | ||
} |
Binary file added
BIN
+399 Bytes
Resources/Textures/Corvax/Objects/Consumable/Food/pockypacks.rsi/open.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
+246 Bytes
.../Textures/Corvax/Objects/Consumable/Food/pockypacks.rsi/unlit-equipped-MASK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.