viewing paste Unknown #52877 | C++

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
constants.conf
    SI_ADSHOT:                                   2000
 
sc_config.conf
    SC_ADSHOT: {
        Flags: {
            NoSave: true
            Buff: true
            NoDispelReset: true
        }
        Icon: "SI_ADSHOT"
    }
        
effectid.lub
        EF_DF_ADSHOT = 2000
        
efstids.lub
    EFST_ADSHOT = 2000,
    
stateiconimginfo.lub
            [EFST_IDs.EFST_ADSHOT] = "FULL_THROTTLE.tga",
            
stateiconinfo.lub
    StateIconList[EFST_IDs.EFST_ADSHOT] = {
        haveTimeLimit = 1,
        posTimeLimitStr = 4,
        descript = {
            { "Adrenaline Shot", COLOR_TITLE_BUFF },
            { "Increases movement speed" },
            { "Increases All Stats" },
            { "%s", COLOR_TIME } }
    }
Viewed 644 times, submitted by Guest.