Skip to content

Commit 19ad7f9

Browse files
Fungal creature harvest product adjustments (#83005)
1 parent 24aac9c commit 19ad7f9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

data/json/items/comestibles/raw_veggy.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -752,25 +752,24 @@
752752
"type": "ITEM",
753753
"subtypes": [ "COMESTIBLE" ],
754754
"id": "plant_sac",
755+
"//": "'plant_sac' should probably be migrated to something like 'fungal_sac' at some point, but it's low priority.",
755756
"name": { "str": "fungal fluid sac" },
757+
"category": "other",
756758
"weight": "270 g",
757759
"color": "light_green",
758760
"spoils_in": "3 days 8 hours",
759-
"//": "wild vegetables as a reference",
760-
"//2": "Legacy note: This is no longer a plant item drop, it only comes from fungaloids.",
761761
"comestible_type": "FOOD",
762+
"use_action": [ "POISON" ],
762763
"symbol": "%",
763764
"quench": 18,
764-
"healthy": -1,
765765
"calories": 35,
766766
"description": "A fluid bladder from a fungus-based lifeform. The membrane is tough and nearly indigestible. It doesn't seem to contain anything deliberately toxic to you, but the alien biology and sharp, earthy, rotting scent suggests it still wouldn't be wise to ingest regardless of the fluid's purpose to its original owner.",
767767
"price": "0 cent",
768768
"price_postapoc": "10 cent",
769769
"material": [ "veggy" ],
770770
"volume": "250 ml",
771-
"flags": [ "SMOKABLE", "RAW" ],
772-
"smoking_result": "dry_veggy",
773-
"vitamins": [ [ "veggy_allergen", 1 ] ]
771+
"fun": -10,
772+
"flags": [ "FUNGAL_VECTOR" ]
774773
},
775774
{
776775
"type": "ITEM",
@@ -1103,17 +1102,18 @@
11031102
"subtypes": [ "COMESTIBLE" ],
11041103
"id": "veggy_tainted",
11051104
"//": "Note: Legacy item ID, this is not actually a vegetable at all anymore.",
1106-
"category": "other",
11071105
"name": { "str": "alien fungus chunk" },
1106+
"category": "other",
11081107
"copy-from": "veggy",
11091108
"looks_like": "mushroom",
11101109
"spoils_in": "40 hours",
11111110
"use_action": [ "POISON" ],
11121111
"description": "A chunk of fungal matter from some sort of alien mushroom creature. Eating unfamiliar mushrooms is a bad idea.",
11131112
"price": "0 cent",
11141113
"price_postapoc": "0 cent",
1114+
"fun": -10,
11151115
"smoking_result": "dry_veggy_tainted",
1116-
"flags": [ "FUNGAL_VECTOR" ]
1116+
"flags": [ "SMOKABLE", "FUNGAL_VECTOR" ]
11171117
},
11181118
{
11191119
"type": "ITEM",

0 commit comments

Comments
 (0)