Fixed cannon reload time.

This commit is contained in:
Steve 2016-01-21 12:49:58 +00:00
parent 9093a53a19
commit 039c354df0
1 changed files with 6 additions and 6 deletions

View File

@ -91,7 +91,7 @@
"texture" : "gfx/capitalShips/common/cannon01.png",
"x" : 0,
"y" : 170,
"reloadTime" : 40,
"reloadTime" : 10,
"type" : "BT_PLASMA",
"flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET",
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE",
@ -102,7 +102,7 @@
"texture" : "gfx/capitalShips/common/cannon01.png",
"x" : 0,
"y" : -150,
"reloadTime" : 40,
"reloadTime" : 10,
"type" : "BT_PLASMA",
"flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET",
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE",
@ -133,8 +133,8 @@
"texture" : "gfx/capitalShips/common/cannon01.png",
"x" : -50,
"y" : -60,
"reloadTime" : 10,
"type" : "BT_PLASMA",
"reloadTime" : 40,
"type" : "BT_ROCKET",
"flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET",
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
},
@ -143,8 +143,8 @@
"texture" : "gfx/capitalShips/common/cannon01.png",
"x" : 50,
"y" : -60,
"reloadTime" : 10,
"type" : "BT_PLASMA",
"reloadTime" : 40,
"type" : "BT_ROCKET",
"flags" : "EF_TAKES_DAMAGE+EF_SECONDARY_TARGET",
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
}