mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add mutant bloodbag
This commit is contained in:
@@ -242,6 +242,16 @@ class ItemBloodbagZombie: CA_Magazine
|
||||
descriptionShort = "$STR_EPOCH_BLOODBAG_ZOMBIE_DESC";
|
||||
};
|
||||
|
||||
class ItemBloodbagMutant: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = "$STR_EPOCH_BLOODBAG_MUTANT";
|
||||
model = "\dayz_equip\models\bloodbag.p3d";
|
||||
picture = "\dayz_equip\textures\equip_bloodbag_ca.paa";
|
||||
descriptionShort = "$STR_EPOCH_BLOODBAG_MUTANT_DESC";
|
||||
};
|
||||
|
||||
class ItemBloodbagRabbit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
|
||||
@@ -190,6 +190,10 @@ class ItemBloodbagZombie
|
||||
{
|
||||
weight = 0.4;
|
||||
};
|
||||
class ItemBloodbagMutant
|
||||
{
|
||||
weight = 0.6;
|
||||
};
|
||||
class ItemBloodbagRabbit
|
||||
{
|
||||
weight = 0.4;
|
||||
|
||||
@@ -33655,6 +33655,14 @@
|
||||
<German>Eine Blutkonserve gefüllt mit dem Blut eines Zombies.</German>
|
||||
<Russian>Пакет, наполненный кровью зомби.</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BLOODBAG_MUTANT">
|
||||
<English>Mutant Blood</English>
|
||||
<German>Mutantenblut</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BLOODBAG_MUTANT_DESC">
|
||||
<English>A blood bag filled with blood from a mutant.</English>
|
||||
<German>Eine Blutkonserve gefüllt mit dem Blut eines Mutanten.</German>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_BLOODBAG_RABBIT">
|
||||
<English>Rabbit Blood</English>
|
||||
<German>Hasenblut</German>
|
||||
|
||||
Reference in New Issue
Block a user