From 0dc82250bec34815fd8656cf77bab923b12df482 Mon Sep 17 00:00:00 2001 From: dsc Date: Mon, 11 Apr 2011 01:46:57 -0700 Subject: [PATCH] Removes default recoil. --- data/types/units.yaml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/data/types/units.yaml b/data/types/units.yaml index feb94b7..4364e54 100644 --- a/data/types/units.yaml +++ b/data/types/units.yaml @@ -9,7 +9,7 @@ defaults: move : 1.0 # move speed (squares/sec or orbits/sec) rotate : 1.0 # rotation speed (full-turns/sec) power : 1 # attack power - recoil : 1.0 # pushback on shoot (1/5 squares) + recoil : 0 # pushback on shoot (1/5 squares) speed : 0.5 # attack cool (sec) accuracy : 1.0 # chance of shooting where aiming shots : 5 # max projectiles in the air at once -- 1.7.0.4