311 lines
8.4 KiB
JSON
311 lines
8.4 KiB
JSON
[
|
|
{
|
|
"id": "block_potion",
|
|
"name": "Block Potion",
|
|
"type": "potion",
|
|
"description": "Gain 5 Block.",
|
|
"effects": [{ "type": "block", "value": 5 }],
|
|
"usableOutsideCombat": false
|
|
},
|
|
{
|
|
"id": "energy_potion",
|
|
"name": "Energy Potion",
|
|
"type": "potion",
|
|
"description": "Gain 1 Energy.",
|
|
"effects": [{ "type": "energy", "value": 1 }],
|
|
"usableOutsideCombat": false
|
|
},
|
|
{
|
|
"id": "explosive_potion",
|
|
"name": "Explosive Potion",
|
|
"type": "potion",
|
|
"description": "Deal 4 damage to any row.",
|
|
"effects": [{ "type": "damage_all", "value": 4 }],
|
|
"usableOutsideCombat": false
|
|
},
|
|
{
|
|
"id": "swift_potion",
|
|
"name": "Swift Potion",
|
|
"type": "potion",
|
|
"description": "Draw 3 cards.",
|
|
"effects": [{ "type": "draw", "value": 3 }],
|
|
"usableOutsideCombat": false
|
|
},
|
|
{
|
|
"id": "fear_potion",
|
|
"name": "Fear Potion",
|
|
"type": "potion",
|
|
"description": "Apply 1 Vulnerable.",
|
|
"effects": [{ "type": "vulnerable", "value": 1 }],
|
|
"usableOutsideCombat": false
|
|
},
|
|
{
|
|
"id": "dexterity_potion",
|
|
"name": "Dexterity Potion",
|
|
"type": "potion",
|
|
"description": "Gain 1 Dexterity at end of turn.",
|
|
"effects": [
|
|
{ "type": "special", "description": "Gain 1 Dexterity at end of turn." }
|
|
],
|
|
"usableOutsideCombat": false,
|
|
"comment": "Dexterity not a standard token in board game; icon hard to read"
|
|
},
|
|
{
|
|
"id": "ancient_potion",
|
|
"name": "Ancient Potion",
|
|
"type": "potion",
|
|
"description": "Gain 1 Artifact.",
|
|
"effects": [{ "type": "special", "description": "Gain 1 Artifact." }],
|
|
"usableOutsideCombat": false
|
|
},
|
|
{
|
|
"id": "entropic_brew",
|
|
"name": "Entropic Brew",
|
|
"type": "potion",
|
|
"description": "Change the die to any number (before accepting the roll).",
|
|
"effects": [
|
|
{
|
|
"type": "special",
|
|
"description": "Change the die to any number (before accepting the roll)."
|
|
}
|
|
],
|
|
"usableOutsideCombat": true
|
|
},
|
|
{
|
|
"id": "blood_potion",
|
|
"name": "Blood Potion",
|
|
"type": "potion",
|
|
"description": "Heal 2 HP.",
|
|
"effects": [{ "type": "heal", "value": 2 }],
|
|
"usableOutsideCombat": true
|
|
},
|
|
{
|
|
"id": "elixir",
|
|
"name": "Elixir",
|
|
"type": "potion",
|
|
"description": "You can't lose more than 1 HP this turn.",
|
|
"effects": [
|
|
{
|
|
"type": "special",
|
|
"description": "You can't lose more than 1 HP this turn."
|
|
}
|
|
],
|
|
"usableOutsideCombat": false
|
|
},
|
|
{
|
|
"id": "fruit_juice",
|
|
"name": "Fruit Juice",
|
|
"type": "potion",
|
|
"description": "Play the top 3 cards of your deck without paying Energy costs.",
|
|
"effects": [
|
|
{
|
|
"type": "special",
|
|
"description": "Play the top 3 cards of your deck without paying Energy costs."
|
|
}
|
|
],
|
|
"usableOutsideCombat": false,
|
|
"comment": "Text partially obscured; best reading from image"
|
|
},
|
|
{
|
|
"id": "cultist_brew",
|
|
"name": "Cultist Brew",
|
|
"type": "potion",
|
|
"description": "When you play this turn is played twice.",
|
|
"effects": [
|
|
{
|
|
"type": "special",
|
|
"description": "The next Attack you play this turn is played twice."
|
|
}
|
|
],
|
|
"usableOutsideCombat": false,
|
|
"comment": "Text hard to read; appears to double next Attack"
|
|
},
|
|
{
|
|
"id": "fairy_in_a_bottle",
|
|
"name": "Fairy in a Bottle",
|
|
"type": "potion",
|
|
"description": "When your HP is reduced to 0, instead heal to 1 HP. Discard this item.",
|
|
"effects": [
|
|
{
|
|
"type": "special",
|
|
"description": "When your HP is reduced to 0, heal to 1 HP and discard this potion."
|
|
}
|
|
],
|
|
"usableOutsideCombat": true
|
|
},
|
|
{
|
|
"id": "skill_potion",
|
|
"name": "Skill Potion",
|
|
"type": "potion",
|
|
"description": "The next Skill you play this turn is played twice.",
|
|
"effects": [
|
|
{
|
|
"type": "special",
|
|
"description": "The next Skill you play this turn is played twice."
|
|
}
|
|
],
|
|
"usableOutsideCombat": false
|
|
},
|
|
{
|
|
"id": "attack_potion",
|
|
"name": "Attack Potion",
|
|
"type": "potion",
|
|
"description": "The next Attack you play this turn is played twice.",
|
|
"effects": [
|
|
{
|
|
"type": "special",
|
|
"description": "The next Attack you play this turn is played twice."
|
|
}
|
|
],
|
|
"usableOutsideCombat": false
|
|
},
|
|
{
|
|
"id": "poison_potion",
|
|
"name": "Poison Potion",
|
|
"type": "potion",
|
|
"description": "Apply 3 Poison.",
|
|
"effects": [{ "type": "poison", "value": 3 }],
|
|
"usableOutsideCombat": false
|
|
},
|
|
{
|
|
"id": "gamblers_brew",
|
|
"name": "Gambler's Brew",
|
|
"type": "potion",
|
|
"description": "Gain 1 Energy. Lose 1 at end of turn.",
|
|
"effects": [
|
|
{
|
|
"type": "special",
|
|
"description": "Gain 1 Energy. Lose 1 Energy at end of turn."
|
|
}
|
|
],
|
|
"usableOutsideCombat": true,
|
|
"comment": "Text partially obscured"
|
|
},
|
|
{
|
|
"id": "power_potion",
|
|
"name": "Power Potion",
|
|
"type": "potion",
|
|
"description": "Draw a card from your discard pile. It costs 0 Energy this turn.",
|
|
"effects": [
|
|
{
|
|
"type": "special",
|
|
"description": "Draw a card from your discard pile. It costs 0 Energy this turn."
|
|
}
|
|
],
|
|
"usableOutsideCombat": false,
|
|
"comment": "Text hard to read"
|
|
},
|
|
{
|
|
"id": "regen_potion",
|
|
"name": "Regen Potion",
|
|
"type": "potion",
|
|
"description": "Recover a card on your discard pile to your hand. It costs 0 Energy this turn.",
|
|
"effects": [
|
|
{
|
|
"type": "special",
|
|
"description": "Recover a card from your discard pile to your hand. It costs 0 Energy this turn."
|
|
}
|
|
],
|
|
"usableOutsideCombat": false,
|
|
"comment": "Text partially obscured"
|
|
},
|
|
{
|
|
"id": "heart_of_iron",
|
|
"name": "Heart of Iron",
|
|
"type": "potion",
|
|
"description": "Gain 5 Block.",
|
|
"effects": [{ "type": "block", "value": 5 }],
|
|
"usableOutsideCombat": false,
|
|
"comment": "May have additional text not visible"
|
|
},
|
|
{
|
|
"id": "liquid_memory",
|
|
"name": "Liquid Memory",
|
|
"type": "potion",
|
|
"description": "Draw 3 cards. In 3 cards in your hand.",
|
|
"effects": [{ "type": "draw", "value": 3 }],
|
|
"usableOutsideCombat": false,
|
|
"comment": "Text partially obscured"
|
|
},
|
|
{
|
|
"id": "fire_potion",
|
|
"name": "Fire Potion",
|
|
"type": "potion",
|
|
"description": "Deal 4 damage.",
|
|
"effects": [{ "type": "hit", "value": 4 }],
|
|
"usableOutsideCombat": false
|
|
},
|
|
{
|
|
"id": "weak_potion",
|
|
"name": "Weak Potion",
|
|
"type": "potion",
|
|
"description": "Apply 1 Weak.",
|
|
"effects": [{ "type": "weak", "value": 1 }],
|
|
"usableOutsideCombat": false
|
|
},
|
|
{
|
|
"id": "strength_potion",
|
|
"name": "Strength Potion",
|
|
"type": "potion",
|
|
"description": "Gain 1 Strength.",
|
|
"effects": [{ "type": "strength", "value": 1 }],
|
|
"usableOutsideCombat": false
|
|
},
|
|
{
|
|
"id": "ghost_in_a_jar",
|
|
"name": "Ghost in a Jar",
|
|
"type": "potion",
|
|
"description": "Gain 5 Block. Gain 1 Energy.",
|
|
"effects": [
|
|
{ "type": "block", "value": 5 },
|
|
{ "type": "energy", "value": 1 }
|
|
],
|
|
"usableOutsideCombat": false,
|
|
"comment": "Text partially obscured"
|
|
},
|
|
{
|
|
"id": "snecko_oil",
|
|
"name": "Snecko Oil",
|
|
"type": "potion",
|
|
"description": "Draw 3 cards.",
|
|
"effects": [{ "type": "draw", "value": 3 }],
|
|
"usableOutsideCombat": false,
|
|
"comment": "May have additional randomization effect"
|
|
},
|
|
{
|
|
"id": "distilled_chaos",
|
|
"name": "Distilled Chaos",
|
|
"type": "potion",
|
|
"description": "Gain 1 Strength. Deal 2 damage to any row.",
|
|
"effects": [
|
|
{ "type": "strength", "value": 1 },
|
|
{ "type": "damage_all", "value": 2 }
|
|
],
|
|
"usableOutsideCombat": false,
|
|
"comment": "Text hard to read from image"
|
|
},
|
|
{
|
|
"id": "bottled_miracle",
|
|
"name": "Bottled Miracle",
|
|
"type": "potion",
|
|
"description": "Gain 2 Miracles.",
|
|
"effects": [{ "type": "special", "description": "Gain 2 Miracle tokens." }],
|
|
"usableOutsideCombat": false
|
|
},
|
|
{
|
|
"id": "stance_potion",
|
|
"name": "Stance Potion",
|
|
"type": "potion",
|
|
"description": "Enter Calm.",
|
|
"effects": [{ "type": "special", "description": "Enter Calm." }],
|
|
"usableOutsideCombat": false
|
|
},
|
|
{
|
|
"id": "cunning_potion",
|
|
"name": "Cunning Potion",
|
|
"type": "potion",
|
|
"description": "Gain 3 Shivs.",
|
|
"effects": [{ "type": "special", "description": "Gain 3 Shiv tokens." }],
|
|
"usableOutsideCombat": false
|
|
}
|
|
]
|