Skip to content

Commit

Permalink
docs: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy authored Sep 22, 2024
1 parent f349c59 commit 078d282
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/json-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand All @@ -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:
Expand Down

0 comments on commit 078d282

Please sign in to comment.