@massif/lancer-data 4.0.3 → 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.
@@ -339,7 +339,7 @@
339
339
  "actions": [
340
340
  {
341
341
  "name": "The Lesson of the Open Door",
342
- "activation": "Free",
342
+ "activation": "None",
343
343
  "frequency": "1/round",
344
344
  "trigger": "A character fails a save against you.",
345
345
  "detail": "That character takes 2 heat.",
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
@@ -1096,6 +1096,7 @@
1096
1096
  "source": "IPS-N",
1097
1097
  "license": "Vlad",
1098
1098
  "license_level": 2,
1099
+ "effect": "This system blankets a free Burst 1 area within Range 5 with explosive caltrops. The affected area becomes difficult terrain for the rest of the scene, and mechs take 1d3 AP Energy Damage when they enter the affected area for the first time in a round or end their turn within it.",
1099
1100
  "deployables": [
1100
1101
  {
1101
1102
  "type": "Deployable",
@@ -1633,7 +1634,7 @@
1633
1634
  }
1634
1635
  ],
1635
1636
  "damage": [{ "type": "Kinetic", "val": 3 }],
1636
- "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."
1637
1638
  }
1638
1639
  ],
1639
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.3",
3
+ "version": "4.0.5",
4
4
  "description": "Data for the LANCER TTRPG",
5
5
  "main": "index.js",
6
6
  "scripts": {