forked from UNLOZE/sm-plugins
Added new configs by inGame
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user