|
752 | 752 | "type": "ITEM",
|
753 | 753 | "subtypes": [ "COMESTIBLE" ],
|
754 | 754 | "id": "plant_sac",
|
| 755 | + "//": "'plant_sac' should probably be migrated to something like 'fungal_sac' at some point, but it's low priority.", |
755 | 756 | "name": { "str": "fungal fluid sac" },
|
| 757 | + "category": "other", |
756 | 758 | "weight": "270 g",
|
757 | 759 | "color": "light_green",
|
758 | 760 | "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.", |
761 | 761 | "comestible_type": "FOOD",
|
| 762 | + "use_action": [ "POISON" ], |
762 | 763 | "symbol": "%",
|
763 | 764 | "quench": 18,
|
764 |
| - "healthy": -1, |
765 | 765 | "calories": 35,
|
766 | 766 | "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.",
|
767 | 767 | "price": "0 cent",
|
768 | 768 | "price_postapoc": "10 cent",
|
769 | 769 | "material": [ "veggy" ],
|
770 | 770 | "volume": "250 ml",
|
771 |
| - "flags": [ "SMOKABLE", "RAW" ], |
772 |
| - "smoking_result": "dry_veggy", |
773 |
| - "vitamins": [ [ "veggy_allergen", 1 ] ] |
| 771 | + "fun": -10, |
| 772 | + "flags": [ "FUNGAL_VECTOR" ] |
774 | 773 | },
|
775 | 774 | {
|
776 | 775 | "type": "ITEM",
|
|
1103 | 1102 | "subtypes": [ "COMESTIBLE" ],
|
1104 | 1103 | "id": "veggy_tainted",
|
1105 | 1104 | "//": "Note: Legacy item ID, this is not actually a vegetable at all anymore.",
|
1106 |
| - "category": "other", |
1107 | 1105 | "name": { "str": "alien fungus chunk" },
|
| 1106 | + "category": "other", |
1108 | 1107 | "copy-from": "veggy",
|
1109 | 1108 | "looks_like": "mushroom",
|
1110 | 1109 | "spoils_in": "40 hours",
|
1111 | 1110 | "use_action": [ "POISON" ],
|
1112 | 1111 | "description": "A chunk of fungal matter from some sort of alien mushroom creature. Eating unfamiliar mushrooms is a bad idea.",
|
1113 | 1112 | "price": "0 cent",
|
1114 | 1113 | "price_postapoc": "0 cent",
|
| 1114 | + "fun": -10, |
1115 | 1115 | "smoking_result": "dry_veggy_tainted",
|
1116 |
| - "flags": [ "FUNGAL_VECTOR" ] |
| 1116 | + "flags": [ "SMOKABLE", "FUNGAL_VECTOR" ] |
1117 | 1117 | },
|
1118 | 1118 | {
|
1119 | 1119 | "type": "ITEM",
|
|
0 commit comments