Update weapons to have %-based damage distributions

This commit is contained in:
Cmdr McDonald
2017-01-15 17:08:52 +00:00
parent 5a1ebf72d9
commit 2dd730cfa8
19 changed files with 1183 additions and 567 deletions

View File

@@ -217,12 +217,17 @@
"special_incendiary_rounds": {
"rof": 0.05263157894736842,
"thermload": 2,
"type": "T"
"damagedist": {
"T": 1
}
},
"special_inertial_impact": {
"damage": 0.5,
"jitter": 1,
"type": "KT"
"damagedist": {
"K": 0.5,
"T": 0.5
}
},
"special_overload_munitions": {
},