api-wow-docs icon indicating copy to clipboard operation
api-wow-docs copied to clipboard

Incorrect description in battle pet species json

Open capoferro opened this issue 12 years ago • 0 comments

Starcraft 2 should be StarCraft II

Fixed here:

{
    "abilities": [
        {
            "cooldown": 0, 
            "icon": "spell_shadow_plaguecloud", 
            "id": 640, 
            "isPassive": false, 
            "name": "Toxic Smoke", 
            "order": 1, 
            "petTypeId": 9, 
            "requiredLevel": 2, 
            "rounds": 1, 
            "showHints": false, 
            "slot": 1
        }, 
        {
            "cooldown": 0, 
            "icon": "ability_racial_rocketbarrage", 
            "id": 777, 
            "isPassive": false, 
            "name": "Missile", 
            "order": 0, 
            "petTypeId": 9, 
            "requiredLevel": 1, 
            "rounds": 1, 
            "showHints": false, 
            "slot": 0
        }, 
        {
            "cooldown": 0, 
            "icon": "inv_mace_02", 
            "id": 455, 
            "isPassive": false, 
            "name": "Batter", 
            "order": 3, 
            "petTypeId": 9, 
            "requiredLevel": 10, 
            "rounds": 1, 
            "showHints": false, 
            "slot": 0
        }, 
        {
            "cooldown": 0, 
            "icon": "inv_misc_pyriumgrenade", 
            "id": 636, 
            "isPassive": false, 
            "name": "Sticky Grenade", 
            "order": 2, 
            "petTypeId": 9, 
            "requiredLevel": 4, 
            "rounds": 1, 
            "showHints": false, 
            "slot": 2
        }, 
        {
            "cooldown": 0, 
            "icon": "ability_mount_rocketmount", 
            "id": 293, 
            "isPassive": false, 
            "name": "Launch Rocket", 
            "order": 5, 
            "petTypeId": 9, 
            "requiredLevel": 20, 
            "rounds": 1, 
            "showHints": false, 
            "slot": 2
        }, 
        {
            "cooldown": 0, 
            "icon": "inv_misc_bomb_09", 
            "id": 634, 
            "isPassive": false, 
            "name": "Minefield", 
            "order": 4, 
            "petTypeId": 9, 
            "requiredLevel": 15, 
            "rounds": 1, 
            "showHints": false, 
            "slot": 1
        }
    ], 
    "canBattle": true, 
    "creatureId": 42078, 
    "description": "Powerful artillery of the terran army. The Thor is always the first one in and the last one out!", 
    "icon": "t_roboticon", 
    "petTypeId": 9, 
    "source": "Promotion: StarCraft II: Wings of Liberty Collector's Edition", 
    "speciesId": 258
}

capoferro avatar Dec 28 '13 00:12 capoferro