The Witcher 2
0 of 0

File information

Last updated

Original upload

Created by

Klubargutan

Uploaded by

Klubargutan

Virus scan

Safe to use

Tags for this mod

About this mod

Since the enhanced edition, Draugirs no longer drop trophies - this mod fixes the issue and they are now correctly dropped with a 10% chance

Permissions and credits
Since the enhanced edition, Draugirs no longer drop trophies - this mod fixes the issue and they are now correctly dropped with a 10% chance

The reason that they are no longer dropped in the EE is that there has always been a typo of the trophy name (or, better, trophy id) that has been "corrected" only in the def_item_trophy.xml file, while remaining present in every other w2string or w2ent file, therefore this "typo correction" is basically game-breaking. I have corrected this and "duplicated" the trophy in the aforementioned file, with the "correct" typo present. 

This mod is therefore incompatible (unless manually edited - see below) with any other mod that uses def_item_trophy.xml.

For another bugfixes, i suggest checking out these 2 as well:
Wild Hunt journal entries fix and ability to discuss the Wild Hunt poem with Dandelion on Iorveth's path
Walls have ears and Suspect Thorak no longer fail after returning from the mist


Installation: 

unzip into *installation path*\CookedPC
E.G. for "D:\GOG Galaxy\Games\The Witcher 2" path you should have this file:
def_item_trophy.xml

located in here D:\GOG Galaxy\Games\The Witcher 2\CookedPC\items

If this file is already present (i.e. you are using any other mod modifying this file), then paste the following lines on a new line under any </item> line in the file

<item name="Wraith Knight TrophyT" category="trophy" stackable = "false" ability_slots="0" equip_template="trophy_wraith_knight" attachment_type="skinning" ability_mode="OnMount">
<tags>SortTypeTrophy,Trophy,TypeRare</tags>
<base_abilities>
<a>Wraith Knight TrophyT _Stats</a>
<a>Price_30</b>
<a>Weight_3</b>
</base_abilities>
</item>