mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
add masks to loot table
This commit is contained in:
parent
4fddeafd6e
commit
b911897c31
@ -1508,7 +1508,13 @@ class CfgLootTable
|
||||
{ { "H_105_EPOCH", "item" }, 1 },
|
||||
{ { "wolf_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "pkin_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "clown_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} } // only available in october
|
||||
{ { "clown_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "hockey_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "plague_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "ghostface_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "skull_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "witch_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "radiation_mask_epoch", "item" }, 1 }
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -2070,7 +2070,13 @@ class CfgLootTable_CUP
|
||||
{ { "H_105_EPOCH", "item" }, 1 },
|
||||
{ { "wolf_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "pkin_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "clown_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} } // only available in october
|
||||
{ { "clown_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "hockey_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "plague_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "ghostface_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "skull_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "witch_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "radiation_mask_epoch", "item" }, 1 }
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -1515,7 +1515,13 @@ class CfgLootTable_MAD
|
||||
{ { "H_105_EPOCH", "item" }, 1 },
|
||||
{ { "wolf_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "pkin_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "clown_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} } // only available in october
|
||||
{ { "clown_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "hockey_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "plague_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "ghostface_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "skull_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "witch_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "radiation_mask_epoch", "item" }, 1 }
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -2078,7 +2078,13 @@ class CfgLootTable_MADCUP
|
||||
{ { "H_105_EPOCH", "item" }, 1 },
|
||||
{ { "wolf_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "pkin_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "clown_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} } // only available in october
|
||||
{ { "clown_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "hockey_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "plague_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "ghostface_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "skull_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "witch_mask_epoch", "item" }, 1, {"getDate", 1, "==", 10} }, // only available in october
|
||||
{ { "radiation_mask_epoch", "item" }, 1 }
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user