ATLAS
MultiVitamin
Omen 25 Jan, 2019 @ 9:20am
Custom recipe?
Can you tell me what we need to do to change the crafting recipe for this in our Game.ini

What I would like to do is make it so it costs 5 of any type of domestic veggie and 5 of any type of berry along with the fish and animal meat.


ConfigOverrideItemCraftingCosts

Maybe with ForceMultipleResourceTypesRequirement?
< >
Showing 1-3 of 3 comments
Lucky 30 Nov, 2019 @ 2:25am 
i'd like a custom recipe too!
Black Phoenix 14 Jan, 2020 @ 11:13am 
Hey, Just added this mod and noticed your post.
Not sure on how to make it require any type of veg or berry tbh but i changed the crafting costs.

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemConsumable_MultiVitamin_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_Berry_Acai_C",BaseResourceRequirement=10.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemConsumable_CookedFish_C",BaseResourceRequirement=2.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemConsumable_Egg_Chicken_C",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemConsumable_CookedMeat_C",BaseResourceRequirement=2.0,bCraftingRequireExactResourceType=false)))

thats what ive set it to instead of any type ...hope it helps :)

after editing crafting costs of some more items i noticed something i overlooked in the berries....
use PrimalItemConsumable_Berry_C to use any berry.. same with any item use the base item

Using PrimalItemConsumable_Berry_BASE_C will make the recipe require all types of berry
Last edited by Black Phoenix; 16 Jan, 2020 @ 12:33pm
Joew 16 Apr, 2020 @ 4:59am 
ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemConsumable_MultiVitamin.PrimalItemConsumable_MultiVitamin_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_Berry_BASE_C",BaseResourceRequirement=100.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemConsumable_CookedMeat_C",BaseResourceRequirement=10.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemConsumable_CookedFish_C",BaseResourceRequirement=10.0,bCraftingRequireExactResourceType=false)))

Recipe:
- 100 of any berry
- 10 Cooked Meat
- 10 Cooked Fish

List of Names / IDs:
https://atlas.gamepedia.com/Item_IDs
< >
Showing 1-3 of 3 comments
Per page: 1530 50