Вы находитесь на странице: 1из 15

//---------------------------------------------------------------------------// BotProfile.

db
// Author: Michael S. Booth, Turtle Rock Studios (www.turtlerockstudios.com)
//
// This database defines bot "personalities".
// Feel free to edit it and define your own bots.
//
//---------------------------------------------------------------------------//
// All profiles begin with this data and overwrite their own
//
Default
Skill = 50
Aggression = 50
ReactionTime = 0.3
AttackDelay = 0
Teamwork = 75
WeaponPreference = none
Cost = 0
Difficulty = NORMAL
VoicePitch = 100
Skin = 0
End
//---------------------------------------------------------------------------//
// These templates inherit from Default and override with their values
// The name of the template defines a type that is used by individual bot profil
es
//
// weapon preference templates
Template Rifle
WeaponPreference = m4a1
WeaponPreference = ak47
WeaponPreference = famas
WeaponPreference = galil
WeaponPreference = mp5
End
Template RifleT
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
End

=
=
=
=
=

ak47
m4a1
galil
famas
mp5

Template Punch
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
End

=
=
=
=
=

aug
sg552
famas
galil
mp5

Template PunchT
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
End

=
=
=
=
=

aug
sg552
famas
galil
mp5

Template Sniper
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
End

=
=
=
=
=
=
=

awp
sg550
g3sg1
scout
famas
galil
mp5

Template Power
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
End

=
=
=
=
=
=

m249
xm1014
m3
famas
galil
mp5

Template Shotgun
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
End

=
=
=
=
=

xm1014
m3
famas
galil
mp5

Template Shield
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
End

=
=
=
=
=
=

shield
m4a1
ak47
famas
galil
mp5

Template Spray
WeaponPreference
WeaponPreference
WeaponPreference
WeaponPreference
End

=
=
=
=

p90
tmp
mac10
mp5

// skill templates
Template Rock
Skill = 27
Aggression = 31
ReactionTime = 0.3
AttackDelay = 0.9
Cost = 1
Difficulty = EASY+NORMAL+HARD+EXPERT

// in case shield is disallowed

VoicePitch = 62
End
Template Brutal
Skill = 25
Aggression = 30
ReactionTime = 0.4
AttackDelay = 1.0
Cost = 1
Difficulty = EASY+NORMAL+HARD+EXPERT
VoicePitch = 65
End
Template Elite
Skill = 23
Aggression = 29
ReactionTime = 0.4
AttackDelay = 1.1
Cost = 1
Difficulty = EASY+NORMAL+HARD+EXPERT
VoicePitch = 68
End
Template Hardest
Skill = 21
Aggression = 28
ReactionTime = 0.4
AttackDelay = 1.1
Cost = 1
Difficulty = EASY+NORMAL+HARD+EXPERT
VoicePitch = 71
End
Template VeryHard
Skill = 20
Aggression = 27
ReactionTime = 0.4
AttackDelay = 1.1
Cost = 1
Difficulty = EASY+NORMAL+HARD+EXPERT
VoicePitch = 74
End
Template Harder
Skill = 18
Aggression = 27
ReactionTime = 0.4
AttackDelay = 1.2
Cost = 1
Difficulty = EASY+NORMAL+HARD+EXPERT
VoicePitch = 77
End
Template Hard
Skill = 16
Aggression = 26
ReactionTime = 0.4
AttackDelay = 1.2
Cost = 1
Difficulty = EASY+NORMAL+HARD+EXPERT

VoicePitch = 80
End
Template Toughest
Skill = 15
Aggression = 25
ReactionTime = 0.4
AttackDelay = 1.2
Cost = 1
Difficulty = EASY+NORMAL+HARD+EXPERT
VoicePitch = 83
End
Template VeryTough
Skill = 13
Aggression = 25
ReactionTime = 0.4
AttackDelay = 1.3
Cost = 1
Difficulty = EASY+NORMAL+HARD+EXPERT
VoicePitch = 86
End
Template Tougher
Skill = 11
Aggression = 24
ReactionTime = 0.5
AttackDelay = 1.3
Cost = 1
Difficulty = EASY+NORMAL+HARD+EXPERT
VoicePitch = 89
End
Template Tough
Skill = 10
Aggression = 24
ReactionTime = 0.5
AttackDelay = 1.3
Cost = 1
Difficulty = EASY+NORMAL+HARD+EXPERT
VoicePitch = 92
End
Template Normal
Skill = 8
Aggression = 23
ReactionTime = 0.5
AttackDelay = 1.4
Cost = 1
Difficulty = EASY+NORMAL+HARD+EXPERT
VoicePitch = 95
End
Template Fair
Skill = 6
Aggression = 22
ReactionTime = 0.5
AttackDelay = 1.4
Cost = 1
Difficulty = EASY+NORMAL+HARD+EXPERT

