forked from ArchiDog1998/RotationSolver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
25 lines (25 loc) · 1.47 KB
/
manifest.json
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
{
"Author": "ArchiTed",
"Name": "Rotation Solver",
"InternalName": "RotationSolver",
"Description": "Based on the pve combat information in one frame, find the best action.\n\nThe `information` is almost all the information available in one frame in combat, including the status of the all players in party, the status of the hostile targets, action cooling, the number of action stack, the MP and HP of characters, the location of characters, casting action of the hostile target, combo ID, combat duration, player level, etc. In this case, opener is also a kind of information that a lot of abilities are not cooling down.\n\nThen, it will highlight the best action one the hot bar, or help you to click on it.\n\nIt is designed for general combat, not for savage or ultimate. So use it carefully.",
"ApplicableVersion": "any",
"Tags": [
"combat",
"rotation"
],
"CategoryTags": [
"jobs"
],
"DalamudApiLevel": 8,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"TestingAssemblyVersion": "2.9.0.2",
"IsTestingExclusive": false,
"IconUrl": "https://raw.githubusercontent.com/ArchiDog1998/RotationSolver/main/docs/RotationSolverIcon_128.png",
"DownloadLinkTesting": "https://raw.githubusercontent.com/ArchiDog1998/RotationSolver/main/RotationSolver/bin/Release/net7.0-windows/RotationSolver/latest.zip",
"Punchline": "Based on the pve combat information in one frame, find the best action.",
"AcceptsFeedback": true
}