-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpluginmaster.json
More file actions
102 lines (102 loc) · 4.79 KB
/
pluginmaster.json
File metadata and controls
102 lines (102 loc) · 4.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[
{
"Author": "jkleinne",
"Name": "Ascended Rotation Solver Reborn",
"InternalName": "ascended-rotationsolverreborn",
"Description": "Personal fork of RotationSolverReborn that adds PvPSmart, a scoring-based PvP target selector. PvE behavior matches upstream.\n\nThe stock PvP cycle ranks targets by absolute current HP, which biases toward tanks over genuinely vulnerable squishies. PvPSmart composes weighted factors (role value, effective HP, finish-kill bias, mitigation penalty, distance, hysteresis, crystal carrier, LB cast, isolation, threat) and skips invuln targets entirely, producing more focus-fire-friendly target selection in Crystalline Conflict.\n\nUse only if you specifically want the PvPSmart targeting mode. For general use, install upstream RotationSolverReborn instead.",
"Punchline": "PvPSmart target selection on top of RotationSolverReborn.",
"RepoUrl": "https://github.com/jkleinne/ascended-rotationsolverreborn",
"ApplicableVersion": "any",
"DalamudApiLevel": 15,
"TestingDalamudApiLevel": 15,
"Tags": [
"combat",
"rotation",
"auto",
"solver",
"pve",
"pvp"
],
"CategoryTags": [
"jobs"
],
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"IsTestingExclusive": false,
"IconUrl": "https://raw.githubusercontent.com/jkleinne/ascended-rotationsolverreborn/main/Images/Logo.png",
"AcceptsFeedback": true,
"AssemblyVersion": "1.0.0.28",
"TestingAssemblyVersion": "1.0.0.28",
"DownloadLinkInstall": "https://github.com/jkleinne/ascended-rotationsolverreborn/releases/download/1.0.0.28/latest.zip",
"DownloadLinkTesting": "https://github.com/jkleinne/ascended-rotationsolverreborn/releases/download/1.0.0.28/latest.zip",
"DownloadLinkUpdate": "https://github.com/jkleinne/ascended-rotationsolverreborn/releases/download/1.0.0.28/latest.zip",
"DownloadCount": 0,
"LastUpdate": 1779178135
},
{
"Author": "jkleinne",
"Name": "Ascended Dagobert",
"InternalName": "ascended-dagobert",
"Description": "Personal fork of Dagobert, the automatic market board undercut plugin. Adds bait listing protection so a 1-unit decoy at 5 gil can't drag your retainer prices to the floor while real stacks sit at 1.2k. If you don't need that, install upstream Dagobert instead.",
"Punchline": "Personal fork of Dagobert.",
"RepoUrl": "https://github.com/jkleinne/ascended-dagobert",
"ApplicableVersion": "any",
"DalamudApiLevel": 15,
"TestingDalamudApiLevel": 15,
"Tags": [
"Utility"
],
"CategoryTags": [
"other"
],
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"IsTestingExclusive": false,
"IconUrl": "",
"AcceptsFeedback": true,
"AssemblyVersion": "1.0.0.13",
"TestingAssemblyVersion": "1.0.0.13",
"DownloadLinkInstall": "https://github.com/jkleinne/ascended-dagobert/releases/download/1.0.0.13/latest.zip",
"DownloadLinkTesting": "https://github.com/jkleinne/ascended-dagobert/releases/download/1.0.0.13/latest.zip",
"DownloadLinkUpdate": "https://github.com/jkleinne/ascended-dagobert/releases/download/1.0.0.13/latest.zip",
"DownloadCount": 0,
"LastUpdate": 1779085763
},
{
"Author": "jkleinne",
"Name": "Ascended ezWondrousTails",
"InternalName": "ascended-ezwondroustails",
"Description": "Personal fork of MidoriKami's EzWondrousTails, ported to Dalamud API 15 after the upstream repository was archived. Injects row probabilities, exact shuffle averages, and shuffle advice into the Wondrous Tails journal, and adds a standalone plugin window so the same information is reachable when the journal isn't open.",
"Punchline": "Wondrous Tails row probabilities, on API 15.",
"RepoUrl": "https://github.com/jkleinne/ascended-EzWondrousTails",
"ApplicableVersion": "any",
"DalamudApiLevel": 15,
"TestingDalamudApiLevel": 15,
"Tags": [
"wondrous-tails",
"probability",
"utility"
],
"CategoryTags": [
"other"
],
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"IsTestingExclusive": false,
"IconUrl": "https://raw.githubusercontent.com/jkleinne/ascended-EzWondrousTails/master/res/icon.png",
"AcceptsFeedback": true,
"AssemblyVersion": "1.1.0.0",
"TestingAssemblyVersion": "1.1.0.0",
"DownloadLinkInstall": "https://github.com/jkleinne/ascended-EzWondrousTails/releases/download/1.1.0/latest.zip",
"DownloadLinkTesting": "https://github.com/jkleinne/ascended-EzWondrousTails/releases/download/1.1.0/latest.zip",
"DownloadLinkUpdate": "https://github.com/jkleinne/ascended-EzWondrousTails/releases/download/1.1.0/latest.zip",
"DownloadCount": 0,
"LastUpdate": 1778666897
}
]