You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
680 B

  1. {
  2. "id": 0,
  3. "cardname": "Gloom Chaser",
  4. "manacost": 2,
  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. "Opening Gambit (whenever a unit is summoned",
  17. "onto the battlefield, trigger the following",
  18. "effect): Summon a Wraithling directly behind",
  19. "this unit."
  20. ],
  21. "cardTextures": [
  22. "assets/game/extra/cards/neutral_unit_h.png"
  23. ],
  24. "attack": 3,
  25. "health": 1
  26. },
  27. "isCreature": true,
  28. "unitConfig": "conf/gameconfs/units/gloom_chaser.json"
  29. }