2008-08-30 19:44:19 +00:00
|
|
|
// Chex Warrior
|
|
|
|
|
|
|
|
actor ChexPlayer : DoomPlayer
|
|
|
|
{
|
|
|
|
player.displayname "Chex Warrior"
|
|
|
|
player.crouchsprite ""
|
|
|
|
player.colorrange 192, 207 //Not perfect, but its better than everyone being blue.
|
|
|
|
player.startitem "MiniZorcher"
|
|
|
|
player.startitem "Bootspoon"
|
|
|
|
player.startitem "MiniZorchRecharge", 50
|
2008-09-13 19:19:53 +00:00
|
|
|
player.damagescreencolor "60 b0 58"
|
2009-02-20 00:53:25 +00:00
|
|
|
player.WeaponSlot 1, Bootspoon, SuperBootspork
|
|
|
|
player.WeaponSlot 2, MiniZorcher
|
|
|
|
player.WeaponSlot 3, LargeZorcher, SuperLargeZorcher
|
|
|
|
player.WeaponSlot 4, RapidZorcher
|
|
|
|
player.WeaponSlot 5, ZorchPropulsor
|
|
|
|
player.WeaponSlot 6, PhasingZorcher
|
|
|
|
player.WeaponSlot 7, LAZDevice
|
2008-08-30 19:44:19 +00:00
|
|
|
}
|