Damage Classes - ThePieBaker90/Tmodloader-fortnite-items GitHub Wiki
Overview
This mod implements custom damage classes for ranged weapons. These classes affect all items added in this mod and all vanilla ranged items. The damage classes all benefit from ranged bonuses and have a +4% critical chance (same as the default ranged damage class)
Shotgun Damage Class
Notably the Chlorophyte Shotbow is not considered a shotgun.
Items with the shotgun damage class will have "Shotgun" in their tooltip.
Internal damage class name is "ShotgunClass".
Assault Weapon Damage Class
Items with the assault weapon damage class will have "Assault Weapon" in their tooltip.
Internal damage class name is "AssaultRifleClass".
Submachine Gun Damage Class
Items with the submachine gun damage class will have "Submachine Gun" in their tooltip.
Internal damage class name is "SubmachineGunClass".
Bow Damage Class
Items with the bow damage class will have "Bow" in their tooltip.
Internal damage class name is "BowClass".
Explosive Weapon Damage Class
Items with the explosive weapon damage class will have "Explosive Weapon" in their tooltip.
Internal damage class name is "ExplosiveClass".
Marksman Weapon Damage Class
Items with the marksman weapon damage class will have "Marksman Weapon" in their tooltip.
Internal damage class name is "MarksmanRifleClass".
Pistol Damage Class
Items with the pistol damage class will have "Pistol" in their tooltip.
Internal damage class name is "PistolClass".
Sniper Rifle Damage Class
Items with the sniper rifle damage class will have "Sniper Rifle" in their tooltip.
Internal damage class name is "SniperRifleClass".