Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Otowa Kotori
Tales of MajEyal
Commits
2176ea4d
Commit
2176ea4d
authored
11 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
fearless cleave always requets direction
parent
46be8eb7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua
+1
-1
1 addition, 1 deletion
...les/tome/data/general/objects/boss-artifacts-maj-eyal.lua
game/modules/tome/data/talents/techniques/2h-assault.lua
+1
-1
1 addition, 1 deletion
game/modules/tome/data/talents/techniques/2h-assault.lua
with
2 additions
and
2 deletions
game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua
+
1
−
1
View file @
2176ea4d
...
...
@@ -762,7 +762,7 @@ newEntity{ base = "BASE_GREATMAUL",
wielder
=
{
},
max_power
=
20
,
power_regen
=
1
,
use_talent
=
{
id
=
Talents
.
T_S
UNDER_ARMOUR
,
level
=
2
,
power
=
20
},
use_talent
=
{
id
=
Talents
.
T_S
HATTERING_BLOW
,
level
=
2
,
power
=
20
},
}
...
...
This diff is collapsed.
Click to expand it.
game/modules/tome/data/talents/techniques/2h-assault.lua
+
1
−
1
View file @
2176ea4d
...
...
@@ -72,7 +72,7 @@ newTalent{
local
weapon
=
self
:
hasTwoHandedWeapon
()
if
not
weapon
then
return
nil
end
local
tg
=
{
type
=
"hit"
,
range
=
self
:
getTalentRange
(
t
)}
local
tg
=
{
type
=
"hit"
,
range
=
self
:
getTalentRange
(
t
)
,
simple_dir_request
=
true
}
local
x
,
y
=
self
:
getTarget
(
tg
)
if
not
x
or
not
y
then
return
nil
end
if
core
.
fov
.
distance
(
self
.
x
,
self
.
y
,
x
,
y
)
>
1
then
return
nil
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment