piotrszymaniec / looty

Looty! A tool for Path of Exile that makes inventory searching fun!
GNU General Public License v2.0
2 stars 1 forks source link

Vaal gems missing their vaal part description #42

Open piotrszymaniec opened 3 years ago

piotrszymaniec commented 3 years ago

Vaal gems have their description taken from non-vaal part, It should be taken from vaal one.

GGG introduced property "hybrid" for part describing Vaal part. And its missing from our parsing.

   "hybrid":
    {
        "isVaalGem": true,
        "baseTypeName": "Cyclone",
        "properties": [
        {
            "name": "Souls Per Use",
            "values": [
                ["35", 0]
            ],
            "displayMode": 0
        },
        {
            "name": "Can Store %0 Use",
            "values": [
                ["1", 0]
            ],
            "displayMode": 3
        },
        {
            "name": "Soul Gain Prevention",
            "values": [
                ["7 sec", 0]
            ],
            "displayMode": 0
        },
        {
            "name": "Attack Speed",
            "values": [
                ["400% of base", 0]
            ],
            "displayMode": 0
        },
        {
            "name": "Effectiveness of Added Damage",
            "values": [
                ["55%", 0]
            ],
            "displayMode": 0
        }],
        "explicitMods": ["Deals 55.4% of Base Damage", "Base duration is 5.00 seconds", "13 to 20 Added Attack Physical Damage", "Modifiers to Skill Effect Duration also apply to this Skill's Soul Gain Prevention", "8% increased Area of Effect per 1 additional Melee Strike Range", "Can't be Evaded"],
        "secDescrText": "Spin and attack in place, damaging nearby enemies and pulling others towards you. While using this skill, you cannot be stunned or knocked back. Cannot be supported by Ruthless."
    }