Skip to content

Commit

Permalink
Merge pull request #74 from Insurgent679/nut
Browse files Browse the repository at this point in the history
Ореховое дерево и орешки :D
  • Loading branch information
DTSpawn authored Nov 1, 2024
2 parents cd9818e + a7123fb commit ef1a91d
Show file tree
Hide file tree
Showing 13 changed files with 101 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
- type: entity # Семена
parent: SeedBase
name: пакет семян (орехового дерева)
suffix: AdvBotany
description: "Орешки полезны для здоровья!"
id: NutSeeds
components:
- type: Seed
seedId: walnuttree
- type: Sprite
sprite: Adventure/Objects/Botany/Produce/walnuttree.rsi

- type: seed # Растение
id: walnuttree
name: семена орехового дерева
noun: seeds-noun-seeds
displayName: Ореховое дерево
plantRsi: Adventure/Objects/Botany/Produce/walnuttree.rsi
packetPrototype: NutSeeds
productPrototypes:
- FoodNut
lifespan: 65
maturation: 10
production: 4
yield: 3
potency: 10
growthStages: 6
waterConsumption: 0.60
chemicals:
Water:
Min: 1
Max: 10
PotencyDivisor: 10
Nutriment:
Min: 1
Max: 20
PotencyDivisor: 20

- type: entity # Продукт
name: Орехи
suffix: AdvBotany
parent: FoodProduceBase
id: FoodNut
description: Хрустящие орешки, очень питательны!
components:
- type: SolutionContainerManager
solutions:
food:
maxVol: 30
reagents:
- ReagentId: Nutriment
Quantity: 20
- ReagentId: Vitamin
Quantity: 10
- type: Sprite
sprite: Adventure/Objects/Botany/Produce/walnuttree.rsi
- type: Produce
seedId: walnuttree
- type: Extractable
grindableSolutionName: food
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
RoseRedSeeds: 5 # Adventure
RoseWhiteSeeds: 5 # Adventure
TulipSeeds: 5 # Adventure
NutSeeds: 5 # Adventure
CoffeeSeeds: 5 # Adventure
emaggedInventory:
FlyAmanitaSeeds: 1
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,40 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"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.

0 comments on commit ef1a91d

Please sign in to comment.