満腹度

提供: Minecraft Wiki
ナビゲーションに移動 検索に移動
この記事では、ゲームプレイ上の仕様について説明しています。ステータス効果については「空腹」をご覧ください。
満腹度はホットバーの右上、体力ゲージの反対側に肉のマークのゲージで表示される。

満腹度ないし空腹度(英:Hunger)とは、体力の回復やダッシュの可否などに関連するプレイヤー特有のステータス値であり、一般に食料を食べると回復し、プレイヤーの様々な行動によって消耗する。

概要[編集 | ソースを編集]

プレイヤーの満腹度は、画面下、ホットバーの右上に位置する満腹度ゲージに表示される。満腹度ゲージは骨付き肉のようなマークで表示されており、骨付き肉半分が満腹度1に相当する。ゲージは20 ( × 10)に相当する。

満腹度の作用に関わる値として、隠し満腹度(英:Food Saturation)という満腹度ゲージには表示されない値が存在する。この隠し満腹度は直近に食べた食べ物の種類などに依存する。満腹度は隠し満腹度から減り、隠し満腹度が0になるとゲージが震え出す。

満腹度の作用[編集 | ソースを編集]

満腹度は、値によって次のようにプレイヤーに作用する。

  • 20
    • 隠し満腹度が残っていれば、12秒毎に1♥だけ体力が回復する‌[Java Edition限定]。隠し満腹度が0のときや他エディションでは、18~19のときと同様に作用する。
  • 18〜19(
    • 4秒ごとに体力が1♥ずつ回復する。
    • 満腹度が18 ( × 9)以上の状態でダメージを受けると、直後の1回のみ回復量が2♥に増加する‌[Bedrock Edition限定]
  • 6 ()以下
    • この状態では、ダッシュを行うことができなくなる。
  • 0 ()(飢餓状態)
    • この状態では、4秒ごとに飢餓によるダメージを1♥ずつ受けるようになる。難易度イージーでは10♥♥♥♥♥♥♥♥♥♥、ノーマルでは1♥♥♥♥♥♥♥♥♥♥でダメージが止まるが、ハードモードでは体力が0になるまでダメージを受け続けるので、何かをすぐに食べないと餓死してしまう。餓死は防具エンチャントされたものを含む)や耐性のステータス効果では防げない。継続的にダメージを受けるためベッドで寝ようとしても寝られない。
空腹」も参照

フグ生の鶏肉腐った肉を食べると空腹状態を引き起こし、満腹度の減少を早めることがある。確率はそれぞれ30%、30%、80%である。満腹度ゲージの骨付き肉の色が黄緑がかった色に変化して空腹を示す。ハスクに攻撃されても空腹になる場合がある。

満腹度の仕組み[編集 | ソースを編集]

満腹度に関する仕様は、Player.datフォーマットに記録される次の4つの変数によって動作している。

  • foodLevel(満腹度):満腹度ゲージにも表示される、プレイヤーの現在の満腹度の値。ワールド生成時、およびリスポーン時の初期値は20(満タン)である。
  • foodSaturationLevel(隠し満腹度):プレイヤーが行動した際に、満腹度に優先して減少する値であり、直近に食べたものによって決まる。最大値は現在の満腹度(foodLevel)の値であり、ワールド生成時、およびリスポーン時の初期値は5である。
  • foodExhaustionLevel(満腹度消費度):満腹度の減少に関わる値。プレイヤーの行動によって蓄積され、4まで溜まると隠し満腹度や満腹度が減少する。隠し満腹度から優先的に減少し、隠し満腹度0になると満腹度自体が減少するようになる。
  • foodTickTimer(満腹度タイマー):満腹度に関する作用を周期的に行うための値である。1ティックごとに1加算され、特定の値に達すると対応する作用を発生させるとともに0に戻り、再びカウントを始める。
    • 特に満腹度が20の時...〔隠し満腹度〕×16ポイント(この値が1以上の場合は1に抑えられる)の体力を、カウントが10に達する毎に回復する。
    • 満腹度が18〜19の時...80に達する毎に体力を1回復する
    • 満腹度が0の時...80に達する毎にダメージを1与える

以上の変数は/data get entity <プレイヤー名> <変数名>と入力するとその現在の値を確認することができる‌[Java Edition限定]

満腹度の消耗[編集 | ソースを編集]

