diff --git a/research/emotes.md b/research/emotes.md new file mode 100644 index 000000000..4a741c27a --- /dev/null +++ b/research/emotes.md @@ -0,0 +1,87 @@ +100 Standard Emotes 1 0 False + + + + you + + + + + ObjectParameter(2) + + )/> + + + look + + looks + + + at + + + + + + you + + + + + + ObjectParameter(3) + + + + in surprise. + + +Un-targeted + Solo: [You] look surprised! + Someone else: [Siyukan Virtue] looks surprised! + +Targeted + targeting other: [You] [look] at [the housing enthusiast] in surprise. + player targeting you: [Siyukan Virtue] [looks] at [you] in surprise. + player targeting other: [Siyukan Virtue] [looks] at [the housing enthusiast] in surprise. + + + +JSON: + +"en": [ + "?? missing character choice ", + { + "condition": { + "left_operand": "target", + "operator": "==", + "right_operand": "not_self" + }, + "no": "looks", + "yes": "look" + }, + " at ", + { + "condition": { + "left_operand": "target", + "operator": "==", + "right_operand": "self" + }, + "no": [ + { + "condition": "is_player", + "no": "self", + "yes": "" + } + ], + "yes": [ + { + "condition": "is_player", + "no": "you", + "yes": "" + } + ] + }, + " in surprise." +], diff --git a/research/map scales.txt b/research/map scales.txt new file mode 100644 index 000000000..8d3ea1fbb --- /dev/null +++ b/research/map scales.txt @@ -0,0 +1,6 @@ +31 = 100 = Lower La Noscea = 41.9 +52 = 200 = New Gridania = 21.4 +58 = 300 = The Tam-Tara Deepcroft = 14.6 +359 = 400 = The Navel = 8.6 +733 = 800 = Mizzenmast Inn = 6.0 +2200 = 95 = Coerthas Western Highlands = 44 \ No newline at end of file