Add mutant bloodbag

This commit is contained in:
A Man
2021-08-31 09:28:59 +02:00
parent 2639cece9e
commit ca2a2dd904
3 changed files with 22 additions and 0 deletions

View File

@@ -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;

View File

@@ -190,6 +190,10 @@ class ItemBloodbagZombie
{
weight = 0.4;
};
class ItemBloodbagMutant
{
weight = 0.6;
};
class ItemBloodbagRabbit
{
weight = 0.4;

View File

@@ -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>