1,158
edits
(Created page with "=== Special case 1: 城堡裡的厄咒加儂 ===") |
(Created page with "城堡裡的厄咒加儂,不管是第幾隻,血量都是 800+3×400 = 2000。") |
||
Line 388: | Line 388: | ||
Castle blights have <code>IsRemainBoss</code> set to false in their root AI parameters (see [[AIDef:AI/SiteBossSpearRoot]] for example), which sets flag 4. | Castle blights have <code>IsRemainBoss</code> set to false in their root AI parameters (see [[AIDef:AI/SiteBossSpearRoot]] for example), which sets flag 4. | ||
城堡裡的厄咒加儂,不管是第幾隻,血量都是 800+3×400 = 2000。 | |||
If flag 4 is set, the [[AIDef:Action/SiteBossDie]] code will NOT increment the "defeated" counter. This means castle blights do not give any scaling points. | If flag 4 is set, the [[AIDef:Action/SiteBossDie]] code will NOT increment the "defeated" counter. This means castle blights do not give any scaling points. |