@massif/lancer-data 4.0.0-beta.15 → 4.0.0-beta.16

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/actions.json +9 -0
  2. package/package.json +1 -1
package/lib/actions.json CHANGED
@@ -227,6 +227,15 @@
227
227
  "detail": "When you make an IMPROVISED ATTACK, you attack with a rifle butt, fist, or another improvised melee weapon. You can use anything from the butt of a weapon to a slab of concrete or a length of hull plating – the flavor of the attack is up to you!<br>To make an IMPROVISED ATTACK, make a melee attack against an adjacent target. On a success, they take 1d6 kinetic damage.",
228
228
  "damage": { "type": "kinetic", "val": "1d6", "attack": "melee" }
229
229
  },
230
+ {
231
+ "id": "act_improvised_attack_npc",
232
+ "name": "Improvised Attack",
233
+ "activation": "Full",
234
+ "terse": "Attack with a fist, rifle butt, or improvised weapon in melee.",
235
+ "detail": "The NPC makes a melee attack with a bonus of +1/2/3 and deals 3/4/6 damage, based on their Tier",
236
+ "damage": { "type": "kinetic", "val": "3", "attack": "melee" },
237
+ "hidden": true
238
+ },
230
239
  {
231
240
  "id": "act_activate_full",
232
241
  "name": "Full Activation",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massif/lancer-data",
3
- "version": "4.0.0-beta.15",
3
+ "version": "4.0.0-beta.16",
4
4
  "description": "Data for the LANCER TTRPG",
5
5
  "main": "index.js",
6
6
  "scripts": {