so designed a new item system for new era
so, we can modify just about anything now, from equipping an item
[your health, armor, [ANYTHING]]
for example, i've equip an Uzi, It could improve your health from doing so! no idea why it would, but that's an example
here is the uzi gun
HTML Code:
this.item_Uzi = {
{"projectile", 1},
{"damage", 15},
{"mod", {
{"gunstats", {
{"ammolimit", 9999},
{"maxammo", 32},
{"maxbullets", 1},
{"fireammo", 1},
{"repeatfire", true},
{"spread", 0.1},
{"freezefire", {0.13, 0.01}},
{"freezereload", {0.25, 0.6}},
{"bulletpos", {{0.7, 1.6}, {0.8, 0.3}, {-0.3, -1.2}, {-1.2, 0.5}}}
}}
}}
};