J'ai enfin réussi a régler mes problèmes de crash et de chargement, moralité :
- Ne pas modder fatiguer
- Ne pas confondre MOD SE et LE
- Ne pas installer de mod sans vérifier si les prérequis sont installer correctement

Bref, ici j'ai découvert Spell Perk Item Distributor (SPID pour les intimes)
Et d’après ce que j'ai pu comprendre, on peut s'en servir pour créer des fichier _DISTR.ini pour injecter des choses dans les levelist.
Voici la structure du DISTR sur la page
► Afficher le texte
Distributed records should be written to an ini file containing the suffix "_DISTR", in the Data folder (for example, MyMod_DISTR.ini).
They should follow this format:
Spell= FormID - esp/esm | string | filter formIDs | min/max actorLevel , skill(min/max) | gender | NONE | chance
Perk = FormID - esp/esm | string | filter formIDs | min/max actorLevel , skill(min/max) | gender | NONE | chance
Item = FormID - esp/esm | string | filter formIDs | min/max actorLevel , skill(min/max) | gender | itemCount | chance
Shout= FormID - esp/esm | string | filter formIDs | min/max actorLevel , skill(min/max) | gender | NONE | chance
LevSpell = FormID - esp/esm | string | filter formIDs | min/max actorLevel , skill(min/max) | gender | NONE | chance
FormID is the FormID of the spell/perk/item with the first two load order digits removed (eg. 0x00012345)
esp/esm is the name of the mod or base game esm containing the record (eg. Skyrim.esm or MyMod.esp)
They should follow this format:
Spell= FormID - esp/esm | string | filter formIDs | min/max actorLevel , skill(min/max) | gender | NONE | chance
Perk = FormID - esp/esm | string | filter formIDs | min/max actorLevel , skill(min/max) | gender | NONE | chance
Item = FormID - esp/esm | string | filter formIDs | min/max actorLevel , skill(min/max) | gender | itemCount | chance
Shout= FormID - esp/esm | string | filter formIDs | min/max actorLevel , skill(min/max) | gender | NONE | chance
LevSpell = FormID - esp/esm | string | filter formIDs | min/max actorLevel , skill(min/max) | gender | NONE | chance
FormID is the FormID of the spell/perk/item with the first two load order digits removed (eg. 0x00012345)
esp/esm is the name of the mod or base game esm containing the record (eg. Skyrim.esm or MyMod.esp)
► Afficher le texte
;Stormcloak Handgun
Item = 0x00000823 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0003b693 , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000ff0ab | 5/75 , 2(15/100) | NONE | 1 | 25
;Imperial Handgun
Item = 0x00000822 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bc97 , 0x0001c9fc , 0x0002bf9a , 0x000bf465 , 0x000c7b41 , 0x0002584b , 0x0004d6c6 , 0x0006ff61 , 0x0002ebee , 0x000b18e2 , 0x0002be39 , 0x0002ebec , 0x0002ebed , 0x000656eb , 0x0008d2ba | 5/75 , 2(15/100) | NONE | 1 | 25
;Stormcloak Handgun
Item = 0x00000823 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0003b693 , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000ff0ab | 5/75 , 2(15/100) | NONE | 1 | 25
;Daedric Shot
Item = 0x00000815 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001bc97 , 0x0001c9fc , 0x0002bf9a , 0x000bf465 , 0x000c7b41 , 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x0002584b , 0x0004d6c6 , 0x0006ff61 , 0x0002be39 , 0x0002ebec , 0x0002ebed , 0x0002ebee , 0x000b18e2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x0003b693 , 0x00043597 , 0x00043599 , 0x000656eb , 0x00072fe9 , 0x00073ee2 , 0x0008d2ba , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000eb091 , 0x000ff0ab , 0x000ff12a , 0x00046025 , 0x040195ad | 35/120 , 2(35/100) | NONE | 15 | 5
;Daedric Handgun
Item = 0x00000810 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x00043597 , 0x040195ad | 45-120 , 2(25/100) | NONE | 1 | 15
;Dwarven Handgun
Item = 0x0000080B - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001fd6b , 0x000242b2 , 0x00043599 , 0x000ff12a , 0x00046025 , 0x040195ad | 18/75 , 2(35/100) | NONE | 1 | 15
;Ebony Handgun
Item = 0x0000080E - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x00043597 , 0x00043599 , 0x00073ee2 , 0x000ff12a , 0x00046025 | 33/120 , 2(55/100) | NONE | 1 | 15
;Elven Handgun
Item = 0x0000080C - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x00043597 , 0x00043599 , 0x00072fe9 , 0x00073ee2 , 0x040195ad , 0x000eb091 | 18/75 , 2(35/100) | NONE | 1 | 15
;Cheap Explosive Shot
Item = 0x00000817 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001bc97 , 0x0001c9fc , 0x0002bf9a , 0x000bf465 , 0x000c7b41 , 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x0002584b , 0x0004d6c6 , 0x0006ff61 , 0x0002be39 , 0x0002ebec , 0x0002ebed , 0x0002ebee , 0x000b18e2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x0003b693 , 0x00043597 , 0x00043599 , 0x000656eb , 0x00072fe9 , 0x00073ee2 , 0x0008d2ba , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000eb091 , 0x000ff0ab , 0x000ff12a , 0x00046025 , 0x040195ad , 0x02003375 , 0x02014217 , 0x000b3292 , 0x000aa0a4 | 15-120 , 2(45/100) | NONE | 15 | 15
;Spew Flames
Item = 0x00000816 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001bc97 , 0x0001c9fc , 0x0002bf9a , 0x000bf465 , 0x000c7b41 , 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x0002584b , 0x0004d6c6 , 0x0006ff61 , 0x0002be39 , 0x0002ebec , 0x0002ebed , 0x0002ebee , 0x000b18e2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x0003b693 , 0x00043597 , 0x00043599 , 0x000656eb , 0x00072fe9 , 0x00073ee2 , 0x0008d2ba , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000eb091 , 0x000ff0ab , 0x000ff12a , 0x00046025 , 0x040195ad | 25/120 , 2(45/100) | NONE | 15 | 15
;Glass Handgun
Item = 0x0000080D - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x00043597 , 0x00043599 , 0x00072fe9 , 0x00073ee2 , 0x040195ad , 0x000eb091 | 25/120 , 2(55/100) | NONE | 1 | 15
;Ice Shot
Item = 0x00000824 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001bc97 , 0x0001c9fc , 0x0002bf9a , 0x000bf465 , 0x000c7b41 , 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x0002584b , 0x0004d6c6 , 0x0006ff61 , 0x0002be39 , 0x0002ebec , 0x0002ebed , 0x0002ebee , 0x000b18e2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x0003b693 , 0x00043597 , 0x00043599 , 0x000656eb , 0x00072fe9 , 0x00073ee2 , 0x0008d2ba , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000eb091 , 0x000ff0ab , 0x000ff12a , 0x00046025 , 0x040195ad | 27/120 , 2(50/100) | NONE | 15 | 15
;Iron Handgun
Item = 0x00000809 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001fd6b , 0x000242b2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x00043599 , 0x040195ad | 7/120 , 2(15/100) | NONE | 1 | 25
;Cheap Lead Shot
Item = 0x00000812 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001bc97 , 0x0001c9fc , 0x0002bf9a , 0x000bf465 , 0x000c7b41 , 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x0002584b , 0x0004d6c6 , 0x0006ff61 , 0x0002be39 , 0x0002ebec , 0x0002ebed , 0x0002ebee , 0x000b18e2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x0003b693 , 0x00043597 , 0x00043599 , 0x000656eb , 0x00072fe9 , 0x00073ee2 , 0x0008d2ba , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000eb091 , 0x000ff0ab , 0x000ff12a , 0x00046025 , 0x040195ad | 5/120 , 2(15/100) | NONE | 20 | 15
;Orcish Handgun
Item = 0x0000080F - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x00043597 , 0x00043599 , 0x00072fe9 , 0x00073ee2 , 0x000ff12a , 0x00046025 , 0x000eb091 | 15/75 , 2(25/100) | NONE | 1 | 15
;Poison Bomb
Item = 0x00000874 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001bc97 , 0x0001c9fc , 0x0002bf9a , 0x000bf465 , 0x000c7b41 , 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x0002584b , 0x0004d6c6 , 0x0006ff61 , 0x0002be39 , 0x0002ebec , 0x0002ebed , 0x0002ebee , 0x000b18e2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x0003b693 , 0x00043597 , 0x00043599 , 0x000656eb , 0x00072fe9 , 0x00073ee2 , 0x0008d2ba , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000eb091 , 0x000ff0ab , 0x000ff12a , 0x00046025 , 0x040195ad , 0x02003375 , 0x02014217 , 0x000b3292 , 0x000aa0a4 | 40/120 , 2(65/100) | NONE | 15 | 15
;Enchanted Shot
Item = 0x00000813 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001bc97 , 0x0001c9fc , 0x0002bf9a , 0x000bf465 , 0x000c7b41 , 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x0002584b , 0x0004d6c6 , 0x0006ff61 , 0x0002be39 , 0x0002ebec , 0x0002ebed , 0x0002ebee , 0x000b18e2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x0003b693 , 0x00043597 , 0x00043599 , 0x000656eb , 0x00072fe9 , 0x00073ee2 , 0x0008d2ba , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000eb091 , 0x000ff0ab , 0x000ff12a , 0x00046025 , 0x040195ad | 15/120 , 2(45/100) | NONE | 15 | 15
;Silver Shot
Item = 0x00000814 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x000aa0a4 , 0x000b3292 , 0x02003375 , 0x02014217 | 10/120 , 2(25/100) | NONE | 15 | 15
;Vampire Hunter's Handgun
Item = 0x00000871 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x000b3292 , 0x02003375 , 0x02014217 | 10/75 , 2(25/100) | NONE | 1 | 15
;Stalhrim Handgun
Item = 0x00000821 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 | 35/120 , 2(50/100) | NONE | 1 | 15
;Steel Handgun
Item = 0x0000080A - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x00043597 , 0x00043599 , 0x00072fe9 , 0x00073ee2 , 0x000ff12a , 0x00046025 , 0x040195ad , 0x000eb091 | 12/120 , 2(20/100) | NONE | 1 | 25
Item = 0x00000823 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0003b693 , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000ff0ab | 5/75 , 2(15/100) | NONE | 1 | 25
;Imperial Handgun
Item = 0x00000822 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bc97 , 0x0001c9fc , 0x0002bf9a , 0x000bf465 , 0x000c7b41 , 0x0002584b , 0x0004d6c6 , 0x0006ff61 , 0x0002ebee , 0x000b18e2 , 0x0002be39 , 0x0002ebec , 0x0002ebed , 0x000656eb , 0x0008d2ba | 5/75 , 2(15/100) | NONE | 1 | 25
;Stormcloak Handgun
Item = 0x00000823 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0003b693 , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000ff0ab | 5/75 , 2(15/100) | NONE | 1 | 25
;Daedric Shot
Item = 0x00000815 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001bc97 , 0x0001c9fc , 0x0002bf9a , 0x000bf465 , 0x000c7b41 , 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x0002584b , 0x0004d6c6 , 0x0006ff61 , 0x0002be39 , 0x0002ebec , 0x0002ebed , 0x0002ebee , 0x000b18e2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x0003b693 , 0x00043597 , 0x00043599 , 0x000656eb , 0x00072fe9 , 0x00073ee2 , 0x0008d2ba , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000eb091 , 0x000ff0ab , 0x000ff12a , 0x00046025 , 0x040195ad | 35/120 , 2(35/100) | NONE | 15 | 5
;Daedric Handgun
Item = 0x00000810 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x00043597 , 0x040195ad | 45-120 , 2(25/100) | NONE | 1 | 15
;Dwarven Handgun
Item = 0x0000080B - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001fd6b , 0x000242b2 , 0x00043599 , 0x000ff12a , 0x00046025 , 0x040195ad | 18/75 , 2(35/100) | NONE | 1 | 15
;Ebony Handgun
Item = 0x0000080E - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x00043597 , 0x00043599 , 0x00073ee2 , 0x000ff12a , 0x00046025 | 33/120 , 2(55/100) | NONE | 1 | 15
;Elven Handgun
Item = 0x0000080C - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x00043597 , 0x00043599 , 0x00072fe9 , 0x00073ee2 , 0x040195ad , 0x000eb091 | 18/75 , 2(35/100) | NONE | 1 | 15
;Cheap Explosive Shot
Item = 0x00000817 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001bc97 , 0x0001c9fc , 0x0002bf9a , 0x000bf465 , 0x000c7b41 , 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x0002584b , 0x0004d6c6 , 0x0006ff61 , 0x0002be39 , 0x0002ebec , 0x0002ebed , 0x0002ebee , 0x000b18e2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x0003b693 , 0x00043597 , 0x00043599 , 0x000656eb , 0x00072fe9 , 0x00073ee2 , 0x0008d2ba , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000eb091 , 0x000ff0ab , 0x000ff12a , 0x00046025 , 0x040195ad , 0x02003375 , 0x02014217 , 0x000b3292 , 0x000aa0a4 | 15-120 , 2(45/100) | NONE | 15 | 15
;Spew Flames
Item = 0x00000816 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001bc97 , 0x0001c9fc , 0x0002bf9a , 0x000bf465 , 0x000c7b41 , 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x0002584b , 0x0004d6c6 , 0x0006ff61 , 0x0002be39 , 0x0002ebec , 0x0002ebed , 0x0002ebee , 0x000b18e2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x0003b693 , 0x00043597 , 0x00043599 , 0x000656eb , 0x00072fe9 , 0x00073ee2 , 0x0008d2ba , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000eb091 , 0x000ff0ab , 0x000ff12a , 0x00046025 , 0x040195ad | 25/120 , 2(45/100) | NONE | 15 | 15
;Glass Handgun
Item = 0x0000080D - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x00043597 , 0x00043599 , 0x00072fe9 , 0x00073ee2 , 0x040195ad , 0x000eb091 | 25/120 , 2(55/100) | NONE | 1 | 15
;Ice Shot
Item = 0x00000824 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001bc97 , 0x0001c9fc , 0x0002bf9a , 0x000bf465 , 0x000c7b41 , 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x0002584b , 0x0004d6c6 , 0x0006ff61 , 0x0002be39 , 0x0002ebec , 0x0002ebed , 0x0002ebee , 0x000b18e2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x0003b693 , 0x00043597 , 0x00043599 , 0x000656eb , 0x00072fe9 , 0x00073ee2 , 0x0008d2ba , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000eb091 , 0x000ff0ab , 0x000ff12a , 0x00046025 , 0x040195ad | 27/120 , 2(50/100) | NONE | 15 | 15
;Iron Handgun
Item = 0x00000809 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001fd6b , 0x000242b2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x00043599 , 0x040195ad | 7/120 , 2(15/100) | NONE | 1 | 25
;Cheap Lead Shot
Item = 0x00000812 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001bc97 , 0x0001c9fc , 0x0002bf9a , 0x000bf465 , 0x000c7b41 , 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x0002584b , 0x0004d6c6 , 0x0006ff61 , 0x0002be39 , 0x0002ebec , 0x0002ebed , 0x0002ebee , 0x000b18e2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x0003b693 , 0x00043597 , 0x00043599 , 0x000656eb , 0x00072fe9 , 0x00073ee2 , 0x0008d2ba , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000eb091 , 0x000ff0ab , 0x000ff12a , 0x00046025 , 0x040195ad | 5/120 , 2(15/100) | NONE | 20 | 15
;Orcish Handgun
Item = 0x0000080F - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x00043597 , 0x00043599 , 0x00072fe9 , 0x00073ee2 , 0x000ff12a , 0x00046025 , 0x000eb091 | 15/75 , 2(25/100) | NONE | 1 | 15
;Poison Bomb
Item = 0x00000874 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001bc97 , 0x0001c9fc , 0x0002bf9a , 0x000bf465 , 0x000c7b41 , 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x0002584b , 0x0004d6c6 , 0x0006ff61 , 0x0002be39 , 0x0002ebec , 0x0002ebed , 0x0002ebee , 0x000b18e2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x0003b693 , 0x00043597 , 0x00043599 , 0x000656eb , 0x00072fe9 , 0x00073ee2 , 0x0008d2ba , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000eb091 , 0x000ff0ab , 0x000ff12a , 0x00046025 , 0x040195ad , 0x02003375 , 0x02014217 , 0x000b3292 , 0x000aa0a4 | 40/120 , 2(65/100) | NONE | 15 | 15
;Enchanted Shot
Item = 0x00000813 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001bc97 , 0x0001c9fc , 0x0002bf9a , 0x000bf465 , 0x000c7b41 , 0x0001bc9d , 0x0001c9fd , 0x0002bf9b , 0x000bf464 , 0x000c7b42 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x0002584b , 0x0004d6c6 , 0x0006ff61 , 0x0002be39 , 0x0002ebec , 0x0002ebed , 0x0002ebee , 0x000b18e2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x0003b693 , 0x00043597 , 0x00043599 , 0x000656eb , 0x00072fe9 , 0x00073ee2 , 0x0008d2ba , 0x000d27f2 , 0x000d27f3 , 0x000f17e6 , 0x000eb091 , 0x000ff0ab , 0x000ff12a , 0x00046025 , 0x040195ad | 15/120 , 2(45/100) | NONE | 15 | 15
;Silver Shot
Item = 0x00000814 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x000aa0a4 , 0x000b3292 , 0x02003375 , 0x02014217 | 10/120 , 2(25/100) | NONE | 15 | 15
;Vampire Hunter's Handgun
Item = 0x00000871 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x000b3292 , 0x02003375 , 0x02014217 | 10/75 , 2(25/100) | NONE | 1 | 15
;Stalhrim Handgun
Item = 0x00000821 - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 | 35/120 , 2(50/100) | NONE | 1 | 15
;Steel Handgun
Item = 0x0000080A - HandgunsOfSkyrim.esp | ActorTypeNPC | 0x0001bcc0 , 0x00025f95 , 0x00088ee4 , 0x0009cac0 , 0x0009f811 , 0x0009f817 , 0x0001fd6b , 0x000215d3 , 0x00058b3e , 0x000242b2 , 0x00039f26 , 0x0039f27 , 0x000c78e5 , 0x00043597 , 0x00043599 , 0x00072fe9 , 0x00073ee2 , 0x000ff12a , 0x00046025 , 0x040195ad , 0x000eb091 | 12/120 , 2(20/100) | NONE | 1 | 25
Ici en l'occurrence ça serait pour ce mod : https://www.nexusmods.com/skyrim/mods/8489
Voila, voila,
Merci d'avances à celui qui prendra le temps de m'expliquer.