Commit 57cedf5
Fix calculations for skills that can repeat (#9723)
* update Fatal Flourish parsing to ignore Travel and Retaliation skills
* update for Channel, Instant, and Triggered skills
* add skillTypeCheck to repeats logic in CalcOffence
* update to allow traps and mines, fix dps and cost for traps and mines
* fix damage to be 160 more, fix Ranged Attacks like Ice Shot or Kinetic Blast
* fix var usage
* Fixes
More generic handling for skills that can't repeat
Support skill stat for cannot repeat
Add DPS multiplier for traps and mines that can repeat spells / attacks
Fix parsing of mods in modparser
---------
Co-authored-by: LocalIdentity <localidentity2@gmail.com>1 parent fc1e5be commit 57cedf5
File tree
4 files changed
+22
-7
lines changed- src
- Data
- Modules
4 files changed
+22
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8539 | 8539 | | |
8540 | 8540 | | |
8541 | 8541 | | |
8542 | | - | |
| 8542 | + | |
8543 | 8543 | | |
8544 | 8544 | | |
8545 | 8545 | | |
| |||
10213 | 10213 | | |
10214 | 10214 | | |
10215 | 10215 | | |
10216 | | - | |
| 10216 | + | |
10217 | 10217 | | |
10218 | 10218 | | |
10219 | 10219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
298 | 301 | | |
299 | 302 | | |
300 | 303 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
759 | 759 | | |
760 | 760 | | |
761 | 761 | | |
762 | | - | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
763 | 773 | | |
764 | 774 | | |
765 | 775 | | |
| |||
842 | 852 | | |
843 | 853 | | |
844 | 854 | | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
845 | 858 | | |
846 | 859 | | |
847 | 860 | | |
| |||
5618 | 5631 | | |
5619 | 5632 | | |
5620 | 5633 | | |
5621 | | - | |
| 5634 | + | |
5622 | 5635 | | |
5623 | 5636 | | |
5624 | 5637 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2399 | 2399 | | |
2400 | 2400 | | |
2401 | 2401 | | |
2402 | | - | |
2403 | | - | |
2404 | | - | |
2405 | 2402 | | |
2406 | 2403 | | |
2407 | 2404 | | |
| |||
5498 | 5495 | | |
5499 | 5496 | | |
5500 | 5497 | | |
| 5498 | + | |
| 5499 | + | |
5501 | 5500 | | |
5502 | 5501 | | |
5503 | 5502 | | |
| |||
0 commit comments