@massif/lancer-data 4.0.4 → 4.0.5

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/lib/frames.json CHANGED
@@ -1620,7 +1620,7 @@
1620
1620
  "name": "Guardian OROCHI Drone",
1621
1621
  "type": "Drone",
1622
1622
  "detail": "This drone projects a shield. Ranged attacks against adjacent allied characters receive +1 difficulty.",
1623
- "activation": "Free",
1623
+ "activation": "None",
1624
1624
  "recall": "Quick",
1625
1625
  "redeploy": "Quick",
1626
1626
  "size": 0.5,
@@ -1633,7 +1633,7 @@
1633
1633
  "name": "Snare OROCHI Drone",
1634
1634
  "type": "Drone",
1635
1635
  "detail": "As a reaction, you may force characters that start their turn adjacent to this drone or move adjacent to it for the first time in a round to make an Agility save. On a failure, they become Immobilized. They only cease to be Immobilized when the drone is destroyed or no longer adjacent, or they succeed on an Agility save as a quick action.",
1636
- "activation": "Free",
1636
+ "activation": "None",
1637
1637
  "recall": "Quick",
1638
1638
  "redeploy": "Quick",
1639
1639
  "size": 0.5,
@@ -1646,7 +1646,7 @@
1646
1646
  "name": "Shredder OROCHI Drone",
1647
1647
  "type": "Drone",
1648
1648
  "detail": "As a reaction, you may force characters that start their turn adjacent to this drone or move adjacent to it for the first time in a round to make a Hull save. On a failure, they take 1 kinetic damage and become Shredded until the end of their next turn.",
1649
- "activation": "Free",
1649
+ "activation": "None",
1650
1650
  "recall": "Quick",
1651
1651
  "redeploy": "Quick",
1652
1652
  "size": 0.5,
@@ -1659,7 +1659,7 @@
1659
1659
  "name": "Hunter OROCHI Drone",
1660
1660
  "type": "Drone",
1661
1661
  "detail": "As a reaction, you may force characters that start their turn adjacent to this drone or move adjacent to it for the first time in a round to make a Systems save. On a failure, they receive Lock On.",
1662
- "activation": "Free",
1662
+ "activation": "None",
1663
1663
  "recall": "Quick",
1664
1664
  "redeploy": "Quick",
1665
1665
  "size": 0.5,
package/lib/systems.json CHANGED
@@ -1634,7 +1634,7 @@
1634
1634
  }
1635
1635
  ],
1636
1636
  "damage": [{ "type": "Kinetic", "val": 3 }],
1637
- "detail": "This auto-targeting rocket detonates in a Burst 1 area when a character moves adjacent to or over it. Characters within the affected area take 3 kinetic damage."
1637
+ "detail": "When a character moves into or passes above the marked position of this rocket no more than 10 spaces up they are hit by a rocket, taking 3 kinetic damage. Each space can be triggered once and then the effect disappears on that space."
1638
1638
  }
1639
1639
  ],
1640
1640
  "description": "“Pralaya was the name of your mother. She who would see the dawn-at-the-end. Her beauty was terrible, and her wrath, and I see it in all of you. My sons, when you hear the sound of thunder – that is your mother’s voice, and the rain of missiles her gift.” — “Notes for Young John”, Ministrations of the Master Teacher",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massif/lancer-data",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "description": "Data for the LANCER TTRPG",
5
5
  "main": "index.js",
6
6
  "scripts": {