Tweaking speeds of fighters.

This commit is contained in:
Steve 2015-10-28 19:20:24 +00:00
parent 5c7b2a24bf
commit 81a3f26336
6 changed files with 15 additions and 8 deletions

View File

@ -2,7 +2,7 @@
"name" : "Dart",
"health" : 10,
"shield" : 0,
"speed" : 3,
"speed" : 2.25,
"reloadTime" : 24,
"shieldRechargeRate" : 0,
"textureName" : "gfx/fighters/dart01.png",

View File

@ -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",

View File

@ -2,7 +2,7 @@
"name" : "SimpleDart",
"health" : 10,
"shield" : 0,
"speed" : 3,
"speed" : 2.25,
"reloadTime" : 24,
"shieldRechargeRate" : 0,
"textureName" : "gfx/fighters/dart01.png",

View File

@ -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",

View File

@ -2,7 +2,7 @@
"name" : "UnarmedDart",
"health" : 10,
"shield" : 0,
"speed" : 3,
"speed" : 2.25,
"reloadTime" : 24,
"shieldRechargeRate" : 0,
"textureName" : "gfx/fighters/dart01.png"

View File

@ -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