Basic Info:
Platform: Steam
Issue Type: Gameplay
Game Mode: Single Player
Server Type: PvE
Map: Exiled Lands
Server Name: =SERVER NAME=
Mods: =MODS=
Bug Description:
Carpenter Thralls with Builder specialization do not reduce the weight of produced items.
Bug Reproduction:
To reproduce this bug: Have a T4 carpenter with the builder specialization craft any item. It will have the default weight. You will note the tooltip for the builder says “+Reduced Weight”, so it should reduce the weight somewhat. All other T4 carpenters reduce the weight by 12.5%. This bug is listed on the official wiki:
Carpenter (profession) - Official Conan Exiles WikiI used the devkit to find the cause of this bug. There is a typo in the DT_ThrallItemCraftBonuses data table. In the “Carpenter Durability Focus” row in the Tier Bonuses field you entered 1.0 for “Encumbrance Weight”. It should be 0.875 to be in line with other T4 Carpenters.
The fix for this bug is to enter 0.875 for “Encumbrance Weight” as it should be.
UPDATE:
It looks like the Taskmaster T4 Overseer has the same issue. It’s also mentioned on the wiki:
Taskmaster (profession) - Official Conan Exiles WikiThe cause is the same, an error in the DT_ThrallItemCraftBonuses data table. The “Taskmaster Durability Focus” row has 1.0 in the “Encumbrance Weight” field. It should be 0.875.