@massif/lancer-data 4.0.0-beta.11 → 4.0.0-beta.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.
Files changed (2) hide show
  1. package/lib/frames.json +2 -2
  2. package/package.json +1 -1
package/lib/frames.json CHANGED
@@ -140,7 +140,7 @@
140
140
  "bonuses": [
141
141
  {
142
142
  "id": "engineering",
143
- "acc": -1
143
+ "accuracy": -1
144
144
  }
145
145
  ]
146
146
  }
@@ -236,7 +236,7 @@
236
236
  "bonuses": [
237
237
  {
238
238
  "id": "agility",
239
- "acc": -1
239
+ "accuracy": -1
240
240
  }
241
241
  ]
242
242
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massif/lancer-data",
3
- "version": "4.0.0-beta.11",
3
+ "version": "4.0.0-beta.12",
4
4
  "description": "Data for the LANCER TTRPG",
5
5
  "main": "index.js",
6
6
  "scripts": {