Skip to content

Commit

Permalink
Merge pull request #213 from dvir001/Seeds-Fix
Browse files Browse the repository at this point in the history
Seeds fix
  • Loading branch information
Cheackraze authored Aug 14, 2023
2 parents 9ee7f44 + 34255ad commit 2ffe4c7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 38 deletions.
5 changes: 5 additions & 0 deletions Resources/Locale/en-US/_NF/seeds/seeds.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Seeds
seeds-moneytree-name = moneytree
seeds-moneytree-display-name = money tree
seeds-pear-name = pear
seeds-pear-display-name = pear tree
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,12 @@
parent: SeedBase
name: packet of money tree seeds
description: "these seeds seem like a miracle, but expert farmers get rich from the kitchen"
id: MoneytreeSeeds
id: MoneyTreeSeeds
components:
- type: Seed
seedId: moneytree
seedId: moneyTree
- type: Sprite
sprite: _NF/Objects/Specific/Hydroponics/moneytree.rsi
#Description Is Sneaky KitchenFarms Tribute, LLKF, CentCom Owes Us a Million! =)

# - type: entity
# parent: MoneytreeSeeds
# name: packet of money tree seeds
# suffix: "1000"
# description: "these seeds really are a miracle!"
# id: MoneytreeSeeds1000
# components:
# - type: Seed
# seedId: moneytree1000
# commented out at present, intended to be admin spawn item? can be changed easily.

- type: entity
parent: SeedBase
Expand Down
30 changes: 6 additions & 24 deletions Resources/Prototypes/_NF/Hydroponics/seeds.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
- type: seed
id: moneytree
name: money tree
id: moneyTree
name: seeds-moneytree-name
noun: seeds-noun-seeds
displayName: money
displayName: seeds-moneytree-display-name
plantRsi: _NF/Objects/Specific/Hydroponics/moneytree.rsi
packetPrototype: MoneytreeSeeds
packetPrototype: MoneyTreeSeeds
productPrototypes:
- SpaceCash
harvestRepeat: Repeat
Expand All @@ -16,29 +16,11 @@
growthStages: 2
idealLight: 6

# - type: seed
# id: moneytree1000
# name: money tree
# noun: seeds-noun-seeds
# displayName: money
# plantRsi: _NF/Objects/Specific/Hydroponics/moneytree.rsi
# packetPrototype: MoneytreeSeeds1000
# productPrototypes:
# - SpaceCash1000
# harvestRepeat: Repeat
# lifespan: 45
# maturation: 15
# production: 8
# yield: 3
# potency: 10
# growthStages: 2
# idealLight: 6

- type: seed
id: pear
name: pear
name: seeds-pear-name
noun: seeds-noun-seeds
displayName: pear tree
displayName: seeds-pear-display-name
plantRsi: _NF/Objects/Specific/Hydroponics/pear.rsi
packetPrototype: PearSeeds
productPrototypes:
Expand Down

0 comments on commit 2ffe4c7

Please sign in to comment.