Hello,

I want to add a new boost type for dyes. And i would like to add it to all item rarities.

i created my stats in DeltaModifier.txt like this.

new deltamod "Boost_Armor_Colour_Orange"
param "BoostType" "DyeBoost"
param "MinLevel" "1"
param "Frequency" "1"
param "ModifierType" "Armor"
new boost "_Boost_Armor_Colour_Orange",1


they work fine. I can assign those modifiers to my recipes.

But then i couldn't manage to add them on traders, existing items. Added that new boost type in ItemTypes.txt like this:

new itemtype "Uncommon","00a900","Item_Magical","1.2",Rare,Epic,2
minlevel 1
new boostgroup dropChance 1
boost "Normal"
boost "BaseUncommon"
boost "DyeBoost"
minlevel 5
new boostgroup dropChance 4
boost "Normal"
boost "BaseUncommon"
boost "DyeBoost"


but it seems it is not working in the game.

How can i add create a new boost type and add it to all items in the game? (Also there are 3 empty rune slots in divine items in this file. I think Larian tweaked slots to 1. But it doesnt show it.)

Thank you in advance.

Last edited by Elvasat; 14/10/17 04:06 PM.