満腹度はプレイヤーの様々な行動によって損耗する。特定の動作をする度にその動作に設定された分だけ満腹度消費度(foodExhaustion)が増大し、これが4に達する毎に満腹度が1減少する。

各動作に割り当てられている消費度は以下の通りである。

動作 消費度
増加量
動作単位
泳ぐ
0.01
1メートル毎
ブロックの破壊
0.005
1ブロック毎
ダッシュ
0.1
1メートル毎
ジャンプ
0.05
1回毎
攻撃
0.1
1撃毎
ダメージを受ける
0.1
1撃毎
EffectSprite hunger.png:Minecraftのhungerのスプライト画像 リンク先:空腹空腹
0.005
×効果レベル
毎ティック
ダッシュジャンプ
0.2
1ジャンプ毎
満腹度(18以上)による回復
6.0
1♥ポイント毎

この表に載っている以外の動作は、一切満腹度を減耗させない。よって、徒歩ウマボートトロッコを用いることで満腹度を節約することができる。

満腹度の回復[編集 | ソースを編集]

詳細は「食料」を参照

満腹度や隠し満腹度は、食料を食べたりハチミツ入りの瓶を飲むことにより回復することができる。ただし、隠し満腹度が満腹度を超えて回復することはないため、隠し満腹度回復量が多い食べ物を食べるときは、現在の満腹度が低いと無駄になる場合がある。

各食料の回復値は次の通りである。

名称 アイコン 満腹度 隠し満腹度 実質満腹度
[注釈 1]
隠し満腹度の比[注釈 2] ステータス効果 入手方法
リンゴ Invicon Apple.png: Inventory sprite for Apple in Minecraft as shown in-game linking to Apple with description: リンゴ 4 () 2.4 6.4 0.6

なし

  • オーク/ダークオークのから破壊時、自然消滅時にドロップ
  • 要塞の祭壇と倉庫、の武器鍛冶の家と一般の平原の家、イグルーのチェストおよびボーナスチェスト
  • 見習いの農民から、エメラルド1つに対して4つと交易
ベイクドポテト Invicon Baked Potato.png: Inventory sprite for Baked Potato in Minecraft as shown in-game linking to Baked Potato with description: ベイクドポテト 5 () 6 11 1.2

なし

かまど燻製器焚き火ジャガイモ製錬
ビートルート Invicon Beetroot.png: Inventory sprite for Beetroot in Minecraft as shown in-game linking to Beetroot with description: ビートルート 1 () 1.2 2.2 1.2

なし

ビートルートスープ Invicon Beetroot Soup.png: Inventory sprite for Beetroot Soup in Minecraft as shown in-game linking to Beetroot Soup with description: ビートルートスープ 6 () 7.2 13.2 1.2

なし

パン Invicon Bread.png: Inventory sprite for Bread in Minecraft as shown in-game linking to Bread with description: パン 5 () 6 11 1.2

なし

  • 小麦からクラフト
  • ダンジョン、要塞の祭壇と倉庫、村、森の洋館のチェストとボーナスチェスト
  • 新米の農民から、1つのエメラルドに対し6個交易
  • 襲撃撃破時の農民からの贈り物‌[Java Edition限定]
ケーキ (一切れ) Invicon Cake.png: Inventory sprite for Cake in Minecraft as shown in-game linking to Cake with description: ケーキ 2 () 0.4 2.4 0.2

なし

ケーキを食べる
ケーキ (1ホール) Invicon Cake.png: Inventory sprite for Cake in Minecraft as shown in-game linking to Cake with description: ケーキ 14 ( × 7) 2.8 16.8 0.2

なし

ニンジン Invicon Carrot.png: Inventory sprite for Carrot in Minecraft as shown in-game linking to Carrot with description: ニンジン 3 () 3.6 6.6 1.2

なし

コーラスフルーツ Invicon Chorus Fruit.png: Inventory sprite for Chorus Fruit in Minecraft as shown in-game linking to Chorus Fruit with description: コーラスフルーツ 4 () 2.4 6.4 0.6

エンダーマンと同様、ランダムにテレポートする。

コーラスプラントを破壊する
焼き鳥 Invicon Cooked Chicken.png: Inventory sprite for Cooked Chicken in Minecraft as shown in-game linking to Cooked Chicken with description: 焼き鳥 6 () 7.2 13.2 1.2

