From 5d4750404d4805871d7611064a97beba6b57498d Mon Sep 17 00:00:00 2001 From: John Arena Date: Mon, 3 Jun 2019 22:09:34 -0500 Subject: [PATCH] fix some prerelease 2 issues --- lib/statuses.json | 2 +- lib/systems.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/statuses.json b/lib/statuses.json index 12500f0..888442c 100644 --- a/lib/statuses.json +++ b/lib/statuses.json @@ -77,7 +77,7 @@ "name": "Stunned", "effects": [ "You cannot overcharge, take free actions, reactions, move, or take any actions with your mech. A pilot in a stunned mech can still mount or dismount their mech, eject, or take actions normally.", - "Attackers receive +1 Accuracy to attack you", + "Your maximum evasion is 5", "You automatically fail all hull or agility saves " ] }, diff --git a/lib/systems.json b/lib/systems.json index b4c531f..242c366 100644 --- a/lib/systems.json +++ b/lib/systems.json @@ -1628,7 +1628,7 @@ "id": "mimicmesh", "name": "Mimic Mesh", "type": "System", - "sp": 1, + "sp": 2, "tags": [ { "id": "quickaction" diff --git a/package.json b/package.json index 159aaec..93150b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lancer-data", - "version": "1.9.2", + "version": "1.9.3", "description": "Data for the LANCER TTRPG", "main": "index.js", "repository": {