mtg-db 0.8.0 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/cards.json +15 -5
- data/lib/mtg-db.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88c905a2666212888306200fde6180dc35d96e79
|
4
|
+
data.tar.gz: 3616cf4e88574288bf5a3ae36520e7924f6269ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 256c28807e2be6dbe01f68b1d6b2c2e81d984ee1d8f04e5c649fe767b89f21325e95e51a225fd3a050cf40cd79ef0b32b21531c43ab520ad3551dbb47e007170
|
7
|
+
data.tar.gz: 2c9f41c933dc9032bd54e669b9804b146e66f0dc5b66a7a2d57bc9af468616f4bc7a097f1d84ea4b234828889b191689a86adafa324096d20b071e7a6483b991
|
data/data/cards.json
CHANGED
@@ -727090,7 +727090,9 @@
|
|
727090
727090
|
"mana_cost": null,
|
727091
727091
|
"converted_mana_cost": 0,
|
727092
727092
|
"oracle_text": [
|
727093
|
-
"+2: Up to one target creature an opponent controls attacks Gideon, Battle-Forged during its controller's next turn if able
|
727093
|
+
"+2: Up to one target creature an opponent controls attacks Gideon, Battle-Forged during its controller's next turn if able.",
|
727094
|
+
"+1: Until your next turn, target creature gains indestructible. Untap that creature.",
|
727095
|
+
"0: Until end of turn, Gideon, Battle-Forged becomes a 4/4 Human Soldier creature with indestructible that's still a planeswalker. Prevent all damage that would be dealt to him this turn."
|
727094
727096
|
],
|
727095
727097
|
"flavor_text": null,
|
727096
727098
|
"power": null,
|
@@ -728061,7 +728063,9 @@
|
|
728061
728063
|
"mana_cost": null,
|
728062
728064
|
"converted_mana_cost": 0,
|
728063
728065
|
"oracle_text": [
|
728064
|
-
"+1: Up to one target creature gets -2/-0 until your next turn
|
728066
|
+
"+1: Up to one target creature gets -2/-0 until your next turn.",
|
728067
|
+
"-3: You may cast target instant or sorcery card from your graveyard this turn. If that card would be put into a graveyard this turn, exile it instead.",
|
728068
|
+
"-9: You get an emblem with \"Whenever you cast a spell, target opponent puts the top five cards of his or her library into his or her graveyard.\""
|
728065
728069
|
],
|
728066
728070
|
"flavor_text": null,
|
728067
728071
|
"power": null,
|
@@ -729277,7 +729281,9 @@
|
|
729277
729281
|
"mana_cost": null,
|
729278
729282
|
"converted_mana_cost": 0,
|
729279
729283
|
"oracle_text": [
|
729280
|
-
"+2: Each player discards a card
|
729284
|
+
"+2: Each player discards a card.",
|
729285
|
+
"-X: Return target nonlegendary creature card with converted mana cost X from your graveyard to the battlefield.",
|
729286
|
+
"-8: You get an emblem with \"Whenever a creature dies, return it to the battlefield under your control at the beginning of the next end step.\""
|
729281
729287
|
],
|
729282
729288
|
"flavor_text": null,
|
729283
729289
|
"power": null,
|
@@ -730050,7 +730056,9 @@
|
|
730050
730056
|
"mana_cost": null,
|
730051
730057
|
"converted_mana_cost": 0,
|
730052
730058
|
"oracle_text": [
|
730053
|
-
"+1: Chandra, Roaring Flame deals 2 damage to target player
|
730059
|
+
"+1: Chandra, Roaring Flame deals 2 damage to target player.",
|
730060
|
+
"-2: Chandra, Roaring Flame deals 2 damage to target creature.",
|
730061
|
+
"-7: Chandra, Roaring Flame deals 6 damage to each opponent. Each player dealt damage this way gets an emblem with \"At the beginning of your upkeep, this emblem deals 3 damage to you.\""
|
730054
730062
|
],
|
730055
730063
|
"flavor_text": null,
|
730056
730064
|
"power": null,
|
@@ -731459,7 +731467,9 @@
|
|
731459
731467
|
"mana_cost": null,
|
731460
731468
|
"converted_mana_cost": 0,
|
731461
731469
|
"oracle_text": [
|
731462
|
-
"+1: Reveal the top card of your library. If it's a land card, put it onto the battlefield. Otherwise, put it into your hand
|
731470
|
+
"+1: Reveal the top card of your library. If it's a land card, put it onto the battlefield. Otherwise, put it into your hand.",
|
731471
|
+
"-2: Put a legendary 4/4 green Elemental creature token named Ashaya, the Awoken World onto the battlefield.",
|
731472
|
+
"-7: Untap up to six target lands. They become 6/6 Elemental creatures. They're still lands."
|
731463
731473
|
],
|
731464
731474
|
"flavor_text": null,
|
731465
731475
|
"power": null,
|
data/lib/mtg-db.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mtg-db
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabe Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-09-
|
11
|
+
date: 2015-09-23 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: 'An up-to-date database of Magic: The Gathering cards and sets in JSON
|
14
14
|
format.'
|
@@ -41,7 +41,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
41
41
|
version: '0'
|
42
42
|
requirements: []
|
43
43
|
rubyforge_project:
|
44
|
-
rubygems_version: 2.
|
44
|
+
rubygems_version: 2.4.1
|
45
45
|
signing_key:
|
46
46
|
specification_version: 4
|
47
47
|
summary: 'A JSON database of Magic: The Gathering cards and sets.'
|