From 078d282dae648127ca66295da4e21d9c33e56de0 Mon Sep 17 00:00:00 2001 From: iProdigy <8106344+iProdigy@users.noreply.github.com> Date: Sat, 21 Sep 2024 19:25:09 -0700 Subject: [PATCH] docs: update example --- docs/json-examples.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: