obtain_doriki

Checks the total amount of doriki owned by the entity. Triggers whenever the entity gains some doriki.

Format

obtain_doriki
└─ amount - Int Bound
  ├─ min - Integer
  └─ max - Integer

Example

Triggers when the entity has at between 5000 and 10000 total doriki.

{
    "trigger": "mineminenomi:obtain_doriki",
    "conditions": {
        "doriki": {
            "amount": {
                "min": 5000,
                "max": 10000
            }
        }
    }
}
Last change: 2024-09-22