1,158
edits
(Created page with "<source lang="c++">__int64 SiteBoss::getInitialHP(SiteBoss *this) // 0x71002D01F4 { const int baseHp = Enemy::getInitialHP(this); // 基礎血量(底) const int halfBa...") |
(Created page with "換句換說,玩家第一個擊倒的厄咒加儂的血量是 800,下一個 1200,再下一個 1600,最後一個 2000。") |
||
Line 382: | Line 382: | ||
}</source> | }</source> | ||
換句換說,玩家第一個擊倒的厄咒加儂的血量是 800,下一個 1200,再下一個 1600,最後一個 2000。 | |||
=== Special case 1: Castle Blights === | === Special case 1: Castle Blights === |