Coder Social home page Coder Social logo

tressley / hpjson Goto Github PK

View Code? Open in Web Editor NEW
20.0 4.0 8.0 326 KB

Harry Potter Trading Card Game card data in JSON format for developers to easily use in their projects.

Home Page: https://accio.cards

json harry-potter json-files card-game trading-card-game hpjson

hpjson's Introduction

Harry Potter Trading Card Game JSON

This project provides Harry Potter Trading Card Game card data in JSON format for developers to easily use in their projects.

The information presented in these files about Harry Potter, including characters, names and related indicia are trademarks of and © Warner Bros. Entertainment Inc. This project is not produced by, endorsed by, supported by, or affiliated with Warner Bros. Entertainment Inc. All rights reserved.

Example Cards

Lesson

{
    "number":"113",
    "name":"Care of Magical Creatures",
    "lesson":"Care of Magical Creatures",
    "type":"Lesson",
    "provides":[
        "1",
        "Care of Magical Creatures"
    ],
    "rarity":"Lesson",
    "artist":[
        "Shanth Enjeti",
        "Melissa Ferreira"
    ]
}

Creature

{
    "number":"30",
    "name":"Norbert",
    "lesson":"Care of Magical Creatures",
    "cost":"4",
    "type":"Creature",
    "subTypes":[
        "Dragon",
        "Unique"
    ],
    "description":"To play this card, discard 2 of your Care of Magical Creatures Lessons from play.",
    "dmgEachTurn":"5",
    "health":"3",
    "flavorText":"'They slipped back down the spiral staircase, their hearts as light as their hands, now that Norbert was of was off them.'",
    "rarity":"Rare",
    "artist":"Scott Lewis"
}

Spell

{
    "number":"111",
    "name":"Wingardium Leviosa!",
    "lesson":"Charms",
    "cost":"1",
    "type":"Spell",
    "description":"During your opponent's next turn, prevent all damage done to you by your opponent's Creatures.",
    "flavorText":"'The club flew suddenly out of the troll's hand, rose high, high up into the air...'",
    "rarity":"Common",
    "artist":"Ron Spencer"
}

Item

{
    "number":"101",
    "name":"Rememberall",
    "lesson":"Transfiguration",
    "cost":"8",
    "type":"Item",
    "description":"During your turn, you may use an Action to put a Lesson card from your discard pile into play.",
    "rarity":"Common",
    "artist":"Marcelo Vignali"
}

Match

{
    "number":"26",
    "name":"Slytherin Match",
    "lesson":"Quidditch",
    "cost":"1",
    "type":"Match",
    "subTypes":[
        "Healing"
    ],
    "description":{
        "toWin":"Do 15 damage to your opponent while this card is in play. (That damage doesn't have to be done all at once.)",
        "prize":"The winner may shuffle up to 15 non-Healing cards from his or her discard pile into his or her deck."
    },
    "rarity":"Foil Premium",
    "artist":"Ben Thompson"
}

Adventure

{
    "number":"39",
    "name":"4 Privet Drive",
    "type":"Adventure",
    "description":{
        "effect":"Your opponent can't play Spell cards.",
        "toSolve":"Your opponent chooses 6 cards in his or her hand and discards them.",
        "reward":"Your opponent may draw a card."
    },
    "flavorText":"'Harry was used to spiders, because the cupboard under the stairs was full of them, and that was where he slept.'",
    "rarity":"Uncommon",
    "artist":"Michael Koelsch"
}

Character

{
    "number":"8",
    "name":"Harry Potter",
    "type":"Character",
    "subTypes":[
        "Wizard",
        "Gryffindor",
        "Unique"
    ],
    "description":"Whenever you use an Action to draw a card, you may draw 2 cards instead of 1.",
    "flavorText":"'There will be books written about Harry — every child in our world will know his name!' - Professor McGonagall",
    "rarity":"Holo Portrait Premium",
    "artist":"M. Fischer"
}

hpjson's People

Contributors

huffletuff avatar soanvig avatar tressley avatar tydefriz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hpjson's Issues

Issues on cards data

  • Beetle Eyes missing subtype "Beetle Eyes"
  • Eel Eyes missing subtype "Eel Eyes"
  • Muddy Practise missing action
  • Broken Wand missing subtype "Wand"

Cards data issues

  • Draco Malfoy 3a is rare, not foil premium
  • Professor Snape misses Healing subtype
  • Giant Tarantula costs 1
  • Snape's Question costs 3
  • Peeves misses Ghost subtype
  • Muddy Practise misses it's ability
  • Photo Album should be an item
  • Broken Wand misses Wand subtype

Incorrect text on Quidditch Cup (AAH #23)

Currently reads:

Once during each of your turns, when you use an Action to play a card that requires Quidditch Power, you get 1 more Action that turn.

Should be:

Once during each of your turns, when you use an Action to play a card that needs Quidditch Power, you get 1 more Action that turn.

New Slytherin Seeker text update.

"description":"Do 5 damage to an opponent. If there is a Match is in play, you may have that opponent choose 1 of their Creatures in play and discard it.",

Need to remove extra "is" after Match. Should be—

"description":"Do 5 damage to an opponent. If there is a Match in play, you may have that opponent choose 1 of their Creatures in play and discard it.",

Flavour text update

DA No.10 - Gringotts

Flavour text currently reads: "flavorText":"'Enter stranger, but take heed of what awaits the sing of greed, ...' — Gringotts engraving",

Should be: "flavorText":"'Enter stranger, but take heed of what awaits the sin of greed, ...' — Gringotts engraving",

sing should be sin

Flavour text update

CoS No.20 - Fawkes.

Flavour text currently reads: "flavorText":"'Fawkes,' said Harry, isn't an ordinary bird.'",

Should be: "flavorText":"'Fawkes,' said Harry, 'isn't an ordinary bird.'",

Missing ' before isn't

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.