Skip to content

Commit

Permalink
Bump version to 0.2.
Browse files Browse the repository at this point in the history
Minor tweaks to mechanics.
  • Loading branch information
joshkel committed Oct 13, 2013
1 parent 9a5d571 commit a1bb7af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion class/Player.lua
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,8 @@ function _M:doTakeoff(inven, item, o)
end

function _M:getTechniqueLimit()
return self.level + 1
-- TODO: Figure out a good value for this number
return self.level + 2
end

function _M:checkTechniqueLimit(newest_tid)
Expand Down
2 changes: 1 addition & 1 deletion data/talents/insect.lua
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ newTalent {
name = "Burning Hand",
type = {"qi techniques/left hand", 1},
mode = "activated",
cooldown = 4,
cooldown = 6,
qi = 6,
range = 1,
radius = 1,
Expand Down
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ long_name = "Qi Daozei"
short_name = "qdz"
author = { "Castler", "joshkel@gmail.com" }
homepage = "http://te4.org/games/qdz"
version = {0,1,0}
version = {0,2,0}
engine = {1,0,4,"te4"}
description = [[
An Oriental-themed fantasy roguelike. Fight creatures from folklore and legend and absorb their qi to gain new abilities while fleeing the sinister minions of the Empire and its warlocks.
Expand Down

0 comments on commit a1bb7af

Please sign in to comment.