Slay the Spire Wiki
Advertisement

Documentation for this module may be created at Module:Intents/data/doc

return {
	["Intents"] = {

        {Name = "attack",
        Image = "attack-common.png",
        TextColor = "color:salmon;",
        Code = "#attack",
        },
        {Name = "attack-defend",
        Image = "attack-defend-common.png",
        TextColor = "background:linear-gradient(45deg,salmon, skyblue); -webkit-background-clip:text !important; -webkit-text-fill-color:transparent;",
        Code = "#attack-defend",
        },
        {Name = "attack-debuff",
        Image = "attack-debuff-common.png",
        TextColor = "background:linear-gradient(45deg,salmon, yellowgreen); -webkit-background-clip:text !important; -webkit-text-fill-color:transparent;",
        Code = "#attack-debuff",
        },
        {Name = "attack-buff",
        Image = "attack-buff-common.png",
        TextColor = "background:linear-gradient(45deg,salmon, Aquamarine); -webkit-background-clip:text !important; -webkit-text-fill-color:transparent;",
        Code = "#attack-buff",
        },
        {Name = "defend",
        Image = "Defend.png",
        TextColor = "color:skyblue;",
        Code = "#defend",
        },
        {Name = "defend-buff",
        Image = "Intent_-_Buff_-_Defend.png",
        TextColor = "background:linear-gradient(45deg,skyblue, orange); -webkit-background-clip:text !important; -webkit-text-fill-color:transparent;",
        Code = "#defend-buff",
        },
        {Name = "defend-debuff",
        Image = "defense-debuff-common.png",
        TextColor = "background:linear-gradient(45deg,skyblue, yellowGreen); -webkit-background-clip:text !important; -webkit-text-fill-color:transparent;",
        Code = "#defend-debuff",
        },
        {Name = "debuff",
        Image = "Debuff1.png",
        TextColor = "color:yellowGreen;",
        Code = "#debuff",
        },
        {Name = "debuff-large",
        Image = "Debuff2.png",
        TextColor = "color:plum;",
        Code = "#debuff-large",
        },
        {Name = "buff",
        Image = "Intent - Buff.png",
        TextColor = "color:Aquamarine;",
        Code = "#buff",
        },
        {Name = "escape",
        Image = "Escape.png",
        TextColor = "color:IndianRed;",
        Code = "#escape",
        },
        {Name = "asleep",
        Image = "intent-asleep.png",
        TextColor = "color:LemonChiffon;",
        Code = "#asleep",
        },
        {Name = "stunned",
        Image = "intent-stunned.png",
        TextColor = "color:gold;",
        Code = "#stunned",
        },
        {Name = "unknown",
        Image = "Intent - Unknown.png",
        TextColor = "color:Khaki;",
        Code = "#unknown",
        },
    },
}
Advertisement