I want to add/modify player_traits
f.e.: ArtilleryGeneral -25% core cost
or change values of InfantryGeneral
how can i do that?
in ...\Panzer Corps 2\PanzerCorps2\Content\DataRules.json
I have found:
Code: Select all
"player_traits_costs" : {
"AntiAirVeteran" : 2,
"AuxiliaryForce" : 1,
"BadLuck" : -1,
"BattleAcademy" : 2,
"ChaoticFire" : -1,
"CombinedArms" : 1,
"DeadlyGrasp" : 1,
"DeepRecon" : 1,
"DelayedReinforcements" : -2,
"FearOfUnknown" : -1,
"FlexibleCommand" : 1,
"Forgetfulness" : -1,
"GreenArmy" : -3,
"IndustryConnections" : 1,
"InefficientSupply" : -1,
"IneptLogistics" : -2,
"InfantryGeneral" : 2,
"KillerTeam" : 2,
"Liberator" : 2,
"MasterOfBlitzkrieg" : 1,
"NoAirForce" : -3,
"NoArtillery" : -3,
"NoOverstrength" : -2,
"Notorious" : -1,
"OperationalInitiative" : 1,
"PanzerGeneral" : 2,
"PerimeterControl" : 1,
"PoorGroundControl" : -3,
"PoorMaintenance" : -2,
"Reckless" : -1,
"Retrograde" : -2,
"SlowModernization" : -2,
"TrenchSlog" : -2,
"TrophiesOfWar" : 2,
"MeticulousPlanning" : 2,
"ForceConcentration" : 1,
"TerrainExpert" : 1,
"AggressiveDeployment" : 2,
"Arrogant" : -1,
"ForceDispersion" : -2,
"Ruthless" : -1,
"SlowReaction" : -2,
"OldGuard": 1
},
Any hints?