なし

  • 生の鶏肉を調理する
  • 燃えているニワトリを倒す
  • 見習いの肉屋から、エメラルド1個に対し8個‌[JE限定]ないし4個と交換できる。
  • 襲撃撃退時の肉屋からの贈り物‌[Java Edition限定]
焼き鱈 Invicon Cooked Cod.png: Inventory sprite for Cooked Cod in Minecraft as shown in-game linking to Cooked Cod with description: 焼き鱈 5 () 6 11 1.2

なし

焼き羊肉 Invicon Cooked Mutton.png: Inventory sprite for Cooked Mutton in Minecraft as shown in-game linking to Cooked Mutton with description: 焼き羊肉 6 () 9.6 15.6 1.6

なし

  • 生の羊肉を調理する
  • 燃えているヒツジを倒す
  • 見習いの肉屋から、エメラルド1つに対して4つ交換できる
  • 襲撃撃退時の肉屋からの贈り物‌[Java Edition限定]
焼き豚 Invicon Cooked Porkchop.png: Inventory sprite for Cooked Porkchop in Minecraft as shown in-game linking to Cooked Porkchop with description: 焼き豚 8 () 12.8 20.8 1.6

なし

  • 生の豚肉を調理する
  • 燃えているブタあるいはホグリンを倒す
  • 見習いの肉屋から、エメラルド1つに対して5つ‌[JE限定]または3‌[BE限定]つと交換できる
  • 襲撃撃退時の肉屋からの贈り物‌[Java Edition限定]
焼き兎肉 Invicon Cooked Rabbit.png: Inventory sprite for Cooked Rabbit in Minecraft as shown in-game linking to Cooked Rabbit with description: 焼き兎肉 5 () 6 11 1.2

なし

焼き鮭 Invicon Cooked Salmon.png: Inventory sprite for Cooked Salmon in Minecraft as shown in-game linking to Cooked Salmon with description: 焼き鮭 6 () 9.6 15.6 1.6

なし

クッキー Invicon Cookie.png: Inventory sprite for Cookie in Minecraft as shown in-game linking to Cookie with description: クッキー 2 () 0.4 2.4 0.2

なし

  • 小麦カカオ豆からクラフトする
  • 一人前の農民から3つのエメラルドに対して18個交換できる
乾燥した昆布 Invicon Dried Kelp.png: Inventory sprite for Dried Kelp in Minecraft as shown in-game linking to Dried Kelp with description: 乾燥した昆布 1 () 0.6 1.6 0.6

なし

0.2
エンチャントされた金のリンゴ Invicon Enchanted Golden Apple.png: Inventory sprite for Enchanted Golden Apple in Minecraft as shown in-game linking to Enchanted Golden Apple with description: 4 () 9.6 13.6 2.4
金のリンゴ Invicon Golden Apple.png: Inventory sprite for Golden Apple in Minecraft as shown in-game linking to Golden Apple with description: 金のリンゴ 4 () 9.6 13.6 2.4
グロウベリー Invicon Glow Berries.png: Inventory sprite for Glow Berries in Minecraft as shown in-game linking to Glow Berries with description: グロウベリー 2 () 0.4 2.4 0.2

なし

金のニンジン Invicon Golden Carrot.png: Inventory sprite for Golden Carrot in Minecraft as shown in-game linking to Golden Carrot with description: 金のニンジン 6 () 14.4 20.4 2.4

なし

  • ニンジン金塊からクラフト
  • 達人の農民から、3つのエメラルドに対して3つ交換できる
ハチミツ入りの瓶 Invicon Honey Bottle.png: Inventory sprite for Honey Bottle in Minecraft as shown in-game linking to Honey Bottle with description: ハチミツ入りの瓶 6 () 1.2 7.2 0.2

EffectSprite poison.png:Minecraftのpoisonのスプライト画像 リンク先:毒を治す

スイカの薄切り Invicon Melon Slice.png: Inventory sprite for Melon Slice in Minecraft as shown in-game linking to Melon Slice with description: スイカの薄切り 2 () 1.2 3.2 0.6

なし

キノコシチュー Invicon Mushroom Stew.png: Inventory sprite for Mushroom Stew in Minecraft as shown in-game linking to Mushroom Stew with description: キノコシチュー 6 () 7.2 13.2 1.2

なし

青くなったジャガイモ Invicon Poisonous Potato.png: Inventory sprite for Poisonous Potato in Minecraft as shown in-game linking to Poisonous Potato with description: 青くなったジャガイモ 2 () 1.2 3.2 0.6

