It is encrypted in .pak archives in the game folder. You can extract it and find on yr own ( i was using WolcenExtractor i found on github). All affixes are listed in umbra.pak (Umbra\Loot\MagicEffects\Affixes*.xml).
As for me - I made a bow and a ring to fast run all the content (very little imho >.<). You can use it as an example:
Spoiler:{
"BodyPart": 16,
"Rarity": 4,
"Quality": 4,
"Type": 3,
"ItemType": "Bow",
"Value": "72895",
"Level": 90,
"Weapon": {
"Name": "2H_Bow_Tier16",
"DamageMin": 1800,
"DamageMax": 2000,
"ResourceGeneration": 500
},
"Sockets": [{
"Effect": 6
}, {
"Effect": 0,
"Gem": {
"Name": "Frost_Gem_Tier_09"
}
}, {
"Effect": 0,
"Gem": {
"Name": "Frost_Gem_Tier_09"
}
}],
"MagicEffects": {
"Default": [{
"EffectId": "rage_conservation_time",
"EffectName": "implicit_rage_conservation",
"MaxStack": 1,
"bDefault": 1,
"Parameters": [{
"semantic": "DurationFlatInt",
"value": 10
}]
}, {
"EffectId": "projectiles_speed_percent",
"EffectName": "unique_regicide_mark_projectile_speed_percent",
"MaxStack": 1,
"bDefault": 1,
"Parameters": [{
"semantic": "SpeedPercentInt",
"value": 100
}]
}, {
"EffectId": "additional_projectile",
"EffectName": "unique_additional_projectile_2",
"MaxStack": 1,
"bDefault": 1,
"Parameters": [{
"semantic": "ProjectileCountInt",
"value": 4
}]
}, {
"EffectId": "default_attacks_chain",
"EffectName": "implicit_chain_staff",
"MaxStack": 1,
"bDefault": 1,
"Parameters": [{
"semantic": "RadiusFloat",
"value": 2000
}, {
"semantic": "StackCountInt",
"value": 50
}]
}],
"RolledAffixes": [{
"EffectId": "life_leech_percent_weapon",
"EffectName": "w_life_leech_percent_weapon_5",
"MaxStack": 1,
"Parameters": [{
"semantic": "DamagePercentFloat",
"value": 15
}]
}, {
"EffectId": "statusailment_inflict_score_flat_material",
"EffectName": "w_statusailment_inflict_score_flat_material_7",
"MaxStack": 1,
"Parameters": [{
"semantic": "CharacteristicScoreInt",
"value": 214
}]
}, {
"EffectId": "inflicted_stasis_duration_percent",
"EffectName": "w_inflicted_stasis_duration_percent_6",
"MaxStack": 1,
"Parameters": [{
"semantic": "DurationPercentInt",
"value": 32
}]
}, {
"EffectId": "local_damage_flat_frost",
"EffectName": "fast_w_local_damage_flat_frost_10",
"MaxStack": 1,
"Parameters": [{
"semantic": "DamagesFlatInt_Min",
"value": 100
}, {
"semantic": "DamagesFlatInt_Max",
"value": 200
}]
}, {
"EffectId": "local_damage_flat_lightning",
"EffectName": "fast_w_local_damage_flat_lightning_10",
"MaxStack": 1,
"Parameters": [{
"semantic": "DamagesFlatInt_Min",
"value": 100
}, {
"semantic": "DamagesFlatInt_Max",
"value": 200
}]
}, {
"EffectId": "local_damage_percent_material",
"EffectName": "fast_w_local_damage_percent_material_8",
"MaxStack": 1,
"Parameters": [{
"semantic": "DamagePercentFloat",
"value": 100
}]
}],
"FromGems": [{
"EffectId": "local_damage_flat_frost",
"EffectName": "g_local_damage_flat_frost_9",
"MaxStack": 1,
"bDefault": 1,
"Parameters": [{
"semantic": "DamagesFlatInt_Min",
"value": 48
}, {
"semantic": "DamagesFlatInt_Max",
"value": 48
}]
}]
}
}
Spoiler:{
"BodyPart": 22,
"Rarity": 4,
"Quality": 4,
"Type": 2,
"ItemType": "Ring",
"Value": "35055",
"Level": 41,
"Armor": {
"Name": "Emerald_Ring_2"
},
"MagicEffects": {
"Default": [{
"EffectId": "blockchance_unconditional_flat",
"EffectName": "implicit_blockchance_unconditional_flat",
"MaxStack": 1,
"bDefault": 1,
"Parameters": [{
"semantic": "ChanceFlatFloat",
"value": 100
}]
}, {
"EffectId": "movespeed",
"EffectName": "implicit_movespeed",
"MaxStack": 1,
"bDefault": 1,
"Parameters": [{
"semantic": "SpeedPercentInt",
"value": 333
}]
}, {
"EffectId": "magic_find",
"EffectName": "unique_omaley_magic_find_2",
"Parameters": [{
"semantic": "ResourcePercentFloat",
"value": 8888889507.84
}]
}]}