sm-plugins/BossHP/configs/bosshp/ze_shroomforest2_v1.cfg

91 lines
1.8 KiB
INI
Raw Normal View History

2017-03-25 22:22:50 +01:00
"bosses"
{
"0"
{
"name" "Groke"
"method" "hpbar"
"trigger" "Lvl1_Boss_Tr:OnStartTouch"
2018-12-26 21:52:10 +01:00
"hurttrigger" "Boss_Health:OutValue"
2017-03-25 22:22:50 +01:00
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"1"
{
2017-05-01 12:14:18 +02:00
"name" "TV heart"
2017-03-25 22:22:50 +01:00
"method" "hpbar"
"trigger" "Lvl2_Boss_Tr:OnStartTouch"
2018-12-26 21:52:10 +01:00
"hurttrigger" "B2a_Phys:OnHealthChanged"
2017-03-25 22:22:50 +01:00
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"2"
{
2017-05-01 12:14:18 +02:00
"name" "GOD"
2017-03-25 22:22:50 +01:00
"method" "hpbar"
"trigger" "Lvl3_Boss_Tr:OnStartTouch"
2018-12-26 21:52:10 +01:00
"hurttrigger" "Boss_Health:OutValue"
2017-03-25 22:22:50 +01:00
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"3"
{
"name" "Spider"
"method" "hpbar"
"trigger" "Ext2_Boss_Tr:OnStartTouch"
2018-12-26 21:52:10 +01:00
"hurttrigger" "Lvl2_S_Phys:OnHealthChanged"
2017-03-25 22:22:50 +01:00
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"4"
{
2018-12-26 21:52:10 +01:00
"name" "Fallen Angel"
2017-03-25 22:22:50 +01:00
"method" "hpbar"
"trigger" "Ext3_Boss_Tr:OnStartTouch"
2018-12-26 21:52:10 +01:00
"hurttrigger" "B3b_Phys:OnHealthChanged"
2017-03-25 22:22:50 +01:00
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"5"
{
2018-12-26 21:52:10 +01:00
"name" "Dragon"
2017-03-25 22:22:50 +01:00
"method" "hpbar"
"trigger" "Rescue_B_Path4:OnPass"
2018-12-26 21:52:10 +01:00
"hurttrigger" "Dragon_Phys:OnHealthChanged"
2017-03-25 22:22:50 +01:00
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"6"
{
2018-12-26 21:52:10 +01:00
"name" "Satan"
2017-03-25 22:22:50 +01:00
"method" "hpbar"
"trigger" "Part3_Relay:OnTrigger"
2018-12-26 21:52:10 +01:00
"hurttrigger" "Part2_Satan_Phys:OnDamaged"
2017-03-25 22:22:50 +01:00
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
2018-12-26 21:52:10 +01:00
"7"
{
"name" "Satan"
"method" "hpbar"
"trigger" "Part2_Tr:OnStartTouch"
"hurttrigger" "Part3_SatanPhys:OnHealthChanged"
"iterator" "Satan_HealthCount"
"counter" "Satan_Health"
"backup" "Satan_HealthInit"
}
2017-03-25 22:22:50 +01:00
}