class WeaponShops {  
    //shop Resistant
  
    class rebel_3 {
        name = "Mohammed's Jihadi Shop";
        side = "civ";
        conditions = "license_civ_resistant";
        items[] = {
            { "sgun_HunterShotgun_01_F", "", 552500, -1, "" }, // Pompe dcl contact                            NOUVEAU
            { "sgun_HunterShotgun_01_sawedoff_F", "", 535500, -1, "" } // Pompe scie dcl contact  
        };
          mags[] = {
            { "2Rnd_12Gauge_Pellets", "", 2500, -1, "" }, // Pompe dcl contact  
            { "2Rnd_12Gauge_Slug", "", 2500, -1, "" } // Pompe scie dcl contact                            NOUVEAU
        };
        accs[] = {};
    };
    //Basic Shops
    class genstore {
        name = "Altis General Store";
        side = "civ";
        conditions = "";
        items[] = {
            { "", "<--[MAGASIN GÉNÉRAL]-->", 0, -1, "" }, //                                        NOUVEAU        [INTERCALAIRE]          
            { "FirstAidKit", "", 150, -1, "" },
            { "Binocular", "", 150, -1, "" },
            { "ItemGPS", "", 100, -1, "" },
            { "ItemMap", "", 50, -1, "" },
            { "ItemCompass", "", 50, -1, "" },
            { "ItemWatch", "", 50, -1, "" },
            { "NVGoggles", "", 2500, -1, "" },
            { "Chemlight_red", "", 300, -1, "" },
            { "Chemlight_yellow", "", 300, -1, "" },
            { "Chemlight_green", "", 300, -1, "" },
            { "Chemlight_blue", "", 300, -1, "" }
        };
        mags[] = {};
        accs[] = {};
    };
    class f_station_store {
        name = "Altis Fuel Station Store";
        side = "";
        conditions = "";
        items[] = {
            { "", "<--[MAGASIN GÉNÉRAL]-->", 0, -1, "" }, //                                        NOUVEAU        [INTERCALAIRE]                      
            { "FirstAidKit", "", 150, -1, "" },
            { "Binocular", "", 750, -1, "" },
            { "ItemGPS", "", 500, -1, "" },
            { "ItemMap", "", 250, -1, "" },
            { "ItemCompass", "", 250, -1, "" },
            { "ItemWatch", "", 250, -1, "" },
            { "NVGoggles", "", 10000, -1, "" },
            { "Chemlight_red", "", 1500, -1, "" },
            { "Chemlight_yellow", "", 1500, -1, "" },
            { "Chemlight_green", "", 1500, -1, "" },
            { "Chemlight_blue", "", 1500, -1, "" }
        };
        mags[] = {};
        accs[] = {};
    };
    //shop gendarme
    class cop_basic {
        name = "Altis Cop Shop";
        side = "cop";
        conditions = "call life_coplevel >= 3";
                items[] = {
            { "sgun_HunterShotgun_01_F", "", 152500, -1, "" }, // Pompe dcl contact                            NOUVEAU
            { "sgun_HunterShotgun_01_sawedoff_F", "", 152500, -1, "" } // Pompe scie dcl contact  
        };
          mags[] = {
            { "2Rnd_12Gauge_Pellets", "", 2500, -1, "" }, // Pompe dcl contact  
            { "2Rnd_12Gauge_Slug", "", 2500, -1, "" } // Pompe scie dcl contact                            NOUVEAU
        };
        accs[] = {};
    };
    //Medic Shops
    class med_basic {
        name = "store";
        side = "med";
        conditions = "";
        items[] = {
            { "ItemGPS", "", 100, 50, "" },
            { "Binocular", "", 150, 75, "" },
            { "FirstAidKit", "", 150, 75, "" },
            { "NVGoggles", "", 1200, 600, "" },
            { "NVGogglesB_blk_F", "", 2000, 600, "" },
            { "hgun_Pistol_Signal_F", "", 1200, 600, "" },
            { "6Rnd_RedSignal_F", "", 50, "" },
            { "6Rnd_GreenSignal_F", "", 50, 600, "" },
            { "Rangefinder", "", 500, "" },
            { "SmokeShell", "", 50, "" },
            { "SmokeShellGreen", "", 50, "" },
            { "SmokeShellYellow", "", 50, "" },
            { "SmokeShellPurple", "", 50, "" },
            { "SmokeShellBlue", "", 50, "" },
            { "SmokeShellOrange", "", 50, "" },
            { "SmokeShellBlue", "", 50, "" },
            { "Chemlight_red", "", 50, "" },
            { "Chemlight_yellow", "", 50, "" },
            { "Chemlight_green", "", 50, "" },
            { "Chemlight_blue", "", 50, "" }
        };
        mags[] = {};
        accs[] = {};
    };
};