mirror of
https://github.com/xivapi/ffxiv-datamining.git
synced 2026-07-29 04:59:11 +00:00
Update EmoteLogMessage.md
This commit is contained in:
@@ -6,7 +6,7 @@ Attempting to debug the emote LogMessages
|
|||||||
|
|
||||||
100 Standard Emotes 1 0 False
|
100 Standard Emotes 1 0 False
|
||||||
|
|
||||||
|
```
|
||||||
<Clickable(
|
<Clickable(
|
||||||
<If(Equal(ObjectParameter(1),ObjectParameter(2)))>
|
<If(Equal(ObjectParameter(1),ObjectParameter(2)))>
|
||||||
you
|
you
|
||||||
@@ -41,8 +41,9 @@ Attempting to debug the emote LogMessages
|
|||||||
</If>
|
</If>
|
||||||
|
|
||||||
in surprise.
|
in surprise.
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
Un-targeted
|
Un-targeted
|
||||||
Solo: [You] look surprised!
|
Solo: [You] look surprised!
|
||||||
Someone else: [Siyukan Virtue] looks surprised!
|
Someone else: [Siyukan Virtue] looks surprised!
|
||||||
@@ -51,11 +52,13 @@ Targeted
|
|||||||
targeting other: [You] [look] at [the housing enthusiast] in surprise.
|
targeting other: [You] [look] at [the housing enthusiast] in surprise.
|
||||||
player targeting you: [Siyukan Virtue] [looks] at [you] in surprise.
|
player targeting you: [Siyukan Virtue] [looks] at [you] in surprise.
|
||||||
player targeting other: [Siyukan Virtue] [looks] at [the housing enthusiast] in surprise.
|
player targeting other: [Siyukan Virtue] [looks] at [the housing enthusiast] in surprise.
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
JSON:
|
JSON:
|
||||||
|
|
||||||
|
```json
|
||||||
"en": [
|
"en": [
|
||||||
"?? missing character choice ",
|
"?? missing character choice ",
|
||||||
{
|
{
|
||||||
@@ -91,3 +94,4 @@ JSON:
|
|||||||
},
|
},
|
||||||
" in surprise."
|
" in surprise."
|
||||||
],
|
],
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user