ATLAS
Potions for Atlas
DrLizzard  [开发者] 2020 年 1 月 25 日 上午 3:20
Config Override Item Crafting Costs
Game.ini

Override crafting costs with:

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemConsumable_Aceso_C",BaseCraftingResourceRequirements=( (ResourceItemTypeString="PrimalItemConsumable_Berry_Base_C",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=false), (ResourceItemTypeString="PrimalItemConsumable_Herb_Base_C",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=false), (ResourceItemTypeString="PrimalItemConsumable_Fruit_Base_C",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=false), (ResourceItemTypeString="PrimalItemConsumable_Veggie_Base_C",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=false) ))

Replace PrimalItemConsumable_Aceso_C
with one of the following for the item's crafting cost to be changed.
PrimalItemConsumable_Aceso_C PrimalItemConsumable_Lazarus_C PrimalItemConsumable_RespecSoup_C

Items can be removed or added by removing or adding a line:
(ResourceItemTypeString="PrimalItemConsumable_Veggie_Base_C",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=false),

BaseResourceRequirement=1.0 (change this to how much of this ingredient is required to craft the item)

This will allow any base ingredients:
PrimalItemConsumable_Berry_Base_C PrimalItemConsumable_Herb_Base_C PrimalItemConsumable_Veggie_Base_C PrimalItemConsumable_Fruit_Base_C

or go to https://atlas.gamepedia.com/Item_IDs/Consumables

and get the class names and add _C after the class like: PrimalItemConsumable_Berry_Acai_C
and add it to the new entry:

(ResourceItemTypeString="PrimalItemConsumable_Berry_Acai_C",BaseResourceRequirement=4.0,bCraftingRequireExactResourceType=false),

The above line will add 4x Acai berries.

Lines must be separated by a comma but there should not be a comma after the last line.

Remove all spaces and add it to Game.ini
This can be done for all the potions if you add a new entry for every potion.

最后由 DrLizzard 编辑于; 2020 年 3 月 2 日 上午 9:11
< >
正在显示第 1 - 2 条,共 2 条留言
unhappyangel83 2020 年 3 月 1 日 下午 2:38 
hello, where do I put the config?
usersettings or game.ini
or default or in every grid?

Thanks and MfG
DrLizzard  [开发者] 2020 年 3 月 2 日 上午 9:13 
It goes in Game.ini in every grid. I didn't test it in default.
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50