94 lines
1.3 KiB
INI
94 lines
1.3 KiB
INI
add:
|
|
{
|
|
"origin" "-2013 -15834 -47"
|
|
"targetname" "TheCurrentLevelPlugin"
|
|
"min" "1"
|
|
"max" "7"
|
|
"startvalue" "1"
|
|
"classname" "math_counter"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "func_breakable"
|
|
"OnBreak" "Map_WinCounter,SetValue,1,0.01,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "TheCurrentLevelPlugin,SetValue,1,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "func_breakable"
|
|
"OnBreak" "Map_WinCounter,SetValue,2,0.01,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "TheCurrentLevelPlugin,SetValue,2,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "func_breakable"
|
|
"OnBreak" "Map_WinCounter,SetValue,3,0.01,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "TheCurrentLevelPlugin,SetValue,3,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "func_breakable"
|
|
"OnBreak" "Map_WinCounter,SetValue,4,0.01,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "TheCurrentLevelPlugin,SetValue,4,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "func_breakable"
|
|
"OnBreak" "Map_WinCounter,SetValue,5,0.01,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "TheCurrentLevelPlugin,SetValue,5,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "func_breakable"
|
|
"OnBreak" "Map_WinCounter,SetValue,6,0.01,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "TheCurrentLevelPlugin,SetValue,6,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "func_breakable"
|
|
"OnBreak" "Map_WinCounter,SetValue,7,0.01,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "TheCurrentLevelPlugin,SetValue,7,0,1"
|
|
}
|
|
}
|