commit bc90326f58bce81f73caa27d0fd5cb59c0e064d0 Author: Raine Date: Thu Aug 3 21:56:23 2023 +0000 Add examples/emotion_update.json diff --git a/examples/emotion_update.json b/examples/emotion_update.json new file mode 100644 index 0000000..89cef95 --- /dev/null +++ b/examples/emotion_update.json @@ -0,0 +1,20 @@ +{ + "id": "xxx", + "update_to": "xxx", + + "type": "update_emotion", + "old_emotion": "!happy", + "emotion": "happy", + "cause": { + "type": "upgrade", + "object": "room", + "upgrade_type": "change", + "room_details": { + "ref": "rooms[-1]", + "size": { + "multiplier": 4 + } + } + }, + "emoticon": ":DDD" +} \ No newline at end of file