@opfr/raids 0.11.5 → 0.11.7

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 CHANGED
@@ -770,7 +770,7 @@
770
770
  "title": "Chipeur arrête de chipper",
771
771
  "text": "Après une longue discussion, vous apprenez qu'un Ours Polaire s'est enfuit avec un des cadeaux"
772
772
  },
773
- "uc_go_find_bear": {
773
+ "uc_find_bear": {
774
774
  "label": "Partir à la recherche de l'Ours Polaire"
775
775
  },
776
776
  "goto_find_bear": {
@@ -854,6 +854,9 @@
854
854
  "uc_go_back": {
855
855
  "label": "Rebrousser chemin"
856
856
  },
857
+ "goto_go_back": {
858
+ "label": "Rebrousser chemin"
859
+ },
857
860
  "uc_go_to_gingerbread_party": {
858
861
  "label": "Participer à leur fête"
859
862
  },
@@ -953,11 +956,14 @@
953
956
  },
954
957
  "ev_warm": {
955
958
  "title": "",
956
- "text": "Vous vous réchauffer mais le temps presse, vous devez rapidement repartir"
959
+ "text": "Vous vous réchauffer mais le temps presse, vous devez rapidement repartir{{rewards}}"
957
960
  },
958
961
  "uc_leave": {
959
962
  "label": "Partir"
960
963
  },
964
+ "goto_leave": {
965
+ "label": "Partir"
966
+ },
961
967
  "rq_fly_to_frozen_clouds": {
962
968
  "label": "Voler vers les Nuages Glacés (nécessite un aéronef)"
963
969
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opfr/raids",
3
- "version": "0.11.5",
3
+ "version": "0.11.7",
4
4
  "private": false,
5
5
  "description": "OPFR raids",
6
6
  "author": "Matthieu VEIGA",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@opfr/emojis": "^0.14.0",
15
- "@opfr/items": "^0.31.0",
15
+ "@opfr/items": "^0.31.1",
16
16
  "@opfr/translate": "^0.1.0",
17
17
  "@opfr/utils-lang": "^0.12.1",
18
18
  "@opfr/utils-type": "^0.16.0"
@@ -39,5 +39,5 @@
39
39
  "node_modules",
40
40
  "dist"
41
41
  ],
42
- "gitHead": "bdf4c70fe7315f5923329753b90f8f330b71e08a"
42
+ "gitHead": "08e76da0dcaf5464c3439154929299623279973c"
43
43
  }