btc_stat_remove_action
Decrease a player's BTC stat by the configured amount — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | btc_stat_remove_action |
| Type | Misc |
| Color | Red |
| Icon | mdi:chart-line-down |
Fields
| Field | Type | Description |
|---|---|---|
statId | PlayerStatId | Player stat to decrease |
amount | Var<Double> | Amount to remove from the stat value |
target | StatTarget | Target for stat modification (PLAYER = base stats, ITEM_IN_HAND = held item, ITEM_IN_INVENTORY = inventory item, EQUIPMENT_SLOT = equipped item) |
itemFilter | List<Item> | Item filter for ITEM_IN_INVENTORY target (empty = any item) |
equipmentSlot | EquipmentSlot? | Equipment slot for EQUIPMENT_SLOT target |
Usage Example
- entry: btc_stat_remove_action
name: "Decrease a player's BTC stat by the configured amount"
statId: ""
amount: 0
target: ""
itemFilter: []
equipmentSlot: ""