EffectSprite poison.png:Minecraftのpoisonのスプライト画像 リンク先:毒を5秒(60%の確率)

  • ジャガイモを収穫すると稀にドロップする
  • 沈没船のチェスト
ジャガイモ Invicon Potato.png: Inventory sprite for Potato in Minecraft as shown in-game linking to Potato with description: ジャガイモ 1 () 0.6 1.6 0.6

なし

フグ Invicon Pufferfish.png: Inventory sprite for Pufferfish in Minecraft as shown in-game linking to Pufferfish (item) with description: フグ 1 () 0.2 1.2 0.2
(−4.8)
  • 釣り
  • フグを倒す
  • ガーディアンおよびエルダーガーディアンからのレアドロップ
パンプキンパイ Invicon Pumpkin Pie.png: Inventory sprite for Pumpkin Pie in Minecraft as shown in-game linking to Pumpkin Pie with description: パンプキンパイ 8 () 4.8 12.8 0.6

なし

  • カボチャ砂糖からクラフト
  • 見習いの農民から、1個のエメラルドに対して4つ交換できる
  • タイガのの家のチェスト
  • 襲撃撃破時の農民からの贈り物‌[Java Edition限定]
ウサギシチュー Invicon Rabbit Stew.png: Inventory sprite for Rabbit Stew in Minecraft as shown in-game linking to Rabbit Stew with description: ウサギシチュー 10 () 12 22 1.2

なし

生の牛肉 Invicon Raw Beef.png: Inventory sprite for Raw Beef in Minecraft as shown in-game linking to Raw Beef with description: 生の牛肉 3 () 1.8 4.8 0.6

なし

生の鶏肉 Invicon Raw Chicken.png: Inventory sprite for Raw Chicken in Minecraft as shown in-game linking to Raw Chicken with description: 生の鶏肉 2 () 1.2 3.2 0.6
(-2.075)

EffectSprite hunger.png:Minecraftのhungerのスプライト画像 リンク先:空腹空腹を30秒(30%)

生鱈 Invicon Raw Cod.png: Inventory sprite for Raw Cod in Minecraft as shown in-game linking to Raw Cod with description: 生鱈 2 () 0.4 2.4 0.2

なし

生の羊肉 Invicon Raw Mutton.png: Inventory sprite for Raw Mutton in Minecraft as shown in-game linking to Raw Mutton with description: 生の羊肉 2 () 1.2 3.2 0.6

なし

生の豚肉 Invicon Raw Porkchop.png: Inventory sprite for Raw Porkchop in Minecraft as shown in-game linking to Raw Porkchop with description: 生の豚肉 3 () 1.8 4.8 0.6

なし

生の兎肉 Invicon Raw Rabbit.png: Inventory sprite for Raw Rabbit in Minecraft as shown in-game linking to Raw Rabbit with description: 生の兎肉 3 () 1.8 4.8 0.6

なし

生鮭 Invicon Raw Salmon.png: Inventory sprite for Raw Salmon in Minecraft as shown in-game linking to Raw Salmon with description: 生鮭 2 () 0.4 2.4 0.2

なし

腐った肉 Invicon Rotten Flesh.png: Inventory sprite for Rotten Flesh in Minecraft as shown in-game linking to Rotten Flesh with description: 腐った肉 4 () 0.8 4.8 0.2
(-1.8)

EffectSprite hunger.png:Minecraftのhungerのスプライト画像 リンク先:空腹空腹を30秒(80%)

砂漠の寺院ジャングルの寺院のチェスト

  • 釣りでゴミとして釣れる
  • ネコの贈り物
クモの目 Invicon Spider Eye.png: Inventory sprite for Spider Eye in Minecraft as shown in-game linking to Spider Eye with description: クモの目 2 () 3.2 5.2 1.6
(-2.2)

EffectSprite poison.png:Minecraftのpoisonのスプライト画像 リンク先:毒(5秒)

ステーキ Invicon Steak.png: Inventory sprite for Steak in Minecraft as shown in-game linking to Steak with description: ステーキ 8 () 12.8 20.8 1.6

なし

怪しげなシチュー Invicon Suspicious Stew.png: Inventory sprite for Suspicious Stew in Minecraft as shown in-game linking to Suspicious Stew with description: 怪しげなシチュー 6 () 7.2 13.2 1.2

使用した花によって以下の効果を受ける

