Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

1_a1_c_u_shadowdancer.json 592 B

123456789101112131415161718192021222324252627
  1. {
  2. "id": 2,
  3. "cardname": "Shadowdancer",
  4. "manacost": 5,
  5. "miniCard": {
  6. "cardTextures": [
  7. "assets/game/extra/cards/card_background.png",
  8. "assets/game/extra/cards/card_background_highlight.png"
  9. ],
  10. "animationFrames": [],
  11. "fps": 10,
  12. "index": 0
  13. },
  14. "bigCard": {
  15. "rulesTextRows": [
  16. "Deathwatch: Deal 1 damage to the enemy",
  17. "avatar and heal yourself for 1"
  18. ],
  19. "cardTextures": [
  20. "assets/game/extra/cards/neutral_unit_h.png"
  21. ],
  22. "attack": 5,
  23. "health": 4
  24. },
  25. "isCreature": true,
  26. "unitConfig": "conf/gameconfs/units/shadowdancer.json"
  27. }