Pular para o conteúdo principal

btc_stat_remove_action

Decrease a player's BTC stat by the configured amount — misc entry.

Entry Information

PropertyValue
Entry IDbtc_stat_remove_action
TypeMisc
ColorRed
Iconmdi:chart-line-down

Fields

FieldTypeDescription
statIdPlayerStatIdPlayer stat to decrease
amountVar<Double>Amount to remove from the stat value
targetStatTargetTarget for stat modification (PLAYER = base stats, ITEM_IN_HAND = held item, ITEM_IN_INVENTORY = inventory item, EQUIPMENT_SLOT = equipped item)
itemFilterList<Item>Item filter for ITEM_IN_INVENTORY target (empty = any item)
equipmentSlotEquipmentSlot?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: ""