Skip to content

Commit

Permalink
Significantly buffed Valk acceleration and brake rate.
Browse files Browse the repository at this point in the history
Unfortunately this is a large balance change but the new values make it significantly less frustrating to use.
This fixes the stuck transports bug.
  • Loading branch information
GoogleFrog committed Aug 14, 2015
1 parent 5c42fdb commit cf0fe2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions units/corvalk.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ unitDef = {
unitname = [[corvalk]],
name = [[Valkyrie]],
description = [[Air Transport]],
acceleration = 0.15,
acceleration = 0.2,
amphibious = true,
brakeRate = 0.375,
brakeRate = 1.2,
buildCostEnergy = 80,
buildCostMetal = 80,
builder = false,
Expand Down

0 comments on commit cf0fe2d

Please sign in to comment.