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

Bonioon mutation #33375

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/seeds/seeds.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,5 @@ seeds-cherry-name = cherry
seeds-cherry-display-name = cherry tree
seeds-anomaly-berry-name = anomaly berry
seeds-anomaly-berry-display-name = anomaly berries
seeds-bonioon-name = bonioon
seeds-bonioon-display-name = bonioon bulbs
Original file line number Diff line number Diff line change
Expand Up @@ -2592,4 +2592,75 @@
- type: FoodSequenceElement
entries:
Taco: AnomalyBerry
Burger: AnomalyBerryBurger
Burger: AnomalyBerryBurger

- type: entity
name: bonioon bulb
description: A strange floating bulb.. Nothing worth crying over.
parent: BaseStructureDynamic
id: FoodBonioon
components:
- type: Sprite
sprite: Objects/Specific/Hydroponics/bonioon.rsi
state: produce
- type: Item
size: Small
sprite: Objects/Specific/Hydroponics/bonioon.rsi
heldPrefix: produce
- type: Produce
seedId: bonioon
- type: PotencyVisuals
- type: Appearance
- type: FlavorProfile
flavors:
- onion
- strange
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 1
- ReagentId: Vitamin
Quantity: 1
- ReagentId: Allicin
Quantity: 10
- type: Extractable
grindableSolutionName: food
- type: Tag
tags:
- Vegetable
- type: ExplodeOnTrigger
- type: Explosive
explosionType: Default
maxIntensity: 0.001
intensitySlope: 1
totalIntensity: 0.1
- type: Damageable
damageContainer: Biological
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 1
behaviors:
- !type:SpillBehavior
solution: food
- !type:TriggerBehavior
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: InteractionOutline
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeCircle
radius: 0.20
position: 0, 0.35
density: 80
mask:
- MobMask
layer:
- MobLayer

Original file line number Diff line number Diff line change
Expand Up @@ -735,3 +735,13 @@
seedId: anomalyBerry
- type: Sprite
sprite: Objects/Specific/Hydroponics/anomaly_berry.rsi

- type: entity
parent: SeedBase
name: packet of bonioon seeds
id: BonioonSeeds
components:
- type: Seed
seedId: bonioon
- type: Sprite
sprite: Objects/Specific/Hydroponics/bonioon.rsi
19 changes: 19 additions & 0 deletions Resources/Prototypes/Hydroponics/seeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,7 @@
- FoodOnion
mutationPrototypes:
- onionred
- bonioon
lifespan: 25
maturation: 8
production: 6
Expand Down Expand Up @@ -1989,3 +1990,21 @@
Min: 1
Max: 2
PotencyDivisor: 40

- type: seed
id: bonioon
name: seeds-bonioon-name
noun: seeds-noun-seeds
displayName: seeds-bonioon-display-name
plantRsi: Objects/Specific/Hydroponics/bonioon.rsi
packetPrototype: BonioonSeeds
productPrototypes:
- FoodBonioon
lifespan: 25
maturation: 10
production: 3
yield: 4
potency: 1
growthStages: 4
waterConsumption: 0.60
nutrientConsumption: 0.40
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,43 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Made by Thinbug for space station 14 :33",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "dead"
},
{
"name": "harvest"
},
{
"name": "produce"
},
{
"name": "produce-inhand-left",
"directions": 4
},
{
"name": "produce-inhand-right",
"directions": 4
},
{
"name": "seed"
},
{
"name": "stage-1"
},
{
"name": "stage-2"
},
{
"name": "stage-3"
},
{
"name": "stage-4"
}
]
}
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