Rum Deal
Poison 100% chance • 2 rounds
"But why is the rum gone?"
defineCardTemplate({
id = "rum-deal",
name = "Rum Deal",
flavourText = "\"But why is the rum gone?\"",
cost = 3,
layout = CARDLAYOUT_CHARTERED,
rarity = CARDRARITY_UNCOMMON,
imagePath = "bf274b2d-1fa5-4b28-adbf-0314ff7580d3",
imageSize = "626,457",
imagePoint = "0,0",
target = CARDTARGET_ENEMY,
actions = {
{
baseAction = "poison",
variables = {
duration = {
value = 2
},
chance = {
value = 1
}
}
}
}
});
defineBattleAction({
id = "poison",
type = "condition",
target = CARDTARGET_CARD_TARGET,
text = "%icon% Poison %conditions%",
variables = {
duration = {
value = 3
},
chance = {
value = 0.9
},
icon = {
value = "poison"
}
},
condition = "poison"
});