Mate's Rates
Physique +2pts • 2 rounds
"Not all treasure is silver and gold, mate."
defineCardTemplate({
id = "mates-rates",
name = "Mate's Rates",
flavourText = "\"Not all treasure is silver and gold, mate.\"",
cost = 1,
layout = CARDLAYOUT_CHARTERED,
rarity = CARDRARITY_COMMON,
imagePath = "4fed2d67-fc51-45e8-825b-fe7565e8a65d",
imageSize = "626,457",
imagePoint = "0,0",
target = CARDTARGET_PARTY,
actions = {
{
baseAction = "strength-boost",
variables = {
amount = {
value = 2,
type = CARDAMOUNTTYPE_POINT
},
duration = {
value = 2
}
}
}
}
});
defineBattleAction({
id = "strength-boost",
type = "modifier",
target = CARDTARGET_CARD_TARGET,
text = "%icon% Physique %amountduration%",
variables = {
attribute = {
value = "physique"
},
amount = {
value = 3,
type = CARDAMOUNTTYPE_POINT
},
duration = {
value = 3
}
},
condition = ""
});