Biome Difficulty

Give each biome a setting to modify the “Attributes” of hostile MOBs.

*Caution!

This mod is intended for those who have some command knowledge.
(At least you need to know about “Attribute” to be able to use it.)
The default settings also assume that the player's maximum health can be increased to some extent.

*Overview

This mod allows each Biome to adjust its "Attribute",
such as HP and attack power, when hostile monsters appear.

After installing and running the mod, a folder "biomedifficulty/biomesettings" will be created in the Config folder, and a .json file containing the settings for each biome will be created in that folder.
(For example, “biomedifficulty/biomesettings/minecraft/forest.json” for the Forest biome.)

These file and folder names are necessary for identification within the mod and should not be configured or renamed!

By default, settings are made for various vanilla biomes.

*How to Setup

Open the .json file and you will find the following file settings.

ice_spikes.json

{
  "UseSetting": true,
  "StatFactor": {
    "minecraft:generic.movement_speed": 0.1,
    "minecraft:generic.max_health": 1.5
  },
  "StatOffset": {
    "biomedifficulty:mob.truedamagevalue": 0.5,
    "biomedifficulty:mob.damagefactor": 0.75,
    "minecraft:knockback_resistance": 0.4,
    "biomedifficulty:mob.bonusexpfactor": 1.0,
    "minecraft:generic.armor": 6.0,
    "minecraft:generic.armor_toughness": 2.0
  }
}

"UseSetting" :
Use this mod setting with this biome.
If set to false, this biome will not compensate Entity.
(Default:false)

"StatFactor" :
Enumerate additional corrections due to magnification in this biome in the form of a list of target “Attribute” and values. For example

"minecraft:generic.max_health": 1.5

will result in a +150% correction to maximum health.
Each value is separated by Comma(,)

"StatOffset" :
Additional direct value corrections for this biome are listed in the form of a list of target “Attribute” and values. For example

"minecraft:generic.armor": 6.0,

will add 6.0 (3 armor marks) to the defense value.
Each value is separated by Comma(,)

*bonus

This mod adds the following three "Attributes".

"biomedifficulty:mob.damagefactor" :

Corrects for the damage done by the entity; at 1.0,
the entity does twice as much damage.

"biomedifficulty:mob.truedamagevalue" :

The amount of damage an entity does when it deals damage,
ignoring any resistances; at 2.0,
the target's health is reduced by one heart when the attack hits.

"biomedifficulty:mob.bonusexpfactor" :

This is the percentage of the amount of experience bonus that an entity drops.
If 1.0, the same amount of bonus experience is dropped as usual
If set, the minimum experience gained is increased by 1.

======================

(日本語説明)

*注意!

このMODはある程度コマンドの知識を持っている人向けです。
(少なくとも"Attribute"について知っていないと使いこなすのは難しいです。) また、デフォルト設定ではある程度プレイヤーの最大HPを増やすことを前提とした設定になっています。

*概要

このMODはBiome毎に敵対的なモンスターの出現時に
HPや攻撃力などの"Attribute"に補正をかけることが出来ます。

このMODを導入し起動を行うことで、
Configフォルダ内に"biomedifficulty/biomesettings"フォルダが生成され、
その中のフォルダにてバイオームごとの設定が入った.jsonファイルが生成されます。
(例えば、Forestバイオームの場合は"biomedifficulty/biomesettings/minecraft/forest.json"です。)

これらのファイル名やフォルダ名はMOD内での識別に必要なため、構成や名前を変更しないでください!

デフォルトでは各種バニラのバイオームに対して設定が行われています。

*設定方法

.jsonファイルを開くと以下のようなファイル設定があります。

ice_spikes.json

{
  "UseSetting": true,
  "StatFactor": {
    "minecraft:generic.movement_speed": 0.1,
    "minecraft:generic.max_health": 1.5
  },
  "StatOffset": {
    "biomedifficulty:mob.truedamagevalue": 0.5,
    "biomedifficulty:mob.damagefactor": 0.75,
    "minecraft:knockback_resistance": 0.4,
    "biomedifficulty:mob.bonusexpfactor": 1.0,
    "minecraft:generic.armor": 6.0,
    "minecraft:generic.armor_toughness": 2.0
  }
}

"UseSetting" :
このバイオームでこのMODの設定を使用するか。
falseにするとこのバイオームはMOBに補正を与えません。
(デフォルト:false)

"StatFactor" :
このバイオームでの倍率による追加補正を対象の"Attribute"と値のリスト形式で列挙します。例えば

"minecraft:generic.max_health": 1.5

とすることで、最大体力に+150%の補正がかかります。
それぞれの値は,(カンマ)で区切ります。

"StatOffset" :
このバイオームでの直接値による追加補正を対象の"Attribute"と値のリスト形式で列挙します。例えば

"minecraft:generic.armor": 6.0,

とすることで、防御値に6.0(鎧マーク3個分)の補正が加わります。
それぞれの値は,(カンマ)で区切ります。

*おまけ

このMODでは以下の3つの"Attribute"を追加しています。

"biomedifficulty:mob.damagefactor" :

エンティティが与えるダメージに補正を与えます。
1.0の場合、エンティティは2倍のダメージを与えます。

"biomedifficulty:mob.truedamagevalue" :

エンティティがダメージを与えた時、あらゆる耐性を無視して与えるダメージ量です。
2.0の場合、攻撃が命中した時点でその対象のヘルスをハート1個分減らします。

"biomedifficulty:mob.bonusexpfactor" :

エンティティがドロップする経験値のボーナス量の割合です。
1.0の場合、普段と同じ量のボーナス経験値をドロップします(実質入手経験値2倍)
設定されている場合、最低でも得られる経験値は1増加します。

The Biome Difficulty Team

profile avatar
  • 5
    Projects
  • 13.0K
    Downloads

More from aoi_nasukoView all