btcmob_skill_objective
BtcMob Skill Objective — objective entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | btcmob_skill_objective |
| Type | Objective |
| Color | Purple |
| Icon | fa6-solid:dragon |
Fields
| Field | Type | Description |
|---|---|---|
fact | Ref<CachableFactEntry> | — |
mobName | Var<String> | The BtcMob internal name to match. Leave empty to match any mob. |
skillName | Var<String> | The skill name to listen for. If empty, matches any skill. |
amount | Var<Int> | The amount of times the skill must be triggered. |
onComplete | Ref<TriggerableEntry> | — |
onCompleteModifiers | List<Modifier> | — |
Usage Example
- entry: btcmob_skill_objective
name: "BtcMob Skill Objective"
fact: ""
mobName: ""
skillName: ""
amount: 0
onComplete: ""
onCompleteModifiers: []