-
-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathmanifest.json
More file actions
29 lines (29 loc) · 1.29 KB
/
manifest.json
File metadata and controls
29 lines (29 loc) · 1.29 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
{
"Author": "The Combat Reborn Team",
"Name": "Rotation Solver Reborn",
"InternalName": "RotationSolver",
"RepoUrl": "https://github.com/FFXIV-CombatReborn/RotationSolverReborn",
"Description": "Analyses combat information every frame and finds the best action.\n\nThis means almost all the information available in one frame in combat, including the status of all players in the party, the status of any hostile targets, skill cooldowns, the MP and HP of characters, the location of characters, casting status of the hostile target, combo, combat duration, player level, etc.\nThen, it will highlight the best action on the hot bar, or help you to click on it.\nIt is designed for `general combat`, not for savage or ultimate. Use it carefully.",
"ApplicableVersion": "any",
"DalamudApiLevel": 14,
"TestingDalamudApiLevel": 14,
"Tags": [
"combat",
"rotation",
"auto",
"solver",
"pve",
"pvp"
],
"CategoryTags": [
"jobs"
],
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"IsTestingExclusive": false,
"IconUrl": "https://raw.githubusercontent.com/FFXIV-CombatReborn/RebornAssets/main/IconAssets/RSR_Icon.png",
"Punchline": "Analyses combat information every frame and finds the best action.",
"AcceptsFeedback": true
}