Add more mutant parts

This commit is contained in:
A Man
2021-08-26 13:12:01 +02:00
parent 890f4dcd2a
commit 03dc01dfa4
4 changed files with 270 additions and 8 deletions

View File

@@ -74,6 +74,50 @@ class ItemZombieskin
};
class ItemMutantHeartMag
{
weight = 4;
};
class ItemMutantHead
{
weight = 8;
};
class ItemMutantLeg
{
weight = 6.5;
};
class ItemMutantArm
{
weight = 3;
};
class ItemMutantBrain
{
weight = 3.5;
};
class ItemMutantClaw
{
weight = 2.7;
};
class ItemMutantFoot
{
weight = 5;
};
class ItemMutantLiver
{
weight = 4;
};
class ItemMutantEyes
{
weight = 0.6;
};
class ItemMutantTongue
{
weight = 0.2;
};
class ItemMutantTeeth
{
weight = 0.1;
};
class ItemMutantSkin
{
weight = 4;
};