Yeah, not laser, but probably tesla and plasma. Could you try see whats wrong with the guns/ammo?
(Heres some of the guns ATM)
[spoiler][code]
{ “id”: “Bubbadoo”,
“type”: “GUN”,
“symbol”: “(”,
“color”: “light_brown”,
“name”: “Bubbadoo’s ol’ fashion pistol”,
“description”: “A relic of the old days. Reproduced by bubbadoo for high demand”,
“rarity”: 5,
“price”: 13000,
“material”: “[“IRON”, “WOOD”]”,
“flags”: “RELOAD_ONE” “skill”: “pistol”,
“ammo”: “.40”,
“weight”: 5,
“volume”: 2,
“bashing”: 12,
“cutting”: 0,
“to_hit”: 1,
“ranged_damage”: 3,
“range”: 0,
“accuracy”: 23,
“recoil”: 4,
“durability”: 8,
“burst”: 0,
“clip_size”: 6,
“reload”: 55
},{ “id”: “Chainsaw_cannon”,
“type”: “GUN”,
“symbol”: “)”,
“color”: “white”,
“name”: “Chainsaw cannon”,
“description”: “Obviously made by a madman, rip apart your enemys with a barrage of chainsaws!”,
“rarity”: 5,
“price”: 13000,
“material”: “[“IRON”, “steel”]”,
“flags”: “RELOAD_ONE” “skill”: “rifle”,
“ammo”: “Chainsaw”,
“weight”: 60,
“volume”: 20,
“bashing”: 20,
“cutting”: 0,
“to_hit”: 1,
“ranged_damage”: 3,
“range”: 0,
“accuracy”: 23,
“recoil”: 4,
“durability”: 8,
“burst”: 0,
“clip_size”: 6,
“reload”: 55
},{
“id”: “modern_compbow”,
“type”: “GUN”,
“symbol”: “(”,
“color”: “yellow”,
“name”: “modern compound bow”,
“description”: “A bow with wheels that fires high velocity arrows. Weaker people can use compound bows more easily. Arrows fired from this weapon have a good chance of remaining intact for re-use. It requires 7 strength to fire”,
“rarity”: 4,
“price”: 1400,
“material”: [“STEEL”, “PLASTIC”],
“flags”: [“STR8_DRAW”, “RELOAD_AND_SHOOT”],
“skill”: “archery”,
“ammo”: “arrow”,
“weight”: 8,
“volume”: 12,
“bashing”: 8,
“cutting”: 0,
“to_hit”: 1,
“ranged_damage”: 0,
“range”: 10,
“accuracy”: 20,
“recoil”: 0,
“durability”: 6,
“burst”: 0,
“clip_size”: 1,
“reload”: 100
},{ “id”: “WS_Pistol”,
“type”: “GUN”,
“symbol”: “(”,
“color”: “light_pink”,
“name”: “World state pistol”,
“description”: “Made especially for the world state agents, uses .40 in a magazine for high stopping power”,
“rarity”: 5,
“price”: 13000,
“material”: “[“STEEL”]”,
“skill”: “pistol”,
“ammo”: “.40”,
“weight”: 5,
“volume”: 2,
“bashing”: 12,
“cutting”: 0,
“to_hit”: 1,
“ranged_damage”: 3,
“range”: 0,
“accuracy”: 23,
“recoil”: 4,
“durability”: 8,
“burst”: 0,
“clip_size”: 10,
“reload”: 300
},
[/code][/spoiler]
ANNNND AMMO:
[spoiler][code]{ “type” : “AMMO”,
“id” : “Chainsaw”,
“rarity” : 20,
“price” : 120,
“name” : “Chainsaw”,
“symbol” : “=”,
“color” : “white”,
“description” : “Well…Its chainsaws…For your chainsaw cannon PILLFORM”,
“material” : “IRON”,
“volume” : 1,
“weight” : 5,
“bashing” : 1,
“cutting” : 0,
“to_hit” : 0,
“ammo_type” : “battery”,
“damage” : 0,
“pierce” : 0,
“range” : 0,
“accuracy” : 0,
“recoil” : 0,
“count” : 20
},
“id” : “44magnum”,
“rarity” : 7,
“price” : 580,
“name” : “.44 Magnum”,
“symbol” : “=”,
“color” : “blue”,
“description” : “Described (in 1971) by Dirty Harry as "the most powerful handgun in the world," the .44 Magnum gained widespead popularity due to its depictions in the media. In reality, its intense recoil makes it unsuitable in most cases.”,
“material” : “STEEL”,
“volume” : 2,
“weight” : 15,
“bashing” : 1,
“cutting” : 0,
“to_hit” : 0,
“ammo_type” : “.44”,
“damage” : 36,
“pierce” : 2,
“range” : 16,
“accuracy” : 16,
“recoil” : 22,
“count” : 50,
“effects” : [“COOKOFF”]
},
{ “type” : “AMMO”, “id” : “tesla_ammo”, “rarity” : 8, “price” : 800, “name” : “tesla ammo”, “symbol” : “=”, “color” : “blue”, “description” : “It makes all the hairs on your body raise up, obviously filled with static electricity”, “material” : “STEEL”, “volume” : 0, “weight” : 30, “bashing” : 1, “cutting” : 0, “to_hit” : 0, “ammo_type” : “plasma”, “damage” : 70, “pierce” : 5, “range” : 8, “accuracy” : 5, “recoil” : 0, “count” : 15, “effects” : [“INCENDIARY”] }
{ “type” : “AMMO”,
“id” : “arrow_explosive”,
“rarity” : 5,
“price” : 300,
“name” : “explosive arrow”,
“symbol” : “=”,
“color” : “green”,
“description” : “High-tech carbon fiber shafts and 100 grain broadheads. Very light weight, fast, explode on contact”,
“material” : “PLASTIC”,
“volume” : 2,
“weight” : 30,
“bashing” : 1,
“cutting” : 0,
“to_hit” : 0,
“ammo_type” : “arrow”,
“damage” : 20,
“pierce” : 4,
“range” : 5,
“accuracy” : 14,
“recoil” : 0,
“count” : 8 “effects” : [“EXPLOSIVE”]
},
{ “type” : “AMMO”,
“id” : “arrow_incendiary”,
“rarity” : 5,
“price” : 300,
“name” : “incendiary arrow”,
“symbol” : “=”,
“color” : “green”,
“description” : “High-tech carbon fiber shafts and 100 grain broadheads. Very light weight, fast, release the flame!”,
“material” : “PLASTIC”,
“volume” : 2,
“weight” : 30,
“bashing” : 1,
“cutting” : 0,
“to_hit” : 0,
“ammo_type” : “arrow”,
“damage” : 15,
“pierce” : 3,
“range” : 5,
“accuracy” : 14,
“recoil” : 0,
“count” : 8 “effects” : [“INCENDIARY”]
},
[/code][/spoiler]