viewing paste spro | Lua

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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
Index: efstids.lua
===================================================================
--- efstids.lua (revision 254)
+++ efstids.lua (working copy)
@@ -667,6 +667,7 @@
    EFST_ON_PUSH_CART = 673,
    EFST_HAT_EFFECT = 674,
    EFST_FLOWER_LEAF = 675,
+   EFST_SPRO = 676,
    __newindex = function()   error("unknown state") end
 }
 setmetatable(EFST_IDs, EFST_IDs)
Index: stateiconimginfo.lua
===================================================================
--- stateiconimginfo.lua    (revision 254)
+++ stateiconimginfo.lua    (working copy)
@@ -36,7 +36,8 @@
        [EFST_IDs.EFST_PHI_DEMON] = "PHIDEMON.TGA",
        [EFST_IDs.EFST_MEIKYOUSISUI] = "MEIKYOUSISUI.TGA",
        [EFST_IDs.EFST_IZAYOI] = "IZAYOI.TGA",
-       [EFST_IDs.EFST_KAGEMUSYA] = "KAGEMUSYA.TGA"
+       [EFST_IDs.EFST_KAGEMUSYA] = "KAGEMUSYA.TGA",
+       [EFST_IDs.EFST_SPRO] = "SPRO.TGA"
    },
 
 }
\ No newline at end of file
Index: stateiconinfo.lua
===================================================================
--- stateiconinfo.lua   (revision 254)
+++ stateiconinfo.lua   (working copy)
@@ -2294,4 +2294,9 @@
        {"Increases FLEE"},
        {"Increases perfect dodge"}
    }
}
+StateIconList[EFST_IDs.EFST_SPRO] = {
+   haveTimeLimit = 0, descript = {
+       {"Prevents item breakage for the next refine process."}
+   }
+}
\ No newline at end of file
Index: stateiconinfo_f.lua
===================================================================
--- stateiconinfo_f.lua (revision 254)
+++ stateiconinfo_f.lua (working copy)
@@ -464,7 +464,8 @@
    EFST_IDs.EFST_OVERLAPEXPUP,
    EFST_IDs.EFST_STEELBODY,
    EFST_IDs.EFST_GM_BATTLE,
-   EFST_IDs.EFST_GM_BATTLE2
+   EFST_IDs.EFST_GM_BATTLE2,
+   EFST_IDs.EFST_SPRO
 }
 
 --Function #7
Viewed 879 times, submitted by clydelion.