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": {