ARK: Survival Evolved

ARK: Survival Evolved

Crazy's Crazy Potions
STuRoK 28 Jan, 2023 @ 12:58pm
Mind Wipe override cost :
Thought others might might want help in changing the crafting cost of an item, in this the Mind Wipe potion.
I've changed it to only require 25 Stimulant. You can change it to whatever you want, by looking up the resource ID string.
Here, stimulant = PrimalItemConsumable_Stimulant_C
Get the the Mod ID's from the Hide Engram discussion post.
Add extra resource costs if you want. search online for examples

Paste this into the GAME.INI

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemConsumable_CPMindwipePotion.PrimalItemConsumable_CPMindwipePotion_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumable_Stimulant_C",BaseResourceRequirement=25.0,bCraftingRequireExactResourceType=false)))
.
Last edited by STuRoK; 29 Jan, 2023 @ 12:19pm