From 5bfd7d9dd02b83ef27e2b53ad7864da46b7157cb Mon Sep 17 00:00:00 2001 From: Ed Date: Sun, 8 Sep 2024 23:43:22 +0300 Subject: [PATCH 1/8] content --- .../Locale/en-US/flavors/flavor-profiles.ftl | 1 + .../nutrition/components/food-sequence.ftl | 2 + Resources/Locale/en-US/seeds/seeds.ftl | 2 + .../Objects/Consumable/Food/produce.yml | 36 ++++++++++++++++++ .../Objects/Specific/Hydroponics/seeds.yml | 10 +++++ .../Structures/Specific/Anomaly/cores.yml | 4 ++ Resources/Prototypes/Flavors/flavors.yml | 5 +++ Resources/Prototypes/Hydroponics/seeds.yml | 31 +++++++++++++++ .../Recipes/Cooking/food_sequence_element.yml | 17 +++++++++ .../Hydroponics/anomaly_berry.rsi/dead.png | Bin 0 -> 570 bytes .../Hydroponics/anomaly_berry.rsi/harvest.png | Bin 0 -> 589 bytes .../Hydroponics/anomaly_berry.rsi/meta.json | 26 +++++++++++++ .../Hydroponics/anomaly_berry.rsi/produce.png | Bin 0 -> 548 bytes .../Hydroponics/anomaly_berry.rsi/seed.png | Bin 0 -> 403 bytes .../Hydroponics/anomaly_berry.rsi/stage-1.png | Bin 0 -> 389 bytes .../Hydroponics/anomaly_berry.rsi/stage-2.png | Bin 0 -> 491 bytes 16 files changed, 134 insertions(+) create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/dead.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/harvest.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/meta.json create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/produce.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/seed.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/stage-1.png create mode 100644 Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/stage-2.png diff --git a/Resources/Locale/en-US/flavors/flavor-profiles.ftl b/Resources/Locale/en-US/flavors/flavor-profiles.ftl index f56a6c36b8bc87..915972d2116186 100644 --- a/Resources/Locale/en-US/flavors/flavor-profiles.ftl +++ b/Resources/Locale/en-US/flavors/flavor-profiles.ftl @@ -20,6 +20,7 @@ flavor-base-fishy = fishy flavor-base-crabby = crabby flavor-base-cheesy = cheesy flavor-base-funny = funny +flavor-base-strange = strange flavor-base-tingly = tingly flavor-base-acid = acidic flavor-base-leafy = leafy diff --git a/Resources/Locale/en-US/nutrition/components/food-sequence.ftl b/Resources/Locale/en-US/nutrition/components/food-sequence.ftl index 766145093e244b..a34b4ac2098253 100644 --- a/Resources/Locale/en-US/nutrition/components/food-sequence.ftl +++ b/Resources/Locale/en-US/nutrition/components/food-sequence.ftl @@ -74,6 +74,7 @@ food-sequence-content-berries = berries food-sequence-content-spacemans-trumpet = spacemans trupmet food-sequence-content-cherry = cherry food-sequence-content-snail = snail +food-sequence-content-anomaly-berry = anomaly berry # BURGERS @@ -113,6 +114,7 @@ food-sequence-burger-content-suppermatter = supper food-sequence-burger-content-hamster = hams food-sequence-burger-content-berries = berri food-sequence-burger-content-spacemans-trumpet = spacetrump +food-sequence-burger-content-anomaly-berry = anom # TACO diff --git a/Resources/Locale/en-US/seeds/seeds.ftl b/Resources/Locale/en-US/seeds/seeds.ftl index 138d3c9914d8af..6d81a27d9ecdd2 100644 --- a/Resources/Locale/en-US/seeds/seeds.ftl +++ b/Resources/Locale/en-US/seeds/seeds.ftl @@ -132,3 +132,5 @@ seeds-capfruit-name = capfruit seeds-capfruit-display-name = capfruit tree seeds-cherry-name = cherry seeds-cherry-display-name = cherry tree +seeds-anomaly-berry-name = anomaly berry +seeds-anomaly-berry-display-name = anomaly berries diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml index 15af78e78fd577..291b0d80bf3ee5 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml @@ -2359,3 +2359,39 @@ seedId: cherry - type: SpaceGarbage - type: BadFood + +- type: entity + name: anomaly berry + description: a strange blue fruit. Something about it doesn't seem right. + parent: FoodProduceBase + id: FoodAnomalyBerry + components: + - type: FlavorProfile + flavors: + - strange + - type: Sprite + sprite: Objects/Specific/Hydroponics/anomaly_berry.rsi + state: produce + - type: Produce + seedId: anomalyBerry + - type: Food + trash: + - EffectAnomalyFloraBulb # Random loot + - type: SolutionContainerManager + solutions: + food: + maxVol: 8 + reagents: + - ReagentId: Nutriment + Quantity: 2 + - ReagentId: Vitamin + Quantity: 2 + - ReagentId: Artifexium + Quantity: 1 + - type: Tag + tags: + - Fruit + - type: FoodSequenceElement + entries: + Taco: AnomalyBerry + Burger: AnomalyBerryBurger \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml index 56692f13cdc885..c8ca9a8b87cba0 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml @@ -682,3 +682,13 @@ seedId: cherry - type: Sprite sprite: Objects/Specific/Hydroponics/cherry.rsi + +- type: entity + parent: SeedBase + name: packet of anomaly seeds + id: AnomalyBerrySeeds + components: + - type: Seed + seedId: anomalyBerry + - type: Sprite + sprite: Objects/Specific/Hydroponics/anomaly_berry.rsi diff --git a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/cores.yml b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/cores.yml index 71065a8e3d50de..315505b81e9be6 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/cores.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/cores.yml @@ -147,6 +147,8 @@ id: AnomalyCoreFlora suffix: Flora components: + - type: Seed + seedId: anomalyBerry - type: Sprite sprite: Structures/Specific/Anomalies/Cores/flora_core.rsi - type: PointLight @@ -307,6 +309,8 @@ id: AnomalyCoreFloraInert suffix: Flora, Inert components: + - type: Seed + seedId: anomalyBerry - type: Sprite sprite: Structures/Specific/Anomalies/Cores/flora_core.rsi - type: PointLight diff --git a/Resources/Prototypes/Flavors/flavors.yml b/Resources/Prototypes/Flavors/flavors.yml index c500229507bf9a..05258290e4c6d2 100644 --- a/Resources/Prototypes/Flavors/flavors.yml +++ b/Resources/Prototypes/Flavors/flavors.yml @@ -59,6 +59,11 @@ flavorType: Base description: flavor-base-funny +- type: flavor + id: strange + flavorType: Base + description: flavor-base-strange + - type: flavor id: tingly flavorType: Base diff --git a/Resources/Prototypes/Hydroponics/seeds.yml b/Resources/Prototypes/Hydroponics/seeds.yml index 7407a6b75fc65a..a3efb4fe1b7499 100644 --- a/Resources/Prototypes/Hydroponics/seeds.yml +++ b/Resources/Prototypes/Hydroponics/seeds.yml @@ -1825,3 +1825,34 @@ Min: 1 Max: 3 PotencyDivisor: 40 + +- type: seed + id: anomalyBerry + name: seeds-anomaly-berry-name + noun: seeds-noun-seeds + displayName: seeds-anomaly-berry-display-name + plantRsi: Objects/Specific/Hydroponics/anomaly_berry.rsi + packetPrototype: AnomalyBerrySeeds + productPrototypes: + - FoodAnomalyBerry + lifespan: 25 + maturation: 12 + production: 3 + yield: 3 + potency: 10 + growthStages: 2 + waterConsumption: 0.60 + nutrientConsumption: 0.50 + chemicals: + Artifexium: + Min: 1 + Max: 1 + PotencyDivisor: 4 + Nutriment: + Min: 1 + Max: 2 + PotencyDivisor: 30 + Vitamin: + Min: 1 + Max: 2 + PotencyDivisor: 40 diff --git a/Resources/Prototypes/Recipes/Cooking/food_sequence_element.yml b/Resources/Prototypes/Recipes/Cooking/food_sequence_element.yml index d843e7b985b904..0479f1c66929b1 100644 --- a/Resources/Prototypes/Recipes/Cooking/food_sequence_element.yml +++ b/Resources/Prototypes/Recipes/Cooking/food_sequence_element.yml @@ -1102,3 +1102,20 @@ sprites: - sprite: Objects/Consumable/Food/Baked/cake.rsi state: suppermatter-shard + + +# Anomaly berries + +- type: foodSequenceElement + id: AnomalyBerry + name: food-sequence-content-anomaly-berry + sprites: + - sprite: Objects/Specific/Hydroponics/anomaly_berry.rsi + state: produce + +- type: foodSequenceElement + id: AnomalyBerryBurger + name: food-sequence-burger-content-anomaly-berry + sprites: + - sprite: Objects/Specific/Hydroponics/anomaly_berry.rsi + state: produce diff --git a/Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/dead.png b/Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/dead.png new file mode 100644 index 0000000000000000000000000000000000000000..e6082a57443e4d0e42fb264b9fc856bc78775430 GIT binary patch literal 570 zcmV-A0>%A_P)Px$^hrcPR9J=Wl`(4@K@f#MVMBxqVFgRvvBsr?gMyUk2S{K90)aZYRGTujAiaM> z+LU%@2nf=|RVtekF(jxAI!>Gf2PuMGZ3=l;yLYFv0_k$E($37@ym>P_f*d(=Z&OvbRc+Z(&`l;8uzRi+iG3XsHs-LI7R;>5CtP(S!Dn zuO|rtnKJ;ZIq;@ScJ|kPRqeXpSZB|>cU(c^_#mNz{*g9(jw?8F_IO^}1E5-d24Kl*+7(Q{QotNSlYrF%^)%G; zn+HDgAX%kJwA-rdgzA1g7Ql-sVi7Q_#|X?=K&$vz(hc#tt>aAu;_RQ=eCnwxrLyiA zcB#|=q_qdOS+$#BZnbSl$L*=la9gBJ^%f-l9n$__a{Mj+0N%zGB>2`bP5=M^07*qo IM6N<$g4Ov9Hvj+t literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/harvest.png b/Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/harvest.png new file mode 100644 index 0000000000000000000000000000000000000000..5a405285d7eccb8435c44cd5b21420eb54232d34 GIT binary patch literal 589 zcmV-T0Px%2T4RhR9J=Wl`&7-Kp2LfRF-fTkSo`X>!?ebEKM?HC?lP!h=IS;U%=n#fKa#o zflR;zMwKFHz_FZ?DM*&C!*S-$c1%sX)$iuJ@B7~O{qDOnG-%MEL4*Gtt-nd$+dmZf zweLq?YSny}07d-q^CxyXTijjUa~rMz_z_NPiKs1LZ~sszVgN6&iLTcGnUFdnUepx; zu+!PX3v7d2;m!N)TD2-wj{02zaB_ax0@J-0*Z>6qo4TNC={PyRY*|&ry|Js73dv>U zRYrPamt`cs{ei{l@eKe40i%9b3@2^YQJN*V?_3-Yl2tYN-PL_1x#PjbG$x)scC{ej zVZ(5oskeEUc6rWf5Owm~aK$pYHq6Y=(u`aYE0i9A9yIEAh3#4R9{dcE#X~u4dB^H1 z{z~QqyWa?QJBUS!KPaWyEI=Qa-q>Xwr2xFz{z{S@$c?bPpmHx3GDqdwUbzUP9f~+V z10V-S6-!nJ8yzX3fRXQbQpD-;jnUyumOgy*vouT6)xZ28uio3mk?G>K=}s)f6 zU>Si!S`cew=7}$+aj8SSL;k?Z+O4iuJ{Bao-VsB9?p`O(PpocoIBDY`yA{tW?0v}uJQrnC{Rblc9m;+% b4eH`ImfsvO8U`ay00000NkvXXu0mjflzkEL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/meta.json b/Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/meta.json new file mode 100644 index 00000000000000..7faa3ffee4ca88 --- /dev/null +++ b/Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by TheShuEd for Space Station 14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "dead" + }, + { + "name": "produce" + }, + { + "name": "seed" + }, + { + "name": "stage-1" + }, + { + "name": "stage-2" + } + ] +} diff --git a/Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/produce.png b/Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/produce.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9f83bd5929734767b8b8aa5fe3b3a7830ab630 GIT binary patch literal 548 zcmV+<0^9wGP)Px$-bqA3R9J=Wl|4_wKpe(@HBDr~0Z>pvVj!KMlY^@+DwE&9#V_G^Vc{Dv88=r4 zCuC}BNC=8AbbS%K<&!W{XGZ{>0FkM8Pv3Q>1jXXB@($`)}Yg#2lrD-x51R($g>vU%1 z_f&gm0I5n`0%cw@sWf3Sm?Cn=6s(~A;PeQ9*YP`77pV3Zr=w#Vc(Z~Zk!3XCo)mN(!MMomT zO!ZWWXhE3yZQjfOyf)c(qAh80000P)Px$O-V#SR9J=Wm9a|0P!xv0NT}(O;&4++T?*;cj)hR%N{7CKFX01p>;w1!uD(MA zaT5_7>sD~FlqQ4N#aIGyC~0eraxN-5+;6$VJvsk>|9iLrgTY|J2pTL~BKf7?KQua>eY#Y3vT3&4D`V5vrHQR&HZ zw1;qdGob3bG=mDwphDGmDaFHgH2|}*%!tUq_Eb0g4wb`w0HSG9Sg(_UIDy@Jjiw3D zkFU%p3mztSV!>Ushj6JzT$~MP_?@+Iy&L|nfz>OwNuk~iSrSrLA8U1oP%8mx^CXg+ x(Eb-l#GfL#y1W(j)_#g5by9JI!C?3oyaDU8c!|r)FpdBK002ovPDHLkV1n8!w!i=Y literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/stage-1.png b/Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/stage-1.png new file mode 100644 index 0000000000000000000000000000000000000000..b6511c4e61d6ba3b1841897845ebfaa783291fca GIT binary patch literal 389 zcmV;00eb$4P)Px$KS@MER9J=Wk}*%hKp2J}3`1Q=AhiKaObFOTVCoNmQR3j=@fY}a91JUepc6Pj z35h|)f)bcY(&QZK)jF8=ESvW%cWK}I-uL_NK%>!UG#br+r=WVEcYP=7O^3PX0x*2I zRj!ew_!o1#dxG7)lAlGM5J~~0xpijXKL>0Vd+JSxce^2yy3u5oIgnBSfbC)*uW#NC z0Q20W){07v2TP@TsR25P?xK5lfKqHe_gpI0x3Nn1kn#vSc0;uLRbC%M0Lm78>~4N& zDy4fie)MnZt`8ePh5)#5OaP8A4PJ%;Wh>f?RY>56Y<#G-ii`)#!@hyhWLD_d4I#}S z>UQG;1Wes^tX)54wN(fp5vwr1XE_aNt~&N4M_Gl*(Hd5f)1Hyr95PNIY4Wuf?S3_n juUdd#0*O?iMw5Y0qf~%KmjLF~00000NkvXXu0mjfuY{&C literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/stage-2.png b/Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/stage-2.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ba2f74e233e31c32a42c141a982fca7e135e70 GIT binary patch literal 491 zcmVPx$rAb6VR9J=Wl)X;EP#A_EOozIdU`hj#kQlU!+KF8qB@SMI3D@BT7_Wmna4@Xg z0244Nh6M$S3DKz}O^ySe!-2Lmpb1Ogr8(#OdEf8n6jG!}ks?Kk6kA4S-GIyM2XS~* zQRjZI1wixZZtYwE#wO&>MGpJG#C!8`F0Q0mY$9T3mC<#|!gb0*o^^5^UxO)nSJpvd z2hOT_043sUFb$D^^u8lwb@A=z*U0W93h=!Et7K6)ow?4)_CkLBUTc96P;s5cC^mnh z0MjdohRPhKWoqJnVi9U(^vN|txq6+{viRbQxgPM*Fv-;PFfs5SS5?y6O(p*5b3{kCzkDhg6ovU?ftn}e)pST<*#@Z h^qtrW{-gR706$iI#01l$;%)!{002ovPDHLkV1li=)WiS) literal 0 HcmV?d00001 From 25408e69a08a7264db640203e8528c95d73efa18 Mon Sep 17 00:00:00 2001 From: Ed Date: Sun, 8 Sep 2024 23:50:22 +0300 Subject: [PATCH 2/8] Update meta.json --- .../Objects/Specific/Hydroponics/anomaly_berry.rsi/meta.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/meta.json b/Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/meta.json index 7faa3ffee4ca88..7d86d10f9bb78d 100644 --- a/Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/meta.json +++ b/Resources/Textures/Objects/Specific/Hydroponics/anomaly_berry.rsi/meta.json @@ -10,6 +10,9 @@ { "name": "dead" }, + { + "name": "harvest" + }, { "name": "produce" }, From 81cbc8de9a423792683b8b7ea12b3337ed85f544 Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:23:49 +0300 Subject: [PATCH 3/8] Update mobspawn.yml --- .../Prototypes/Entities/Effects/mobspawn.yml | 60 +++++++++---------- 1 file changed, 28 insertions(+), 32 deletions(-) diff --git a/Resources/Prototypes/Entities/Effects/mobspawn.yml b/Resources/Prototypes/Entities/Effects/mobspawn.yml index c4396a775da93e..930a65b958f589 100644 --- a/Resources/Prototypes/Entities/Effects/mobspawn.yml +++ b/Resources/Prototypes/Entities/Effects/mobspawn.yml @@ -82,36 +82,32 @@ tags: - HideContextMenu - type: AnimationPlayer - - type: RandomSpawner + - type: EntityTableSpawner deleteSpawnerAfterSpawn: false - rareChance: 0.1 - offset: 0.3 - chance: 1 - prototypes: - - FoodAmbrosiaVulgaris - - FoodAloe - - FoodCabbage - - FoodCarrot - - FoodGalaxythistle - - FoodLemon - - FoodLime - - FoodPeaPod - - FoodPineapple - - FoodOnionRed - - FoodWatermelon - - FoodAmbrosiaVulgaris - - FoodAloe - - FoodCabbage - - FoodCarrot - - FoodGalaxythistle - - FoodLemon - - FoodLime - - FoodPeaPod - - FoodPineapple - - FoodOnionRed - - FoodWatermelon - - FoodGatfruit - - MobTomatoKiller - rarePrototypes: - - MobLuminousEntity - - MobLuminousObject + table: !type:NestedSelector + tableId: AnomalyFloraLootTable + prob: 1 + +- type: entityTable + id: AnomalyFloraLootTable + table: !type:GroupSelector + children: + - id: FoodAmbrosiaVulgaris + - id: FoodAloe + - id: FoodCabbage + - id: FoodGalaxythistle + - id: FoodLemon + - id: FoodLime + - id: FoodPeaPod + - id: FoodPineapple + - id: FoodOnionRed + - id: FoodWatermelon + - id: FoodCherry + - id: FoodGatfruit + weight: 0.15 + - id: MobTomatoKiller + weight: 0.25 + - id: MobLuminousEntity + weight: 0.25 + - id: MobLuminousObject + weight: 0.25 From 94f7ac2af66edfff6f04ca5c9634fba1a0557b89 Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:34:55 +0300 Subject: [PATCH 4/8] Update mobspawn.yml --- Resources/Prototypes/Entities/Effects/mobspawn.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Effects/mobspawn.yml b/Resources/Prototypes/Entities/Effects/mobspawn.yml index 930a65b958f589..6c73df56166b5a 100644 --- a/Resources/Prototypes/Entities/Effects/mobspawn.yml +++ b/Resources/Prototypes/Entities/Effects/mobspawn.yml @@ -103,11 +103,8 @@ - id: FoodOnionRed - id: FoodWatermelon - id: FoodCherry - - id: FoodGatfruit - weight: 0.15 - id: MobTomatoKiller - weight: 0.25 - id: MobLuminousEntity - weight: 0.25 - id: MobLuminousObject - weight: 0.25 + - id: FoodGatfruit # 0.007% spawn chance. 1 / 141 + weight: 0.10 From 1ef9153021784b56a3ed39f37833cc0758b9b3b1 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Sat, 21 Sep 2024 21:37:41 +0200 Subject: [PATCH 5/8] Update Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml --- .../Prototypes/Entities/Objects/Consumable/Food/produce.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml index 78e3e3c18f28b0..32221db5bf987c 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml @@ -2556,7 +2556,7 @@ - type: entity name: anomaly berry - description: a strange blue fruit. Something about it doesn't seem right. + description: A strange blue fruit. Something about it doesn't seem right. parent: FoodProduceBase id: FoodAnomalyBerry components: From 0a45790cfbc0ba42d4596fd1c251f96f825972bc Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Sat, 21 Sep 2024 21:37:56 +0200 Subject: [PATCH 6/8] Update Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml --- .../Prototypes/Entities/Objects/Consumable/Food/produce.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml index 32221db5bf987c..fa88f30074ea51 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml @@ -2574,7 +2574,7 @@ - type: SolutionContainerManager solutions: food: - maxVol: 8 + maxVol: 5 reagents: - ReagentId: Nutriment Quantity: 2 From 0afaf672132369273351c475d1c49cc02796d42a Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Sat, 21 Sep 2024 21:38:05 +0200 Subject: [PATCH 7/8] Update Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml --- .../Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml index fe9fd362872751..1ad3dd5bdf26da 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml @@ -728,7 +728,7 @@ - type: entity parent: SeedBase - name: packet of anomaly seeds + name: packet of anomaly berry seeds id: AnomalyBerrySeeds components: - type: Seed From a26a5149843cf76579dee736ff0593b12881ee89 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Sat, 21 Sep 2024 21:38:17 +0200 Subject: [PATCH 8/8] Update Resources/Prototypes/Entities/Effects/mobspawn.yml --- Resources/Prototypes/Entities/Effects/mobspawn.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Effects/mobspawn.yml b/Resources/Prototypes/Entities/Effects/mobspawn.yml index 6c73df56166b5a..1489c26493abd1 100644 --- a/Resources/Prototypes/Entities/Effects/mobspawn.yml +++ b/Resources/Prototypes/Entities/Effects/mobspawn.yml @@ -86,7 +86,6 @@ deleteSpawnerAfterSpawn: false table: !type:NestedSelector tableId: AnomalyFloraLootTable - prob: 1 - type: entityTable id: AnomalyFloraLootTable