Skip to content

Commit

Permalink
feat(content): add seedpods for planting mycus fruit (#5343)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Sep 11, 2024
1 parent 1da0a4e commit 787e5ee
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/json/items/comestibles/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -812,5 +812,17 @@
"grow": "14 days"
},
"extend": { "flags": [ "CAN_PLANT_UNDERGROUND" ] }
},
{
"type": "COMESTIBLE",
"id": "seed_mycus_fruit",
"copy-from": "seed_fruit",
"name": { "str_sp": "mycus fruit seedpod" },
"description": "A cluster of stony seeds entangled in a net of fine gray mycelium. If planted on a tree trunk or dedicated mushroom rack, great things could grow from it.",
"color": "light_gray",
"calories": 35,
"use_action": "MYCUS",
"seed_data": { "plant_name": "mycus fruit", "required_terrain_flag": "MUSHROOM_PLANTABLE", "fruit": "mycus_fruit", "grow": "7 days" },
"extend": { "flags": [ "MYCUS_OK", "CAN_PLANT_UNDERGROUND" ] }
}
]
14 changes: 14 additions & 0 deletions data/json/recipes/food/seeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -730,5 +730,19 @@
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "celery", 1 ] ] ],
"flags": [ "ALLOW_ROTTEN" ]
},
{
"result": "seed_mycus_fruit",
"type": "recipe",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_SEEDS",
"skill_used": "survival",
"difficulty": 4,
"time": "5 m",
"//": "Todo: Lock recipe behind obtaining Mycus threshold",
"autolearn": true,
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "mycus_fruit", 1 ] ] ],
"flags": [ "ALLOW_ROTTEN" ]
}
]
5 changes: 5 additions & 0 deletions data/mods/No_Fungi/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"type": "recipe",
"result": "brew_mycus_wine",
"obsolete": true
},
{
"type": "recipe",
"result": "seed_mycus_fruit",
"obsolete": true
}
]

0 comments on commit 787e5ee

Please sign in to comment.