Skip to content

Commit

Permalink
Merge pull request #1 from BlueMoonDude/patch-2
Browse files Browse the repository at this point in the history
Trying to figure out how to combine the branches. If I did this wrong please tell me.
  • Loading branch information
BlueMoonDude committed Oct 14, 2013
2 parents 099e55b + 6c4d27a commit 8d70544
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion data/json/items/mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,28 @@
"recoil_modifier" : -5,
"price" : 380,
"loudness_modifier" : 0
},
{
"type" : "GUNMOD",
"id" : "bipod",
"name" : "bipod",
"clip_size_modifier" : 0,
"damage_modifier" : 0,
"ammo_modifier" : "NULL",
"description" : "Bipods are commonly used on rifles and machine guns to provide a forward rest and reduce motion. Aside from increased weight, there are no drawbacks.",
"weight" : 400,
"to_hit" : -1,
"color" : "brown",
"symbol" : ":",
"material" : "steel",
"mod_targets" : "rifle",
"volume" : 3,
"bashing" : 10,
"cutting" : 0,
"burst_modifier" : 0,
"recoil_modifier" : -1,
"dispersion_modifier" : -3,
"price" : 680,
"loudness_modifier" : 0
}

]

0 comments on commit 8d70544

Please sign in to comment.