Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Skyward",
"name": "Voyager",
"type": "CLASS",
"heroClass": "AZURE",
"rarity": "FREE",
"collectible": true,
"collectible": false,
"set": "CUSTOM",
"fileFormatVersion": 1,
"art": {
Expand Down Expand Up @@ -43,11 +43,5 @@
"named": "Blue Sparrow Skyward Champion"
}
},
"hero": "hero_ascella_aeon",
"tooltips": [
{
"keywords": ["decay"],
"text": "<b>Decay</b>: At the end of your turns, lose 1 Health."
}
]
"hero": "hero_ascella_aeon"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"baseManaCost": 3,
"type": "MINION",
"heroClass": "AZURE",
"baseAttack": 2,
"baseHp": 4,
"baseAttack": 3,
"baseHp": 3,
"rarity": "COMMON",
"race": "BEAST",
"description": "Opener: If you have 6 or more cards in hand, gain +2/+2.",
Expand All @@ -25,10 +25,7 @@
"attributes": {
"BATTLECRY": true
},
"collectible": true,
"fileFormatVersion": 1,
"sets": [
"CUSTOM",
"CLASSIC"
]
"collectible": true,
"set": "CUSTOM",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"DIVINE_SHIELD": true
},
"collectible": true,
"fileFormatVersion": 1,
"sets": [
"CUSTOM",
"CLASSIC"
]
"set": "CUSTOM",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
}
},
"collectible": true,
"set": "VERDANT_DREAMS",
"set": "CUSTOM",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "Fluttering Songbird",
"name": "Songbird",
"baseManaCost": 2,
"type": "MINION",
"heroClass": "AZURE",
"baseAttack": 2,
"baseHp": 3,
"rarity": "FREE",
"rarity": "COMMON",
"race": "BEAST",
"description": "Whenever you cast a spell, gain +1 Health.",
"trigger": {
Expand All @@ -21,9 +21,6 @@
},
"attributes": {},
"collectible": true,
"fileFormatVersion": 1,
"sets": [
"CUSTOM",
"CLASSIC"
]
"set": "CUSTOM",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Windswept Whelp",
"name": "Windswept Elemental",
"baseManaCost": 2,
"type": "MINION",
"heroClass": "AZURE",
"baseAttack": 2,
"baseHp": 2,
"rarity": "COMMON",
"race": "ELEMENTAL",
"description": "Opener: Receive a Soar spell that draws.",
"race": "DRAGON",
"description": "Opener: Recieve a Soar spell.",
"battlecry": {
"targetSelection": "NONE",
"spell": {
Expand All @@ -20,6 +20,6 @@
"BATTLECRY": true
},
"collectible": true,
"set": "SOURCESTORM",
"set": "COMMON",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Wind's Grace",
"name": "Barrel Roll",
"baseManaCost": 3,
"type": "SPELL",
"heroClass": "AZURE",
Expand All @@ -21,8 +21,5 @@
},
"collectible": true,
"fileFormatVersion": 1,
"sets": [
"CUSTOM",
"BASIC"
]
"set": "CUSTOM"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Gale",
"baseManaCost": 2,
"type": "SPELL",
"heroClass": "AZURE",
"rarity": "COMMON",
"description": "Deal $1 damage. Draw.",
"targetSelection": "ANY",
"spell": {
"class": "MetaSpell",
"spells": [
{
"class": "DamageSpell",
"value": 1
},
{
"class": "DrawCardSpell",
"value": 1
}
]
},
"collectible": true,
"fileFormatVersion": 1,
"set": "CUSTOM"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "Inspiration",
"baseManaCost": 3,
"type": "SPELL",
"heroClass": "AZURE",
"rarity": "COMMON",
"description": "Draw. It costs (6) less this turn.",
"targetSelection": "NONE",
"spell": {
"class": "MetaSpell",
"spells": [
{
"class": "DrawCardSpell",
"value": 1,
"spell": {
"class": "CardCostModifierSpell",
"target": "OUTPUT",
"cardCostModifier": {
"class": "OneTurnCostModifier",
"target": "SELF",
"value": 6,
"operation": "SUBTRACT"
}
}
}
]
},
"collectible": true,
"fileFormatVersion": 1,
"set": "CUSTOM"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"baseManaCost": 2,
"type": "SPELL",
"heroClass": "AZURE",
"rarity": "FREE",
"rarity": "COMMON",
"description": "Deal $3 damage to an enemy.",
"targetSelection": "ENEMY_CHARACTERS",
"targetSelection": "ANY",
"spell": {
"class": "MetaSpell",
"spells": [
Expand All @@ -16,9 +16,6 @@
]
},
"collectible": true,
"fileFormatVersion": 1,
"sets": [
"CUSTOM",
"BASIC"
]
"set": "CUSTOM",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Drop From the Sky",
"name": "Take Flight",
"baseManaCost": 1,
"type": "SPELL",
"heroClass": "AZURE",
Expand Down Expand Up @@ -29,9 +29,6 @@
"DISCOVER": true
},
"collectible": true,
"fileFormatVersion": 1,
"sets": [
"CUSTOM",
"CLASSIC"
]
"set": "CUSTOM",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
}
},
"collectible": true,
"set": "VERDANT_DREAMS",
"set": "CUSTOM",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
},
"attributes": {},
"collectible": true,
"fileFormatVersion": 1,
"sets": [
"CUSTOM",
"CLASSIC"
]
"set": "CUSTOM",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"heroClass": "AZURE",
"baseAttack": 4,
"baseHp": 4,
"rarity": "COMMON",
"rarity": "EPIC",
"description": "Opener: Discard a spell to draw two spells.",
"battlecry": {
"condition": {
Expand Down Expand Up @@ -49,9 +49,6 @@
"BATTLECRY": true
},
"collectible": true,
"fileFormatVersion": 1,
"sets": [
"CUSTOM",
"CLASSIC"
]
"set": "CUSTOM",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Thunderclap Phoenix",
"baseManaCost": 8,
"baseManaCost": 7,
"type": "MINION",
"heroClass": "AZURE",
"baseAttack": 3,
"baseHp": 3,
"baseHp": 1,
"rarity": "EPIC",
"race": "BEAST",
"description": "Costs (1) less for each spell cast while in hand. Opener: Receive a Lightning Strike.",
"description": "Costs (1) less for each spell you cast while in hand. Opener: Recieve a Firebolt.",
"passiveTrigger": {
"eventTrigger": {
"class": "SpellCastedTrigger",
Expand All @@ -29,10 +29,10 @@
"spell": {
"class": "ReceiveCardSpell",
"value": 1,
"card": "spell_lightning_strike"
"card": "token_firebolt"
}
},
"collectible": true,
"set": "SOURCESTORM",
"set": "CUSTOM",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Blurred Rains",
"baseManaCost": 0,
"baseManaCost": 1,
"type": "SPELL",
"heroClass": "AZURE",
"rarity": "EPIC",
Expand Down Expand Up @@ -41,10 +41,7 @@
}
]
},
"collectible": true,
"fileFormatVersion": 1,
"sets": [
"CUSTOM",
"CLASSIC"
]
"collectible": true,
"set": "CUSTOM",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
}
},
"collectible": true,
"set": "VERDANT_DREAMS",
"set": "CUSTOM",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Astella Aeon",
"name": "Alto & Aeon",
"heroPower": "hero_power_rise",
"baseManaCost": 0,
"type": "HERO",
Expand All @@ -16,9 +16,6 @@
}
},
"collectible": false,
"fileFormatVersion": 1,
"sets": [
"CUSTOM",
"BASIC"
]
"set": "CUSTOM",
"fileFormatVersion": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
}
},
"collectible": false,
"fileFormatVersion": 1,
"sets": [
"CUSTOM",
"BASIC"
]
"set": "CUSTOM",
"fileFormatVersion": 1
}
Loading