Advertisement
Guest User

Bot Profile

a guest
Sep 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.01 KB | None | 0 0
  1. //----------------------------------------------------------------------------
  2. // BotProfile.db
  3. // Author: Michael S. Booth, Turtle Rock Studios (www.turtlerockstudios.com)
  4. //
  5. // This database defines bot "personalities".
  6. // Feel free to edit it and define your own bots.
  7. //
  8.  
  9.  
  10. //----------------------------------------------------------------------------
  11.  
  12. //
  13. // All profiles begin with this data and overwrite their own
  14. //
  15. Default
  16. Skill = 50
  17. Aggression = 50
  18. ReactionTime = 0.3
  19. AttackDelay = 0
  20. Teamwork = 75
  21. AimFocusInitial = 20 // initial focus spread in degrees (from desired center)
  22. AimFocusDecay = 0.7 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  23. AimFocusOffsetScale = 0.30 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  24. AimfocusInterval = 0.8 // how often focus is adjusted (smaller intervals means better movement tracking)
  25. WeaponPreference = none
  26. Cost = 0
  27. Difficulty = NORMAL
  28. VoicePitch = 100
  29. Skin = 0
  30. LookAngleMaxAccelNormal = 2000.0
  31. LookAngleStiffnessNormal = 100.0
  32. LookAngleDampingNormal = 25.0
  33. LookAngleMaxAccelAttacking = 3000.0
  34. LookAngleStiffnessAttacking = 150.0
  35. LookAngleDampingAttacking = 30.0
  36. End
  37.  
  38. //----------------------------------------------------------------------------
  39.  
  40. //
  41. // These templates inherit from Default and override with their values
  42. // The name of the template defines a type that is used by individual bot profiles
  43. //
  44.  
  45. // weapon preference templates
  46. Template Rifle
  47. WeaponPreference = m4a1
  48. WeaponPreference = ak47
  49. WeaponPreference = famas
  50. WeaponPreference = galilar
  51. WeaponPreference = mp7
  52. End
  53.  
  54. Template RifleT
  55. WeaponPreference = ak47
  56. WeaponPreference = m4a1
  57. WeaponPreference = galilar
  58. WeaponPreference = famas
  59. WeaponPreference = mp7
  60. End
  61.  
  62. Template Punch
  63. WeaponPreference = aug
  64. WeaponPreference = sg556
  65. WeaponPreference = famas
  66. WeaponPreference = galilar
  67. WeaponPreference = mp7
  68. End
  69.  
  70. Template PunchT
  71. WeaponPreference = aug
  72. WeaponPreference = sg556
  73. WeaponPreference = famas
  74. WeaponPreference = galilar
  75. WeaponPreference = mp7
  76. End
  77.  
  78. Template Sniper
  79. WeaponPreference = awp
  80. WeaponPreference = sg550
  81. WeaponPreference = g3sg1
  82. WeaponPreference = ssg08
  83. WeaponPreference = famas
  84. WeaponPreference = galilar
  85. WeaponPreference = mp7
  86. End
  87.  
  88. Template Power
  89. WeaponPreference = m249
  90. WeaponPreference = xm1014
  91. WeaponPreference = nova
  92. WeaponPreference = famas
  93. WeaponPreference = galilar
  94. WeaponPreference = mp7
  95. End
  96.  
  97. Template Shotgun
  98. WeaponPreference = xm1014
  99. WeaponPreference = nova
  100. WeaponPreference = famas
  101. WeaponPreference = galilar
  102. WeaponPreference = mp7
  103. End
  104.  
  105. Template Spray
  106. WeaponPreference = p90
  107. WeaponPreference = mp9
  108. WeaponPreference = mac10
  109. WeaponPreference = mp7
  110. End
  111.  
  112.  
  113. // skill templates
  114. Template Elite
  115. Skill = 100
  116. Aggression = 100
  117. Teamwork = 100
  118. ReactionTime = 0.001
  119. Cost = 4
  120. Difficulty = EXPERT
  121. VoicePitch = 85
  122. AimFocusInitial = 0.001
  123. AimFocusDecay = 0.001
  124. AimFocusOffsetScale = 0.001
  125. AimfocusInterval = 0.001
  126. LookAngleMaxAccelNormal = 8000.0
  127. LookAngleStiffnessNormal = 6.25
  128. LookAngleDampingNormal = 6.25
  129. LookAngleMaxAccelAttacking = 12000.0
  130. LookAngleStiffnessAttacking = 9.375
  131. LookAngleDampingAttacking = 7.5
  132. End
  133.  
  134. Template Expert
  135. Skill = 100
  136. Aggression = 100
  137. Teamwork = 100
  138. ReactionTime = 0.001
  139. Cost = 4
  140. Difficulty = EXPERT
  141. VoicePitch = 85
  142. AimFocusInitial = 0.001
  143. AimFocusDecay = 0.001
  144. AimFocusOffsetScale = 0.001
  145. AimfocusInterval = 0.001
  146. LookAngleMaxAccelNormal = 8000.0
  147. LookAngleStiffnessNormal = 6.25
  148. LookAngleDampingNormal = 6.25
  149. LookAngleMaxAccelAttacking = 12000.0
  150. LookAngleStiffnessAttacking = 9.375
  151. LookAngleDampingAttacking = 7.5
  152. End
  153.  
  154. Template VeryHard
  155. Skill = 100
  156. Aggression = 100
  157. Teamwork = 100
  158. ReactionTime = 0.001
  159. Cost = 4
  160. Difficulty = EXPERT
  161. VoicePitch = 85
  162. AimFocusInitial = 0.001
  163. AimFocusDecay = 0.001
  164. AimFocusOffsetScale = 0.001
  165. AimfocusInterval = 0.001
  166. LookAngleMaxAccelNormal = 8000.0
  167. LookAngleStiffnessNormal = 6.25
  168. LookAngleDampingNormal = 6.25
  169. LookAngleMaxAccelAttacking = 12000.0
  170. LookAngleStiffnessAttacking = 9.375
  171. LookAngleDampingAttacking = 7.5
  172. End
  173.  
  174. Template Hard
  175. Skill = 100
  176. Aggression = 100
  177. Teamwork = 100
  178. ReactionTime = 0.001
  179. Cost = 4
  180. Difficulty = EXPERT
  181. VoicePitch = 85
  182. AimFocusInitial = 0.001
  183. AimFocusDecay = 0.001
  184. AimFocusOffsetScale = 0.001
  185. AimfocusInterval = 0.001
  186. LookAngleMaxAccelNormal = 8000.0
  187. LookAngleStiffnessNormal = 6.25
  188. LookAngleDampingNormal = 6.25
  189. LookAngleMaxAccelAttacking = 12000.0
  190. LookAngleStiffnessAttacking = 9.375
  191. LookAngleDampingAttacking = 7.5
  192. End
  193.  
  194. Template Tough
  195. Skill = 100
  196. Aggression = 100
  197. Teamwork = 100
  198. ReactionTime = 0.001
  199. Cost = 4
  200. Difficulty = EXPERT
  201. VoicePitch = 85
  202. AimFocusInitial = 0.001
  203. AimFocusDecay = 0.001
  204. AimFocusOffsetScale = 0.001
  205. AimfocusInterval = 0.001
  206. LookAngleMaxAccelNormal = 8000.0
  207. LookAngleStiffnessNormal = 6.25
  208. LookAngleDampingNormal = 6.25
  209. LookAngleMaxAccelAttacking = 12000.0
  210. LookAngleStiffnessAttacking = 9.375
  211. LookAngleDampingAttacking = 7.5
  212. End
  213.  
  214. Template Normal
  215. Skill = 100
  216. Aggression = 100
  217. Teamwork = 100
  218. ReactionTime = 0.001
  219. Cost = 4
  220. Difficulty = EXPERT
  221. VoicePitch = 85
  222. AimFocusInitial = 0.001
  223. AimFocusDecay = 0.001
  224. AimFocusOffsetScale = 0.001
  225. AimfocusInterval = 0.001
  226. LookAngleMaxAccelNormal = 8000.0
  227. LookAngleStiffnessNormal = 6.25
  228. LookAngleDampingNormal = 6.25
  229. LookAngleMaxAccelAttacking = 12000.0
  230. LookAngleStiffnessAttacking = 9.375
  231. LookAngleDampingAttacking = 7.5
  232. End
  233.  
  234. Template Fair
  235. Skill = 100
  236. Aggression = 100
  237. Teamwork = 100
  238. ReactionTime = 0.001
  239. Cost = 4
  240. Difficulty = EXPERT
  241. VoicePitch = 85
  242. AimFocusInitial = 0.001
  243. AimFocusDecay = 0.001
  244. AimFocusOffsetScale = 0.001
  245. AimfocusInterval = 0.001
  246. LookAngleMaxAccelNormal = 8000.0
  247. LookAngleStiffnessNormal = 6.25
  248. LookAngleDampingNormal = 6.25
  249. LookAngleMaxAccelAttacking = 12000.0
  250. LookAngleStiffnessAttacking = 9.375
  251. LookAngleDampingAttacking = 7.5
  252. End
  253.  
  254. Template Easy
  255. Skill = 100
  256. Aggression = 100
  257. Teamwork = 100
  258. ReactionTime = 0.001
  259. Cost = 4
  260. Difficulty = EXPERT
  261. VoicePitch = 85
  262. AimFocusInitial = 0.001
  263. AimFocusDecay = 0.001
  264. AimFocusOffsetScale = 0.001
  265. AimfocusInterval = 0.001
  266. LookAngleMaxAccelNormal = 8000.0
  267. LookAngleStiffnessNormal = 6.25
  268. LookAngleDampingNormal = 6.25
  269. LookAngleMaxAccelAttacking = 12000.0
  270. LookAngleStiffnessAttacking = 9.375
  271. LookAngleDampingAttacking = 7.5
  272. End
  273.  
  274. //----------------------------------------------------------------------------
  275. //
  276. // These are the individual bot profiles, which inherit first from
  277. // Default and then the specified Template(s), in order
  278. //
  279.  
  280.  
  281. Elite+Rifle Cliffe
  282. Skin = 1
  283. VoicePitch = 95
  284. End
  285.  
  286. Elite+Spray Minh
  287. Skin = 2
  288. VoicePitch = 105
  289. End
  290.  
  291. Elite+Shotgun Crusher
  292. Skin = 4
  293. VoicePitch = 84
  294. End
  295.  
  296. Elite+Punch Garret
  297. Skin = 4
  298. VoicePitch = 110
  299. End
  300.  
  301. Elite+Power Rock
  302. Skin = 2
  303. VoicePitch = 80
  304. End
  305.  
  306. Elite+PunchT Shark
  307. Skin = 4
  308. VoicePitch = 90
  309. End
  310.  
  311. Elite+Rifle Wolf
  312. Skin = 2
  313. VoicePitch = 98
  314. End
  315.  
  316. Elite+RifleT Gunner
  317. Skin = 1
  318. VoicePitch = 96
  319. End
  320.  
  321. Elite+Sniper Vitaliy
  322. Skin = 3
  323. VoicePitch = 105
  324. End
  325.  
  326. Elite+Punch Ridgway
  327. Skin = 3
  328. VoicePitch = 115
  329. End
  330.  
  331. Elite+RifleT Steel
  332. Skin = 1
  333. VoicePitch = 84
  334. End
  335.  
  336. Elite+PunchT Stone
  337. Skin = 4
  338. VoicePitch = 86
  339. End
  340.  
  341.  
  342. //----------------------------------------
  343.  
  344. Expert+RifleT Arnold
  345. VoicePitch = 85
  346. End
  347.  
  348. Expert+Rifle Brett
  349. VoicePitch = 100
  350. End
  351.  
  352. Expert+Punch Kurt
  353. VoicePitch = 95
  354. End
  355.  
  356. Expert+Sniper Kyle
  357. Cost = 5
  358. VoicePitch = 115
  359. End
  360.  
  361. Expert+Shotgun Moe
  362. VoicePitch = 87
  363. End
  364.  
  365. Expert+Rifle Quade
  366. VoicePitch = 91
  367. End
  368.  
  369. Expert+Rifle Quintin
  370. VoicePitch = 101
  371. End
  372.  
  373. Expert Ringo
  374. VoicePitch = 112
  375. End
  376.  
  377. Expert+PunchT Rip
  378. VoicePitch = 99
  379. End
  380.  
  381. Expert+Rifle Zach
  382. VoicePitch = 100
  383. End
  384.  
  385. //----------------------------------------
  386.  
  387. VeryHard+Power Cory
  388. Skin = 1
  389. VoicePitch = 110
  390. End
  391.  
  392. VeryHard+Sniper Quinn
  393. Skin = 3
  394. VoicePitch = 93
  395. End
  396.  
  397. VeryHard+Rifle Seth
  398. Skin = 2
  399. VoicePitch = 100
  400. End
  401.  
  402. VeryHard+RifleT Vinny
  403. Skin = 4
  404. VoicePitch = 86
  405. End
  406.  
  407.  
  408. //----------------------------------------
  409.  
  410. Hard+Rifle Brian
  411. Skin = 1
  412. VoicePitch = 100
  413. End
  414.  
  415. Hard+Rifle Chad
  416. Skin = 1
  417. VoicePitch = 95
  418. End
  419.  
  420. Hard+RifleT Chet
  421. Skin = 2
  422. VoicePitch = 90
  423. End
  424.  
  425. Hard+Spray Gabe
  426. Skin = 4
  427. VoicePitch = 102
  428. End
  429.  
  430. Hard+Shotgun Hank
  431. Skin = 1
  432. VoicePitch = 98
  433. End
  434.  
  435. Hard+RifleT Ivan
  436. Skin = 2
  437. VoicePitch = 96
  438. End
  439.  
  440. Hard+Punch Jim
  441. Skin = 4
  442. VoicePitch = 103
  443. End
  444.  
  445. Hard+PunchT Joe
  446. Skin = 1
  447. VoicePitch = 105
  448. End
  449.  
  450. Hard+Rifle John
  451. Skin = 2
  452. VoicePitch = 97
  453. End
  454.  
  455. Hard+Rifle Tony
  456. Skin = 4
  457. VoicePitch = 84
  458. End
  459.  
  460. Hard+PunchT Tyler
  461. Skin = 1
  462. VoicePitch = 90
  463. End
  464.  
  465. Hard+Rifle Victor
  466. Skin = 2
  467. VoicePitch = 98
  468. End
  469.  
  470. Hard+Sniper Vladimir
  471. Skin = 3
  472. VoicePitch = 110
  473. End
  474.  
  475. Hard+Spray Zane
  476. Skin = 4
  477. VoicePitch = 103
  478. End
  479.  
  480. Hard+Rifle Zim
  481. Skin = 2
  482. VoicePitch = 110
  483. End
  484.  
  485. //----------------------------------------
  486.  
  487. Tough+Sniper Adrian
  488. Skin = 3
  489. VoicePitch = 120
  490. End
  491.  
  492. Tough+Rifle Brad
  493. Skin = 1
  494. VoicePitch = 100
  495. End
  496.  
  497. Tough+Rifle Connor
  498. Skin = 2
  499. VoicePitch = 104
  500. End
  501.  
  502. Tough+RifleT Dave
  503. Skin = 4
  504. VoicePitch = 98
  505. End
  506.  
  507. Tough Dan
  508. Skin = 1
  509. VoicePitch = 100
  510. End
  511.  
  512. Tough+Rifle Derek
  513. Skin = 2
  514. VoicePitch = 102
  515. End
  516.  
  517. Tough+Shotgun Don
  518. Skin = 4
  519. VoicePitch = 95
  520. End
  521.  
  522. Tough+Rifle Eric
  523. Skin = 1
  524. VoicePitch = 95
  525. End
  526.  
  527. Tough+RifleT Erik
  528. Skin = 2
  529. VoicePitch = 110
  530. End
  531.  
  532. Tough+Rifle Finn
  533. Skin = 4
  534. VoicePitch = 112
  535. End
  536.  
  537. Tough Jeff
  538. Skin = 1
  539. VoicePitch = 90
  540. End
  541.  
  542. Tough+Rifle Kevin
  543. Skin = 2
  544. VoicePitch = 115
  545. End
  546.  
  547. Tough+RifleT Reed
  548. Skin = 4
  549. VoicePitch = 107
  550. End
  551.  
  552. Tough+Rifle Rick
  553. Skin = 2
  554. VoicePitch = 102
  555. End
  556.  
  557. Tough Ted
  558. Skin = 1
  559. VoicePitch = 98
  560. End
  561.  
  562. Tough+Rifle Troy
  563. Skin = 2
  564. VoicePitch = 100
  565. End
  566.  
  567. Tough+RifleT Wade
  568. Skin = 4
  569. VoicePitch = 95
  570. End
  571.  
  572. Tough+Rifle Wayne
  573. Skin = 1
  574. VoicePitch = 86
  575. End
  576.  
  577. Tough+RifleT Xander
  578. Skin = 2
  579. VoicePitch = 100
  580. End
  581.  
  582. Tough+Rifle Xavier
  583. Skin = 4
  584. VoicePitch = 95
  585. End
  586.  
  587. //----------------------------------------
  588.  
  589. Normal+Rifle Adam
  590. Skin = 1
  591. VoicePitch = 105
  592. End
  593.  
  594. Normal+PunchT Andy
  595. Skin = 2
  596. VoicePitch = 90
  597. End
  598.  
  599. Normal Chris
  600. Skin = 3
  601. VoicePitch = 100
  602. End
  603.  
  604. Normal Colin
  605. Skin = 4
  606. VoicePitch = 107
  607. End
  608.  
  609. Normal+Rifle Dennis
  610. Skin = 1
  611. VoicePitch = 104
  612. End
  613.  
  614. Normal Doug
  615. Skin = 2
  616. VoicePitch = 110
  617. End
  618.  
  619. Normal+Sniper Duffy
  620. Skin = 2
  621. VoicePitch = 110
  622. End
  623.  
  624. Normal Gary
  625. Skin = 3
  626. VoicePitch = 95
  627. End
  628.  
  629. Normal Grant
  630. Skin = 4
  631. VoicePitch = 112
  632. End
  633.  
  634. Normal Greg
  635. Skin = 1
  636. VoicePitch = 111
  637. End
  638.  
  639. Normal+Sniper Ian
  640. Skin = 3
  641. VoicePitch = 115
  642. End
  643.  
  644. Normal Jerry
  645. Skin = 4
  646. VoicePitch = 112
  647. End
  648.  
  649. Normal Jon
  650. Skin = 1
  651. VoicePitch = 96
  652. End
  653.  
  654. Normal Keith
  655. Skin = 2
  656. VoicePitch = 98
  657. End
  658.  
  659. Normal Mark
  660. Skin = 4
  661. VoicePitch = 110
  662. End
  663.  
  664. Normal Matt
  665. Skin = 1
  666. VoicePitch = 95
  667. End
  668.  
  669. Normal+RifleT Mike
  670. Skin = 2
  671. VoicePitch = 100
  672. End
  673.  
  674. Normal Nate
  675. Skin = 4
  676. VoicePitch = 99
  677. End
  678.  
  679. Normal Paul
  680. Skin = 3
  681. VoicePitch = 98
  682. End
  683.  
  684. Normal Scott
  685. Skin = 1
  686. VoicePitch = 105
  687. End
  688.  
  689. Normal Steve
  690. Skin = 2
  691. VoicePitch = 115
  692. End
  693.  
  694. Normal Tom
  695. Skin = 3
  696. VoicePitch = 110
  697. End
  698.  
  699. Normal Yahn
  700. Skin = 4
  701. VoicePitch = 92
  702. End
  703.  
  704. //----------------------------------------
  705.  
  706. Fair Alfred
  707. VoicePitch = 110
  708. End
  709.  
  710. Fair Bill
  711. VoicePitch = 100
  712. End
  713.  
  714. Fair Brandon
  715. VoicePitch = 99
  716. End
  717.  
  718. Fair+Spray Calvin
  719. VoicePitch = 120
  720. End
  721.  
  722. Fair Dean
  723. VoicePitch = 111
  724. End
  725.  
  726. Fair Dustin
  727. VoicePitch = 98
  728. End
  729.  
  730. Fair Ethan
  731. VoicePitch = 112
  732. End
  733.  
  734. Fair Harold
  735. VoicePitch = 90
  736. End
  737.  
  738. Fair Henry
  739. VoicePitch = 120
  740. End
  741.  
  742. Fair Irving
  743. VoicePitch = 118
  744. End
  745.  
  746. Fair Jason
  747. VoicePitch = 116
  748. End
  749.  
  750. Fair+Spray Jenssen
  751. VoicePitch = 112
  752. End
  753.  
  754. Fair Josh
  755. VoicePitch = 114
  756. End
  757.  
  758. Fair Martin
  759. VoicePitch = 110
  760. End
  761.  
  762. Fair Nick
  763. VoicePitch = 98
  764. End
  765.  
  766. Fair Norm
  767. VoicePitch = 92
  768. End
  769.  
  770. Fair Orin
  771. VoicePitch = 113
  772. End
  773.  
  774. Fair Pat
  775. VoicePitch = 114
  776. End
  777.  
  778. Fair Perry
  779. VoicePitch = 115
  780. End
  781.  
  782. Fair Ron
  783. VoicePitch = 100
  784. End
  785.  
  786. Fair Shawn
  787. VoicePitch = 102
  788. End
  789.  
  790. Fair Tim
  791. VoicePitch = 98
  792. End
  793.  
  794. Fair Will
  795. VoicePitch = 96
  796. End
  797.  
  798. Fair Wyatt
  799. VoicePitch = 94
  800. End
  801.  
  802. //----------------------------------------
  803.  
  804. Easy Albert
  805. VoicePitch = 100
  806. End
  807.  
  808. Easy Allen
  809. VoicePitch = 110
  810. End
  811.  
  812. Easy Bert
  813. VoicePitch = 120
  814. End
  815.  
  816. Easy Bob
  817. VoicePitch = 99
  818. End
  819.  
  820. Easy Cecil
  821. VoicePitch = 120
  822. End
  823.  
  824. Easy Clarence
  825. VoicePitch = 125
  826. End
  827.  
  828. Easy Elliot
  829. VoicePitch = 110
  830. End
  831.  
  832. Easy Elmer
  833. VoicePitch = 100
  834. End
  835.  
  836. Easy Ernie
  837. VoicePitch = 112
  838. End
  839.  
  840. Easy Eugene
  841. VoicePitch = 121
  842. End
  843.  
  844. Easy Fergus
  845. VoicePitch = 99
  846. End
  847.  
  848. Easy Ferris
  849. VoicePitch = 119
  850. End
  851.  
  852. Easy Frank
  853. VoicePitch = 118
  854. End
  855.  
  856. Easy Frasier
  857. VoicePitch = 117
  858. End
  859.  
  860. Easy Fred
  861. VoicePitch = 116
  862. End
  863.  
  864. Easy George
  865. VoicePitch = 115
  866. End
  867.  
  868. Easy Graham
  869. VoicePitch = 114
  870. End
  871.  
  872. Easy Harvey
  873. VoicePitch = 112
  874. End
  875.  
  876. Easy Irwin
  877. VoicePitch = 111
  878. End
  879.  
  880. Easy Larry
  881. VoicePitch = 105
  882. End
  883.  
  884. Easy Lester
  885. VoicePitch = 110
  886. End
  887.  
  888. Easy Marvin
  889. VoicePitch = 109
  890. End
  891.  
  892. Easy Neil
  893. VoicePitch = 108
  894. End
  895.  
  896. Easy Niles
  897. VoicePitch = 122
  898. End
  899.  
  900. Easy Oliver
  901. VoicePitch = 120
  902. End
  903.  
  904. Easy Opie
  905. VoicePitch = 125
  906. End
  907.  
  908. Easy Ryan
  909. VoicePitch = 95
  910. End
  911.  
  912. Easy Toby
  913. VoicePitch = 92
  914. End
  915.  
  916. Easy Ulric
  917. VoicePitch = 100
  918. End
  919.  
  920. Easy Ulysses
  921. VoicePitch = 102
  922. End
  923.  
  924. Easy Uri
  925. VoicePitch = 104
  926. End
  927.  
  928. Easy Waldo
  929. VoicePitch = 108
  930. End
  931.  
  932. Easy Wally
  933. VoicePitch = 95
  934. End
  935.  
  936. Easy Walt
  937. VoicePitch = 100
  938. End
  939.  
  940. Easy Wesley
  941. VoicePitch = 120
  942. End
  943.  
  944. Easy Yanni
  945. VoicePitch = 112
  946. End
  947.  
  948. Easy Yogi
  949. VoicePitch = 99
  950. End
  951.  
  952. Easy Yuri
  953. VoicePitch = 110
  954. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement