mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
Fix OutfittingFieldTypes for falloff and shotspeed
References https://github.com/EDCD/coriolis/issues/535
This commit is contained in:
@@ -122,6 +122,9 @@
|
|||||||
"OutfittingFieldType_ShieldBankSpinUp": {
|
"OutfittingFieldType_ShieldBankSpinUp": {
|
||||||
"spinup": 1
|
"spinup": 1
|
||||||
},
|
},
|
||||||
|
"OutfittingFieldType_ShotSpeed": {
|
||||||
|
"shotspeed": 1
|
||||||
|
},
|
||||||
"OutfittingFieldType_ThermalLoad": {
|
"OutfittingFieldType_ThermalLoad": {
|
||||||
"thermload": 1
|
"thermload": 1
|
||||||
},
|
},
|
||||||
@@ -149,7 +152,8 @@
|
|||||||
"OutfittingFieldType_Damage": {
|
"OutfittingFieldType_Damage": {
|
||||||
"damage": 1
|
"damage": 1
|
||||||
},
|
},
|
||||||
"OutfittingFieldType_weapon_falloffrange_from_range": {
|
"OutfittingFieldType_DamageFalloffRange": {
|
||||||
|
"fallofffromrange": 1
|
||||||
},
|
},
|
||||||
"OutfittingFieldType_ArmourPenetration": {
|
"OutfittingFieldType_ArmourPenetration": {
|
||||||
"piercing": 1
|
"piercing": 1
|
||||||
|
|||||||
Reference in New Issue
Block a user