Skip to content

Commit

Permalink
Fix AT4 launcher. (#36886)
Browse files Browse the repository at this point in the history
* Tweak AT4

* Modify guns_launcher_rocket itemgroup.
  • Loading branch information
arijust authored and ZhilkinSerg committed Jan 10, 2020
1 parent 9543261 commit 37cfe25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions data/json/itemgroups/guns.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,8 @@
[ "LAW_Packed", 200 ],
[ "m202_flash", 100 ],
[ "m74_clip", 150 ],
[ "m3_carlgustav", 50 ],
[ "AT4", 50 ],
{ "item": "m3_carlgustav", "prob": 50, "charges-min": 1, "charges-max": 1 },
{ "item": "AT4", "prob": 50, "charges-min": 1, "charges-max": 1 },
[ "84x246mm_he", 100 ],
[ "84x246mm_hedp", 80 ],
[ "84x246mm_smoke", 100 ]
Expand Down
5 changes: 2 additions & 3 deletions data/json/items/gun/84x246mm.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{
"id": "AT4",
"type": "GUN",
"copy-from": "LAW",
"copy-from": "m3_carlgustav",
"name": "AT4",
"description": "Mil-Spec rocket launcher. An 84-mm unguided, portable, single-shot recoilless smoothbore weapon used primarily by the US military.",
"extend": { "flags": [ "FIRE_TWOHAND", "NO_REPAIR" ] },
Expand All @@ -43,7 +43,6 @@
"volume": "3500 ml",
"bashing": 4,
"dispersion": 200,
"durability": 7,
"loudness": 200
"durability": 7
}
]

0 comments on commit 37cfe25

Please sign in to comment.