Added new configs by inGame

This commit is contained in:
BotoX
2017-03-25 22:22:50 +01:00
parent 2f17541df4
commit fa1c053918
6 changed files with 228 additions and 0 deletions
@@ -0,0 +1,73 @@
"bosses"
{
"0"
{
"name" "Groke"
"method" "hpbar"
"trigger" "Lvl1_Boss_Tr:OnStartTouch"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"1"
{
"name" "TV"
"method" "hpbar"
"trigger" "Lvl2_Boss_Tr:OnStartTouch"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"2"
{
"name" "God"
"method" "hpbar"
"trigger" "Lvl3_Boss_Tr:OnStartTouch"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"3"
{
"name" "Spider"
"method" "hpbar"
"trigger" "Ext2_Boss_Tr:OnStartTouch"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"4"
{
"name" "Fallen Angel"
"method" "hpbar"
"trigger" "Ext3_Boss_Tr:OnStartTouch"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"5"
{
"name" "Dragon"
"method" "hpbar"
"trigger" "Rescue_B_Path4:OnPass"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"6"
{
"name" "Satan"
"method" "hpbar"
"trigger" "Part3_Relay:OnTrigger"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
}