diff --git a/docs/json-examples.md b/docs/json-examples.md index 2a0cfbbb..d34c5129 100644 --- a/docs/json-examples.md +++ b/docs/json-examples.md @@ -237,7 +237,8 @@ JSON for Loot Notifications: "party": ["%USERNAME%", "another RSN", "yet another RSN"], "category": "EVENT", "killCount": 60, - "rarestProbability": 0.001 + "rarestProbability": 0.001, + "npcId": null }, "type": "LOOT" } @@ -253,6 +254,8 @@ The items are valued at GE prices (when possible) if the user has not disabled t The `extra.party` field is only populated for raids loot (i.e., COX, TOA, TOB). +The `extra.npcId` field is populated only if the `category` is NPC or PICKPOCKET. + ### Slayer JSON for Slayer Notifications: