1
Mate's Rates
Common

Physique +2pts • 2 rounds

"Not all treasure is silver and gold, mate."

Composited Actions

strength-boost

amount

  • value: 2
  • type: CARDAMOUNTTYPE_POINT

attribute

  • value: physique

duration

  • value: 2

Lua

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
				}
			}
		}
	}
});

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /srv/app/dodoclients/htdocs/public/heists/models/cardModel.php on line 391
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 = ""
});

Player Character Sheet