@opfr/raids 0.12.10 → 0.12.12
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
|
@@ -1301,6 +1301,9 @@
|
|
|
1301
1301
|
"uc_attack": {
|
|
1302
1302
|
"label": "Attaquer"
|
|
1303
1303
|
},
|
|
1304
|
+
"goto_attack": {
|
|
1305
|
+
"label": "Attaquer"
|
|
1306
|
+
},
|
|
1304
1307
|
"ev_fail_attack_on_jack_frost": {
|
|
1305
1308
|
"title": "",
|
|
1306
1309
|
"text": "Jack Frost vous balaye d'un revers de la main, vous projettant contre un arbre. Vous avez le souffle coupé. {{rewards}}"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opfr/raids",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.12",
|
|
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": "3fd866bcf26e3ce4e9b44efa1d838b1661163119"
|
|
43
43
|
}
|