Last active
June 26, 2023 01:47
-
-
Save T00fy/141d36839cb3f045a881e1531cf13581 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"Author": "ArchiTed", | |
"Name": "Rotation Solver", | |
"InternalName": "RotationSolver", | |
"Description": "Analyses PvE 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", | |
"Tags": [ | |
"combat", | |
"rotation" | |
], | |
"CategoryTags": [ | |
"jobs" | |
], | |
"DalamudApiLevel": 8, | |
"LoadRequiredState": 0, | |
"LoadSync": false, | |
"CanUnloadAsync": false, | |
"LoadPriority": 0, | |
"TestingAssemblyVersion": "2.10.2.3", | |
"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": "Analyses PvE combat information every frame and finds the best action.", | |
"AcceptsFeedback": true, | |
"AssemblyVersion": "2.9.3", | |
"Changelog": "2.9.3", | |
"DownloadCount": "12372", | |
"LastUpdate": 1687604624, | |
"RepoUrl": "https://github.com/ArchiDog1998/RotationSolver", | |
"DownloadLinkInstall": "https://github.com/ArchiDog1998/RotationSolver/releases/download/v2.9.3/latest.zip", | |
"DownloadLinkUpdate": "https://github.com/ArchiDog1998/RotationSolver/releases/download/v2.9.3/latest.zip" | |
}, | |
{ | |
"Author": "ArchiTed, matrix", | |
"Name": "Fake Name", | |
"InternalName": "FakeName", | |
"Description": "Show a fake name on your game ui.", | |
"ApplicableVersion": "any", | |
"Tags": [ | |
"display", | |
"name" | |
], | |
"CategoryTags": [ | |
"name" | |
], | |
"DalamudApiLevel": 8, | |
"LoadRequiredState": 0, | |
"LoadSync": false, | |
"CanUnloadAsync": false, | |
"LoadPriority": 0, | |
"IconUrl": "https://raw.githubusercontent.com/ArchiDog1998/FakeName/main/icon.png", | |
"Punchline": "Show a fake name on your game ui.", | |
"AcceptsFeedback": true, | |
"AssemblyVersion": "1.0.7", | |
"Changelog": "1.0.7 (2023-05-28)\n\n\nBug Fixes\n\n* fixed with nameplate hook. (da5bf90)", | |
"DownloadCount": "515", | |
"LastUpdate": 1685239649, | |
"RepoUrl": "https://github.com/ArchiDog1998/FakeName", | |
"DownloadLinkInstall": "https://github.com/ArchiDog1998/FakeName/releases/download/v1.0.7/latest.zip", | |
"DownloadLinkUpdate": "https://github.com/ArchiDog1998/FakeName/releases/download/v1.0.7/latest.zip" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment