Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect description in battle pet species json #25

Open
capoferro opened this issue Dec 28, 2013 · 0 comments
Open

Incorrect description in battle pet species json #25

capoferro opened this issue Dec 28, 2013 · 0 comments

Comments

@capoferro
Copy link

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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant