your current location:首页 > news>1.12 The physical configuration champion/champions (Champions) Minecraft Game

1.12 The physical configuration champion/champions (Champions) Minecraft Game

2024-12-10 17:57:24|Myriagame |source:minecraft skins

Overview

Champions-Entities.toml files will automatically generate in a world with a Champions module in the world.

Note: This configuration file is only used to configure the settings of a specific entity. You can simply make the monster a general champion monster without configuration.

Toml field

The Toml structure of this configuration file is a table array, and the following available fields are available in each table:

entity

 Entity =  

This field value is a physical named space ID.This is determined which entity is it applied to.

grade

 mintier = 

maxtier =

These two fields determine the lowest and highest champion level that can be generated by the entity.

Note: The minimum level is 0 means that the entity can be generated as a non -champion monster.

Preset affix

 Presetaffixes = [] 

This field value is a list of the logo logo.If the entity is a champion monster, it will always have the affix specified by this field when generating.

Dotted list

 Affixlist = [] 

This field value is a list of the logo logo.Use it with the "Affixpermission" field.

Affix authority

 Affixpermission = "Blacklist/Whitelist" 

Determine whether the "AffixList" field represents a blacklist or a white list.

When the blacklist indicates that when the entity is generated, there will be no affixes in the "AffixList" field; when the white list indicates that when the entity is generated, it will only have affixes in the "AffixList" field.

Exemplary example

 [Entities]]

Entity = "Minecraft: Creeper"

Mintier = 0

Maxtier = 4

Presetaffixes = []

AffixList = ["knocking", "wounding", "paralyzing", "molten"]

Affixpermission = "Blacklist"

This example indicates that reptiles will be a non -champion monster or a maximum champion monster with a maximum level 4. There are no preset affixes, and they will not have burst, trauma, paralysis, and melting affixes.


This article is based on the official wiki and has changed.