@massif/lancer-data 4.0.0-beta.24 → 4.0.0-beta.25

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/sitreps.json +2 -2
  2. package/package.json +1 -1
package/lib/sitreps.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "id": "sitrep_standardcombat",
4
- "name": "Standard Combat",
4
+ "name": "Basic Combat",
5
5
  "pcVictory": "PCs defeat or route all enemy forces",
6
6
  "enemyVictory": "PCs are defeated or retreat from battle",
7
7
  "description": "A simple affair, with two sides facing off against each other until one of them is broken or destroyed."
@@ -64,4 +64,4 @@
64
64
  "controlZone": "Four Control Zones (typically 4 spaces on each side) in different quadrants of the map, each placed anywhere in their quadrant. The GM secretly designates one Control Zone as the True Control Zone. While inside a Control Zone, PCs may take a full action to determine whether it is the True Control Zone. If there are only PCs within the True Control Zone, they control it; if there are characters from two or more sides within the True Control Zone, it is contested.",
65
65
  "deployment": "The PCs deploy first, choosing positions for their characters within the Allied Deployment Zone; next, the GM deploys enemy forces in the EDZ."
66
66
  }
67
- ]
67
+ ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massif/lancer-data",
3
- "version": "4.0.0-beta.24",
3
+ "version": "4.0.0-beta.25",
4
4
  "description": "Data for the LANCER TTRPG",
5
5
  "main": "index.js",
6
6
  "scripts": {