X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/71b75981ceb57981c622a3e240d492551b7ef109..e162106cb6f2118c223c110ed2d69f3819458831:/sc-units-lotv.inc.pl diff --git a/sc-units-lotv.inc.pl b/sc-units-lotv.inc.pl index bf5de99..ca4b9c6 100644 --- a/sc-units-lotv.inc.pl +++ b/sc-units-lotv.inc.pl @@ -238,6 +238,7 @@ $unit{archon}, name => 'Surveillance Mode', abbr => 'sm', desc => 'gain 25% vision while immobilized', + speed => 0, sight => 2.75, # +25% transform => .54, }, @@ -871,7 +872,20 @@ $unit{drone}, ], }, -$unit{overseer}, +{ + %{ $unit{overseer} }, + special => [ + { + name => 'Oversight Mode', + abbr => 'om', + desc => 'gain 25% vision while immobilized', + speed => 0, + sight => 11 * 1.25, + transform => .54, + }, + @{ $unit{overseer}->{special} }, # changeling, contaminate + ], +}, $unit{larva}, $unit{spine_crawler},