feat(Twitch Players)
This commit is contained in:
parent
e91239d8a4
commit
75683ddbb7
63 changed files with 81990 additions and 0 deletions
|
|
@ -0,0 +1,84 @@
|
|||
{
|
||||
"Name": "Chad",
|
||||
"Description": "An aggressive player. Typically wearing high tier equipment, and is more aggressive than usual.",
|
||||
"Assignment": {
|
||||
"Enabled": true,
|
||||
"CanBeRandomlyAssigned": true,
|
||||
"RandomlyAssignedChance": 8.0,
|
||||
"MinLevel": 15.0,
|
||||
"MaxLevel": 40.0,
|
||||
"PowerLevelScaleStart": 100.0,
|
||||
"PowerLevelScaleEnd": 400.0,
|
||||
"InverseScale": false,
|
||||
"PowerLevelMin": 100.0,
|
||||
"PowerLevelMax": 1000.0,
|
||||
"MaxChanceIfMeetRequirements": 80.0,
|
||||
"AllowedTypes": [
|
||||
"pmcUSEC",
|
||||
"pmcBEAR"
|
||||
]
|
||||
},
|
||||
"Behavior": {
|
||||
"General": {
|
||||
"AggressionMultiplier": 1.0,
|
||||
"KickOpenAllDoors": false,
|
||||
"HoldGroundBaseTime": 1.5,
|
||||
"HoldGroundMinRandom": 0.75,
|
||||
"HoldGroundMaxRandom": 1.5,
|
||||
"SuppressionResistance": 0.0
|
||||
},
|
||||
"Search": {
|
||||
"WillSearchForEnemy": true,
|
||||
"WillSearchFromAudio": true,
|
||||
"HeardFromPeaceBehavior": "Freeze",
|
||||
"WillChaseDistantGunshots": true,
|
||||
"AudioStraightDistanceToIgnore": 125.0,
|
||||
"SearchBaseTime": 16.0,
|
||||
"SearchWaitMultiplier": 1.0,
|
||||
"SprintWhileSearchChance": 60.0,
|
||||
"Sneaky": false,
|
||||
"SneakySpeed": 0.0,
|
||||
"SneakyPose": 0.0,
|
||||
"SearchNoEnemySpeed": 1.0,
|
||||
"SearchNoEnemyPose": 1.0,
|
||||
"SearchHasEnemySpeed": 1.0,
|
||||
"SearchHasEnemyPose": 1.0
|
||||
},
|
||||
"Rush": {
|
||||
"CanRushEnemyReloadHeal": true,
|
||||
"CanJumpCorners": true,
|
||||
"JumpCornerChance": 80.0,
|
||||
"CanBunnyHop": true,
|
||||
"BunnyHopChance": 10.0
|
||||
},
|
||||
"Cover": {
|
||||
"CanShiftCoverPosition": true,
|
||||
"ShiftCoverTimeMultiplier": 1.0,
|
||||
"MoveToCoverNoEnemySpeed": 1.0,
|
||||
"MoveToCoverNoEnemyPose": 1.0,
|
||||
"MoveToCoverHasEnemySpeed": 1.0,
|
||||
"MoveToCoverHasEnemyPose": 1.0
|
||||
},
|
||||
"Talk": {
|
||||
"CanTaunt": true,
|
||||
"FrequentTaunt": true,
|
||||
"ConstantTaunt": false,
|
||||
"CanRespondToEnemyVoice": false,
|
||||
"TauntFrequency": 20.0,
|
||||
"TauntChance": 60.0,
|
||||
"TauntMaxDistance": 50.0,
|
||||
"CanFakeDeathRare": false,
|
||||
"FakeDeathChance": 0.0,
|
||||
"CanBegForLife": false
|
||||
}
|
||||
},
|
||||
"Difficulty": {
|
||||
"VisibleDistCoef": 1.0,
|
||||
"GainSightCoef": 0.8,
|
||||
"ScatteringCoef": 0.5,
|
||||
"HearingDistanceCoef": 1.0,
|
||||
"AggressionCoef": 1.0,
|
||||
"PrecisionSpeedCoef": 0.75,
|
||||
"AccuracySpeedCoef": 0.75
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue