Tooltip
Last updated
{
title = "Card Info",
description = {
"Info descriptions can support arrays",
"- like so",
"- you get the idea"
},
values = {
{ key = "Key", value = "Value Pairs" },
{ key = "Name", value = "Case" }
},
actions = {
{
id = "test_action",
key = "E",
label = "Action on Keypress",
on_action = function(data) ... end
}
},
rarity = "common"
}--rarity_common: rgba(255, 255, 255, 0.8);
--rarity_uncommon: rgba(38, 189, 38, 0.8);
--rarity_rare: rgba(66, 135, 245, 0.8);
--rarity_epic: rgba(119, 45, 189, 0.8);
--rarity_legendary: rgba(219, 144, 57, 0.8);