Perks handling

This commit is contained in:
ZioPao
2023-11-09 11:15:04 +01:00
parent 9095d11f41
commit 99ce9bacda
6 changed files with 82 additions and 27 deletions

View File

@@ -1,5 +1,57 @@
VERSION = 1,
perk Amputations
{
parent = None,
translation = Amputations,
passive = false,
xp1 = 0,
xp2 = 0,
xp3 = 0,
xp4 = 0,
xp5 = 0,
xp6 = 0,
xp7 = 0,
xp8 = 0,
xp9 = 0,
xp10 = 0,
}
perk Hand_L
{
parent = Amputations,
name = Hand_L,
translation = Hand_L,
passive = false,
xp1 = 50,
xp2 = 100,
xp3 = 200,
xp4 = 500,
xp5 = 1000,
xp6 = 2500,
xp7 = 4000,
xp8 = 5000,
xp9 = 7000,
xp10 = 9000,
}
perk Hand_R
{
parent = Amputations,
name = Hand_R,
translation = Hand_R,
passive = false,
xp1 = 50,
xp2 = 100,
xp3 = 200,
xp4 = 500,
xp5 = 1000,
xp6 = 2500,
xp7 = 4000,
xp8 = 6000,
xp9 = 7000,
xp10 = 9000,
}
perk Prosthesis
{
parent = None,
@@ -16,30 +68,11 @@ perk Prosthesis
xp9 = 0,
xp10 = 0,
}
perk Left_Hand
perk ProstFamiliarity
{
parent = Prosthesis,
name = Left_Hand,
translation = Left_Hand,
passive = false,
xp1 = 50,
xp2 = 100,
xp3 = 200,
xp4 = 500,
xp5 = 1000,
xp6 = 2500,
xp7 = 4000,
xp8 = 5000,
xp9 = 7000,
xp10 = 9000,
}
perk Right_Hand
{
parent = Prosthesis,
name = Right_Hand,
translation = Right_Hand,
name = ProstFamiliarity,
translation = ProstFamiliarity,
passive = false,
xp1 = 50,
xp2 = 100,