Commit ce9717c
Add Predator's Mark support (Pounce's ally-based DamageTaken curse) (#2135)
* Add allies in range
* Add Tests
* Add support tooltip
* Address PR review: use MinionPresenceCount, fix formatting, update txt source
- act_str.lua + act_str.txt: change AlliesInSummonerRange -> MinionPresenceCount,
collapse mod() to single line per project convention, add txt source change
- CalcPerform: read already-computed MinionPresenceCount from player modDB
and bridge it to enemyDB (capped at 15); remove custom ConfigAlliesInSummonerRange
- ConfigOptions: remove custom alliesInRange option; existing
multiplierMinionsInPresence (# of Minions in your Presence) handles it
- CalcSections: remove Predator's Mark Allies display row
- TestSkills_spec: update to use multiplierMinionsInPresence config var
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Make the mod work properly
* Remove test
---------
Co-authored-by: marckaraujo <marckaraujo86@gmail.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: LocalIdentity <localidentity2@gmail.com>1 parent a1c10ec commit ce9717c
5 files changed
Lines changed: 21 additions & 2 deletions
File tree
- spec/System
- src
- Data/Skills
- Export/Skills
- Modules
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1118 | 1118 | | |
1119 | 1119 | | |
1120 | 1120 | | |
| 1121 | + | |
1121 | 1122 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15209 | 15209 | | |
15210 | 15210 | | |
15211 | 15211 | | |
| 15212 | + | |
| 15213 | + | |
| 15214 | + | |
| 15215 | + | |
| 15216 | + | |
| 15217 | + | |
| 15218 | + | |
| 15219 | + | |
15212 | 15220 | | |
15213 | 15221 | | |
15214 | 15222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
884 | 884 | | |
885 | 885 | | |
886 | 886 | | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
887 | 895 | | |
888 | 896 | | |
889 | 897 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
865 | 865 | | |
866 | 866 | | |
867 | 867 | | |
868 | | - | |
869 | | - | |
| 868 | + | |
| 869 | + | |
870 | 870 | | |
871 | 871 | | |
872 | 872 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
| 601 | + | |
| 602 | + | |
601 | 603 | | |
602 | 604 | | |
603 | 605 | | |
| |||
0 commit comments