sm-plugins/SaveLevel/configs/savelevel/ze_FFXII_Paramina_Rift_v1_3.cfg

84 lines
1.0 KiB
INI
Raw Normal View History

2016-01-06 02:11:56 +01:00
"levels"
{
"1"
{
"name" "Level 1"
"match"
{
"math"
2016-01-06 02:11:56 +01:00
{
"m_OnUser2" "leveling_counter,add,1"
}
}
"restore"
{
"AddOutput" "OnUser2 leveling_counter,add,1,0,-1"
"m_iFrags" "100"
}
}
"2"
{
"name" "Level 2"
"match"
{
"math"
2016-01-06 02:11:56 +01:00
{
"m_OnUser2" "leveling_counter,add,2"
2016-01-06 02:11:56 +01:00
}
}
"restore"
{
"AddOutput" "OnUser2 leveling_counter,add,2,0,-1"
2016-01-06 02:11:56 +01:00
"m_iFrags" "200"
}
}
"3"
{
"name" "Level 3"
"match"
{
"math"
2016-01-06 02:11:56 +01:00
{
"m_OnUser2" "leveling_counter,add,3"
2016-01-06 02:11:56 +01:00
}
}
"restore"
{
"AddOutput" "OnUser2 leveling_counter,add,3,0,-1"
2016-01-06 02:11:56 +01:00
"m_iFrags" "300"
}
}
"4"
{
"name" "Level 4"
"match"
{
"math"
2016-01-06 02:11:56 +01:00
{
"m_OnUser2" "leveling_counter,add,4"
2016-01-06 02:11:56 +01:00
}
}
"restore"
{
"AddOutput" "OnUser2 leveling_counter,add,4,0,-1"
2016-01-06 02:11:56 +01:00
"m_iFrags" "400"
}
}
"5"
{
"name" "Level 5"
"match"
{
"math"
2016-01-06 02:11:56 +01:00
{
"m_OnUser2" "leveling_counter,add,5"
2016-01-06 02:11:56 +01:00
}
}
"restore"
{
"AddOutput" "OnUser2 leveling_counter,add,5,0,-1"
2016-01-06 02:11:56 +01:00
"m_iFrags" "500"
}
}
}