### 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.