Commit daccc0785e00a794ae1c6bf7977b28cbccad324c
Merge branch 'master' of git.net-core.org:tome/t-engine4
Showing
2 changed files
with
3 additions
and
3 deletions
@@ -100,7 +100,7 @@ newTalent { | @@ -100,7 +100,7 @@ newTalent { | ||
100 | end | 100 | end |
101 | pen_off(self, t, target, x, y) | 101 | pen_off(self, t, target, x, y) |
102 | end, | 102 | end, |
103 | - archery_target_parameters = {one_shot = true}, | 103 | + archery_target_parameters = {limit_shots = 1, multishots = 1}, -- {one_shot = true}, |
104 | damage_multiplier = function(self, t) | 104 | damage_multiplier = function(self, t) |
105 | return self:combatTalentWeaponDamage(t, 1.5, 1.9) | 105 | return self:combatTalentWeaponDamage(t, 1.5, 1.9) |
106 | end, | 106 | end, |
@@ -149,7 +149,7 @@ newTalent { | @@ -149,7 +149,7 @@ newTalent { | ||
149 | archery_onhit = function(self, t, target, x, y) | 149 | archery_onhit = function(self, t, target, x, y) |
150 | pen_off(self, t, target, x, y) | 150 | pen_off(self, t, target, x, y) |
151 | end, | 151 | end, |
152 | - archery_target_parameters = {one_shot = true}, | 152 | + archery_target_parameters = {limit_shots = 1, multishots = 1}, --{one_shot = true}, |
153 | speed = "archery", | 153 | speed = "archery", |
154 | action = function(self, t) | 154 | action = function(self, t) |
155 | local tg = {type = "hit"} | 155 | local tg = {type = "hit"} |
@@ -668,7 +668,7 @@ newTalent{ | @@ -668,7 +668,7 @@ newTalent{ | ||
668 | return true | 668 | return true |
669 | end, | 669 | end, |
670 | info = function(self, t) | 670 | info = function(self, t) |
671 | - return ([[Open a hole in space, summoning an animated blade for 10 turns.]]):tformat() | 671 | + return ([[Open a hole in space, summoning an animated blade for 15 turns.]]):tformat() |
672 | end, | 672 | end, |
673 | } | 673 | } |
674 | 674 |
-
Please register or login to post a comment