VoicePitch = 98
End
Template Easy
Skill = 5
Aggression = 22
ReactionTime = 0.5
AttackDelay = 1.4
Cost = 1
Difficulty = EASY+NORMAL+HARD+EXPERT
VoicePitch = 101
End
Template Easier
Skill = 3
Aggression = 21
ReactionTime = 0.5
AttackDelay = 1.5
Cost = 1
Difficulty = EASY+NORMAL+HARD+EXPERT
VoicePitch = 104
End
Template VeryEasy
Skill = 1
Aggression = 20
ReactionTime = 0.5
AttackDelay = 1.5
Cost = 1
Difficulty = EASY+NORMAL+HARD+EXPERT
VoicePitch = 107
End
Template Easiest
Skill = 0
Aggression = 20
ReactionTime = 0.5
AttackDelay = 1.5
Cost = 1
Difficulty = EASY+NORMAL+HARD+EXPERT
VoicePitch = 110
End
//---------------------------------------------------------------------------//
// These are the individual bot profiles, which inherit first from
// Default and then the specified Template(s), in order
//
Rock Kaito
VoicePitch = 96
End
Rock Takumi
VoicePitch = 99
End
Rock Fuuraiki
VoicePitch = 104
End

Rock Yuusuke
VoicePitch = 91
End
Rock Akihiro
VoicePitch = 92
End
Rock Saburou
VoicePitch = 101
End
Rock Ryoichi
VoicePitch = 90
End
Rock Wataru
VoicePitch = 98
End
Rock Hiroshi
VoicePitch = 103
End
Rock Zarabu
VoicePitch = 100
End
Rock Genichi
VoicePitch = 95
End
Rock Daisuke
VoicePitch = 94
End
Rock Masaru
VoicePitch = 97
End
Rock Jirou
VoicePitch = 93
End
//---------------------------------------Brutal Marwan
VoicePitch = 81
End
Brutal Idham
VoicePitch = 105
End
Brutal Issha
VoicePitch = 99
End
Brutal Akid

VoicePitch = 108
End
Brutal Wan
VoicePitch = 84
End
Brutal Amin
VoicePitch = 87
End
Brutal Nouruedean
VoicePitch = 109
End
Brutal Man
VoicePitch = 96
End
//---------------------------------------Elite Hadi
VoicePitch = 79
End
Elite Iqwan
VoicePitch = 94
End
Elite Hamizan
VoicePitch = 88
End
Elite Syafiq
VoicePitch = 91
End
Elite Polilhan
VoicePitch = 78
End
Elite Devindran
VoicePitch = 106
End
Elite Yazid
VoicePitch = 110
End
Elite Nafiz
VoicePitch = 90
End
//---------------------------------------Hardest Thanussan
VoicePitch = 102
End
Hardest Nizam

VoicePitch = 86
End
Hardest Harith
VoicePitch = 98
End
Hardest Ikmal
VoicePitch = 95
End
Hardest Darwisy
VoicePitch = 107
End
Hardest Faizul
VoicePitch = 97
End
Hardest Faizal
VoicePitch = 104
End
Hardest Zayyani
VoicePitch = 93
End
//---------------------------------------VeryHard Hafiz
VoicePitch = 85
End
VeryHard Hazman
VoicePitch = 83
End
VeryHard Huzairi
VoicePitch = 100
End
VeryHard Sasi
VoicePitch = 80
End
VeryHard Irfan
VoicePitch = 89
End
VeryHard Mailan
VoicePitch = 82
End
VeryHard Clement
VoicePitch = 92
End
VeryHard Khairul
VoicePitch = 103
End

//---------------------------------------Harder Abu
VoicePitch = 82
End
Harder Rapiq
VoicePitch = 83
End
Harder Lee
VoicePitch = 106
End
Harder Daniel
VoicePitch = 107
End
Harder Danish
VoicePitch = 81
End
Harder Asyraf
VoicePitch = 108
End
Harder Sulaiman
VoicePitch = 84
End
Harder Amir
VoicePitch = 105
End
//---------------------------------------Hard Dhaifan
VoicePitch = 99
End
Hard Iqbal
VoicePitch = 93
End
Hard Liew
VoicePitch = 89
End
Hard Amirul
VoicePitch = 80
End
Hard Darmend
VoicePitch = 88
End
Hard Loon
VoicePitch = 102
End

