Add falloff modification to focused weapon blueprint

This commit is contained in:
Felix Linker
2019-08-14 02:45:49 +02:00
parent ab3f375058
commit b261dc5298

View File

@@ -10890,6 +10890,10 @@
"Iron": 1 "Iron": 1
}, },
"features": { "features": {
"falloff": [
0,
0.36
],
"piercing": [ "piercing": [
0, 0,
0.4 0.4
@@ -10915,6 +10919,10 @@
"Iron": 1 "Iron": 1
}, },
"features": { "features": {
"falloff": [
0.36,
0.52
],
"piercing": [ "piercing": [
0.4, 0.4,
0.6 0.6
@@ -10941,6 +10949,10 @@
"Iron": 1 "Iron": 1
}, },
"features": { "features": {
"falloff": [
0.52,
0.68
],
"piercing": [ "piercing": [
0.6, 0.6,
0.8 0.8
@@ -10967,6 +10979,10 @@
"Polymer Capacitors": 1 "Polymer Capacitors": 1
}, },
"features": { "features": {
"falloff": [
0.68,
0.84
],
"piercing": [ "piercing": [
0.8, 0.8,
1 1
@@ -10993,6 +11009,10 @@
"Refined Focus Crystals": 1 "Refined Focus Crystals": 1
}, },
"features": { "features": {
"falloff": [
0.84,
1
],
"piercing": [ "piercing": [
1, 1,
1.2 1.2