viewing paste Unknown #19460 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
StateIconList[EFST_IDs.EFST_ARMOR_ELEMENT] = {
    haveTimeLimit = 1, posTimeLimitStr = 2, descript = {
        {"Enchant Armor", COLOR_TITLE_BUFF},
        {"%s", COLOR_TIME},
        {"Temporarily enchants property to the user's armor."}
    }   
}
 
StateIconList[EFST_IDs.EFST_I_RESIST_COLD] = {
haveTimeLimit = 1, posTimeLimitStr = 2, descript = {
    {"Enchant Resistance", COLOR_TITLE_BUFF},
    {"%s", COLOR_TIME},
    {"Temporarily enchants cold property to the user's armor,"},
    {" increase damage taken from wind property attacks."}
}
}
StateIconList[EFST_IDs.EFST_I_RESIST_EARTH] = {
haveTimeLimit = 1, posTimeLimitStr = 2, descript = {
{"Enchant Resistance", COLOR_TITLE_BUFF},
{"%s", COLOR_TIME},
{"Temporarily enchants earth property to the user's armor."},
{" increase damage taken from fire property attacks."}
}
}
StateIconList[EFST_IDs.EFST_I_RESIST_FIRE] = {
haveTimeLimit = 1, posTimeLimitStr = 2, descript = {
{"Enchant Resistance", COLOR_TITLE_BUFF},
{"%s", COLOR_TIME},
{"Temporarily enchants fire property to the user's armor."},
{" increase damage taken from water property attacks."}
}
}
StateIconList[EFST_IDs.EFST_I_RESIST_THUNDER] = {
haveTimeLimit = 1, posTimeLimitStr = 2, descript = {
{"Enchant Resistance", COLOR_TITLE_BUFF},
{"%s", COLOR_TIME},
{"Temporarily enchants thunder property to the user's armor."},
{" increase damage taken from earth property attacks."}
Viewed 609 times, submitted by Guest.