mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-27 10:38:02 +03:00
<!-- This is a semi-strict format, you can add/remove sections as needed but the order/format should be kept the same Remove these comments before submitting --> # Description <!-- Explain this PR in as much detail as applicable Some example prompts to consider: How might this affect the game? The codebase? What might be some alternatives to this? How/Who does this benefit/hurt [the game/codebase]? --> Ports https://github.com/space-wizards/space-station-14/pull/27110 --- # Changelog <!-- You can add an author after the `🆑` to change the name that appears in the changelog (ex: `🆑 Death`) Leaving it blank will default to your GitHub display name This includes all available types for the changelog --> 🆑 Erisfiregamer1 - add: New chemical, Sedin. It restores seeds on plants 20% of the time with other adverse effects included. --------- Signed-off-by: sleepyyapril <123355664+sleepyyapril@users.noreply.github.com> Co-authored-by: Eris <eris@erisws.com> Co-authored-by: VMSolidus <evilexecutive@gmail.com> (cherry picked from commit ed593f070a579a47f2e8800d4a5191741971b3b9)
This commit is contained in:
@@ -155,6 +155,21 @@
|
||||
- !type:ReagentThreshold
|
||||
min: 80
|
||||
|
||||
- type: reagent
|
||||
id: Sedin
|
||||
name: reagent-name-sedin
|
||||
group: Botanical
|
||||
desc: reagent-desc-sedin
|
||||
flavor: bitter
|
||||
color: "#3CB371"
|
||||
physicalDesc: reagent-physical-desc-sickly
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustHealth
|
||||
amount: -2
|
||||
- !type:PlantRestoreSeeds
|
||||
probability: 0.20
|
||||
- !type:PlantAdjustPotency
|
||||
amount: -3 # Match this with current rate of Robust Harvest potency increase
|
||||
|
||||
- type: reagent
|
||||
id: WeedKiller
|
||||
|
||||
@@ -21,6 +21,18 @@
|
||||
products:
|
||||
RobustHarvest: 1
|
||||
|
||||
- type: reaction
|
||||
id: Sedin
|
||||
reactants:
|
||||
Cryoxadone:
|
||||
amount: 1
|
||||
RobustHarvest:
|
||||
amount: 3
|
||||
Diethylamine:
|
||||
amount: 3
|
||||
products:
|
||||
Sedin: 1
|
||||
|
||||
- type: reaction
|
||||
id: Left4Zed
|
||||
reactants:
|
||||
|
||||
Reference in New Issue
Block a user