@sharpee/story-loader 3.1.0 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chain-map.d.ts +40 -0
- package/chain-map.d.ts.map +1 -0
- package/chain-map.js +39 -0
- package/chain-map.js.map +1 -0
- package/evaluator.d.ts +16 -0
- package/evaluator.d.ts.map +1 -1
- package/evaluator.js +56 -21
- package/evaluator.js.map +1 -1
- package/event-contract.d.ts +18 -0
- package/event-contract.d.ts.map +1 -1
- package/event-contract.js +28 -1
- package/event-contract.js.map +1 -1
- package/event-id-map.d.ts +42 -0
- package/event-id-map.d.ts.map +1 -0
- package/event-id-map.js +62 -0
- package/event-id-map.js.map +1 -0
- package/extension-registry.d.ts +57 -0
- package/extension-registry.d.ts.map +1 -0
- package/extension-registry.js +90 -0
- package/extension-registry.js.map +1 -0
- package/index.d.ts +9 -7
- package/index.d.ts.map +1 -1
- package/index.js +28 -25
- package/index.js.map +1 -1
- package/loader.d.ts +122 -6
- package/loader.d.ts.map +1 -1
- package/loader.js +967 -119
- package/loader.js.map +1 -1
- package/message-alias-map.d.ts +25 -0
- package/message-alias-map.d.ts.map +1 -0
- package/message-alias-map.js +830 -0
- package/message-alias-map.js.map +1 -0
- package/package.json +13 -9
- package/phrasebook-data.d.ts +27 -0
- package/phrasebook-data.d.ts.map +1 -0
- package/phrasebook-data.js +6 -0
- package/phrasebook-data.js.map +1 -0
- package/runtime.d.ts +139 -19
- package/runtime.d.ts.map +1 -1
- package/runtime.js +692 -166
- package/runtime.js.map +1 -1
|
@@ -0,0 +1,830 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* message-alias-map.ts — ADR-255 Interface Contract 3 (platform-binding side).
|
|
4
|
+
*
|
|
5
|
+
* Purpose: maps each curated kebab override alias to the platform message id it
|
|
6
|
+
* replaces (`taking-fixed-in-place` -> `if.action.taking.fixed_in_place`). The
|
|
7
|
+
* loader resolves an `override message <alias>` to this dotted id when applying
|
|
8
|
+
* the story-wide default (ADR-255 D6). The dotted ids live here, never in a
|
|
9
|
+
* `.story` or in `@sharpee/chord` (Interface Contract 3). Kept a total bijection
|
|
10
|
+
* with the live `lang-en-us` message-id set by `message-alias-map.test.ts` (D5):
|
|
11
|
+
* a new stdlib message without an alias fails the build.
|
|
12
|
+
*
|
|
13
|
+
* Public interface: MESSAGE_ALIAS_TO_ACTION_ID, aliasToActionMessageId.
|
|
14
|
+
* Owner context: @sharpee/story-loader (Chord-IR -> platform bindings).
|
|
15
|
+
*
|
|
16
|
+
* Generated alongside `@sharpee/chord`'s MESSAGE_OVERRIDE_ALIASES from the same
|
|
17
|
+
* `lang-en-us` enumeration. 748 entries across 56 actions.
|
|
18
|
+
*/
|
|
19
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
+
exports.MESSAGE_ALIAS_TO_ACTION_ID = void 0;
|
|
21
|
+
exports.aliasToActionMessageId = aliasToActionMessageId;
|
|
22
|
+
exports.MESSAGE_ALIAS_TO_ACTION_ID = {
|
|
23
|
+
// if.action.about
|
|
24
|
+
'about-about-compact': 'if.action.about.about_compact',
|
|
25
|
+
'about-about-footer': 'if.action.about.about_footer',
|
|
26
|
+
'about-about-header': 'if.action.about.about_header',
|
|
27
|
+
'about-acknowledgments': 'if.action.about.acknowledgments',
|
|
28
|
+
'about-contact': 'if.action.about.contact',
|
|
29
|
+
'about-copyright': 'if.action.about.copyright',
|
|
30
|
+
'about-credits-header': 'if.action.about.credits_header',
|
|
31
|
+
'about-credits-list': 'if.action.about.credits_list',
|
|
32
|
+
'about-dedication': 'if.action.about.dedication',
|
|
33
|
+
'about-description': 'if.action.about.description',
|
|
34
|
+
'about-engine-info': 'if.action.about.engine_info',
|
|
35
|
+
'about-enjoy-game': 'if.action.about.enjoy_game',
|
|
36
|
+
'about-game-info': 'if.action.about.game_info',
|
|
37
|
+
'about-game-info-simple': 'if.action.about.game_info_simple',
|
|
38
|
+
'about-license': 'if.action.about.license',
|
|
39
|
+
'about-play-stats': 'if.action.about.play_stats',
|
|
40
|
+
'about-session-info': 'if.action.about.session_info',
|
|
41
|
+
'about-special-thanks': 'if.action.about.special_thanks',
|
|
42
|
+
'about-success': 'if.action.about.success',
|
|
43
|
+
'about-technical-info': 'if.action.about.technical_info',
|
|
44
|
+
'about-website': 'if.action.about.website',
|
|
45
|
+
// if.action.again
|
|
46
|
+
'again-nothing-to-repeat': 'if.action.again.nothing_to_repeat',
|
|
47
|
+
// if.action.answering
|
|
48
|
+
'answering-accepted': 'if.action.answering.accepted',
|
|
49
|
+
'answering-answered': 'if.action.answering.answered',
|
|
50
|
+
'answering-answered-no': 'if.action.answering.answered_no',
|
|
51
|
+
'answering-answered-yes': 'if.action.answering.answered_yes',
|
|
52
|
+
'answering-confused-by-answer': 'if.action.answering.confused_by_answer',
|
|
53
|
+
'answering-gave-answer': 'if.action.answering.gave_answer',
|
|
54
|
+
'answering-invalid-response': 'if.action.answering.invalid_response',
|
|
55
|
+
'answering-needs-yes-or-no': 'if.action.answering.needs_yes_or_no',
|
|
56
|
+
'answering-no-one-asked': 'if.action.answering.no_one_asked',
|
|
57
|
+
'answering-no-question': 'if.action.answering.no_question',
|
|
58
|
+
'answering-noted': 'if.action.answering.noted',
|
|
59
|
+
'answering-rejected': 'if.action.answering.rejected',
|
|
60
|
+
'answering-too-late': 'if.action.answering.too_late',
|
|
61
|
+
'answering-unclear-answer': 'if.action.answering.unclear_answer',
|
|
62
|
+
// if.action.asking
|
|
63
|
+
'asking-already-told': 'if.action.asking.already_told',
|
|
64
|
+
'asking-confused': 'if.action.asking.confused',
|
|
65
|
+
'asking-earned-trust': 'if.action.asking.earned_trust',
|
|
66
|
+
'asking-explains': 'if.action.asking.explains',
|
|
67
|
+
'asking-must-do-first': 'if.action.asking.must_do_first',
|
|
68
|
+
'asking-no-idea': 'if.action.asking.no_idea',
|
|
69
|
+
'asking-no-target': 'if.action.asking.no_target',
|
|
70
|
+
'asking-no-topic': 'if.action.asking.no_topic',
|
|
71
|
+
'asking-not-actor': 'if.action.asking.not_actor',
|
|
72
|
+
'asking-not-visible': 'if.action.asking.not_visible',
|
|
73
|
+
'asking-not-yet': 'if.action.asking.not_yet',
|
|
74
|
+
'asking-remembers': 'if.action.asking.remembers',
|
|
75
|
+
'asking-responds': 'if.action.asking.responds',
|
|
76
|
+
'asking-shrugs': 'if.action.asking.shrugs',
|
|
77
|
+
'asking-too-far': 'if.action.asking.too_far',
|
|
78
|
+
'asking-unknown-topic': 'if.action.asking.unknown_topic',
|
|
79
|
+
// if.action.attacking
|
|
80
|
+
'attacking-already-dead': 'if.action.attacking.already_dead',
|
|
81
|
+
'attacking-attack-ineffective': 'if.action.attacking.attack_ineffective',
|
|
82
|
+
'attacking-attack-invulnerable': 'if.action.attacking.attack_invulnerable',
|
|
83
|
+
'attacking-attack-requires-weapon': 'if.action.attacking.attack_requires_weapon',
|
|
84
|
+
'attacking-attack-wrong-weapon-type': 'if.action.attacking.attack_wrong_weapon_type',
|
|
85
|
+
'attacking-attacked': 'if.action.attacking.attacked',
|
|
86
|
+
'attacking-attacked-with': 'if.action.attacking.attacked_with',
|
|
87
|
+
'attacking-broke': 'if.action.attacking.broke',
|
|
88
|
+
'attacking-combat-already-dead': 'if.action.attacking.combat.already_dead',
|
|
89
|
+
'attacking-combat-attack-hit': 'if.action.attacking.combat.attack.hit',
|
|
90
|
+
'attacking-combat-attack-hit-heavy': 'if.action.attacking.combat.attack.hit_heavy',
|
|
91
|
+
'attacking-combat-attack-hit-light': 'if.action.attacking.combat.attack.hit_light',
|
|
92
|
+
'attacking-combat-attack-killed': 'if.action.attacking.combat.attack.killed',
|
|
93
|
+
'attacking-combat-attack-knocked-out': 'if.action.attacking.combat.attack.knocked_out',
|
|
94
|
+
'attacking-combat-attack-missed': 'if.action.attacking.combat.attack.missed',
|
|
95
|
+
'attacking-combat-cannot-attack': 'if.action.attacking.combat.cannot_attack',
|
|
96
|
+
'attacking-combat-defend-blocked': 'if.action.attacking.combat.defend.blocked',
|
|
97
|
+
'attacking-combat-defend-dodged': 'if.action.attacking.combat.defend.dodged',
|
|
98
|
+
'attacking-combat-defend-parried': 'if.action.attacking.combat.defend.parried',
|
|
99
|
+
'attacking-combat-ended': 'if.action.attacking.combat.ended',
|
|
100
|
+
'attacking-combat-health-badly-wounded': 'if.action.attacking.combat.health.badly_wounded',
|
|
101
|
+
'attacking-combat-health-dead': 'if.action.attacking.combat.health.dead',
|
|
102
|
+
'attacking-combat-health-healthy': 'if.action.attacking.combat.health.healthy',
|
|
103
|
+
'attacking-combat-health-near-death': 'if.action.attacking.combat.health.near_death',
|
|
104
|
+
'attacking-combat-health-unconscious': 'if.action.attacking.combat.health.unconscious',
|
|
105
|
+
'attacking-combat-health-wounded': 'if.action.attacking.combat.health.wounded',
|
|
106
|
+
'attacking-combat-need-weapon': 'if.action.attacking.combat.need_weapon',
|
|
107
|
+
'attacking-combat-no-target': 'if.action.attacking.combat.no_target',
|
|
108
|
+
'attacking-combat-not-hostile': 'if.action.attacking.combat.not_hostile',
|
|
109
|
+
'attacking-combat-player-died': 'if.action.attacking.combat.player_died',
|
|
110
|
+
'attacking-combat-player-resurrected': 'if.action.attacking.combat.player_resurrected',
|
|
111
|
+
'attacking-combat-special-blessed-weapon': 'if.action.attacking.combat.special.blessed_weapon',
|
|
112
|
+
'attacking-combat-special-sword-glows': 'if.action.attacking.combat.special.sword_glows',
|
|
113
|
+
'attacking-combat-special-sword-stops-glowing': 'if.action.attacking.combat.special.sword_stops_glowing',
|
|
114
|
+
'attacking-combat-started': 'if.action.attacking.combat.started',
|
|
115
|
+
'attacking-combat-target-unconscious': 'if.action.attacking.combat.target_unconscious',
|
|
116
|
+
'attacking-debris-created': 'if.action.attacking.debris_created',
|
|
117
|
+
'attacking-defends': 'if.action.attacking.defends',
|
|
118
|
+
'attacking-destroyed': 'if.action.attacking.destroyed',
|
|
119
|
+
'attacking-dodges': 'if.action.attacking.dodges',
|
|
120
|
+
'attacking-flees': 'if.action.attacking.flees',
|
|
121
|
+
'attacking-hit-blindly': 'if.action.attacking.hit_blindly',
|
|
122
|
+
'attacking-hit-target': 'if.action.attacking.hit_target',
|
|
123
|
+
'attacking-hit-with': 'if.action.attacking.hit_with',
|
|
124
|
+
'attacking-indestructible': 'if.action.attacking.indestructible',
|
|
125
|
+
'attacking-items-spilled': 'if.action.attacking.items_spilled',
|
|
126
|
+
'attacking-kicked': 'if.action.attacking.kicked',
|
|
127
|
+
'attacking-killed-blindly': 'if.action.attacking.killed_blindly',
|
|
128
|
+
'attacking-killed-target': 'if.action.attacking.killed_target',
|
|
129
|
+
'attacking-need-weapon-to-damage': 'if.action.attacking.need_weapon_to_damage',
|
|
130
|
+
'attacking-no-fighting': 'if.action.attacking.no_fighting',
|
|
131
|
+
'attacking-no-target': 'if.action.attacking.no_target',
|
|
132
|
+
'attacking-not-holding-weapon': 'if.action.attacking.not_holding_weapon',
|
|
133
|
+
'attacking-not-reachable': 'if.action.attacking.not_reachable',
|
|
134
|
+
'attacking-not-visible': 'if.action.attacking.not_visible',
|
|
135
|
+
'attacking-passage-revealed': 'if.action.attacking.passage_revealed',
|
|
136
|
+
'attacking-peaceful-solution': 'if.action.attacking.peaceful_solution',
|
|
137
|
+
'attacking-punched': 'if.action.attacking.punched',
|
|
138
|
+
'attacking-retaliates': 'if.action.attacking.retaliates',
|
|
139
|
+
'attacking-self': 'if.action.attacking.self',
|
|
140
|
+
'attacking-shattered': 'if.action.attacking.shattered',
|
|
141
|
+
'attacking-smashed': 'if.action.attacking.smashed',
|
|
142
|
+
'attacking-struck': 'if.action.attacking.struck',
|
|
143
|
+
'attacking-struck-with': 'if.action.attacking.struck_with',
|
|
144
|
+
'attacking-target-broke': 'if.action.attacking.target_broke',
|
|
145
|
+
'attacking-target-damaged': 'if.action.attacking.target_damaged',
|
|
146
|
+
'attacking-target-destroyed': 'if.action.attacking.target_destroyed',
|
|
147
|
+
'attacking-target-shattered': 'if.action.attacking.target_shattered',
|
|
148
|
+
'attacking-unarmed-attack': 'if.action.attacking.unarmed_attack',
|
|
149
|
+
'attacking-unnecessary-violence': 'if.action.attacking.unnecessary_violence',
|
|
150
|
+
'attacking-violence-not-the-answer': 'if.action.attacking.violence_not_the_answer',
|
|
151
|
+
'attacking-wrong-weapon-type': 'if.action.attacking.wrong_weapon_type',
|
|
152
|
+
// if.action.climbing
|
|
153
|
+
'climbing-already-there': 'if.action.climbing.already_there',
|
|
154
|
+
'climbing-cant-go-that-way': 'if.action.climbing.cant_go_that_way',
|
|
155
|
+
'climbing-climb-nowhere': 'if.action.climbing.climb_nowhere',
|
|
156
|
+
'climbing-climbed-down': 'if.action.climbing.climbed_down',
|
|
157
|
+
'climbing-climbed-onto': 'if.action.climbing.climbed_onto',
|
|
158
|
+
'climbing-climbed-up': 'if.action.climbing.climbed_up',
|
|
159
|
+
'climbing-need-equipment': 'if.action.climbing.need_equipment',
|
|
160
|
+
'climbing-no-target': 'if.action.climbing.no_target',
|
|
161
|
+
'climbing-not-climbable': 'if.action.climbing.not_climbable',
|
|
162
|
+
'climbing-nothing-to-climb': 'if.action.climbing.nothing_to_climb',
|
|
163
|
+
'climbing-too-dangerous': 'if.action.climbing.too_dangerous',
|
|
164
|
+
'climbing-too-high': 'if.action.climbing.too_high',
|
|
165
|
+
'climbing-too-slippery': 'if.action.climbing.too_slippery',
|
|
166
|
+
// if.action.closing
|
|
167
|
+
'closing-already-closed': 'if.action.closing.already_closed',
|
|
168
|
+
'closing-cant-reach': 'if.action.closing.cant_reach',
|
|
169
|
+
'closing-closed': 'if.action.closing.closed',
|
|
170
|
+
'closing-no-target': 'if.action.closing.no_target',
|
|
171
|
+
'closing-not-closable': 'if.action.closing.not_closable',
|
|
172
|
+
'closing-prevents-closing': 'if.action.closing.prevents_closing',
|
|
173
|
+
// if.action.cutting
|
|
174
|
+
'cutting-cant-cut': 'if.action.cutting.cant_cut',
|
|
175
|
+
'cutting-cut': 'if.action.cutting.cut',
|
|
176
|
+
'cutting-no-target': 'if.action.cutting.no_target',
|
|
177
|
+
'cutting-no-tool': 'if.action.cutting.no_tool',
|
|
178
|
+
'cutting-not-cuttable': 'if.action.cutting.not_cuttable',
|
|
179
|
+
'cutting-tool-not-held': 'if.action.cutting.tool_not_held',
|
|
180
|
+
'cutting-wrong-tool': 'if.action.cutting.wrong_tool',
|
|
181
|
+
// if.action.digging
|
|
182
|
+
'digging-cant-dig': 'if.action.digging.cant_dig',
|
|
183
|
+
'digging-dug': 'if.action.digging.dug',
|
|
184
|
+
'digging-no-target': 'if.action.digging.no_target',
|
|
185
|
+
'digging-no-tool': 'if.action.digging.no_tool',
|
|
186
|
+
'digging-not-diggable': 'if.action.digging.not_diggable',
|
|
187
|
+
'digging-tool-not-held': 'if.action.digging.tool_not_held',
|
|
188
|
+
'digging-wrong-tool': 'if.action.digging.wrong_tool',
|
|
189
|
+
// if.action.drinking
|
|
190
|
+
'drinking-already-consumed': 'if.action.drinking.already_consumed',
|
|
191
|
+
'drinking-bitter': 'if.action.drinking.bitter',
|
|
192
|
+
'drinking-container-closed': 'if.action.drinking.container_closed',
|
|
193
|
+
'drinking-drunk': 'if.action.drinking.drunk',
|
|
194
|
+
'drinking-drunk-all': 'if.action.drinking.drunk_all',
|
|
195
|
+
'drinking-drunk-from': 'if.action.drinking.drunk_from',
|
|
196
|
+
'drinking-drunk-some': 'if.action.drinking.drunk_some',
|
|
197
|
+
'drinking-empty-now': 'if.action.drinking.empty_now',
|
|
198
|
+
'drinking-from-container': 'if.action.drinking.from_container',
|
|
199
|
+
'drinking-gulped': 'if.action.drinking.gulped',
|
|
200
|
+
'drinking-healing': 'if.action.drinking.healing',
|
|
201
|
+
'drinking-magical-effects': 'if.action.drinking.magical_effects',
|
|
202
|
+
'drinking-no-item': 'if.action.drinking.no_item',
|
|
203
|
+
'drinking-not-drinkable': 'if.action.drinking.not_drinkable',
|
|
204
|
+
'drinking-not-reachable': 'if.action.drinking.not_reachable',
|
|
205
|
+
'drinking-not-visible': 'if.action.drinking.not_visible',
|
|
206
|
+
'drinking-quaffed': 'if.action.drinking.quaffed',
|
|
207
|
+
'drinking-refreshing': 'if.action.drinking.refreshing',
|
|
208
|
+
'drinking-satisfying': 'if.action.drinking.satisfying',
|
|
209
|
+
'drinking-sipped': 'if.action.drinking.sipped',
|
|
210
|
+
'drinking-some-remains': 'if.action.drinking.some_remains',
|
|
211
|
+
'drinking-still-thirsty': 'if.action.drinking.still_thirsty',
|
|
212
|
+
'drinking-strong': 'if.action.drinking.strong',
|
|
213
|
+
'drinking-sweet': 'if.action.drinking.sweet',
|
|
214
|
+
'drinking-thirst-quenched': 'if.action.drinking.thirst_quenched',
|
|
215
|
+
// if.action.dropping
|
|
216
|
+
'dropping-dropped': 'if.action.dropping.dropped',
|
|
217
|
+
'dropping-dropped-in': 'if.action.dropping.dropped_in',
|
|
218
|
+
'dropping-dropped-multi': 'if.action.dropping.dropped_multi',
|
|
219
|
+
'dropping-dropped-on': 'if.action.dropping.dropped_on',
|
|
220
|
+
'dropping-no-target': 'if.action.dropping.no_target',
|
|
221
|
+
'dropping-not-held': 'if.action.dropping.not_held',
|
|
222
|
+
'dropping-nothing-to-drop': 'if.action.dropping.nothing_to_drop',
|
|
223
|
+
'dropping-still-worn': 'if.action.dropping.still_worn',
|
|
224
|
+
// if.action.eating
|
|
225
|
+
'eating-already-consumed': 'if.action.eating.already_consumed',
|
|
226
|
+
'eating-awful': 'if.action.eating.awful',
|
|
227
|
+
'eating-bland': 'if.action.eating.bland',
|
|
228
|
+
'eating-delicious': 'if.action.eating.delicious',
|
|
229
|
+
'eating-devoured': 'if.action.eating.devoured',
|
|
230
|
+
'eating-eaten': 'if.action.eating.eaten',
|
|
231
|
+
'eating-eaten-all': 'if.action.eating.eaten_all',
|
|
232
|
+
'eating-eaten-portion': 'if.action.eating.eaten_portion',
|
|
233
|
+
'eating-eaten-some': 'if.action.eating.eaten_some',
|
|
234
|
+
'eating-filling': 'if.action.eating.filling',
|
|
235
|
+
'eating-is-drink': 'if.action.eating.is_drink',
|
|
236
|
+
'eating-munched': 'if.action.eating.munched',
|
|
237
|
+
'eating-nibbled': 'if.action.eating.nibbled',
|
|
238
|
+
'eating-no-item': 'if.action.eating.no_item',
|
|
239
|
+
'eating-not-edible': 'if.action.eating.not_edible',
|
|
240
|
+
'eating-not-reachable': 'if.action.eating.not_reachable',
|
|
241
|
+
'eating-not-visible': 'if.action.eating.not_visible',
|
|
242
|
+
'eating-poisonous': 'if.action.eating.poisonous',
|
|
243
|
+
'eating-satisfying': 'if.action.eating.satisfying',
|
|
244
|
+
'eating-still-hungry': 'if.action.eating.still_hungry',
|
|
245
|
+
'eating-tasted': 'if.action.eating.tasted',
|
|
246
|
+
'eating-tasty': 'if.action.eating.tasty',
|
|
247
|
+
// if.action.entering
|
|
248
|
+
'entering-already-inside': 'if.action.entering.already_inside',
|
|
249
|
+
'entering-cant-enter': 'if.action.entering.cant_enter',
|
|
250
|
+
'entering-container-closed': 'if.action.entering.container_closed',
|
|
251
|
+
'entering-entered': 'if.action.entering.entered',
|
|
252
|
+
'entering-entered-on': 'if.action.entering.entered_on',
|
|
253
|
+
'entering-no-target': 'if.action.entering.no_target',
|
|
254
|
+
'entering-not-enterable': 'if.action.entering.not_enterable',
|
|
255
|
+
'entering-not-here': 'if.action.entering.not_here',
|
|
256
|
+
'entering-occupied': 'if.action.entering.occupied',
|
|
257
|
+
'entering-too-full': 'if.action.entering.too_full',
|
|
258
|
+
'entering-too-small': 'if.action.entering.too_small',
|
|
259
|
+
// if.action.examining
|
|
260
|
+
'examining-brief-description': 'if.action.examining.brief_description',
|
|
261
|
+
'examining-cant-see': 'if.action.examining.cant_see',
|
|
262
|
+
'examining-container-closed': 'if.action.examining.container_closed',
|
|
263
|
+
'examining-container-contents': 'if.action.examining.container_contents',
|
|
264
|
+
'examining-container-empty': 'if.action.examining.container_empty',
|
|
265
|
+
'examining-container-open': 'if.action.examining.container_open',
|
|
266
|
+
'examining-default-description': 'if.action.examining.default_description',
|
|
267
|
+
'examining-default-description-self': 'if.action.examining.default_description_self',
|
|
268
|
+
'examining-description': 'if.action.examining.description',
|
|
269
|
+
'examining-examined': 'if.action.examining.examined',
|
|
270
|
+
'examining-examined-container': 'if.action.examining.examined_container',
|
|
271
|
+
'examining-examined-door': 'if.action.examining.examined_door',
|
|
272
|
+
'examining-examined-readable': 'if.action.examining.examined_readable',
|
|
273
|
+
'examining-examined-self': 'if.action.examining.examined_self',
|
|
274
|
+
'examining-examined-supporter': 'if.action.examining.examined_supporter',
|
|
275
|
+
'examining-examined-switchable': 'if.action.examining.examined_switchable',
|
|
276
|
+
'examining-examined-wall': 'if.action.examining.examined_wall',
|
|
277
|
+
'examining-examined-wearable': 'if.action.examining.examined_wearable',
|
|
278
|
+
'examining-no-description': 'if.action.examining.no_description',
|
|
279
|
+
'examining-no-target': 'if.action.examining.no_target',
|
|
280
|
+
'examining-not-visible': 'if.action.examining.not_visible',
|
|
281
|
+
'examining-nothing-special': 'if.action.examining.nothing_special',
|
|
282
|
+
'examining-surface-contents': 'if.action.examining.surface_contents',
|
|
283
|
+
'examining-worn-by-other': 'if.action.examining.worn_by_other',
|
|
284
|
+
'examining-worn-by-you': 'if.action.examining.worn_by_you',
|
|
285
|
+
// if.action.exiting
|
|
286
|
+
'exiting-already-outside': 'if.action.exiting.already_outside',
|
|
287
|
+
'exiting-cant-exit': 'if.action.exiting.cant_exit',
|
|
288
|
+
'exiting-container-closed': 'if.action.exiting.container_closed',
|
|
289
|
+
'exiting-exit-blocked': 'if.action.exiting.exit_blocked',
|
|
290
|
+
'exiting-exited': 'if.action.exiting.exited',
|
|
291
|
+
'exiting-exited-from': 'if.action.exiting.exited_from',
|
|
292
|
+
'exiting-must-stand-first': 'if.action.exiting.must_stand_first',
|
|
293
|
+
'exiting-not-in-that': 'if.action.exiting.not_in_that',
|
|
294
|
+
'exiting-not-on-that': 'if.action.exiting.not_on_that',
|
|
295
|
+
'exiting-nowhere-to-go': 'if.action.exiting.nowhere_to_go',
|
|
296
|
+
// if.action.giving
|
|
297
|
+
'giving-accepts': 'if.action.giving.accepts',
|
|
298
|
+
'giving-given': 'if.action.giving.given',
|
|
299
|
+
'giving-gratefully-accepts': 'if.action.giving.gratefully_accepts',
|
|
300
|
+
'giving-inventory-full': 'if.action.giving.inventory_full',
|
|
301
|
+
'giving-no-item': 'if.action.giving.no_item',
|
|
302
|
+
'giving-no-recipient': 'if.action.giving.no_recipient',
|
|
303
|
+
'giving-not-actor': 'if.action.giving.not_actor',
|
|
304
|
+
'giving-not-holding': 'if.action.giving.not_holding',
|
|
305
|
+
'giving-not-interested': 'if.action.giving.not_interested',
|
|
306
|
+
'giving-recipient-not-reachable': 'if.action.giving.recipient_not_reachable',
|
|
307
|
+
'giving-recipient-not-visible': 'if.action.giving.recipient_not_visible',
|
|
308
|
+
'giving-refuses': 'if.action.giving.refuses',
|
|
309
|
+
'giving-reluctantly-accepts': 'if.action.giving.reluctantly_accepts',
|
|
310
|
+
'giving-self': 'if.action.giving.self',
|
|
311
|
+
'giving-too-heavy': 'if.action.giving.too_heavy',
|
|
312
|
+
// if.action.going
|
|
313
|
+
'going-already-there': 'if.action.going.already_there',
|
|
314
|
+
'going-arrived': 'if.action.going.arrived',
|
|
315
|
+
'going-cant-go': 'if.action.going.cant_go',
|
|
316
|
+
'going-cant-go-through': 'if.action.going.cant_go_through',
|
|
317
|
+
'going-contents-list': 'if.action.going.contents_list',
|
|
318
|
+
'going-destination-not-found': 'if.action.going.destination_not_found',
|
|
319
|
+
'going-door-closed': 'if.action.going.door_closed',
|
|
320
|
+
'going-door-locked': 'if.action.going.door_locked',
|
|
321
|
+
'going-moved': 'if.action.going.moved',
|
|
322
|
+
'going-movement-blocked': 'if.action.going.movement_blocked',
|
|
323
|
+
'going-need-light': 'if.action.going.need_light',
|
|
324
|
+
'going-no-direction': 'if.action.going.no_direction',
|
|
325
|
+
'going-no-exit': 'if.action.going.no_exit',
|
|
326
|
+
'going-no-exit-that-way': 'if.action.going.no_exit_that_way',
|
|
327
|
+
'going-no-exits': 'if.action.going.no_exits',
|
|
328
|
+
'going-not-in-room': 'if.action.going.not_in_room',
|
|
329
|
+
'going-nowhere-to-go': 'if.action.going.nowhere_to_go',
|
|
330
|
+
'going-room-description': 'if.action.going.room_description',
|
|
331
|
+
'going-too-dark': 'if.action.going.too_dark',
|
|
332
|
+
'going-went': 'if.action.going.went',
|
|
333
|
+
// if.action.help
|
|
334
|
+
'help-first-time': 'if.action.help.first_time',
|
|
335
|
+
'help-general': 'if.action.help.general',
|
|
336
|
+
'help-help-footer': 'if.action.help.help_footer',
|
|
337
|
+
'help-help-movement': 'if.action.help.help_movement',
|
|
338
|
+
'help-help-objects': 'if.action.help.help_objects',
|
|
339
|
+
'help-help-special': 'if.action.help.help_special',
|
|
340
|
+
'help-hints-available': 'if.action.help.hints_available',
|
|
341
|
+
'help-hints-disabled': 'if.action.help.hints_disabled',
|
|
342
|
+
'help-stuck-help': 'if.action.help.stuck_help',
|
|
343
|
+
'help-topic': 'if.action.help.topic',
|
|
344
|
+
'help-unknown-topic': 'if.action.help.unknown_topic',
|
|
345
|
+
// if.action.hiding
|
|
346
|
+
'hiding-already-hidden': 'if.action.hiding.already_hidden',
|
|
347
|
+
'hiding-behind': 'if.action.hiding.behind',
|
|
348
|
+
'hiding-cant-hide-there-behind': 'if.action.hiding.cant_hide_there_behind',
|
|
349
|
+
'hiding-cant-hide-there-inside': 'if.action.hiding.cant_hide_there_inside',
|
|
350
|
+
'hiding-cant-hide-there-on': 'if.action.hiding.cant_hide_there_on',
|
|
351
|
+
'hiding-cant-hide-there-under': 'if.action.hiding.cant_hide_there_under',
|
|
352
|
+
'hiding-inside': 'if.action.hiding.inside',
|
|
353
|
+
'hiding-nothing-to-hide': 'if.action.hiding.nothing_to_hide',
|
|
354
|
+
'hiding-on': 'if.action.hiding.on',
|
|
355
|
+
'hiding-under': 'if.action.hiding.under',
|
|
356
|
+
// if.action.inserting
|
|
357
|
+
'inserting-already-there': 'if.action.inserting.already_there',
|
|
358
|
+
'inserting-container-closed': 'if.action.inserting.container_closed',
|
|
359
|
+
'inserting-inserted': 'if.action.inserting.inserted',
|
|
360
|
+
'inserting-no-destination': 'if.action.inserting.no_destination',
|
|
361
|
+
'inserting-no-target': 'if.action.inserting.no_target',
|
|
362
|
+
'inserting-not-container': 'if.action.inserting.not_container',
|
|
363
|
+
'inserting-not-held': 'if.action.inserting.not_held',
|
|
364
|
+
'inserting-not-insertable': 'if.action.inserting.not_insertable',
|
|
365
|
+
'inserting-wont-fit': 'if.action.inserting.wont_fit',
|
|
366
|
+
// if.action.inventory
|
|
367
|
+
'inventory-burden-heavy': 'if.action.inventory.burden_heavy',
|
|
368
|
+
'inventory-burden-light': 'if.action.inventory.burden_light',
|
|
369
|
+
'inventory-burden-overloaded': 'if.action.inventory.burden_overloaded',
|
|
370
|
+
'inventory-carrying': 'if.action.inventory.carrying',
|
|
371
|
+
'inventory-carrying-and-wearing': 'if.action.inventory.carrying_and_wearing',
|
|
372
|
+
'inventory-carrying-count': 'if.action.inventory.carrying_count',
|
|
373
|
+
'inventory-empty': 'if.action.inventory.empty',
|
|
374
|
+
'inventory-hands-empty': 'if.action.inventory.hands_empty',
|
|
375
|
+
'inventory-holding-list': 'if.action.inventory.holding_list',
|
|
376
|
+
'inventory-inventory-empty': 'if.action.inventory.inventory_empty',
|
|
377
|
+
'inventory-inventory-header': 'if.action.inventory.inventory_header',
|
|
378
|
+
'inventory-item-list': 'if.action.inventory.item_list',
|
|
379
|
+
'inventory-nothing-at-all': 'if.action.inventory.nothing_at_all',
|
|
380
|
+
'inventory-pockets-empty': 'if.action.inventory.pockets_empty',
|
|
381
|
+
'inventory-wearing': 'if.action.inventory.wearing',
|
|
382
|
+
'inventory-wearing-count': 'if.action.inventory.wearing_count',
|
|
383
|
+
'inventory-worn-list': 'if.action.inventory.worn_list',
|
|
384
|
+
// if.action.listening
|
|
385
|
+
'listening-active-devices': 'if.action.listening.active_devices',
|
|
386
|
+
'listening-ambient-sounds': 'if.action.listening.ambient_sounds',
|
|
387
|
+
'listening-container-sounds': 'if.action.listening.container_sounds',
|
|
388
|
+
'listening-device-off': 'if.action.listening.device_off',
|
|
389
|
+
'listening-device-running': 'if.action.listening.device_running',
|
|
390
|
+
'listening-liquid-sounds': 'if.action.listening.liquid_sounds',
|
|
391
|
+
'listening-listened-environment': 'if.action.listening.listened_environment',
|
|
392
|
+
'listening-listened-to': 'if.action.listening.listened_to',
|
|
393
|
+
'listening-no-sound': 'if.action.listening.no_sound',
|
|
394
|
+
'listening-not-visible': 'if.action.listening.not_visible',
|
|
395
|
+
'listening-silence': 'if.action.listening.silence',
|
|
396
|
+
// if.action.locking
|
|
397
|
+
'locking-already-locked': 'if.action.locking.already_locked',
|
|
398
|
+
'locking-cant-reach': 'if.action.locking.cant_reach',
|
|
399
|
+
'locking-key-not-held': 'if.action.locking.key_not_held',
|
|
400
|
+
'locking-locked': 'if.action.locking.locked',
|
|
401
|
+
'locking-locked-with': 'if.action.locking.locked_with',
|
|
402
|
+
'locking-no-key': 'if.action.locking.no_key',
|
|
403
|
+
'locking-no-target': 'if.action.locking.no_target',
|
|
404
|
+
'locking-not-closed': 'if.action.locking.not_closed',
|
|
405
|
+
'locking-not-lockable': 'if.action.locking.not_lockable',
|
|
406
|
+
'locking-wrong-key': 'if.action.locking.wrong_key',
|
|
407
|
+
// if.action.looking
|
|
408
|
+
'looking-container-contents': 'if.action.looking.container_contents',
|
|
409
|
+
'looking-contents-list': 'if.action.looking.contents_list',
|
|
410
|
+
'looking-exits': 'if.action.looking.exits',
|
|
411
|
+
'looking-nothing-special': 'if.action.looking.nothing_special',
|
|
412
|
+
'looking-room-dark': 'if.action.looking.room_dark',
|
|
413
|
+
'looking-room-description': 'if.action.looking.room_description',
|
|
414
|
+
'looking-surface-contents': 'if.action.looking.surface_contents',
|
|
415
|
+
'looking-you-see': 'if.action.looking.you_see',
|
|
416
|
+
// if.action.lowering
|
|
417
|
+
'lowering-already-down': 'if.action.lowering.already_down',
|
|
418
|
+
'lowering-cant-lower-that': 'if.action.lowering.cant_lower_that',
|
|
419
|
+
'lowering-lowered': 'if.action.lowering.lowered',
|
|
420
|
+
'lowering-no-target': 'if.action.lowering.no_target',
|
|
421
|
+
// if.action.opening
|
|
422
|
+
'opening-already-open': 'if.action.opening.already_open',
|
|
423
|
+
'opening-cant-reach': 'if.action.opening.cant_reach',
|
|
424
|
+
'opening-its-empty': 'if.action.opening.its_empty',
|
|
425
|
+
'opening-locked': 'if.action.opening.locked',
|
|
426
|
+
'opening-no-target': 'if.action.opening.no_target',
|
|
427
|
+
'opening-no-tool': 'if.action.opening.no_tool',
|
|
428
|
+
'opening-not-openable': 'if.action.opening.not_openable',
|
|
429
|
+
'opening-opened': 'if.action.opening.opened',
|
|
430
|
+
'opening-revealing': 'if.action.opening.revealing',
|
|
431
|
+
'opening-tool-not-held': 'if.action.opening.tool_not_held',
|
|
432
|
+
'opening-wrong-tool': 'if.action.opening.wrong_tool',
|
|
433
|
+
// if.action.pulling
|
|
434
|
+
'pulling-already-pulled': 'if.action.pulling.already_pulled',
|
|
435
|
+
'pulling-cant-pull-that': 'if.action.pulling.cant_pull_that',
|
|
436
|
+
'pulling-no-target': 'if.action.pulling.no_target',
|
|
437
|
+
'pulling-not-reachable': 'if.action.pulling.not_reachable',
|
|
438
|
+
'pulling-not-visible': 'if.action.pulling.not_visible',
|
|
439
|
+
'pulling-nothing-happens': 'if.action.pulling.nothing_happens',
|
|
440
|
+
'pulling-pulled': 'if.action.pulling.pulled',
|
|
441
|
+
'pulling-worn': 'if.action.pulling.worn',
|
|
442
|
+
// if.action.pushing
|
|
443
|
+
'pushing-button-clicks': 'if.action.pushing.button_clicks',
|
|
444
|
+
'pushing-button-pushed': 'if.action.pushing.button_pushed',
|
|
445
|
+
'pushing-fixed-in-place': 'if.action.pushing.fixed_in_place',
|
|
446
|
+
'pushing-no-target': 'if.action.pushing.no_target',
|
|
447
|
+
'pushing-not-reachable': 'if.action.pushing.not_reachable',
|
|
448
|
+
'pushing-not-visible': 'if.action.pushing.not_visible',
|
|
449
|
+
'pushing-pushed-direction': 'if.action.pushing.pushed_direction',
|
|
450
|
+
'pushing-pushed-nudged': 'if.action.pushing.pushed_nudged',
|
|
451
|
+
'pushing-pushed-with-effort': 'if.action.pushing.pushed_with_effort',
|
|
452
|
+
'pushing-pushing-does-nothing': 'if.action.pushing.pushing_does_nothing',
|
|
453
|
+
'pushing-reveals-passage': 'if.action.pushing.reveals_passage',
|
|
454
|
+
'pushing-switch-toggled': 'if.action.pushing.switch_toggled',
|
|
455
|
+
'pushing-too-heavy': 'if.action.pushing.too_heavy',
|
|
456
|
+
'pushing-wearing-it': 'if.action.pushing.wearing_it',
|
|
457
|
+
'pushing-wont-budge': 'if.action.pushing.wont_budge',
|
|
458
|
+
// if.action.putting
|
|
459
|
+
'putting-already-there': 'if.action.putting.already_there',
|
|
460
|
+
'putting-cant-put-in-itself': 'if.action.putting.cant_put_in_itself',
|
|
461
|
+
'putting-cant-put-on-itself': 'if.action.putting.cant_put_on_itself',
|
|
462
|
+
'putting-container-closed': 'if.action.putting.container_closed',
|
|
463
|
+
'putting-no-destination': 'if.action.putting.no_destination',
|
|
464
|
+
'putting-no-room': 'if.action.putting.no_room',
|
|
465
|
+
'putting-no-space': 'if.action.putting.no_space',
|
|
466
|
+
'putting-no-target': 'if.action.putting.no_target',
|
|
467
|
+
'putting-not-container': 'if.action.putting.not_container',
|
|
468
|
+
'putting-not-held': 'if.action.putting.not_held',
|
|
469
|
+
'putting-not-surface': 'if.action.putting.not_surface',
|
|
470
|
+
'putting-put-in': 'if.action.putting.put_in',
|
|
471
|
+
'putting-put-on': 'if.action.putting.put_on',
|
|
472
|
+
// if.action.quitting
|
|
473
|
+
'quitting-achievements-earned': 'if.action.quitting.achievements_earned',
|
|
474
|
+
'quitting-final-score': 'if.action.quitting.final_score',
|
|
475
|
+
'quitting-final-stats': 'if.action.quitting.final_stats',
|
|
476
|
+
'quitting-quit-and-saved': 'if.action.quitting.quit_and_saved',
|
|
477
|
+
'quitting-quit-cancelled': 'if.action.quitting.quit_cancelled',
|
|
478
|
+
'quitting-quit-confirm-query': 'if.action.quitting.quit_confirm_query',
|
|
479
|
+
'quitting-quit-confirmed': 'if.action.quitting.quit_confirmed',
|
|
480
|
+
'quitting-quit-save-query': 'if.action.quitting.quit_save_query',
|
|
481
|
+
'quitting-quit-unsaved-query': 'if.action.quitting.quit_unsaved_query',
|
|
482
|
+
// if.action.raising
|
|
483
|
+
'raising-already-up': 'if.action.raising.already_up',
|
|
484
|
+
'raising-cant-raise-that': 'if.action.raising.cant_raise_that',
|
|
485
|
+
'raising-no-target': 'if.action.raising.no_target',
|
|
486
|
+
'raising-raised': 'if.action.raising.raised',
|
|
487
|
+
// if.action.reading
|
|
488
|
+
'reading-cannot-read-now': 'if.action.reading.cannot_read_now',
|
|
489
|
+
'reading-not-readable': 'if.action.reading.not_readable',
|
|
490
|
+
'reading-read-book': 'if.action.reading.read_book',
|
|
491
|
+
'reading-read-book-page': 'if.action.reading.read_book_page',
|
|
492
|
+
'reading-read-inscription': 'if.action.reading.read_inscription',
|
|
493
|
+
'reading-read-sign': 'if.action.reading.read_sign',
|
|
494
|
+
'reading-read-text': 'if.action.reading.read_text',
|
|
495
|
+
'reading-what-to-read': 'if.action.reading.what_to_read',
|
|
496
|
+
// if.action.removing
|
|
497
|
+
'removing-already-have': 'if.action.removing.already_have',
|
|
498
|
+
'removing-cant-reach': 'if.action.removing.cant_reach',
|
|
499
|
+
'removing-container-closed': 'if.action.removing.container_closed',
|
|
500
|
+
'removing-no-source': 'if.action.removing.no_source',
|
|
501
|
+
'removing-no-target': 'if.action.removing.no_target',
|
|
502
|
+
'removing-not-in-container': 'if.action.removing.not_in_container',
|
|
503
|
+
'removing-not-on-surface': 'if.action.removing.not_on_surface',
|
|
504
|
+
'removing-removed-from': 'if.action.removing.removed_from',
|
|
505
|
+
'removing-removed-from-surface': 'if.action.removing.removed_from_surface',
|
|
506
|
+
// if.action.restarting
|
|
507
|
+
'restarting-game-restarting': 'if.action.restarting.game_restarting',
|
|
508
|
+
'restarting-new-game': 'if.action.restarting.new_game',
|
|
509
|
+
'restarting-restart-confirm': 'if.action.restarting.restart_confirm',
|
|
510
|
+
'restarting-restart-requested': 'if.action.restarting.restart_requested',
|
|
511
|
+
'restarting-restart-unsaved': 'if.action.restarting.restart_unsaved',
|
|
512
|
+
'restarting-starting-over': 'if.action.restarting.starting_over',
|
|
513
|
+
// if.action.restoring
|
|
514
|
+
'restoring-available-saves': 'if.action.restoring.available_saves',
|
|
515
|
+
'restoring-choose-save': 'if.action.restoring.choose_save',
|
|
516
|
+
'restoring-confirm-restore': 'if.action.restoring.confirm_restore',
|
|
517
|
+
'restoring-corrupt-save': 'if.action.restoring.corrupt_save',
|
|
518
|
+
'restoring-game-loaded': 'if.action.restoring.game_loaded',
|
|
519
|
+
'restoring-game-restored': 'if.action.restoring.game_restored',
|
|
520
|
+
'restoring-import-save': 'if.action.restoring.import_save',
|
|
521
|
+
'restoring-incompatible-save': 'if.action.restoring.incompatible_save',
|
|
522
|
+
'restoring-no-saves': 'if.action.restoring.no_saves',
|
|
523
|
+
'restoring-no-saves-available': 'if.action.restoring.no_saves_available',
|
|
524
|
+
'restoring-quick-restore': 'if.action.restoring.quick_restore',
|
|
525
|
+
'restoring-restore-details': 'if.action.restoring.restore_details',
|
|
526
|
+
'restoring-restore-failed': 'if.action.restoring.restore_failed',
|
|
527
|
+
'restoring-restore-not-allowed': 'if.action.restoring.restore_not_allowed',
|
|
528
|
+
'restoring-restore-successful': 'if.action.restoring.restore_successful',
|
|
529
|
+
'restoring-resuming-game': 'if.action.restoring.resuming_game',
|
|
530
|
+
'restoring-save-imported': 'if.action.restoring.save_imported',
|
|
531
|
+
'restoring-save-not-found': 'if.action.restoring.save_not_found',
|
|
532
|
+
'restoring-unsaved-progress': 'if.action.restoring.unsaved_progress',
|
|
533
|
+
'restoring-welcome-back': 'if.action.restoring.welcome_back',
|
|
534
|
+
// if.action.revealing
|
|
535
|
+
'revealing-not-hidden': 'if.action.revealing.not_hidden',
|
|
536
|
+
'revealing-revealed': 'if.action.revealing.revealed',
|
|
537
|
+
// if.action.saving
|
|
538
|
+
'saving-auto-save': 'if.action.saving.auto_save',
|
|
539
|
+
'saving-confirm-overwrite': 'if.action.saving.confirm_overwrite',
|
|
540
|
+
'saving-game-saved': 'if.action.saving.game_saved',
|
|
541
|
+
'saving-game-saved-as': 'if.action.saving.game_saved_as',
|
|
542
|
+
'saving-invalid-save-name': 'if.action.saving.invalid_save_name',
|
|
543
|
+
'saving-no-save-slots': 'if.action.saving.no_save_slots',
|
|
544
|
+
'saving-overwrite-save': 'if.action.saving.overwrite_save',
|
|
545
|
+
'saving-quick-save': 'if.action.saving.quick_save',
|
|
546
|
+
'saving-save-details': 'if.action.saving.save_details',
|
|
547
|
+
'saving-save-exported': 'if.action.saving.save_exported',
|
|
548
|
+
'saving-save-failed': 'if.action.saving.save_failed',
|
|
549
|
+
'saving-save-in-progress': 'if.action.saving.save_in_progress',
|
|
550
|
+
'saving-save-not-allowed': 'if.action.saving.save_not_allowed',
|
|
551
|
+
'saving-save-reminder': 'if.action.saving.save_reminder',
|
|
552
|
+
'saving-save-slot': 'if.action.saving.save_slot',
|
|
553
|
+
'saving-save-successful': 'if.action.saving.save_successful',
|
|
554
|
+
'saving-saved-locally': 'if.action.saving.saved_locally',
|
|
555
|
+
'saving-saved-to-cloud': 'if.action.saving.saved_to_cloud',
|
|
556
|
+
// if.action.scoring — pruned in parallel with the chord catalog
|
|
557
|
+
// (ADR-260 D4). Drift between the two tables is a live-alias/dead-target
|
|
558
|
+
// bug, so they move together.
|
|
559
|
+
// if.action.hunger (ADR-263) — the overridable crossing fallback + death line.
|
|
560
|
+
'hunger-crossed': 'if.action.hunger.crossed',
|
|
561
|
+
'hunger-starved': 'if.action.hunger.starved',
|
|
562
|
+
'scoring-no-scoring': 'if.action.scoring.no_scoring',
|
|
563
|
+
'scoring-perfect-score': 'if.action.scoring.perfect_score',
|
|
564
|
+
'scoring-promotion': 'if.action.scoring.promotion',
|
|
565
|
+
'scoring-score-display': 'if.action.scoring.score_display',
|
|
566
|
+
'scoring-score-simple': 'if.action.scoring.score_simple',
|
|
567
|
+
'scoring-score-with-rank': 'if.action.scoring.score_with_rank',
|
|
568
|
+
// if.action.searching
|
|
569
|
+
'searching-container-closed': 'if.action.searching.container_closed',
|
|
570
|
+
'searching-container-contents': 'if.action.searching.container_contents',
|
|
571
|
+
'searching-empty-container': 'if.action.searching.empty_container',
|
|
572
|
+
'searching-found-concealed-here': 'if.action.searching.found_concealed_here',
|
|
573
|
+
'searching-found-concealed-in-container': 'if.action.searching.found_concealed_in_container',
|
|
574
|
+
'searching-found-concealed-on-supporter': 'if.action.searching.found_concealed_on_supporter',
|
|
575
|
+
'searching-found-items': 'if.action.searching.found_items',
|
|
576
|
+
'searching-not-reachable': 'if.action.searching.not_reachable',
|
|
577
|
+
'searching-not-visible': 'if.action.searching.not_visible',
|
|
578
|
+
'searching-nothing-special': 'if.action.searching.nothing_special',
|
|
579
|
+
'searching-searched-location': 'if.action.searching.searched_location',
|
|
580
|
+
'searching-searched-object': 'if.action.searching.searched_object',
|
|
581
|
+
'searching-supporter-contents': 'if.action.searching.supporter_contents',
|
|
582
|
+
// if.action.showing
|
|
583
|
+
'showing-no-item': 'if.action.showing.no_item',
|
|
584
|
+
'showing-no-viewer': 'if.action.showing.no_viewer',
|
|
585
|
+
'showing-not-actor': 'if.action.showing.not_actor',
|
|
586
|
+
'showing-not-carrying': 'if.action.showing.not_carrying',
|
|
587
|
+
'showing-self': 'if.action.showing.self',
|
|
588
|
+
'showing-shown': 'if.action.showing.shown',
|
|
589
|
+
'showing-viewer-examines': 'if.action.showing.viewer_examines',
|
|
590
|
+
'showing-viewer-impressed': 'if.action.showing.viewer_impressed',
|
|
591
|
+
'showing-viewer-nods': 'if.action.showing.viewer_nods',
|
|
592
|
+
'showing-viewer-not-visible': 'if.action.showing.viewer_not_visible',
|
|
593
|
+
'showing-viewer-recognizes': 'if.action.showing.viewer_recognizes',
|
|
594
|
+
'showing-viewer-too-far': 'if.action.showing.viewer_too_far',
|
|
595
|
+
'showing-viewer-unimpressed': 'if.action.showing.viewer_unimpressed',
|
|
596
|
+
'showing-wearing-shown': 'if.action.showing.wearing_shown',
|
|
597
|
+
// if.action.sleeping
|
|
598
|
+
'sleeping-already-well-rested': 'if.action.sleeping.already_well_rested',
|
|
599
|
+
'sleeping-brief-nap': 'if.action.sleeping.brief_nap',
|
|
600
|
+
'sleeping-cant-sleep-here': 'if.action.sleeping.cant_sleep_here',
|
|
601
|
+
'sleeping-deep-sleep': 'if.action.sleeping.deep_sleep',
|
|
602
|
+
'sleeping-disturbed-sleep': 'if.action.sleeping.disturbed_sleep',
|
|
603
|
+
'sleeping-dozed-off': 'if.action.sleeping.dozed_off',
|
|
604
|
+
'sleeping-fell-asleep': 'if.action.sleeping.fell_asleep',
|
|
605
|
+
'sleeping-nightmares': 'if.action.sleeping.nightmares',
|
|
606
|
+
'sleeping-peaceful-sleep': 'if.action.sleeping.peaceful_sleep',
|
|
607
|
+
'sleeping-slept': 'if.action.sleeping.slept',
|
|
608
|
+
'sleeping-slept-fitfully': 'if.action.sleeping.slept_fitfully',
|
|
609
|
+
'sleeping-too-dangerous-to-sleep': 'if.action.sleeping.too_dangerous_to_sleep',
|
|
610
|
+
'sleeping-woke-refreshed': 'if.action.sleeping.woke_refreshed',
|
|
611
|
+
// if.action.smelling
|
|
612
|
+
'smelling-burning-scent': 'if.action.smelling.burning_scent',
|
|
613
|
+
'smelling-container-food-scent': 'if.action.smelling.container_food_scent',
|
|
614
|
+
'smelling-drink-scent': 'if.action.smelling.drink_scent',
|
|
615
|
+
'smelling-food-nearby': 'if.action.smelling.food_nearby',
|
|
616
|
+
'smelling-food-scent': 'if.action.smelling.food_scent',
|
|
617
|
+
'smelling-fresh-scent': 'if.action.smelling.fresh_scent',
|
|
618
|
+
'smelling-musty-scent': 'if.action.smelling.musty_scent',
|
|
619
|
+
'smelling-no-particular-scent': 'if.action.smelling.no_particular_scent',
|
|
620
|
+
'smelling-no-scent': 'if.action.smelling.no_scent',
|
|
621
|
+
'smelling-not-visible': 'if.action.smelling.not_visible',
|
|
622
|
+
'smelling-room-scents': 'if.action.smelling.room_scents',
|
|
623
|
+
'smelling-smelled': 'if.action.smelling.smelled',
|
|
624
|
+
'smelling-smelled-environment': 'if.action.smelling.smelled_environment',
|
|
625
|
+
'smelling-smoke-detected': 'if.action.smelling.smoke_detected',
|
|
626
|
+
'smelling-too-far': 'if.action.smelling.too_far',
|
|
627
|
+
// if.action.switching_off
|
|
628
|
+
'switching-off-already-off': 'if.action.switching_off.already_off',
|
|
629
|
+
'switching-off-device-stops': 'if.action.switching_off.device_stops',
|
|
630
|
+
'switching-off-door-closes': 'if.action.switching_off.door_closes',
|
|
631
|
+
'switching-off-light-off': 'if.action.switching_off.light_off',
|
|
632
|
+
'switching-off-light-off-still-lit': 'if.action.switching_off.light_off_still_lit',
|
|
633
|
+
'switching-off-no-target': 'if.action.switching_off.no_target',
|
|
634
|
+
'switching-off-not-reachable': 'if.action.switching_off.not_reachable',
|
|
635
|
+
'switching-off-not-switchable': 'if.action.switching_off.not_switchable',
|
|
636
|
+
'switching-off-not-visible': 'if.action.switching_off.not_visible',
|
|
637
|
+
'switching-off-silence-falls': 'if.action.switching_off.silence_falls',
|
|
638
|
+
'switching-off-switched-off': 'if.action.switching_off.switched_off',
|
|
639
|
+
'switching-off-was-temporary': 'if.action.switching_off.was_temporary',
|
|
640
|
+
'switching-off-with-sound': 'if.action.switching_off.with_sound',
|
|
641
|
+
// if.action.switching_on
|
|
642
|
+
'switching-on-already-on': 'if.action.switching_on.already_on',
|
|
643
|
+
'switching-on-device-humming': 'if.action.switching_on.device_humming',
|
|
644
|
+
'switching-on-door-opens': 'if.action.switching_on.door_opens',
|
|
645
|
+
'switching-on-illuminates-darkness': 'if.action.switching_on.illuminates_darkness',
|
|
646
|
+
'switching-on-light-on': 'if.action.switching_on.light_on',
|
|
647
|
+
'switching-on-no-power': 'if.action.switching_on.no_power',
|
|
648
|
+
'switching-on-no-target': 'if.action.switching_on.no_target',
|
|
649
|
+
'switching-on-not-reachable': 'if.action.switching_on.not_reachable',
|
|
650
|
+
'switching-on-not-switchable': 'if.action.switching_on.not_switchable',
|
|
651
|
+
'switching-on-not-visible': 'if.action.switching_on.not_visible',
|
|
652
|
+
'switching-on-switched-on': 'if.action.switching_on.switched_on',
|
|
653
|
+
'switching-on-temporary-activation': 'if.action.switching_on.temporary_activation',
|
|
654
|
+
'switching-on-with-sound': 'if.action.switching_on.with_sound',
|
|
655
|
+
// if.action.taking
|
|
656
|
+
'taking-already-have': 'if.action.taking.already_have',
|
|
657
|
+
'taking-cannot-take': 'if.action.taking.cannot_take',
|
|
658
|
+
'taking-cant-take-room': 'if.action.taking.cant_take_room',
|
|
659
|
+
'taking-cant-take-self': 'if.action.taking.cant_take_self',
|
|
660
|
+
'taking-container-full': 'if.action.taking.container_full',
|
|
661
|
+
'taking-fixed-in-place': 'if.action.taking.fixed_in_place',
|
|
662
|
+
'taking-no-target': 'if.action.taking.no_target',
|
|
663
|
+
'taking-nothing-to-take': 'if.action.taking.nothing_to_take',
|
|
664
|
+
'taking-taken': 'if.action.taking.taken',
|
|
665
|
+
'taking-taken-from': 'if.action.taking.taken_from',
|
|
666
|
+
'taking-taken-multi': 'if.action.taking.taken_multi',
|
|
667
|
+
'taking-too-heavy': 'if.action.taking.too_heavy',
|
|
668
|
+
// if.action.taking_off
|
|
669
|
+
'taking-off-cant-remove': 'if.action.taking_off.cant_remove',
|
|
670
|
+
'taking-off-no-target': 'if.action.taking_off.no_target',
|
|
671
|
+
'taking-off-not-wearing': 'if.action.taking_off.not_wearing',
|
|
672
|
+
'taking-off-prevents-removal': 'if.action.taking_off.prevents_removal',
|
|
673
|
+
'taking-off-removed': 'if.action.taking_off.removed',
|
|
674
|
+
// if.action.talking
|
|
675
|
+
'talking-acknowledges': 'if.action.talking.acknowledges',
|
|
676
|
+
'talking-casual-greeting': 'if.action.talking.casual_greeting',
|
|
677
|
+
'talking-first-meeting': 'if.action.talking.first_meeting',
|
|
678
|
+
'talking-formal-greeting': 'if.action.talking.formal_greeting',
|
|
679
|
+
'talking-friendly-greeting': 'if.action.talking.friendly_greeting',
|
|
680
|
+
'talking-greets-again': 'if.action.talking.greets_again',
|
|
681
|
+
'talking-greets-back': 'if.action.talking.greets_back',
|
|
682
|
+
'talking-has-topics': 'if.action.talking.has_topics',
|
|
683
|
+
'talking-no-response': 'if.action.talking.no_response',
|
|
684
|
+
'talking-no-target': 'if.action.talking.no_target',
|
|
685
|
+
'talking-not-actor': 'if.action.talking.not_actor',
|
|
686
|
+
'talking-not-available': 'if.action.talking.not_available',
|
|
687
|
+
'talking-not-visible': 'if.action.talking.not_visible',
|
|
688
|
+
'talking-nothing-to-say': 'if.action.talking.nothing_to_say',
|
|
689
|
+
'talking-remembers-you': 'if.action.talking.remembers_you',
|
|
690
|
+
'talking-self': 'if.action.talking.self',
|
|
691
|
+
'talking-talked': 'if.action.talking.talked',
|
|
692
|
+
'talking-too-far': 'if.action.talking.too_far',
|
|
693
|
+
// if.action.telling
|
|
694
|
+
'telling-already-knew': 'if.action.telling.already_knew',
|
|
695
|
+
'telling-bored': 'if.action.telling.bored',
|
|
696
|
+
'telling-dismissive': 'if.action.telling.dismissive',
|
|
697
|
+
'telling-grateful': 'if.action.telling.grateful',
|
|
698
|
+
'telling-ignores': 'if.action.telling.ignores',
|
|
699
|
+
'telling-informed': 'if.action.telling.informed',
|
|
700
|
+
'telling-interested': 'if.action.telling.interested',
|
|
701
|
+
'telling-no-target': 'if.action.telling.no_target',
|
|
702
|
+
'telling-no-topic': 'if.action.telling.no_topic',
|
|
703
|
+
'telling-not-actor': 'if.action.telling.not_actor',
|
|
704
|
+
'telling-not-interested': 'if.action.telling.not_interested',
|
|
705
|
+
'telling-not-visible': 'if.action.telling.not_visible',
|
|
706
|
+
'telling-told': 'if.action.telling.told',
|
|
707
|
+
'telling-too-far': 'if.action.telling.too_far',
|
|
708
|
+
'telling-very-interested': 'if.action.telling.very_interested',
|
|
709
|
+
// if.action.throwing
|
|
710
|
+
'throwing-bounces-off': 'if.action.throwing.bounces_off',
|
|
711
|
+
'throwing-breaks-against': 'if.action.throwing.breaks_against',
|
|
712
|
+
'throwing-breaks-on-impact': 'if.action.throwing.breaks_on_impact',
|
|
713
|
+
'throwing-fragile-breaks': 'if.action.throwing.fragile_breaks',
|
|
714
|
+
'throwing-hits-target': 'if.action.throwing.hits_target',
|
|
715
|
+
'throwing-lands-in': 'if.action.throwing.lands_in',
|
|
716
|
+
'throwing-lands-on': 'if.action.throwing.lands_on',
|
|
717
|
+
'throwing-misses-target': 'if.action.throwing.misses_target',
|
|
718
|
+
'throwing-no-exit': 'if.action.throwing.no_exit',
|
|
719
|
+
'throwing-no-item': 'if.action.throwing.no_item',
|
|
720
|
+
'throwing-not-holding': 'if.action.throwing.not_holding',
|
|
721
|
+
'throwing-sails-through': 'if.action.throwing.sails_through',
|
|
722
|
+
'throwing-self': 'if.action.throwing.self',
|
|
723
|
+
'throwing-target-angry': 'if.action.throwing.target_angry',
|
|
724
|
+
'throwing-target-catches': 'if.action.throwing.target_catches',
|
|
725
|
+
'throwing-target-ducks': 'if.action.throwing.target_ducks',
|
|
726
|
+
'throwing-target-not-here': 'if.action.throwing.target_not_here',
|
|
727
|
+
'throwing-target-not-visible': 'if.action.throwing.target_not_visible',
|
|
728
|
+
'throwing-thrown': 'if.action.throwing.thrown',
|
|
729
|
+
'throwing-thrown-at': 'if.action.throwing.thrown_at',
|
|
730
|
+
'throwing-thrown-direction': 'if.action.throwing.thrown_direction',
|
|
731
|
+
'throwing-thrown-down': 'if.action.throwing.thrown_down',
|
|
732
|
+
'throwing-thrown-gently': 'if.action.throwing.thrown_gently',
|
|
733
|
+
'throwing-too-heavy': 'if.action.throwing.too_heavy',
|
|
734
|
+
// if.action.touching
|
|
735
|
+
'touching-device-vibrating': 'if.action.touching.device_vibrating',
|
|
736
|
+
'touching-feels-hard': 'if.action.touching.feels_hard',
|
|
737
|
+
'touching-feels-hot': 'if.action.touching.feels_hot',
|
|
738
|
+
'touching-feels-normal': 'if.action.touching.feels_normal',
|
|
739
|
+
'touching-feels-smooth': 'if.action.touching.feels_smooth',
|
|
740
|
+
'touching-feels-soft': 'if.action.touching.feels_soft',
|
|
741
|
+
'touching-feels-warm': 'if.action.touching.feels_warm',
|
|
742
|
+
'touching-feels-wet': 'if.action.touching.feels_wet',
|
|
743
|
+
'touching-immovable-object': 'if.action.touching.immovable_object',
|
|
744
|
+
'touching-liquid-container': 'if.action.touching.liquid_container',
|
|
745
|
+
'touching-no-target': 'if.action.touching.no_target',
|
|
746
|
+
'touching-not-reachable': 'if.action.touching.not_reachable',
|
|
747
|
+
'touching-not-visible': 'if.action.touching.not_visible',
|
|
748
|
+
'touching-patted': 'if.action.touching.patted',
|
|
749
|
+
'touching-poked': 'if.action.touching.poked',
|
|
750
|
+
'touching-prodded': 'if.action.touching.prodded',
|
|
751
|
+
'touching-stroked': 'if.action.touching.stroked',
|
|
752
|
+
'touching-touched': 'if.action.touching.touched',
|
|
753
|
+
'touching-touched-gently': 'if.action.touching.touched_gently',
|
|
754
|
+
// if.action.turning
|
|
755
|
+
'turning-cant-turn-that': 'if.action.turning.cant_turn_that',
|
|
756
|
+
'turning-crank-turned': 'if.action.turning.crank_turned',
|
|
757
|
+
'turning-dial-adjusted': 'if.action.turning.dial_adjusted',
|
|
758
|
+
'turning-dial-set': 'if.action.turning.dial_set',
|
|
759
|
+
'turning-dial-turned': 'if.action.turning.dial_turned',
|
|
760
|
+
'turning-flow-changes': 'if.action.turning.flow_changes',
|
|
761
|
+
'turning-key-needs-lock': 'if.action.turning.key_needs_lock',
|
|
762
|
+
'turning-key-turned': 'if.action.turning.key_turned',
|
|
763
|
+
'turning-knob-clicks': 'if.action.turning.knob_clicks',
|
|
764
|
+
'turning-knob-toggled': 'if.action.turning.knob_toggled',
|
|
765
|
+
'turning-knob-turned': 'if.action.turning.knob_turned',
|
|
766
|
+
'turning-mechanism-activated': 'if.action.turning.mechanism_activated',
|
|
767
|
+
'turning-mechanism-grinds': 'if.action.turning.mechanism_grinds',
|
|
768
|
+
'turning-no-target': 'if.action.turning.no_target',
|
|
769
|
+
'turning-not-reachable': 'if.action.turning.not_reachable',
|
|
770
|
+
'turning-not-visible': 'if.action.turning.not_visible',
|
|
771
|
+
'turning-nothing-happens': 'if.action.turning.nothing_happens',
|
|
772
|
+
'turning-requires-more-turns': 'if.action.turning.requires_more_turns',
|
|
773
|
+
'turning-rotated': 'if.action.turning.rotated',
|
|
774
|
+
'turning-spun': 'if.action.turning.spun',
|
|
775
|
+
'turning-turned': 'if.action.turning.turned',
|
|
776
|
+
'turning-valve-closed': 'if.action.turning.valve_closed',
|
|
777
|
+
'turning-valve-opened': 'if.action.turning.valve_opened',
|
|
778
|
+
'turning-wearing-it': 'if.action.turning.wearing_it',
|
|
779
|
+
'turning-wheel-turned': 'if.action.turning.wheel_turned',
|
|
780
|
+
// if.action.undoing
|
|
781
|
+
'undoing-nothing-to-undo': 'if.action.undoing.nothing_to_undo',
|
|
782
|
+
'undoing-undo-failed': 'if.action.undoing.undo_failed',
|
|
783
|
+
'undoing-undo-success': 'if.action.undoing.undo_success',
|
|
784
|
+
'undoing-undo-to-turn': 'if.action.undoing.undo_to_turn',
|
|
785
|
+
// if.action.unlocking
|
|
786
|
+
'unlocking-already-unlocked': 'if.action.unlocking.already_unlocked',
|
|
787
|
+
'unlocking-cant-reach': 'if.action.unlocking.cant_reach',
|
|
788
|
+
'unlocking-key-not-held': 'if.action.unlocking.key_not_held',
|
|
789
|
+
'unlocking-no-key': 'if.action.unlocking.no_key',
|
|
790
|
+
'unlocking-no-target': 'if.action.unlocking.no_target',
|
|
791
|
+
'unlocking-not-lockable': 'if.action.unlocking.not_lockable',
|
|
792
|
+
'unlocking-still-locked': 'if.action.unlocking.still_locked',
|
|
793
|
+
'unlocking-unlocked': 'if.action.unlocking.unlocked',
|
|
794
|
+
'unlocking-unlocked-with': 'if.action.unlocking.unlocked_with',
|
|
795
|
+
'unlocking-wrong-key': 'if.action.unlocking.wrong_key',
|
|
796
|
+
// if.action.version
|
|
797
|
+
'version-version-compact': 'if.action.version.version_compact',
|
|
798
|
+
'version-version-full': 'if.action.version.version_full',
|
|
799
|
+
'version-version-no-date': 'if.action.version.version_no_date',
|
|
800
|
+
// if.action.waiting
|
|
801
|
+
'waiting-grows-restless': 'if.action.waiting.grows_restless',
|
|
802
|
+
'waiting-nothing-happens': 'if.action.waiting.nothing_happens',
|
|
803
|
+
'waiting-patience-rewarded': 'if.action.waiting.patience_rewarded',
|
|
804
|
+
'waiting-something-approaches': 'if.action.waiting.something_approaches',
|
|
805
|
+
'waiting-time-passes': 'if.action.waiting.time_passes',
|
|
806
|
+
'waiting-time-runs-out': 'if.action.waiting.time_runs_out',
|
|
807
|
+
'waiting-waited': 'if.action.waiting.waited',
|
|
808
|
+
'waiting-waited-anxiously': 'if.action.waiting.waited_anxiously',
|
|
809
|
+
'waiting-waited-briefly': 'if.action.waiting.waited_briefly',
|
|
810
|
+
'waiting-waited-for-event': 'if.action.waiting.waited_for_event',
|
|
811
|
+
'waiting-waited-in-vehicle': 'if.action.waiting.waited_in_vehicle',
|
|
812
|
+
'waiting-waited-patiently': 'if.action.waiting.waited_patiently',
|
|
813
|
+
// if.action.wearing
|
|
814
|
+
'wearing-already-wearing': 'if.action.wearing.already_wearing',
|
|
815
|
+
'wearing-cant-wear-that': 'if.action.wearing.cant_wear_that',
|
|
816
|
+
'wearing-hands-full': 'if.action.wearing.hands_full',
|
|
817
|
+
'wearing-no-target': 'if.action.wearing.no_target',
|
|
818
|
+
'wearing-not-held': 'if.action.wearing.not_held',
|
|
819
|
+
'wearing-not-wearable': 'if.action.wearing.not_wearable',
|
|
820
|
+
'wearing-worn': 'if.action.wearing.worn',
|
|
821
|
+
};
|
|
822
|
+
/**
|
|
823
|
+
* Resolve an override alias to its platform `if.action.*` message id, or
|
|
824
|
+
* `undefined` if the alias is not in the catalog (the analyzer rejects such
|
|
825
|
+
* aliases at compile time, so a loaded story never reaches here with one).
|
|
826
|
+
*/
|
|
827
|
+
function aliasToActionMessageId(alias) {
|
|
828
|
+
return exports.MESSAGE_ALIAS_TO_ACTION_ID[alias];
|
|
829
|
+
}
|
|
830
|
+
//# sourceMappingURL=message-alias-map.js.map
|