@opfr/raids 0.11.10 → 0.11.11
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/locales/fr.json +4 -1
- package/package.json +2 -2
package/locales/fr.json
CHANGED
|
@@ -1117,7 +1117,7 @@
|
|
|
1117
1117
|
},
|
|
1118
1118
|
"ev_rest_and_listen_but_nothing_given": {
|
|
1119
1119
|
"title": "",
|
|
1120
|
-
"
|
|
1120
|
+
"text": "Après s'être reposé avec eux près du feu, ils vous expliquent que les cadeaux n'étaient qu'une diversion et que Jack Frost, l'un des plus fidèles lieutenant du Père Noël est devenu fou et a kidnappé tous les lutins travaillant à l'usine des cadeaux. {{rewards}}"
|
|
1121
1121
|
},
|
|
1122
1122
|
"end_leave_village": {
|
|
1123
1123
|
"title": "Le calme avant la tempête",
|
|
@@ -1252,6 +1252,9 @@
|
|
|
1252
1252
|
"uc_try_another_way": {
|
|
1253
1253
|
"label": "Essayer de trouver un autre chemin"
|
|
1254
1254
|
},
|
|
1255
|
+
"goto_try_another_way": {
|
|
1256
|
+
"label": "Essayer de trouver un autre chemin"
|
|
1257
|
+
},
|
|
1255
1258
|
"ev_forest_not_meet_giant": {
|
|
1256
1259
|
"title": "",
|
|
1257
1260
|
"text": "Vous rentrez prudemment dans cette forêt lugubre..."
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opfr/raids",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.11",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "OPFR raids",
|
|
6
6
|
"author": "Matthieu VEIGA",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"node_modules",
|
|
40
40
|
"dist"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "93f54cfc189d95703fb1cadab9f9550babc378d2"
|
|
43
43
|
}
|