// $Id: n-ES-F.tgt 2785 2020-07-26 22:09:29Z dmc $ - target definition file for SABU iron sight // targetfaces; very similar to ICFRA, except modified to UK/CA-style ring intervals // $Author: dmc $ $Revision: 2785 $ $Date: 2020-07-26 19:09:29 -0300 (Sun, 26 Jul 2020) $ var METRESTOFEET = 3.280839; var YARDSTOMETRES = 3 / METRESTOFEET; var INCHESTOMM = 25.4; var MM_PER_MOA_PER_1Y = 1.047 * 25.4 / 100; // multiply this by the distance in yards var MM_PER_MOA_PER_1M = 1.047 * 25.4 / 100 * 39.37 / 36; // multiply this by the distance in metres var v2options = { shot_format: '{1}.{2}V', // TR: "49.6V" }; module.exports = { /* [09-17, 08:39] Jose Lema: Fclass 200m [09-17, 08:42] Jose Lema: V-Bull = Ø 30mm, White circle. Line Thickness: 0, 35mm, Blue Line 5 = Ø 60mm, White circle. Line Thickness: 0, 70mm, Blue Line 4 = Ø 120mm, white circle. Line Thickness: 0, 70mm, Blue Line 3 = Ø 180mm, Blue Circle. Line Thickness: 0, 50mm, white line 2 = Ø 240mm, Blue Circle. Line Thickness: 0, 70mm, white line Picture Diana: 300x300 mm. Thickness frame line: 1mm, Blue Line [09-17, 08:43] Jose Lema: hi Daniel send you an email but do not pay attention to those measures. I have made a mistake . the good measures are these [09-17, 08:44] daniel chisholm: OK. What should the name of the target be? Is it NRA-UK, or some other governing body's target? [09-17, 08:46] Jose Lema: Fclass 200 Spain */ 'Spain-FClass-200': { distance: 200, centrecoords: { x: 0, y: 0 }, targetboard: { width: 72 * INCHESTOMM, height: 72 * INCHESTOMM, colour: "white", bordercolour: "black", borderwidth: 10 }, options: v2options, scoringzones: [ // draw this in reverse order // search for a hit in forward order // default values: {x:0, y:0} { name: "V", score: [5, 1], bordercolour: "blue", colour: "white", borderwidth: 0.35, type: { name: "ring", dia: 30 } }, { name: "5", score: 5, colour: "transparent", bordercolour: "blue", type: { name: "ring", dia: 60 } }, { name: "4", score: 4, colour: "white", /* no border - aiming mark */ type: { name: "ring", dia: 120 } }, { name: "3", score: 3, colour: "transparent", bordercolour: "white", type: { name: "ring", dia: 180 } }, { name: "2", score: 2, colour: "blue", /* no border - aiming mark */ type: { name: "ring", dia: 240 } }, { name: "1", score: 1, colour: "white", bordercolour: "blue", borderwidth: 1, type: { name: "rect", width: 300, height: 300 } }, ], }, /* Blanco de 300 m: V=35mm, círculo blanco. Grosor línea: 0,52mm. 5=70mm, círculo blanco. Grosor línea: 0,52mm. 4= 140mm, círculo blanco. Grosor línea: 0,52mm. 3=280mm, círculo cian. Grosor línea: 0,72mm. 2=420mm, círculo cian. Cuadrado del 1 (corte papel 520 x 520mm) */ 'Spain-FClass-300': { distance: 300, centrecoords: { x: 0, y: 0 }, targetboard: { width: 72 * INCHESTOMM, height: 72 * INCHESTOMM, colour: "white", bordercolour: "black", borderwidth: 10 }, options: v2options, scoringzones: [ // draw this in reverse order // search for a hit in forward order // default values: {x:0, y:0} { name: "V", score: [5, 1], bordercolour: "blue", colour: "white", borderwidth: 0.52, type: { name: "ring", dia: 30 } // V=35mm, círculo blanco. Grosor línea: 0,52mm. }, { name: "5", score: 5, colour: "transparent", bordercolour: "blue", borderwidth: 0.52, type: { name: "ring", dia: 60 } // 5=70mm, círculo blanco. Grosor línea: 0,52mm. }, { name: "4", score: 4, colour: "white", /* no border - aiming mark */ type: { name: "ring", dia: 140 } // 4= 140mm, círculo blanco. Grosor línea: 0,52mm. }, { name: "3", score: 3, colour: "transparent", bordercolour: "white", borderwidth: 0.72, type: { name: "ring", dia: 280 } // 3=280mm, círculo cian. Grosor línea: 0,72mm. }, { name: "2", score: 2, colour: "blue", /* no border - aiming mark */ type: { name: "ring", dia: 420 } // 2=420mm, círculo cian. }, { name: "1", score: 1, colour: "white", bordercolour: "blue", borderwidth: 1, type: { name: "rect", width: 520, height: 520 } //Cuadrado del 1 (corte papel 520 x 520mm) }, ], }, }