sm-plugins/SaveLevel/configs/savelevel/ze_FFVII_Mako_Reactor_v6.cfg
2016-01-06 02:11:56 +01:00

78 lines
1.3 KiB
INI

"levels"
{
"1"
{
"name" "Level 1"
"match"
{
"outputs"
{
"m_OnUser1" "leveling_counter,Add,1"
"ExactMatches" "1"
}
}
"restore"
{
"AddOutput" "OnUser1 leveling_counter,Add,1,0,-1"
"m_iFrags" "100"
}
}
"2"
{
"name" "Level 2"
"match"
{
"outputs"
{
"m_OnUser1" "leveling_counter,Add,1"
"ExactMatches" "2"
}
}
"restore"
{
"AddOutput" "OnUser1 leveling_counter,Add,1,0,-1"
"AddOutput" "OnUser1 leveling_counter,Add,1,0,-1"
"m_iFrags" "200"
}
}
"3"
{
"name" "Level 3"
"match"
{
"outputs"
{
"m_OnUser1" "leveling_counter,Add,1"
"ExactMatches" "3"
}
}
"restore"
{
"AddOutput" "OnUser1 leveling_counter,Add,1,0,-1"
"AddOutput" "OnUser1 leveling_counter,Add,1,0,-1"
"AddOutput" "OnUser1 leveling_counter,Add,1,0,-1"
"m_iFrags" "300"
}
}
"4"
{
"name" "Level 4"
"match"
{
"outputs"
{
"m_OnUser1" "leveling_counter,Add,1"
"MinMatches" "4"
}
}
"restore"
{
"AddOutput" "OnUser1 leveling_counter,Add,1,0,-1"
"AddOutput" "OnUser1 leveling_counter,Add,1,0,-1"
"AddOutput" "OnUser1 leveling_counter,Add,1,0,-1"
"AddOutput" "OnUser1 leveling_counter,Add,1,0,-1"
"m_iFrags" "400"
}
}
}