JenShin-368 / GenshinImpactCalculator

Genshin Impact Damage Calculator and Optimizer
26 stars 2 forks source link

Bulk artifacts import via json #77

Open Ariette opened 3 years ago

Ariette commented 3 years ago

cocogoat is a easy to use genshin impact artifact data exporter. It exports artifacts data in json format like this.

{ "setName": "heartOfDepth", "detailName": "饰金胸花", "position": "flower", "mainTag": { "name": "lifeStatic", "value": 4780 }, "normalTags": [ { "name": "critical", "value": 0.057999999999999996 }, { "name": "defendStatic", "value": 39 }, { "name": "criticalDamage", "value": 0.218 }, { "name": "recharge", "value": 0.13 } ], "omit": false, "level": 20, "star": 5, "id": 161 }

You can get more information about the json structure from here.

I think it's very convenient to import multiple artifact data at once. Thank you.