怪しげなシチュー (満腹度回復の効果つき) Invicon Suspicious Stew.png: Inventory sprite for Suspicious Stew in Minecraft as shown in-game linking to Suspicious Stew with description: 怪しげなシチュー 13 ( × 6.5) 21.2 34.2 1.6307692307692

EffectSprite saturation.png:Minecraftのsaturationのスプライト画像 リンク先:満腹度回復満腹度回復の値を加算済み

スイートベリー Invicon Sweet Berries.png: Inventory sprite for Sweet Berries in Minecraft as shown in-game linking to Sweet Berries with description: スイートベリー 2 () 1.2 3.2 0.6

なし

熱帯魚 Invicon Tropical Fish.png: Inventory sprite for Tropical Fish in Minecraft as shown in-game linking to Tropical Fish (item) with description: 熱帯魚 1 () 0.2 1.2 0.2

なし

  1. 満腹度と隠し満腹度の回復量とを足した値で、その食料がどの程度腹持ちするかを大まかに示した値。上限に近い状態で食料を食べた場合はその一部が無駄になるので注意。
  2. 満腹度に対する隠し満腹度の比。隠し満腹度は現在の満腹度が上限になるので、この比が高いと、満腹度が低い状態で食べると隠し満腹度が無駄になりやすい。一方この値が低すぎると、こんどは隠し満腹度が満腹度に追いつく前に満腹度のほうが上限(20)に達してしまって食料を食べることができなくなるため、隠し満腹度が十分に溜まらないのであまり腹持ちしない。
名称 アイコン 満腹度 隠し満腹度 実質満腹度
[注釈 1]
隠し満腹度の比[注釈 2] ステータス効果 入手方法
ミルク入りバケツ Invicon Milk Bucket.png: Inventory sprite for Milk Bucket in Minecraft as shown in-game linking to Milk Bucket with description: ミルク入りバケツ 0 () 0 0 N/A

すべての効果を除去する

ハチミツ入りの瓶 Invicon Honey Bottle.png: Inventory sprite for Honey Bottle in Minecraft as shown in-game linking to Honey Bottle with description: ハチミツ入りの瓶 6 () 2.4 8.4 0.4

EffectSprite poison.png:Minecraftのpoisonのスプライト画像 リンク先:毒を除去する

水入り瓶 Invicon Water Bottle.png: Inventory sprite for Water Bottle in Minecraft as shown in-game linking to Water Bottle with description: 水入り瓶 効果なし 0 () 0 0 N/A

なし

奇妙なポーション Invicon Awkward Potion.png: Inventory sprite for Awkward Potion in Minecraft as shown in-game linking to Awkward Potion with description: 奇妙なポーション 効果なし 0 () 0 0 N/A

なし

ありふれたポーション Invicon Mundane Potion.png: Inventory sprite for Mundane Potion in Minecraft as shown in-game linking to Mundane Potion with description: ありふれたポーション 効果なし 0 () 0 0 N/A

なし

濃厚なポーション Invicon Thick Potion.png: Inventory sprite for Thick Potion in Minecraft as shown in-game linking to Thick Potion with description: 濃厚なポーション 効果なし 0 () 0 0 N/A

なし

