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 #368 from Chocosasel/japanfood
Финальный PR японской еды.
- Loading branch information
Showing
25 changed files
with
191 additions
and
22 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...rototypes/_nf/entities/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
...le/en-US/ss14-ru/prototypes/_nf/entities/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 #CorvaxFrontier | ||
# rice? |
6 changes: 3 additions & 3 deletions
6
...rces/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/Ingredients/dangodough.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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
- type: entity | ||
name: шарик данго | ||
name: Dough Dango Ball | ||
parent: FoodBakingBase | ||
id: Doughdangoball | ||
description: Выглядит как шарик из теста. | ||
description: A ball of dough. | ||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
- dough | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/ingredients.rsi | ||
state: doughdangoball | ||
state: doughdangoball |
6 changes: 3 additions & 3 deletions
6
...Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/Ingredients/rawramennoodles.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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
- type: entity | ||
name: сухая лапша для рамэна | ||
name: Raw Ramen Noodles | ||
parent: FoodBakingBase | ||
id: rawnoodles | ||
description: Сухая лапша. | ||
description: A raw ramen. | ||
components: | ||
- type: FlavorProfile | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/ingredients.rsi | ||
state: rawnoodles | ||
state: rawnoodles |
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
65 changes: 65 additions & 0 deletions
65
Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/pockypack/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 |
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.