Entity PDC
EntityPDC
match-entity:
entity-pdc:
"myplugin:rank": "10~20" # Numeric range match
"myplugin:power": ">=100" # Numeric comparison
"myplugin:elite": true # Boolean match
"myplugin:type": "boss*" # Fuzzy match (starts with "boss")
"myplugin:category": "*elite*" # Fuzzy match (contains "elite")Matching Rules Type
Type
Example
Description
Notes
Last updated