その他のポーション Invicon Water Bottle.png: Inventory sprite for Water Bottle in Minecraft as shown in-game linking to Any Potion with description: 水入り瓶 効果なしInvicon Awkward Potion.png: Inventory sprite for Awkward Potion in Minecraft as shown in-game linking to Any Potion with description: 奇妙なポーション 効果なしInvicon Thick Potion.png: Inventory sprite for Thick Potion in Minecraft as shown in-game linking to Any Potion with description: 濃厚なポーション 効果なしInvicon Mundane Potion.png: Inventory sprite for Mundane Potion in Minecraft as shown in-game linking to Any Potion with description: ありふれたポーション 効果なしInvicon Potion of Regeneration.png: Inventory sprite for Potion of Regeneration in Minecraft as shown in-game linking to Any Potion with description: 再生のポーション 再生能力 (0:45)Invicon Potion of Swiftness.png: Inventory sprite for Potion of Swiftness in Minecraft as shown in-game linking to Any Potion with description: 俊敏のポーション 移動速度 (3:00)Invicon Potion of Fire Resistance.png: Inventory sprite for Potion of Fire Resistance in Minecraft as shown in-game linking to Any Potion with description: 耐火のポーション 火炎耐性 (3:00)Invicon Potion of Poison.png: Inventory sprite for Potion of Poison in Minecraft as shown in-game linking to Any Potion with description: 毒のポーション 毒 (0:45)Invicon Potion of Healing.png: Inventory sprite for Potion of Healing in Minecraft as shown in-game linking to Any Potion with description: 治癒のポーション 即時回復Invicon Potion of Night Vision.png: Inventory sprite for Potion of Night Vision in Minecraft as shown in-game linking to Any Potion with description: 暗視のポーション 暗視 (3:00)Invicon Potion of Weakness.png: Inventory sprite for Potion of Weakness in Minecraft as shown in-game linking to Any Potion with description: 弱化のポーション 弱体化 (1:30)Invicon Potion of Strength.png: Inventory sprite for Potion of Strength in Minecraft as shown in-game linking to Any Potion with description: 力のポーション 攻撃力上昇 (3:00)Invicon Potion of Slowness.png: Inventory sprite for Potion of Slowness in Minecraft as shown in-game linking to Any Potion with description: 鈍化のポーション 移動速度低下 (1:30)Invicon Potion of Leaping.png: Inventory sprite for Potion of Leaping in Minecraft as shown in-game linking to Any Potion with description: 跳躍のポーション 跳躍力上昇 (3:00)Invicon Potion of Harming.png: Inventory sprite for Potion of Harming in Minecraft as shown in-game linking to Any Potion with description: 負傷のポーション 即時ダメージInvicon Potion of Water Breathing.png: Inventory sprite for Potion of Water Breathing in Minecraft as shown in-game linking to Any Potion with description: 水中呼吸のポーション 水中呼吸 (3:00)Invicon Potion of Invisibility.png: Inventory sprite for Potion of Invisibility in Minecraft as shown in-game linking to Any Potion with description: 透明化のポーション 透明化 (3:00)Invicon Potion of Slow Falling.png: Inventory sprite for Potion of Slow Falling in Minecraft as shown in-game linking to Any Potion with description: 低速落下のポーション 落下速度低下 (1:30)Invicon Potion of Luck.png: Inventory sprite for Potion of Luck in Minecraft as shown in-game linking to Any Potion with description: 幸運のポーション 幸運 (5:00)Invicon Potion of Decay.png: Inventory sprite for Potion of Decay in Minecraft as shown in-game linking to Any Potion with description: 衰弱のポーション 衰弱 (0:40)Invicon Potion of the Turtle Master.png: Inventory sprite for Potion of the Turtle Master in Minecraft as shown in-game linking to Any Potion with description: タートルマスターのポーション 移動速度低下 IV (0:20) 耐性 III (0:20)Invicon Potion of Oozing.png: Inventory sprite for Potion of Oozing in Minecraft as shown in-game linking to Any Potion with description: 滲出のポーション 滲出 (3:00)Invicon Potion of Infestation.png: Inventory sprite for Potion of Infestation in Minecraft as shown in-game linking to Any Potion with description: 虫食いのポーション 虫食い (3:00)Invicon Potion of Weaving.png: Inventory sprite for Potion of Weaving in Minecraft as shown in-game linking to Any Potion with description: 巣張りのポーション 巣張り (3:00)Invicon Potion of Wind Charging.png: Inventory sprite for Potion of Wind Charging in Minecraft as shown in-game linking to Any Potion with description: 蓄風のポーション 蓄風 (3:00) 0 () 0 0 N/A

ポーションによる

  • 醸造や各種の構造物のチェストなどから入手可能(この表では、基礎ポーション以外を紹介している)。
  1. 満腹度と隠し満腹度の回復量とを足した値で、その食料がどの程度腹持ちするかを大まかに示した値。上限に近い状態で食料を食べた場合はその一部が無駄になるので注意。
  2. 満腹度に対する隠し満腹度の比。隠し満腹度は現在の満腹度が上限になるので、この比が高いと、満腹度が低い状態で食べると隠し満腹度が無駄になりやすい。一方この値が低すぎると、こんどは隠し満腹度が満腹度に追いつく前に満腹度のほうが上限(20)に達してしまって食料を食べることができなくなるため、隠し満腹度が十分に溜まらないのであまり腹持ちしない。

満腹度による体力の回復はゲームルールnaturalRegenerationで無効にすることができる。

ピースフルモードでは満腹度が減少することはなく、もし満タンでなければ満腹度は即時に回復されるため、上記の負の効果を受けることはなくなる。

