43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
module TOC
|
|
{
|
|
character_trait_definition toc:amputee_hand
|
|
{
|
|
CharacterTrait = toc:amputee_hand,
|
|
IsProfessionTrait = false,
|
|
DisabledInMultiplayer = false,
|
|
Cost = -8,
|
|
UIName = UI_trait_Amputee_Hand,
|
|
UIDescription = UI_trait_Amputee_Hand_desc,
|
|
XPBoosts = Side_L=4;Fitness=-1;Strength=-1,
|
|
GrantedRecipes = Lockpicking;AlarmCheck;CreateBobbyPin;CreateBobbyPin2,
|
|
MutuallyExclusiveTraits = toc:amputee_forearm;toc:amputee_upperarm,
|
|
|
|
}
|
|
|
|
|
|
character_trait_definition toc:amputee_forearm
|
|
{
|
|
IsProfessionTrait = false,
|
|
DisabledInMultiplayer = false,
|
|
CharacterTrait = toc:amputee_forearm,
|
|
Cost = -10,
|
|
UIName = UI_trait_Amputee_ForeArm,
|
|
UIDescription = UI_trait_Amputee_ForeArm_desc,
|
|
XPBoosts = Side_L=4;Fitness=-1;Strength=-1,
|
|
MutuallyExclusiveTraits = toc:amputee_hand;toc:amputee_upperarm,
|
|
}
|
|
|
|
character_trait_definition toc:amputee_upperarm
|
|
{
|
|
IsProfessionTrait = false,
|
|
DisabledInMultiplayer = false,
|
|
CharacterTrait = toc:amputee_upperarm,
|
|
Cost = -20,
|
|
UIName = UI_trait_Amputee_UpperArm,
|
|
UIDescription = UI_trait_Amputee_UpperArm_desc,
|
|
XPBoosts = Side_L=4;Fitness=-1;Strength=-1,
|
|
GrantedRecipes = Lockpicking;AlarmCheck;CreateBobbyPin;CreateBobbyPin2,
|
|
MutuallyExclusiveTraits = toc:amputee_hand;toc:amputee_forearm,
|
|
|
|
}
|
|
} |