Tweaking speeds of fighters.
This commit is contained in:
parent
5c7b2a24bf
commit
81a3f26336
|
@ -2,7 +2,7 @@
|
|||
"name" : "Dart",
|
||||
"health" : 10,
|
||||
"shield" : 0,
|
||||
"speed" : 3,
|
||||
"speed" : 2.25,
|
||||
"reloadTime" : 24,
|
||||
"shieldRechargeRate" : 0,
|
||||
"textureName" : "gfx/fighters/dart01.png",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name" : "Ray",
|
||||
"health" : 45,
|
||||
"shield" : 45,
|
||||
"speed" : 1.85,
|
||||
"speed" : 1.75,
|
||||
"reloadTime" : 16,
|
||||
"shieldRechargeRate" : 60,
|
||||
"textureName" : "gfx/fighters/ray.png",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name" : "SimpleDart",
|
||||
"health" : 10,
|
||||
"shield" : 0,
|
||||
"speed" : 3,
|
||||
"speed" : 2.25,
|
||||
"reloadTime" : 24,
|
||||
"shieldRechargeRate" : 0,
|
||||
"textureName" : "gfx/fighters/dart01.png",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name" : "Sphinx",
|
||||
"health" : 75,
|
||||
"shield" : 50,
|
||||
"speed" : 1.75,
|
||||
"speed" : 1.5,
|
||||
"reloadTime" : 14,
|
||||
"shieldRechargeRate" : 60,
|
||||
"textureName" : "gfx/fighters/sphinx.png",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name" : "UnarmedDart",
|
||||
"health" : 10,
|
||||
"shield" : 0,
|
||||
"speed" : 3,
|
||||
"speed" : 2.25,
|
||||
"reloadTime" : 24,
|
||||
"shieldRechargeRate" : 0,
|
||||
"textureName" : "gfx/fighters/dart01.png"
|
||||
|
|
|
@ -13,13 +13,20 @@
|
|||
}
|
||||
],
|
||||
"player" : {
|
||||
"type" : "Nymph",
|
||||
"type" : "ATAF",
|
||||
"side" : "SIDE_CSN"
|
||||
},
|
||||
"fighters" : [
|
||||
{
|
||||
"name" : "Dart",
|
||||
"type" : "Dart",
|
||||
"name" : "Sphinx",
|
||||
"type" : "Sphinx",
|
||||
"side" : "SIDE_CSN",
|
||||
"x" : 1800,
|
||||
"y" : 200
|
||||
},
|
||||
{
|
||||
"name" : "Nymph",
|
||||
"type" : "Nymph",
|
||||
"side" : "SIDE_CSN",
|
||||
"x" : 1800,
|
||||
"y" : 200
|
||||
|
|
Loading…
Reference in New Issue