coriolis icon indicating copy to clipboard operation
coriolis copied to clipboard

EDOMH Integration

Open jixxed opened this issue 1 year ago • 6 comments

Request for integration with the odyssey materials helper https://github.com/jixxed/ed-odyssey-materials-helper

recently implemented in EDSY: https://github.com/taleden/EDSY/commit/2dd2981873f9859a6d8c0ed04b515517e34c554e

works by creating a url that contains compressed json base64 encoded in the format: edomh://coriolis/?

json follows the format: { "version":1, "name":"ship build name", "items": [ { "item": "Hpt_BeamLaser_Fixed_Small", "blueprint": "Weapon_Efficient", "grade": 5, "highestGradePercentage":0.8 }, { "item": "Hpt_BeamLaser_Fixed_Small", "blueprint": "special_weapon_damage" } ] }

experimental effect do not require the grade and highestGradePercentage fields. only blueprints and experimental effects need to included in the json, no modules.

the url can then be embedded on the site and contains all the information to construct a wishlist in the app.

jixxed avatar Sep 21 '22 22:09 jixxed