Fix/add damage dist

Closes https://github.com/EDCD/coriolis/issues/74
This commit is contained in:
felixlinker
2019-05-18 11:00:48 +02:00
parent cda9c986b0
commit 58ecfc105b
2 changed files with 13 additions and 8 deletions

View File

@@ -200,13 +200,18 @@
"rof": 0.5
},
"special_high_yield_shell": {
"rof": 0.1111111111111111
"rof": 0.1111111111111111,
"damagedist": {
"K": 0.5,
"E": 0.5
}
},
"special_incendiary_rounds": {
"rof": 0.05263157894736842,
"thermload": 2,
"damagedist": {
"T": 1
"T": 0.9,
"K": 0.1
}
},
"special_inertial_impact": {