StateIconList[EFST_IDs.EFST_SOULLINK] = {
haveTimeLimit = 1,
posTimeLimitStr = 2,
descript = {
{ "Soul Grant Status", COLOR_TITLE_BUFF },
{ "%s", COLOR_TIME },
{ "Soul Linker Granted" },
{ "Soul received" }
}
}
StateIconList[EFST_IDs.EFST_WEAPONBLOCK_ON] = {
haveTimeLimit = 1,
posTimeLimitStr = 2,
descript = {
{ "Counter status", COLOR_TITLE_BUFF },
{ "%s", COLOR_TIME },
{ "Counter slash" },
{ "Available" }
}
}
StateIconList[EFST_IDs.EFST_SACRIFICE] = {
haveTimeLimit = 1,
posTimeLimitStr = 2,
descript = {
{ "Sacrifice", COLOR_TITLE_BUFF },
{ "%s", COLOR_TIME },
{ "Normal Melee Physical Attack" },
{ "Damage Increase" },
{ "HP cost per attack" }
}
}