-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
129 additions
and
49 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,262 +1,342 @@ | ||
{ | ||
"name": "hm3-cpl", | ||
"id": "hm3-cpl", | ||
"title": "Harn Comprehensive Price Lists", | ||
"description": "Provides lists of items from the Comprehensive Price Lists on Lythia.com", | ||
"version": "1.2.1", | ||
"minimumCoreVersion": "0.8.6", | ||
"compatibleCoreVersion": "9", | ||
"minimumSystemVersion": "1.2.9", | ||
"system": ["hm3"], | ||
"version": "1.3.0", | ||
"authors": [ | ||
{ | ||
"name": "Toasty", | ||
"discord": "toasty#8538" | ||
"discord": "toasty#8538", | ||
"flags": {} | ||
} | ||
], | ||
"compatibility": { | ||
"minimum": "10", | ||
"verified": "10" | ||
}, | ||
"packs": [ | ||
{ | ||
"name": "cpl-apothecary", | ||
"label": "CPL - Apothecary", | ||
"path": "packs/cpl-apothecary.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-armorer", | ||
"label": "CPL - Armorer", | ||
"path": "packs/cpl-armorer.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-bonecarver", | ||
"label": "CPL - Bonecarver", | ||
"path": "packs/cpl-bonecarver.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-chandler", | ||
"label": "CPL - Chandler", | ||
"path": "packs/cpl-chandler.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-clothier", | ||
"label": "CPL - Clothier", | ||
"path": "packs/cpl-clothier.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-dyer", | ||
"label": "CPL - Dyer", | ||
"path": "packs/cpl-dyer.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-glassworker", | ||
"label": "CPL - Glassworker", | ||
"path": "packs/cpl-glassworker.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-harper", | ||
"label": "CPL - Harper", | ||
"path": "packs/cpl-harper.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-hideworker", | ||
"label": "CPL - Hideworker", | ||
"path": "packs/cpl-hideworker.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-innkeeper", | ||
"label": "CPL - Innkeeper", | ||
"path": "packs/cpl-innkeeper.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-jeweler", | ||
"label": "CPL - Jeweler", | ||
"path": "packs/cpl-jeweler.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-lexigrapher", | ||
"label": "CPL - Lexigrapher", | ||
"path": "packs/cpl-lexigrapher.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-market-butcher", | ||
"label": "CPL - Market Butcher", | ||
"path": "packs/cpl-market-butcher.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-market-farmer", | ||
"label": "CPL - Market Farmer", | ||
"path": "packs/cpl-market-farmer.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-market-fisherman", | ||
"label": "CPL - Market Fisherman", | ||
"path": "packs/cpl-market-fisherman.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-market-greengrocer", | ||
"label": "CPL - Market Greengrocer", | ||
"path": "packs/cpl-market-greengrocer.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-market-miller", | ||
"label": "CPL - Market Miller", | ||
"path": "packs/cpl-market-miller.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-market-salter", | ||
"label": "CPL - Market Salter", | ||
"path": "packs/cpl-market-salter.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-mason", | ||
"label": "CPL - Mason", | ||
"path": "packs/cpl-mason.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-metalcrafter-general", | ||
"label": "CPL - Metalcrafter - General", | ||
"path": "packs/cpl-metalcrafter-general.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-metalcrafter-lia-kavair", | ||
"label": "CPL - Metalcrafter - Lia-Kavair", | ||
"path": "packs/cpl-metalcrafter-lia-kavair.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-metalcrafter-locksmith", | ||
"label": "CPL - Metalcrafter - Locksmith", | ||
"path": "packs/cpl-metalcrafter-locksmith.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-metalcrafter-toolmaker", | ||
"label": "CPL - Metalcrafter - Toolmaker", | ||
"path": "packs/cpl-metalcrafter-toolmaker.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-miner", | ||
"label": "CPL - Miner", | ||
"path": "packs/cpl-miner.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-miscellaneous", | ||
"label": "CPL - Miscellaneous", | ||
"path": "packs/cpl-miscellaneous.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-ostler", | ||
"label": "CPL - Ostler", | ||
"path": "packs/cpl-ostler.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-perfumer", | ||
"label": "CPL - Perfumer", | ||
"path": "packs/cpl-perfumer.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-physician", | ||
"label": "CPL - Physician", | ||
"path": "packs/cpl-physician.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-pilot", | ||
"label": "CPL - Pilot", | ||
"path": "packs/cpl-pilot.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-potter", | ||
"label": "CPL - Potter", | ||
"path": "packs/cpl-potter.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-ropemaker", | ||
"label": "CPL - Ropemaker", | ||
"path": "packs/cpl-ropemaker.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-shipwright", | ||
"label": "CPL - Shipwright", | ||
"path": "packs/cpl-shipwright.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-tentmaker", | ||
"label": "CPL - Tentmaker", | ||
"path": "packs/cpl-tentmaker.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-thatcher", | ||
"label": "CPL - Thatcher", | ||
"path": "packs/cpl-thatcher.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-timberwright", | ||
"label": "CPL - Timerwright", | ||
"path": "packs/cpl-timberwright.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-whaler", | ||
"label": "CPL - Whaler", | ||
"path": "packs/cpl-whaler.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-woodcrafter-cooper", | ||
"label": "CPL - Woodcrafter - Cooper", | ||
"path": "packs/cpl-woodcrafter-cooper.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-woodcrafter-furniture", | ||
"label": "CPL - Woodcrafter - Furniture", | ||
"path": "packs/cpl-woodcrafter-furniture.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-woodcrafter-general", | ||
"label": "CPL - Woodcrafter - General", | ||
"path": "packs/cpl-woodcrafter-general.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
}, | ||
{ | ||
"name": "cpl-woodcrafter-transport", | ||
"label": "CPL - Woodcrafter - Transport", | ||
"path": "packs/cpl-woodcrafter-transport.db", | ||
"entity": "Item" | ||
"system": "hm3", | ||
"type": "Item", | ||
"flags": {} | ||
} | ||
], | ||
"url": "https://github.com/toastygm/hm3-cpl/", | ||
"manifest": "https://github.com/toastygm/hm3-cpl/releases/latest/download/module.json", | ||
"download": "https://github.com/toastygm/hm3-cpl/releases/latest/download/module.zip" | ||
|
||
"download": "https://github.com/toastygm/hm3-cpl/releases/v1.3.0/download/module.zip" | ||
} |