<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://zeldamods.org/wiki/Translations:Difficulty_scaling/385/zh/history?feed=atom</id>
	<title>Translations:Difficulty scaling/385/zh - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://zeldamods.org/wiki/Translations:Difficulty_scaling/385/zh/history?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://zeldamods.org/wiki/Translations:Difficulty_scaling/385/zh/history"/>
	<updated>2026-06-02T05:56:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://zeldamods.org/w_botw/index.php?title=Translations:Difficulty_scaling/385/zh&amp;diff=9949&amp;oldid=prev</id>
		<title>Leoetlino: Created page with &quot;&lt;source lang=&quot;c++&quot;&gt;__int64 SiteBoss::getInitialHP(SiteBoss *this) // 0x71002D01F4 {   const int baseHp = Enemy::getInitialHP(this); // 基礎血量（底）   const int halfBa...&quot;</title>
		<link rel="alternate" type="text/html" href="https://zeldamods.org/w_botw/index.php?title=Translations:Difficulty_scaling/385/zh&amp;diff=9949&amp;oldid=prev"/>
		<updated>2020-05-11T12:42:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;source lang=&amp;quot;c++&amp;quot;&amp;gt;__int64 SiteBoss::getInitialHP(SiteBoss *this) // 0x71002D01F4 {   const int baseHp = Enemy::getInitialHP(this); // 基礎血量（底）   const int halfBa...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;c++&amp;quot;&amp;gt;__int64 SiteBoss::getInitialHP(SiteBoss *this) // 0x71002D01F4&lt;br /&gt;
{&lt;br /&gt;
  const int baseHp = Enemy::getInitialHP(this); // 基礎血量（底）&lt;br /&gt;
  const int halfBaseHp = baseHp &amp;gt;&amp;gt; 1; // 除以 2（台）&lt;br /&gt;
  const bool dieGanonWind = hasFlag_Die_PGanonWind(0); // 打過風嗎？&lt;br /&gt;
  const bool dieGanonWater = hasFlag_Die_PGanonWater(0); // 打過水嗎？&lt;br /&gt;
  const bool dieGanonFire = hasFlag_Die_PGanonFire(0); // 打過火嗎？&lt;br /&gt;
  const bool dieGanonElectric = hasFlag_Die_PGanonElectric(0); // 打過雷嗎？&lt;br /&gt;
  const int flags = this-&amp;gt;siteBossFlags &amp;amp; 0xFFFFFFFC; // 玩家在哪裡&lt;br /&gt;
  int multiplier;&lt;br /&gt;
  if ( flags == 4 ) // 城堡裡&lt;br /&gt;
    multiplier = 3;&lt;br /&gt;
  else if ( flags == 8 ) // 幻影空間&lt;br /&gt;
    multiplier = 4;&lt;br /&gt;
  else&lt;br /&gt;
    multiplier = dieGanonFire + dieGanonWind + dieGanonWater + dieGanonElectric;&lt;br /&gt;
  return baseHp + multiplier * halfBaseHp;&lt;br /&gt;
}&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Leoetlino</name></author>
	</entry>
</feed>