実績[編集 | ソースを編集]

アイコン 実績 ゲーム内での説明 実際の条件(異なる場合) 得られるゲーマースコア [閉じる]トロフィーの種類(PS4)
PS4 その他
AchievementSprite iron-belly.png:Minecraftのiron-bellyのスプライト画像 リンク先:実績#強靭なお腹NewAchievementSprite iron-belly.png:Minecraftのiron-bellyのスプライト画像 リンク先:実績#強靭なお腹強靭なお腹腐肉で飢えをしのごう。飢えている(満腹度がゼロ)間に腐った肉を食べる。20Gブロンズ

歴史[編集 | ソースを編集]

満腹度ゲージが初めて紹介された画像。
Java Edition Beta
2011年7月19日NotchがTwitterに投稿した高度生成プログラムの実験時の画像の中で、満腹度ゲージが初めて公開された。
1.8Pre-release満腹度が導入された。従来は食料を摂取することで直接体力を回復するようになっていたが、これ以降は満腹度が90%以上のときにのみ自然に体力が回復するようになった。
Java Edition
1.6.113w23a体力の回復により満腹度が損耗するようになった。
1.7.2?ダッシュジャンプの消費度が0.2から0.8に上方修正された。
1.8?ピースフルモードにおいて、満腹度が満タンでないときに回復するようになった。
1.915w40a隠し満腹度が残っている場合に、体力の回復が通常より早くなるようになった。
体力の回復による満腹度の消耗度が上方修正された。
15w44a隠し満腹度が残っている際の回復の速度ボーナスが、満腹度が満タンのときにのみ適用されるようになった。
15w49aスニーク移動による満腹度消費度の増加量が0.01ポイント/メートルから0.005ポイント/メートルに下方修正された。
1.1116w32a満腹度消費度の増加量が全体的に下方修正された。
* 泳ぐ:0.015ポイント/メートル→0.01ポイント/メートル
* ブロックの破壊:0.025ポイント/ブロック→0.005ポイント/ブロック
* ジャンプ:0.2ポイント/回→0.05ポイント/回
* ダッシュジャンプ:0.8ポイント/回→0.2ポイント/回
* 攻撃・受ダメージ:0.3ポイント/発→0.10.3ポイント/発
* EffectSprite hunger.png:Minecraftのhungerのスプライト画像 リンク先:空腹空腹:0.5ポイント/秒→0.1ポイント/秒
スニーク移動と徒歩移動では満腹度が消耗しなくなった。
自然回復の満腹度消費度が4.0ポイント/体力ポイントから6.0ポイント/体力ポイントに上方修正された。
トロッコボートに乗っている間にも満腹度ゲージが見えるようになった。
Pocket Edition Alpha
v0.12.1build 1満腹度が導入された。従来は食料を摂取することで直接体力を回復するようになっていたが、これ以降は満腹度が90%以上のときにのみ自然に体力が回復するようになった。
Bedrock Edition
1.18.30beta 1.18.20.25満腹度消費度がJava Editionに合わせて下方修正された。
満腹度消費度がAdd-onでカスタムできるようになった。[1]
Legacy Console Edition
TU5CU1Patch 11.0.1満腹度が追加された。
TU43CU33Patch 13再び食料で体力が回復するようになった。
TU54CU44Patch 241.0.4満腹度消費度の増加量が全体的に下方修正された。
* 泳ぐ:0.015ポイント/メートル→0.01ポイント/メートル
* ブロックの破壊:0.025ポイント/ブロック→0.005ポイント/ブロック
* ジャンプ:0.2ポイント/回→0.05ポイント/回
* ダッシュジャンプ:0.8ポイント/回→0.2ポイント/回
* 攻撃・受ダメージ:0.3ポイント/発→0.10.3ポイント/発
* EffectSprite hunger.png:Minecraftのhungerのスプライト画像 リンク先:空腹空腹:0.5ポイント/秒→0.1ポイント/秒
スニーク移動と徒歩移動では満腹度が消耗しなくなった。
自然回復の満腹度消費度が4.0ポイント/体力ポイントから6.0ポイント/体力ポイントに上方修正された。

問題点[編集 | ソースを編集]

「満腹度」に関する問題点は、バグトラッカーにて管理されている。問題点の報告はそちらで行ってほしい。

脚注[編集 | ソースを編集]

ナビゲーション[編集 | ソースを編集]