Not sure if this is where I should post this, but I added two new shotguns to the game. The cane gun, and the shotgunbrella.
[spoiler]{
“type”:“GUN”,
“id” : “umbrella_gun”,
“symbol” : “(”,
“color”: “magenta”,
“name”: “shotgunbrella”,
“description”: “An umbrella with a shotgun concealed inside. Useful for staying dry, and blowing holes in your enemies. Never have to deal with pesky bloodstains again!”,
“material”: [“iron”,“plastic”],
“skill”: “shotgun”,
“ammo”: “shot”,
“price”: 700,
“volume”: 6,
“weight”: 3938,
“bashing”: 6,
“cutting”: 0,
“to_hit”: 0,
“ranged_damage”: 0,
“range”: 0,
“dispersion”: 50,
“recoil”: 10,
“durability”: 6,
“burst”: 0,
“clip_size”: 4,
“reload”: 150,
“flags”: [“RAIN_PROTECT”,“RELOAD_ONE”]
},
{
“type”:“GUN”,
“id” : “cane_gun”,
“name” : “cane gun”,
“description” : “A 12 gauge shotgun concealed within a fancy cane. Pimpin’.”,
“weight” : 3507,
“to_hit” : 2,
“color” : “dark_gray”,
“symbol” : “(”,
“material” : [“iron”, “wood”],
“techniques” : [“WBLOCK_1”],
“volume” : 4,
“bashing” : 10,
“cutting” : 0,
“price” : 800,
“skill”: “shotgun”,
“ammo”: “shot”,
“ranged_damage”: 0,
“range”: 0,
“dispersion”: 15,
“recoil”: 10,
“durability”: 6,
“burst”: 0,
“clip_size”: 1,
“reload”: 100
},
[/spoiler]