Add falloff from range modification

This commit is contained in:
Cmdr McDonald
2017-01-14 08:28:56 +00:00
parent 3325a75dae
commit d71024ae8a
6 changed files with 203 additions and 13 deletions

View File

@@ -13,6 +13,7 @@
"engrate": {"id": 10, "name": "engrate", "type": "percentage", "method": "multiplicative"},
"explres": {"id": 11, "name": "explres", "type": "percentage", "method": "additive"},
"facinglimit": {"id": 12, "name": "facinglimit", "type": "percentage", "method": "multiplicative"},
"fallofffromrange": {"id": 42, "name": "fallofffromrange", "type": "hidden", "method": "overwrite"},
"hullboost": {"id": 13, "name": "hullboost", "type": "percentage", "method": "multiplicative"},
"hullreinforcement": {"id": 14, "name": "hullreinforcement", "type": "percentage", "method": "multiplicative"},
"integrity": {"id": 15, "name": "integrity", "type": "percentage", "method": "multiplicative"},

View File

@@ -174,6 +174,8 @@
"mod_weapon_damage": {
"damage": 1
},
"mod_weapon_falloffrange_from_range": {
},
"mod_weapon_hardness_piercing": {
"piercing": 1
},

View File

@@ -13,6 +13,7 @@
"bl": [
"damage",
"distdraw",
"fallofffromrange",
"integrity",
"mass",
"piercing",
@@ -40,6 +41,7 @@
"clip",
"damage",
"distdraw",
"fallofffromrange",
"integrity",
"jitter",
"mass",
@@ -79,6 +81,7 @@
"burstrof",
"clip",
"damage",
"fallofffromrange",
"distdraw",
"integrity",
"jitter",
@@ -153,6 +156,7 @@
"ammo",
"clip",
"damage",
"fallofffromrange",
"distdraw",
"integrity",
"jitter",
@@ -169,6 +173,7 @@
"ammo",
"clip",
"damage",
"fallofffromrange",
"distdraw",
"integrity",
"jitter",
@@ -184,6 +189,7 @@
"boot",
"clip",
"damage",
"fallofffromrange",
"integrity",
"jitter",
"mass",
@@ -197,6 +203,7 @@
"ammo",
"clip",
"damage",
"fallofffromrange",
"distdraw",
"integrity",
"jitter",
@@ -227,6 +234,7 @@
],
"pl": [
"damage",
"fallofffromrange",
"distdraw",
"integrity",
"jitter",
@@ -273,6 +281,7 @@
"ammo",
"clip",
"damage",
"fallofffromrange",
"distdraw",
"integrity",
"jitter",
@@ -327,6 +336,7 @@
],
"tp": [
"damage",
"fallofffromrange",
"distdraw",
"integrity",
"jitter",
@@ -341,6 +351,7 @@
"burst",
"burstrof",
"damage",
"fallofffromrange",
"distdraw",
"integrity",
"jitter",