Maurits825 / AFKScape

A game that simulates playing the game Old School RuneScape at a faster pace! Developed in Unity using C#.
1 stars 0 forks source link

Clues Tab #102

Closed Maurits825 closed 3 years ago

Maurits825 commented 4 years ago

Note on med clues: there is a weight of 35076 that is over the total weight, but all chances are tested in the drop rate UT. There has to be an item that is lower drop rate to account for the added weight?

codecov[bot] commented 4 years ago

Codecov Report

Merging #102 (7691670) into master (ec2d8f0) will increase coverage by 0.03%. The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #102      +/-   ##
==========================================
+ Coverage   91.46%   91.50%   +0.03%     
==========================================
  Files          46       46              
  Lines        1137     1224      +87     
==========================================
+ Hits         1040     1120      +80     
- Misses         97      104       +7     
Impacted Files Coverage Δ
AFKScape/Assets/Scripts/MainController.cs 73.68% <83.33%> (-3.82%) :arrow_down:
AFKScape/Assets/Scripts/Clues/CluesController.cs 90.90% <90.90%> (ø)
AFKScape/Assets/Scripts/BossesController.cs 89.47% <100.00%> (+0.79%) :arrow_up:
AFKScape/Assets/Scripts/Database.cs 100.00% <100.00%> (ø)
AFKScape/Assets/Scripts/Monster/Bosses/Vorkath.cs 100.00% <100.00%> (ø)
AFKScape/Assets/Scripts/Monster/Monster.cs 100.00% <100.00%> (ø)
AFKScape/Assets/Scripts/SkillsController.cs 90.65% <100.00%> (+0.20%) :arrow_up:
AFKScape/Assets/Scripts/Storage/Equipment.cs 100.00% <100.00%> (ø)
AFKScape/Assets/Scripts/Storage/ItemManager.cs 93.75% <100.00%> (+0.56%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ec2d8f0...7691670. Read the comment docs.

Maurits825 commented 4 years ago

TODO: