Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
tome
Tales of MajEyal
Commits
52b35133
Commit
52b35133
authored
4 years ago
by
Otowa Kotori
Browse files
Options
Downloads
Patches
Plain Diff
Delete obsolete code for Scoundrel's Strategies since it never worked
parent
279e34e3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!681
Misc 1.73 fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game/modules/tome/class/interface/Combat.lua
+0
-5
0 additions, 5 deletions
game/modules/tome/class/interface/Combat.lua
with
0 additions
and
5 deletions
game/modules/tome/class/interface/Combat.lua
+
0
−
5
View file @
52b35133
...
...
@@ -1960,11 +1960,6 @@ function _M:physicalCrit(dam, weapon, target, atk, def, add_chance, crit_power_a
chance
=
chance
-
target
:
combatCritReduction
()
end
-- Scoundrel's Strategies
if
self
:
attr
(
"cut"
)
and
target
and
target
:
knowTalent
(
self
.
T_SCOUNDREL
)
then
chance
=
chance
-
target
:
callTalent
(
target
.
T_SCOUNDREL
,
"getCritPenalty"
)
end
if
self
:
attr
(
"stealth"
)
and
self
:
knowTalent
(
self
.
T_SHADOWSTRIKE
)
and
target
and
not
target
:
canSee
(
self
)
then
chance
=
100
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