Vaal Skill Gem Information

With the introduction of 3.3.0, Vaal Skill Gems will also grant the use of the original Skill Gem. This means that tooltips in-game and on the website will be changing to better represent the dual-nature of Vaal Gems.

This information pertains to the Public Stash API, as well as Character-Window related endpoints.

New Property: vaal

  • The descriptive attributes on a Vaal Skill Gem will instead relate to the original Skill. This includes properties, explicitMods, and secDescrText. The typeName and icon will still refer to the Vaal Skill Gem.
  • Vaal Skill Gems will have a new vaal attribute that contains information about the Vaal Skill granted.
  • This property can contain the following attributes: baseTypeName, properties, explicitMods, and secDescrText. This is shown in the example below:
    "vaal": {
        "baseTypeName": "Fireball",
        "properties": [
            {"name": "Souls Per Use", "values": [["22", 0]], "displayMode": 0},
            {"name": "Can Store %0 Use", "values": [["1", 0]], "displayMode": 3},
            {"name": "Soul Gain Prevention", "values": [["5 sec", 0]], "displayMode": 0},
            {"name": "Cast Time", "values": [["0.85 sec", 0]], "displayMode": 0},
            {"name": "Critical Strike Chance", "values": [["6.00%", 0]], "displayMode": 0},
            {"name": "Effectiveness of Added Damage", "values": [["125%", 0]], "displayMode": 0}
        ],
        "explicitMods": ["Deals 8 to 11 Fire Damage", "Fires Projectiles at all nearby Enemies", "50% increased Area of Effect"],
        "secDescrText": "Launches a series of fireballs in all directions around the caster."
    }
    All of these properties are the same as the ones you can normally find on items, with the exception of baseTypeName which instead gives the name of the original Skill Gem.


Example Vaal Fireball JSON

Please note that this example is for demonstration purposes only. In should not be indicative of final balance values for the Vaal Fireball Skill.

{
    "verified": true,
    "w": 1,
    "h": 1,
    "ilvl": 0,
    "icon": "/image/Art/2DItems/Gems/VaalGems/VaalFireball.png?scale=1&scaleIndex=0&w=1&h=1",
    "support": false,
    "league": "Incursion",
    "name": "",
    "typeLine": "Vaal Fireball",
    "identified": true,
    "corrupted": true,
    "properties": [
        {
            "name": "Projectile, Vaal, Spell, AoE, Fire",
            "values": [],
            "displayMode": 0
        }, {
            "name": "Level",
            "values": [
                ["1", 0]
            ],
            "displayMode": 0,
            "type": 5
        }, {
            "name": "Mana Cost",
            "values": [
                ["6", 0]
            ],
            "displayMode": 0
        }, {
            "name": "Cast Time",
            "values": [
                ["0.85 sec", 0]
            ],
            "displayMode": 0
        }, {
            "name": "Critical Strike Chance",
            "values": [
                ["6.00%", 0]
            ],
            "displayMode": 0
        }, {
            "name": "Effectiveness of Added Damage",
            "values": [
                ["120%", 0]
            ],
            "displayMode": 0
        }
    ],
    "additionalProperties": [
        {
            "name": "Experience",
            "values": [
                ["1/70", 0]
            ],
            "displayMode": 2,
            "progress": 0.014285714365541935,
            "type": 20
        }
    ],
    "requirements": [
        {
            "name": "Level",
            "values": [
                ["1", 0]
            ],
            "displayMode": 0
        }
    ],
    "secDescrText": "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
    "explicitMods": [
        "Deals 7 to 10 Fire Damage", 
        "20% chance to Ignite enemies", 
        "50% more Damage with Ignite"
    ],
    "descrText": "Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.",
    "frameType": 4,
    "category": {
        "gems": ["activegem"]
    },
    "vaal": {
        "baseTypeName": "Fireball",
        "properties": [
            {
                "name": "Souls Per Use",
                "values": [
                    ["22", 0]
                ],
                "displayMode": 0
            }, {
                "name": "Can Store %0 Use",
                "values": [
                    ["1", 0]
                ],
                "displayMode": 3
            }, {
                "name": "Soul Gain Prevention",
                "values": [
                    ["5 sec", 0]
                ],
                "displayMode": 0
            }, {
                "name": "Cast Time",
                "values": [
                    ["0.85 sec", 0]
                ],
                "displayMode": 0
            }, {
                "name": "Critical Strike Chance",
                "values": [
                    ["6.00%", 0]
                ],
                "displayMode": 0
            }, {
                "name": "Effectiveness of Added Damage",
                "values": [
                    ["125%", 0]
                ],
                "displayMode": 0
            }
        ],
        "explicitMods": [
            "Deals 7 to 10 Fire Damage", 
            "Fires Projectiles at all nearby Enemies", 
            "20% chance to Ignite enemies", 
            "50% more Damage with Ignite"
        ],
        "secDescrText": "Launches a series of fireballs in all directions around the caster."
    }
}

Example Vaal Fireball Ctrl+C Information

Please note that this example is for demonstration purposes only. In should not be indicative of final balance values for the Vaal Fireball Skill.

Rarity: Gem
Fireball
--------
Projectile, Vaal, Spell, AoE, Fire
Level: 1
Mana Cost: 6
Cast Time: 0.85 sec
Critical Strike Chance: 6.00%
Effectiveness of Added Damage: 120%
Experience: 1/70
--------
Requirements:
Level: 1
--------
Unleashes a ball of fire towards a target which explodes, damaging nearby foes.
--------
Deals 7 to 10 Fire Damage
20% chance to Ignite enemies
50% more Damage with Ignite
--------
Vaal Fireball
--------
Souls Per Use: 22
Can Store 1 Use
Soul Gain Prevention: 5 sec
Cast Time: 0.85 sec
Critical Strike Chance: 6.00%
Effectiveness of Added Damage: 120%
--------
Launches a series of fireballs in all directions around the caster.
--------
Deals 7 to 10 Fire Damage
Fires Projectiles at all nearby Enemies
20% chance to Ignite enemies
50% more Damage with Ignite
--------
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
--------
Corrupted

If there are any other questions, feel free to ask at roryv@grindinggear.com

EDIT: Added Ctrl+C example.

Posted by 
on
Grinding Gear Games

Report Forum Post

Report Account:

Report Type

Additional Info