initial commit

This commit is contained in:
BotoX
2016-01-06 02:11:56 +01:00
commit 72f7665358
106 changed files with 17675 additions and 0 deletions
@@ -0,0 +1,57 @@
"levels"
{
"1"
{
"name" "Level 1"
"match"
{
"outputs"
{
"m_OnUser4" "Map_Level_Check,Add,1"
"ExactMatches" "1"
}
}
"restore"
{
"AddOutput" "OnUser4 Map_Level_Check,Add,1,0,-1"
"m_iFrags" "100"
}
}
"2"
{
"name" "Level 2"
"match"
{
"outputs"
{
"m_OnUser4" "Map_Level_Check,Add,1"
"ExactMatches" "2"
}
}
"restore"
{
"AddOutput" "OnUser4 Map_Level_Check,Add,1,0,-1"
"AddOutput" "OnUser4 Map_Level_Check,Add,1,0,-1"
"m_iFrags" "200"
}
}
"3"
{
"name" "Level 3"
"match"
{
"outputs"
{
"m_OnUser4" "Map_Level_Check,Add,1"
"MinMatches" "3"
}
}
"restore"
{
"AddOutput" "OnUser4 Map_Level_Check,Add,1,0,-1"
"AddOutput" "OnUser4 Map_Level_Check,Add,1,0,-1"
"AddOutput" "OnUser4 Map_Level_Check,Add,1,0,-1"
"m_iFrags" "300"
}
}
}