• This project
    • Loading...
  • Sign in

tome / Tales of MajEyal · Merge Requests

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Merge Requests 54
  • Labels
  • Forks
  • Snippets
  • Network
Open
MR Merge Request !855 opened
2022-08-30 14:05:30 UTC by yutio888 @yutio888

display the real accuracy in actor's tooltip for each weapon they are holding.

The current accuracy displayed in tooltip is usually incorrect. It uses unarmed accuracy, which is affected by enemies' innate accuracy. For example, netherworms and many other races have 500 accuracy for unarmed attack, and when they become random rare/unique/boss with a normal weapon, their actual accuracy is significantly lower than unarmed accuracy that is displayed in tooltip, which is very misleading.

Check out branch Download as
  • Email Patches
  • Plain Diff
Request to merge yutio888:actor_tooltip_accuracy into master (63 commits behind)
×

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch https://git.net-core.org/yutio888/t-engine4.git actor_tooltip_accuracy
git checkout -b yutio888/t-engine4-actor_tooltip_accuracy FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git checkout master
git merge --no-ff yutio888/t-engine4-actor_tooltip_accuracy

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines

CI build passed for c4a94b3d. View details
CI build skipped for c4a94b3d. View details
CI build canceled for c4a94b3d. View details
CI build failed for c4a94b3d. View details
CI build running for c4a94b3d. View details
CI build pending for c4a94b3d. View details

Ready to be merged automatically

Ask someone with write access to this repository to merge this request.

  • Discussion 0
  • Commits 1
  • Builds 0
  • Changes 1
  • Please register or login to post a comment
855 of 870
Prev Next
Assignee
No assignee
Assign to
No
Milestone
None
Assign milestone
0
Labels
None
Assign labels
  • View labels
1
1 participant
Reference: tome/t-engine4!855