Repositories (1)

MODS
5 snippets stored for this repo
litter[] = {{}};
};

class Fentanyl: SOCOMD_Morphine{
    displayName="Fentanyl 100mcg/2mL";
    displayNameProgress="Injecting Fentanyl";
    icon = "\z\socomd\addons\data\icon\VPN.paa";
LOADOUT_ITEM(ACE_tourniquet, 6)                //Tourniquet
            LOADOUT_ITEM(SOCOMD_Epinephrine, 10)        //Epinephrine Ampoule
            LOADOUT_ITEM(SOCOMD_naloxone, 2)                //Naloxone Ampoule
            LOADOUT_ITEM(SOCOMD_fentanyl, 8)                //Fentanyl Ampoule
            LOADOUT_ITEM(SOCOMD_ketamine, 8)                    //Ketamine Ampoule
            LOADOUT_ITEM(SOCOMD_Apap, 10)                //Paracetamol
            LOADOUT_ITEM(SOCOMD_Tetra, 0)                //Paracetamol
viscosityChange=20;
};

class Fentanyl {
    painReduce=3;
    hrIncreaseLow[]={-10,-15};
    hrIncreaseNormal[]={-10,-15};
};
};

class SOCOMD_fentanyl : ACE_morphine {
    scope=SCOPE_PUBLIC;
    displayName="Fentanyl 100mcg/2mL Ampoule";
    picture="\z\socomd\addons\data\icon\fentanyl.paa";
scopeCurator=SCOPE_PUBLIC;
    displayName="Fentanyl 100mcg/2mL";
    icon="\z\socomd\addons\data\icon\VPN.paa";