Dart naming update (SimpleDart = Simple Dart, etc)
This commit is contained in:
parent
72eb6c5cc7
commit
5887f30100
|
@ -33,7 +33,7 @@
|
|||
"fighters" : [
|
||||
{
|
||||
"name" : "Dart",
|
||||
"types" : "SimpleDart",
|
||||
"types" : "Simple Dart",
|
||||
"side" : "SIDE_PIRATE",
|
||||
"x" : 25,
|
||||
"y" : 22,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name" : "CannonDart",
|
||||
"name" : "Cannon Dart",
|
||||
"health" : 15,
|
||||
"speed" : 2.1,
|
||||
"reloadTime" : 24,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name" : "MissileDart",
|
||||
"name" : "Missile Dart",
|
||||
"health" : 15,
|
||||
"speed" : 2.1,
|
||||
"reloadTime" : 24,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name" : "SimpleDart",
|
||||
"name" : "Simple Dart",
|
||||
"health" : 15,
|
||||
"speed" : 2.1,
|
||||
"reloadTime" : 24,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name" : "StaticDart",
|
||||
"name" : "Static Dart",
|
||||
"health" : 15,
|
||||
"speed" : 0,
|
||||
"reloadTime" : 24,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name" : "UnarmedDart",
|
||||
"name" : "Unarmed Dart",
|
||||
"health" : 15,
|
||||
"speed" : 2.1,
|
||||
"reloadTime" : 24,
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"fighters" : [
|
||||
{
|
||||
"name" : "Dart",
|
||||
"types" : "StaticDart",
|
||||
"types" : "Static Dart",
|
||||
"side" : "SIDE_PIRATE",
|
||||
"x" : 25.5,
|
||||
"y" : 24.5
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"fighters" : [
|
||||
{
|
||||
"name" : "Dart",
|
||||
"types" : "UnarmedDart",
|
||||
"types" : "Unarmed Dart",
|
||||
"side" : "SIDE_PIRATE",
|
||||
"x" : 25,
|
||||
"y" : 24
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"fighters" : [
|
||||
{
|
||||
"name" : "Dart",
|
||||
"types" : "CannonDart",
|
||||
"types" : "Cannon Dart",
|
||||
"side" : "SIDE_PIRATE",
|
||||
"x" : 25,
|
||||
"y" : 24
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"fighters" : [
|
||||
{
|
||||
"name" : "Dart",
|
||||
"types" : "MissileDart",
|
||||
"types" : "Missile Dart",
|
||||
"side" : "SIDE_PIRATE",
|
||||
"x" : 25,
|
||||
"y" : 24
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"fighters" : [
|
||||
{
|
||||
"name" : "Dart",
|
||||
"types" : "CannonDart",
|
||||
"types" : "Cannon Dart",
|
||||
"side" : "SIDE_PIRATE",
|
||||
"x" : 25,
|
||||
"y" : 24
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
},
|
||||
{
|
||||
"name" : "Dart",
|
||||
"types" : "SimpleDart",
|
||||
"types" : "Simple Dart",
|
||||
"side" : "SIDE_PIRATE",
|
||||
"number" : 3,
|
||||
"x" : 26,
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"fighters" : [
|
||||
{
|
||||
"name" : "Dart",
|
||||
"types" : "SimpleDart",
|
||||
"types" : "Simple Dart",
|
||||
"side" : "SIDE_PIRATE",
|
||||
"number" : 3,
|
||||
"x" : 26,
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
},
|
||||
{
|
||||
"name" : "Dart",
|
||||
"types" : "SimpleDart",
|
||||
"types" : "Simple Dart",
|
||||
"number" : 10,
|
||||
"side" : "SIDE_PIRATE",
|
||||
"x" : 27,
|
||||
|
@ -38,7 +38,7 @@
|
|||
"scatter" : 2000
|
||||
},
|
||||
{
|
||||
"types" : "SimpleDart",
|
||||
"types" : "Simple Dart",
|
||||
"name" : "Dart",
|
||||
"number" : 10,
|
||||
"side" : "SIDE_PIRATE",
|
||||
|
@ -48,7 +48,7 @@
|
|||
},
|
||||
{
|
||||
"name" : "Dart",
|
||||
"types" : "SimpleDart",
|
||||
"types" : "Simple Dart",
|
||||
"number" : 10,
|
||||
"side" : "SIDE_PIRATE",
|
||||
"x" : 15,
|
||||
|
|
Loading…
Reference in New Issue