forked from UNLOZE/sm-plugins
update and clean map configs
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user