From 6c5b35d704e7abbe202b6bfce155135154155d73 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 21 Jul 2023 21:44:07 -0700 Subject: [PATCH] Add laser code property info for the Strike Eagle. --- resources/units/aircraft/F-15ESE.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/resources/units/aircraft/F-15ESE.yaml b/resources/units/aircraft/F-15ESE.yaml index 07eaacf7..75ef03fa 100644 --- a/resources/units/aircraft/F-15ESE.yaml +++ b/resources/units/aircraft/F-15ESE.yaml @@ -34,3 +34,24 @@ tasks: OCA/Runway: 630 Strike: 640 TARCAP: 240 +laser_codes: + - pylon: 2 + property: + id: Sta2LaserCode + digits: 3 + - pylon: 4 + property: + id: LCFTLaserCode + digits: 3 + - pylon: 5 + property: + id: Sta5LaserCode + digits: 3 + - pylon: 12 + property: + id: RCFTLaserCode + digits: 3 + - pylon: 14 + property: + id: Sta8LaserCode + digits: 3