update and clean map configs

This commit is contained in:
BotoX
2019-09-23 11:45:34 +02:00
parent 9fba0657fa
commit a184a1f0e4
575 changed files with 4590 additions and 4620 deletions
@@ -0,0 +1,57 @@
"levels"
{
"0"
{
"name" "Normal"
"restore"
{
"DeleteOutput" "OnUser1 !self,AddOutput,targetname winner,0,1"
"DeleteOutput" "OnUser1 !self,AddOutput,rendercolor 0 255 0,0,1"
"DeleteOutput" "OnUser1 !self,AddOutput,gravity 0.8,0,1"
"DeleteOutput" "OnUser1 !self,AddOutput,health 325,0,1"
"DeleteOutput" "OnUser1 speed,ModifySpeed,1.15,0,1"
"DeleteOutput" "OnUser1 !self,AddOutput,targetname uberwinner,0,1"
"DeleteOutput" "OnUser1 !self,AddOutput,rendercolor 255 0 0,0,1"
"DeleteOutput" "OnUser1 !self,AddOutput,health 2000,0,1"
"DeleteOutput" "OnUser1 consola,Command,say ** We have an epic winner! **,0,1"
"DeleteOutput" "OnUser1 duke_q_iamduke,PlaySound,,0,1"
"DeleteOutput" "OnUser1 selector,FireUser1,,0,1"
"DeleteOutput" "OnUser1 darAmmo,FireUser1,,0,1"
}
}
"1"
{
"name" "Winner"
"match"
{
"m_OnUser1" "!self,AddOutput,targetname winner"
}
"restore"
{
"AddOutput" "OnUser1 !self,AddOutput,targetname winner,0,1"
"AddOutput" "OnUser1 !self,AddOutput,rendercolor 0 255 0,0,1"
"AddOutput" "OnUser1 !self,AddOutput,gravity 0.8,0,1"
"AddOutput" "OnUser1 !self,AddOutput,health 325,0,1"
"AddOutput" "OnUser1 speed,ModifySpeed,1.15,0,1"
}
}
"2"
{
"name" "Solo Winner"
"match"
{
"m_OnUser1" "!self,AddOutput,targetname uberwinner"
}
"restore"
{
"AddOutput" "OnUser1 !self,AddOutput,targetname uberwinner,0,1"
"AddOutput" "OnUser1 !self,AddOutput,rendercolor 255 0 0,0,1"
"AddOutput" "OnUser1 !self,AddOutput,health 2000,0,1"
"AddOutput" "OnUser1 consola,Command,say ** We have an epic winner! **,0,1"
"AddOutput" "OnUser1 duke_q_iamduke,PlaySound,,0,1"
"AddOutput" "OnUser1 selector,FireUser1,,0,1"
"AddOutput" "OnUser1 darAmmo,FireUser1,,0,1"
}
}
}