Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cucumber!!! + Немного СНГ еды #53

Merged
merged 17 commits into from
Nov 23, 2024
6 changes: 6 additions & 0 deletions Resources/Locale/ru-RU/_corvaxnext/cucumber.ftl
RedTerrorDark marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ent-CucumbertSeeds = пакет семян (огурец)
.desc = { ent-SeedBase.desc }
ent-FoodCucumber = огурец
.desc = длинный и толстый...
seeds-cucumber-name = огурцы
seeds-cucumber-display-name = огуречный куст
RedTerrorDark marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
CocoaSeeds: 3
CornSeeds: 5
CottonSeeds: 5
CucumbertSeeds: 5
EggplantSeeds: 5
EggySeeds: 5
GalaxythistleSeeds: 3
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# When adding new food also add to random spawner located in Resources\Prototypes\Entities\Markers\Spawners\Random\Food_Drinks\food_produce.yml
RedTerrorDark marked this conversation as resolved.
Show resolved Hide resolved
# For produce that can't be immediately eaten
RedTerrorDark marked this conversation as resolved.
Show resolved Hide resolved

- type: entity
name: cucumber
parent: [FoodProduceBase]
id: FoodCucumber
description: PHAHAHHAHA cu-cu-cu-cu-mbe-er
components:
- type: FlavorProfile
flavors:
- water
- type: SolutionContainerManager
solutions:
food:
maxVol: 14
reagents:
- ReagentId: Nutriment
Quantity: 7
- ReagentId: Vitamin
Quantity: 3
- ReagentId: Water
Quantity: 4
- type: Sprite
sprite: _CorvaxNext/Objects/Specific/Hydroponics/cucumber.rsi
- type: Produce
seedId: cucumber
- type: Tag
tags:
- Fruit
- Vegetable
- type: MeleeWeapon
wideAnimationRotation: -135
damage:
types:
Blunt: 1

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

- type: entity
parent: SeedBase
name: packet of cucumber seeds
id: CucumbertSeeds
components:
- type: Seed
seedId: cucumber
- type: Sprite
sprite: _CorvaxNext/Objects/Specific/Hydroponics/cucumber.rsi
33 changes: 33 additions & 0 deletions Resources/Prototypes/_CorvaxNext/Hydroponics/seeds.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

- type: seed
id: cucumber
name: seeds-cucumber-name
noun: seeds-noun-seeds
displayName: seeds-cucumber-display-name
plantRsi: _CorvaxNext/Objects/Specific/Hydroponics/cucumber.rsi
packetPrototype: CucumbertSeeds
productPrototypes:
- FoodCucumber
harvestRepeat: Repeat
lifespan: 25
maturation: 8
production: 5
yield: 2
potency: 10
waterConsumption: 0.50
nutrientConsumption: 0.40
idealLight: 8
idealHeat: 298
chemicals:
Nutriment:
Min: 1
Max: 7
PotencyDivisor: 14
Vitamin:
Min: 1
Max: 3
PotencyDivisor: 33
Water:
Min: 1
Max: 4
PotencyDivisor: 25
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "By RedTerror",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "dead"
},
{
"name": "harvest"
},
{
"name": "produce"
},
{
"name": "seed"
},
{
"name": "stage-1"
},
{
"name": "stage-2"
},
{
"name": "stage-3"
},
{
"name": "stage-4"
},
{
"name": "stage-5"
},
{
"name": "stage-6"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading