### Characteristics Module
#### 1. Life Characteristics
* **Effect**: Locks the player's current health value (locks current health, not max health).
* **Control Methods**:
* **Activate**: Hotkey `Numpad 1` or `/wenxingtoolsbase lifeCharacteristics on`
* **Deactivate**: Hotkey `Numpad 1` or `/wenxingtoolsbase lifeCharacteristics off`
* **Trigger Mechanism**: Active continuously when turned on.
#### 2. Attack Characteristics
* **Effect**: Forces the maximum health and current health of any mob attacked by the player to be set to 2.
* **Priority**: The check for "attacked by the player" should have the highest priority.
* **Control Methods**:
* **Activate**: Hotkey `Numpad 2` or `/wenxingtoolsbase attackCharacteristics on`
* **Deactivate**: Hotkey `Numpad 2` or `/wenxingtoolsbase attackCharacteristics off`
* **Trigger Mechanism**: Takes effect when the player attacks a mob, while the feature is active.
#### 3. Resource Characteristics
* **Effect**: Increases the quantity of dropped items.
* **Formula**: `Added quantity = Dropped item quantity * [Multiplier]`.
* **Implementation**: Directly modifies the stack size of the item entity (EntityItem), with no upper limit on the increased amount.
* **Configuration**:
* Default multiplier `[Multiplier]` is 10.
* Modify multiplier: `/wenxingtoolsbase setResourceCharacteristics [Multiplier]`
* **Control Methods**:
* **Activate**: Hotkey `Numpad 3` or `/wenxingtoolsbase resourceCharacteristics on`
* **Deactivate**: Hotkey `Numpad 3` or `/wenxingtoolsbase resourceCharacteristics off`
* **Trigger Mechanism**: Takes effect when a player drops an item (Toss Event), while the feature is active.
#### 4. Freedom Characteristics
* **Effect**: Grants the player the ability to fly.
* **Control Methods**:
* **Activate**: Hotkey `Numpad 4` or `/wenxingtoolsbase freedomCharacteristics on`
* **Deactivate**: Hotkey `Numpad 4` or `/wenxingtoolsbase freedomCharacteristics off`
* **Trigger Mechanism**: Takes effect immediately when activated.
1.2.0在基础上增加了附魔突破模块,实现在铁砧上任意附魔,限制了附魔所需要的经验;
添加了增幅附魔模块,3个增幅附魔
Version 1.2.0 adds the Enchantment Breakthrough module based on the original version, enabling arbitrary enchantments on anvils and limiting the experience cost required for enchantments.
Added the Amplified Enchantment module, including 3 amplified enchantments.