About this mod
Thermal, Electric and Chemical weapon mods usable on ranged, melee and throwable weapons. Sold at vendors and lootable on dead ennemies.
- Requirements
- Permissions and credits
-
Translations
- Russian
- Donations
and updates the existing Pyro for tech/smart/melee/throwable weapons.
Pyro (extended)
The vanilla weapon mod can now be used on ranged, melee and throwable weapons.
(Exisiting Pyro in your inventory will be concerned too.)
Converts 15-50% of damage to Thermal damage and gives a 3-15% chance to apply Burn.
Can be upgraded to higher rarities using two identical modifications.
Note : Fire blades and knifes !
Electro
Converts 15-50% of damage to Electrical damage and gives a 3-15% chance to apply Shock.
Can be upgraded to higher rarities using two identical modifications.
Can be used on ranged, melee and throwable weapons.
Chemico
Converts 15-50% of damage to Chemical damage and gives a 3-15% chance to apply Poison.
Can be upgraded to higher rarities using two identical modifications.
Can be used on ranged, melee and throwable weapons.
How to get it
- Buy it from any weapon store, rarity depending on your level
- Loot it on dead faction ennemies, rarity depending on your level
- Use the CET codes if you want
Game.AddToInventory("Items.ElectricPyro_Uncommon", 1)
Game.AddToInventory("Items.ElectricPyro_Rare", 1)
Game.AddToInventory("Items.ElectricPyro_Epic", 1)
Game.AddToInventory("Items.ElectricPyro_Legendary", 1)
Game.AddToInventory("Items.ChemicalPyro_Common", 1)
Game.AddToInventory("Items.ChemicalPyro_Uncommon", 1)
Game.AddToInventory("Items.ChemicalPyro_Rare", 1)
Game.AddToInventory("Items.ChemicalPyro_Epic", 1)
Game.AddToInventory("Items.ChemicalPyro_Legendary", 1)
Game.AddToInventory("Items.PowerMod1_Common", 1)
Game.AddToInventory("Items.PowerMod1_Uncommon", 1)
Game.AddToInventory("Items.PowerMod1_Rare", 1)
Game.AddToInventory("Items.PowerMod1_Epic", 1)
Game.AddToInventory("Items.PowerMod1_Legendary", 1)
Note
There's already another weapon mod out there that makes electric/chemical variants of the Pyro, and I used it for a while.
I'm not confortable with the fact that I used the same names for my weapon mods, but they seem so obvious... and "Electric Pyro" seemed so lame :/
My mod was made from scratch and adds some stuff that weren't in the previously mentionned mod :
- usable on melee and throwable weapons, which is a must to me !
- usable on power + smart + tech ranged weapons
- better icon colors (which is important to me too)
- buyable in stores
- lootable on ennemies (which I'm glad I could achieve)
- coded the way I wanted :)
- English and French descriptions included.
Have fun !