mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
fixes
Weapon_Overcharged (added clipsize modifier)
6293: added missing '{'
6342: added missing ','
This commit is contained in:
@@ -6289,7 +6289,8 @@
|
||||
"components": {
|
||||
"Nickel": 1
|
||||
},
|
||||
"features":
|
||||
"features": {
|
||||
"clip": [ 0, -0.03 ],
|
||||
"damage": [ 0, 0.3 ],
|
||||
"distdraw": [ 0, 0.15 ],
|
||||
"thermload": [ 0, 0.03 ]
|
||||
@@ -6301,6 +6302,7 @@
|
||||
"Nickel": 1
|
||||
},
|
||||
"features": {
|
||||
"clip": [ -0.03, -0.06 ],
|
||||
"damage": [ 0.3, 0.4 ],
|
||||
"distdraw": [ 0.15, 0.2 ],
|
||||
"thermload": [ 0.03, 0.06 ]
|
||||
@@ -6313,6 +6315,7 @@
|
||||
"Nickel": 1
|
||||
},
|
||||
"features": {
|
||||
"clip": [ -0.06, -0.09 ],
|
||||
"damage": [ 0.4, 0.5 ],
|
||||
"distdraw": [ 0.2, 0.25 ],
|
||||
"thermload": [ 0.06, 0.09 ]
|
||||
@@ -6325,6 +6328,7 @@
|
||||
"Zinc": 1
|
||||
},
|
||||
"features": {
|
||||
"clip": [ -0.09, -0.12 ],
|
||||
"damage": [ 0.5, 0.6 ],
|
||||
"distdraw": [ 0.25, 0.3 ],
|
||||
"thermload": [ 0.09, 0.12 ]
|
||||
@@ -6337,8 +6341,9 @@
|
||||
"Zirconium": 1
|
||||
},
|
||||
"features": {
|
||||
"clip": [ -0.12, -0.15 ],
|
||||
"damage": [ 0.6, 0.7 ],
|
||||
"distdraw": [ 0.3, 0.35 ]
|
||||
"distdraw": [ 0.3, 0.35 ],
|
||||
"thermload": [ 0.12, 0.15 ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user