ValheimMods icon indicating copy to clipboard operation
ValheimMods copied to clipboard

enchantcost.json does not work with prefab names given by mod authors

Open Tempuser8734 opened this issue 1 year ago • 2 comments

{ "ItemTypes" : [ "Trophy" ], "ItemNames" : [ "TrophyFox_TW", "$item_trophy_fox_tw" ], "Products" : [ { "Item": "ShardMagic", "Amount": 1 } ] }

Both prefabname used for spawning with console and supposed item token does not work for me.

Tempuser8734 avatar Sep 24 '23 02:09 Tempuser8734

same

UberMorgott avatar Oct 02 '23 12:10 UberMorgott

try this, work for me { "ItemTypes" : [ "Trophy" ], "ItemNames" : [ "$trophy_fox_TW", "$trophy_razorback_TW" ], "Products" : [ { "Item": "ShardMagic", "Amount": 1 } ] }, { "ItemTypes" : [ "Trophy" ], "ItemNames" : [ "$trophy_blackbear_TW", "$trophy_rottingelk_TW", "$trophy_grizzlybear_TW" ], "Products" : [ { "Item": "ShardRare", "Amount": 1 } ] }, { "ItemTypes" : [ "Trophy" ], "ItemNames" : [ "$trophy_obsidiangolem_TW", "$trophy_prowler_TW" ], "Products" : [ { "Item": "ShardEpic", "Amount": 1 } ] }, { "ItemTypes" : [ "Trophy" ], "ItemNames" : [ "$trophy_ashendemon_TW", "$trophy_ashenimp_TW", "$trophy_ashendimetrodon_TW", "$trophy_ashendrake_TW", "$trophy_ashenscorpid_TW", "$trophy_ashenminotaur_TW", "$trophy_ashengolem_TW", "$trophy_ashenwarg_TW", "$trophy_ashencrab_TW" ], "Products" : [ { "Item": "ShardLegendary", "Amount": 2 }, { "Item": "RunestoneLegendary", "Amount": 1 } ] }, { "ItemTypes" : [ "Trophy" ], "ItemNames" : [ "$trophy_arcticcultist_TW", "$trophy_jotunnbrute_TW", "$trophy_arcticwolf_TW", "$trophy_arcticgolem_TW", "$trophy_arcticserpent_TW", "$trophy_arcticbear_TW", "$trophy_arcticdrake_TW", "$trophy_arcticmammoth_TW", "$trophy_arcticfenring_TW" ], "Products" : [ { "Item": "ShardLegendary", "Amount": 2 }, { "Item": "RunestoneLegendary", "Amount": 1 } ] },

UberMorgott avatar Oct 06 '23 13:10 UberMorgott