Hard Leong
VoicePitch = 109
End
Hard Aravinth
VoicePitch = 100
End
//---------------------------------------Toughest Omar
VoicePitch = 103
End
Toughest Zulhakim
VoicePitch = 92
End
Toughest Afif
VoicePitch = 94
End
Toughest Megat
VoicePitch = 101
End
Toughest Mohan
VoicePitch = 98
End
Toughest Vijay
VoicePitch = 95
End
Toughest Fakhrusy
VoicePitch = 86
End
Toughest Khalil
VoicePitch = 78
End
//---------------------------------------VeryTough Zulkifli
VoicePitch = 87
End
VeryTough Kuan
VoicePitch = 104
End
VeryTough Azfar
VoicePitch = 97
End
VeryTough Syahir
VoicePitch = 90
End

VeryTough Said
VoicePitch = 96
End
VeryTough Hazlan
VoicePitch = 91
End
VeryTough Adam
VoicePitch = 79
End
VeryTough Hujayshen
VoicePitch = 85
End
//---------------------------------------Tougher Shanmugam
VoicePitch = 80
End
Tougher Lew
VoicePitch = 110
End
Tougher Aiman
VoicePitch = 90
End
Tougher Fiqri
VoicePitch = 85
End
Tougher Haziq
VoicePitch = 83
End
Tougher Farhan
VoicePitch = 96
End
Tougher Naim
VoicePitch = 92
End
Tougher Alif
VoicePitch = 82
End
//---------------------------------------Tough Shaukath
VoicePitch = 89
End
Tough Stanley
VoicePitch = 87
End

Tough Sheng
VoicePitch = 103
End
Tough Mahesan
VoicePitch = 78
End
Tough Danny
VoicePitch = 94
End
Tough Navanishan
VoicePitch = 108
End
Tough Zulhilmi
VoicePitch = 102
End
Tough Kavirajan
VoicePitch = 81
End
//---------------------------------------Normal Zairul
VoicePitch = 98
End
Normal Yogaselva
VoicePitch = 88
End
Normal Kuvilan
VoicePitch = 101
End
Normal Ramli
VoicePitch = 105
End
Normal Hazarul
VoicePitch = 93
End
Normal Wei
VoicePitch = 100
End
Normal Nazim
VoicePitch = 109
End
Normal Vikneswaren
VoicePitch = 107
End
//----------------------------------------

Fair Yusriq
VoicePitch = 95
End
Fair Thevakumar
VoicePitch = 106
End
Fair Dilip
VoicePitch = 99
End
Fair Shanmugavel
VoicePitch = 91
End
Fair Haridass
VoicePitch = 84
End
Fair Chew
VoicePitch = 86
End
Fair Edward
VoicePitch = 79
End
Fair Nazirul
VoicePitch = 104
End
//---------------------------------------Easy Hao
VoicePitch = 95
End
Easy Chen
VoicePitch = 109
End
Easy Fadil
VoicePitch = 78
End
Easy Won
VoicePitch = 79
End
Easy Ariff
VoicePitch = 96
End
Easy Idris
VoicePitch = 110
End
Easy Zaydi

VoicePitch = 105
End
Easy Rizal
VoicePitch = 97
End
//---------------------------------------Easier Raimi
VoicePitch = 84
End
Easier Suthan
VoicePitch = 87
End
Easier Haikal
VoicePitch = 82
End
Easier Alex
VoicePitch = 94
End
Easier Ezzer
VoicePitch = 93
End
Easier Shuib
VoicePitch = 80
End
Easier Shahrol
VoicePitch = 81
End
Easier Khai
VoicePitch = 88
End
//---------------------------------------VeryEasy Yogan
VoicePitch = 102
End
VeryEasy Anwar
VoicePitch = 83
End
VeryEasy Syed
VoicePitch = 85
End
VeryEasy Surindran
VoicePitch = 90
End
VeryEasy Afiq

VoicePitch = 108
End
VeryEasy Johan
VoicePitch = 86
End
VeryEasy Zizan
VoicePitch = 106
End
VeryEasy Kamal
VoicePitch = 101
End
//---------------------------------------Easiest Poh
VoicePitch = 98
End
Easiest Loggehssan
VoicePitch = 91
End
Easiest Ali
VoicePitch = 104
End
Easiest Awie
VoicePitch = 89
End
Easiest Mael
VoicePitch = 103
End
Easiest Acai
VoicePitch = 107
End
Easiest Jep
VoicePitch = 99
End
Easiest Nabil
VoicePitch = 100
End

Вам также может понравиться