Thread: some stuff
View Single Post
  #1  
Old 09-14-2008, 11:56 AM
[email protected] sid.gottlieb@googlemail.com is offline
Banned
Join Date: Mar 2008
Posts: 861
sid.gottlieb@googlemail.com will become famous soon enough
some stuff

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}}}
      }}
    }}
  };
Reply With Quote