-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcsvjsontrap.json
106 lines (106 loc) · 3.44 KB
/
csvjsontrap.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
[
{
"name": "TrapHole",
"cardType": "Trap",
"icon": "Normal",
"description": "When your opponent Normal or Flip Summons 1 monster with 1000 or more ATK: Target that monster; destroy that target.",
"status": "Unlimited",
"price": 2000
},
{
"name": "MirrorForce",
"cardType": "Trap",
"icon": "Normal",
"description": "When an opponent's monster declares an attack: Destroy all your opponent's Attack Position monsters.",
"status": "Unlimited",
"price": 2000
},
{
"name": "MagicCylinder",
"cardType": "Trap",
"icon": "Normal",
"description": "When an opponent's monster declares an attack: Target the attacking monster; negate the attack, and if you do, inflict damage to your opponent equal to its ATK.",
"status": "Unlimited",
"price": 2000
},
{
"name": "MindCrush",
"cardType": "Trap",
"icon": "Normal",
"description": "Declare 1 card name; if that card is in your opponent's hand, they must discard all copies of it, otherwise you discard 1 random card.",
"status": "Unlimited",
"price": 2000
},
{
"name": "TorrentialTribute",
"cardType": "Trap",
"icon": "Normal",
"description": "When a monster(s) is Summoned: Destroy all monsters on the field.",
"status": "Unlimited",
"price": 2000
},
{
"name": "TimeSeal",
"cardType": "Trap",
"icon": "Normal",
"description": "Skip the Draw Phase of your opponent's next turn.",
"status": "Limited",
"price": 2000
},
{
"name": "NegateAttack",
"cardType": "Trap",
"icon": "Counter",
"description": "When an opponent's monster declares an attack: Target the attacking monster; negate the attack, then end the Battle Phase.",
"status": "Unlimited",
"price": 3000
},
{
"name": "SolemnWarning",
"cardType": "Trap",
"icon": "Counter",
"description": "When a monster(s) would be Summoned, OR when a Spell/Trap Card, or monster effect, is activated that includes an effect that Special Summons a monster(s): Pay 2000 LP; negate the Summon or activation, and if you do, destroy it.",
"status": "Unlimited",
"price": 3000
},
{
"name": "MagicJammer",
"cardType": "Trap",
"icon": "Counter",
"description": "When a Spell Card is activated: Discard 1 card; negate the activation, and if you do, destroy it.",
"status": "Unlimited",
"price": 3000
},
{
"name": "CallOfTheHunted",
"cardType": "Trap",
"icon": "Continuous",
"description": "Activate this card by targeting 1 monster in your GY; Special Summon that target in Attack Position. When this card leaves the field, destroy that monster. When that monster is destroyed, destroy this card.",
"status": "Unlimited",
"price": 3500
},
{
"name": "VanitysEmptiness",
"cardType": "Trap",
"icon": "Continuous",
"description": "Neither player can Special Summon monsters. If a card is sent from the Deck or the field to your Graveyard: Destroy this card.",
"status": "Limited",
"price": 3500
},
{
"name": "WallOfRevealingLight",
"cardType": "Trap",
"icon": "Continuous",
"description": "Activate by paying any multiple of 1000 Life Points. Monsters your opponent controls cannot attack if their ATK is less than or equal to the amount you paid.",
"status": "Limited",
"price": 3500
},
{
"name": "no",
"cardType": "no",
"icon": "no",
"description": "no",
"status": "no",
"price": 9
}
]