├── release.zip ├── .gitattributes └── pluginmaster.json /release.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emptyset0/Radar_akira0245/HEAD/release.zip -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /pluginmaster.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "Author": "akira0245", 4 | "Name": "Radar", 5 | "InternalName": "Radar", 6 | "AssemblyVersion": "2.0.5.0", 7 | "Description": "\u5728\u5c4f\u5e55\u548c\u6e38\u620f\u5730\u56fe\u4e0a\u663e\u793a\u6e38\u620f\u5b9e\u4f53\u7684\u4f4d\u7f6e\u3002\nDisplays game objects location on screen and map.", 8 | "ApplicableVersion": "any", 9 | "Tags": [ 10 | "overlay", 11 | "hunt", 12 | "akira" 13 | ], 14 | "DalamudApiLevel": 10, 15 | "IconUrl": "https://i.loli.net/2021/09/24/UaxuSd9ODk5Ngil.png", 16 | "Punchline": "Displays game objects location on screen and map.", 17 | "DownloadLinkInstall": "https://github.com/emptyset0/Radar_akira0245/raw/master/release.zip", 18 | "DownloadLinkUpdate": "https://github.com/emptyset0/Radar_akira0245/raw/master/release.zip", 19 | "DownloadLinkTesting": "https://github.com/emptyset0/Radar_akira0245/raw/master/release.zip", 20 | "IsHide": false, 21 | "IsTestingExclusive": false, 22 | "DownloadCount": 0, 23 | "LastUpdated": "0" 24 | } 25 | ] --------------------------------------------------------------------------------