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
+60
View File
@@ -0,0 +1,60 @@
"levels"
{
"0"
{
"name" "Level 0"
"restore"
{
"DeleteOutput" "m_OnUser4 Map_Level_Check"
"m_iFrags" "0"
}
}
"1"
{
"name" "Level 1"
"match"
{
"math"
{
"m_OnUser4" "Map_Level_Check,Add,1"
}
}
"restore"
{
"AddOutput" "OnUser4 Map_Level_Check,Add,1,0,-1"
"m_iFrags" "100"
}
}
"2"
{
"name" "Level 2"
"match"
{
"math"
{
"m_OnUser4" "Map_Level_Check,Add,2"
}
}
"restore"
{
"AddOutput" "OnUser4 Map_Level_Check,Add,2,0,-1"
"m_iFrags" "200"
}
}
"3"
{
"name" "Level 3"
"match"
{
"math"
{
"m_OnUser4" "Map_Level_Check,Add,3"
}
}
"restore"
{
"AddOutput" "OnUser4 Map_Level_Check,Add,3,0,-1"
"m_iFrags" "300"
}
}
}