Added smart vehicle/ordnance comments.

master
Pacman Ghost 4 years ago
parent c00b3072e5
commit b89cd2bd23
  1. 4
      vasl_templates/webapp/__init__.py
  2. 6
      vasl_templates/webapp/data/default-template-pack/ob_vo.j2
  3. 164
      vasl_templates/webapp/data/extensions/bfp-bj-v403.json
  4. 62
      vasl_templates/webapp/data/extensions/bfp-pif-v403.json
  5. 27
      vasl_templates/webapp/data/ordnance/allied-minor/belgian.json
  6. 26
      vasl_templates/webapp/data/ordnance/allied-minor/common.json
  7. 2
      vasl_templates/webapp/data/ordnance/allied-minor/danish.json
  8. 1
      vasl_templates/webapp/data/ordnance/allied-minor/dutch.json
  9. 4
      vasl_templates/webapp/data/ordnance/allied-minor/greek.json
  10. 8
      vasl_templates/webapp/data/ordnance/allied-minor/polish.json
  11. 5
      vasl_templates/webapp/data/ordnance/allied-minor/yugoslavian.json
  12. 50
      vasl_templates/webapp/data/ordnance/american.json
  13. 26
      vasl_templates/webapp/data/ordnance/axis-minor/bulgarian.json
  14. 53
      vasl_templates/webapp/data/ordnance/axis-minor/common.json
  15. 4
      vasl_templates/webapp/data/ordnance/axis-minor/croatian.json
  16. 10
      vasl_templates/webapp/data/ordnance/axis-minor/hungarian.json
  17. 41
      vasl_templates/webapp/data/ordnance/axis-minor/romanian.json
  18. 13
      vasl_templates/webapp/data/ordnance/axis-minor/slovakian.json
  19. 40
      vasl_templates/webapp/data/ordnance/british.json
  20. 68
      vasl_templates/webapp/data/ordnance/chinese.json
  21. 87
      vasl_templates/webapp/data/ordnance/finnish.json
  22. 42
      vasl_templates/webapp/data/ordnance/french.json
  23. 55
      vasl_templates/webapp/data/ordnance/german.json
  24. 43
      vasl_templates/webapp/data/ordnance/italian.json
  25. 60
      vasl_templates/webapp/data/ordnance/japanese.json
  26. 11
      vasl_templates/webapp/data/ordnance/kfw/bcfk.json
  27. 34
      vasl_templates/webapp/data/ordnance/kfw/cpva.json
  28. 27
      vasl_templates/webapp/data/ordnance/kfw/kpa.json
  29. 8
      vasl_templates/webapp/data/ordnance/kfw/un-common.json
  30. 25
      vasl_templates/webapp/data/ordnance/kfw/us-rok-ounc.json
  31. 52
      vasl_templates/webapp/data/ordnance/russian.json
  32. 3
      vasl_templates/webapp/data/vehicles/allied-minor/belgian.json
  33. 6
      vasl_templates/webapp/data/vehicles/allied-minor/common.json
  34. 3
      vasl_templates/webapp/data/vehicles/allied-minor/danish.json
  35. 4
      vasl_templates/webapp/data/vehicles/allied-minor/dutch.json
  36. 9
      vasl_templates/webapp/data/vehicles/allied-minor/polish.json
  37. 2
      vasl_templates/webapp/data/vehicles/allied-minor/yugoslavian.json
  38. 29
      vasl_templates/webapp/data/vehicles/american.json
  39. 13
      vasl_templates/webapp/data/vehicles/axis-minor/common.json
  40. 3
      vasl_templates/webapp/data/vehicles/axis-minor/croatian.json
  41. 5
      vasl_templates/webapp/data/vehicles/axis-minor/hungarian.json
  42. 6
      vasl_templates/webapp/data/vehicles/axis-minor/romanian.json
  43. 9
      vasl_templates/webapp/data/vehicles/axis-minor/slovakian.json
  44. 91
      vasl_templates/webapp/data/vehicles/british.json
  45. 17
      vasl_templates/webapp/data/vehicles/chinese.json
  46. 11
      vasl_templates/webapp/data/vehicles/finnish.json
  47. 15
      vasl_templates/webapp/data/vehicles/free-french.json
  48. 22
      vasl_templates/webapp/data/vehicles/french.json
  49. 51
      vasl_templates/webapp/data/vehicles/german.json
  50. 26
      vasl_templates/webapp/data/vehicles/italian.json
  51. 15
      vasl_templates/webapp/data/vehicles/japanese.json
  52. 18
      vasl_templates/webapp/data/vehicles/kfw/bcfk.json
  53. 3
      vasl_templates/webapp/data/vehicles/kfw/kpa.json
  54. 2
      vasl_templates/webapp/data/vehicles/kfw/un-common.json
  55. 32
      vasl_templates/webapp/data/vehicles/kfw/us-rok-ounc.json
  56. 8
      vasl_templates/webapp/data/vehicles/landing-craft.json
  57. 42
      vasl_templates/webapp/data/vehicles/russian.json
  58. 55
      vasl_templates/webapp/data/vehicles/russian.lend-lease.json
  59. 273
      vasl_templates/webapp/data/vo-comments.json
  60. 166
      vasl_templates/webapp/static/snippets.js
  61. 1
      vasl_templates/webapp/static/utils.js
  62. 18
      vasl_templates/webapp/templates/vo-report.html
  63. 4
      vasl_templates/webapp/tests/fixtures/data/ordnance/american.json
  64. 5
      vasl_templates/webapp/tests/fixtures/data/ordnance/german.json
  65. 1
      vasl_templates/webapp/tests/fixtures/data/ordnance/russian.json
  66. 5
      vasl_templates/webapp/tests/fixtures/data/vehicles/german.json
  67. 1
      vasl_templates/webapp/tests/fixtures/data/vehicles/russian.json
  68. 1
      vasl_templates/webapp/tests/fixtures/data/vo-comments.json
  69. 10
      vasl_templates/webapp/tests/fixtures/vasl-pieces-6.5.0.txt
  70. 10
      vasl_templates/webapp/tests/fixtures/vasl-pieces-legacy.txt
  71. 18
      vasl_templates/webapp/tests/fixtures/vo-reports/landing-craft.txt
  72. 22
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/allied-minor-common/1940.txt
  73. 22
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/allied-minor-common/1941.txt
  74. 22
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/allied-minor-common/1942.txt
  75. 22
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/allied-minor-common/1943.txt
  76. 22
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/allied-minor-common/1944.txt
  77. 22
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/allied-minor-common/1945.txt
  78. 92
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/american/1940.txt
  79. 92
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/american/1941.txt
  80. 92
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/american/1942.txt
  81. 92
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/american/1943.txt
  82. 92
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/american/1944.txt
  83. 92
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/american/1945.txt
  84. 42
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/axis-minor-common/1940.txt
  85. 42
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/axis-minor-common/1941.txt
  86. 42
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/axis-minor-common/1942.txt
  87. 42
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/axis-minor-common/1943.txt
  88. 42
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/axis-minor-common/1944.txt
  89. 42
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/axis-minor-common/1945.txt
  90. 15
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/belgian/1940.txt
  91. 15
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/belgian/1941.txt
  92. 15
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/belgian/1942.txt
  93. 15
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/belgian/1943.txt
  94. 15
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/belgian/1944.txt
  95. 15
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/belgian/1945.txt
  96. 74
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/british/1940.txt
  97. 74
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/british/1941.txt
  98. 74
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/british/1942.txt
  99. 74
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/british/1943.txt
  100. 74
      vasl_templates/webapp/tests/fixtures/vo-reports/ordnance/british/1944.txt
  101. Some files were not shown because too many files have changed in this diff Show More

@ -31,11 +31,11 @@ def _on_startup():
# load the vehicle/ordnance listings
from vasl_templates.webapp.vo import load_vo_listings #pylint: disable=cyclic-import
load_vo_listings()
from vasl_templates.webapp.main import startup_msg_store #pylint: disable=cyclic-import
load_vo_listings( startup_msg_store )
# load the vehicle/ordnance notes
from vasl_templates.webapp.vo_notes import load_vo_notes #pylint: disable=cyclic-import
from vasl_templates.webapp.main import startup_msg_store #pylint: disable=cyclic-import
load_vo_notes( startup_msg_store )
# ---------------------------------------------------------------------

@ -6,7 +6,9 @@
{{CSS:common}}
.note { font-size: 90% ; font-style: italic ; color: #808080 ; }
.capability {}
.comment { font-size: 90% ; font-style: italic ; color: #404040 ; }
.comment { font-size: 96% ; font-style: italic ; color: #404040 ; white-space: nowrap ; }
.comment .split-mg-red { color: #a04010 ; }
.comment .exc { color: #606060 ; }
</style>
</head>
@ -64,7 +66,7 @@
<td valign="top" style="padding:5px 5px 2px 5px;">
{%for cap in vo.capabilities%} <div class="capability"> {{cap|nobr}} </div> {%endfor%}
{%for cmnt in vo.comments%} <div class="comment"> {{cmnt}} </div> {%endfor%}
{%for cmnt in vo.comments%} <div class="comment"> {{cmnt|nobr}} </div> {%endfor%}
{% if vo.capabilities_len <= MAX_CAPABILITIES and vo.image %}
{# NOTE: If there are only a few capabilities, let the note number & notes spread full-width. #}

@ -17,7 +17,7 @@
"CS#": 2,
"note_number": "1\u2020",
"notes": [ "A", "Fr C", "Ru M\u2020" ],
"comments": [ "1 MP minimum road movement rate, even if CE." ],
"comments": [ "Road Rate NA", "French ESB" ],
"id": "ja/v:900",
"gpid": "adf:278"
},
@ -27,7 +27,7 @@
"CS#": 2,
"note_number": "2\u2020",
"notes": [ "A", "B", "Fr C", "Ru M\u2020" ],
"comments": [ "1 MP minimum road movement rate, even if CE." ],
"comments": [ "Road Rate NA", "Red TH#", "French ESB" ],
"id": "ja/v:901",
"gpid": "adf:280"
},
@ -37,7 +37,7 @@
"CS#": 2,
"note_number": "3\u2020",
"notes": [ "A", "Fr C", "Ge H\u2020" ],
"comments": [ "1 MP minimum road movement rate, even if CE." ],
"comments": [ "Road Rate NA", "French ESB" ],
"id": "ja/v:902",
"gpid": "adf:282"
},
@ -47,7 +47,7 @@
"CS#": 2,
"note_number": "4\u2020",
"notes": [ "A", "B", "Fr C", "Ge H\u2020" ],
"comments": [ "1 MP minimum road movement rate, even if CE." ],
"comments": [ "Road Rate NA", "Red TH#", "French ESB" ],
"id": "ja/v:903",
"gpid": "adf:284"
},
@ -57,6 +57,7 @@
"CS#": 2,
"note_number": "5",
"notes": [ "A", "AllM D", "Ch H\u2020" ] ,
"comments": [ "British ESB" ],
"id": "ja/v:904",
"gpid": "adf:286"
},
@ -64,6 +65,7 @@
"type": "Tt",
"no_radio": "\u00ae",
"CS#": 2,
"comments": [ "British ESB" ],
"note_number": "6\u2020",
"notes": [ "A", "C", "Ru M\u2020<sup>1</sup>" ],
"id": "ja/v:905",
@ -91,6 +93,7 @@
"type": "LT",
"no_radio": "\u00ae",
"CS#": 4,
"comments": [ "BMG: +1 DRM vs Moving/Motion", "Red TH#","American ESB" ],
"note_number": "9",
"notes": [ "A", "B", "C", "Jp A\u2020", "US B\u2020<sup>1</sup>" ],
"id": "ja/v:908",
@ -101,6 +104,7 @@
"no_radio": "\u00ae",
"CS#": 4,
"capabilities2": { "sD": 4 },
"comments": [ "Red TH#","American ESB" ],
"note_number": "10",
"notes": [ "A", "B", "C", "Jp A\u2020" ],
"id": "ja/v:909",
@ -121,9 +125,9 @@
"capabilities2": { "sD": 5 },
"note_number": "12",
"notes": [ "Jp 6\u2020" ],
"comments": [ "Refer to Japanese Note 6 on Pontoons for amphibious data and wreck." ],
"comments": [ "Amphibious", "Movement restrictions" ],
"id": "ja/v:911",
"gpid": "adf:326"
"gpid": "adf:328"
},
{ "name": "Type 3 Ka-Chi (without pontoons)",
"type": "MT",
@ -132,7 +136,7 @@
"note_number": "12",
"notes": [ "Jp 6\u2020" ],
"id": "ja/v:912",
"gpid": "adf:328"
"gpid": "adf:326"
},
{ "name": "Armored Eng Veh SS",
"type": "MTv",
@ -140,7 +144,7 @@
"CS#": 5,
"capabilities2": { "sD": 7 },
"note_number": "13\u2020",
"comments": [ "Has 2 side FT with limited traverse.", "May remove wire as if a Dozer (B24.7)." ],
"comments": [ "Wire removal" ],
"id": "ja/v:913",
"gpid": "adf:331"
},
@ -148,10 +152,9 @@
"type": "AC",
"no_radio": "\u00ae",
"CS#": 5,
"capabilities": [ "2 TK DR's\u2020" ],
"note_number": "14\u2020",
"notes": [ "Ch F\u2020" ],
"comments": [ "REV x4" ],
"comments": [ "2 TK DR (MG)", "Reverse MP &times;4" ],
"id": "ja/v:914",
"gpid": "adf:333"
},
@ -159,7 +162,7 @@
"type": "AC",
"no_radio": "\u00ae",
"CS#": 4,
"capabilities": [ "2 TK DR's\u2020" ],
"comments": [ "2 TK DR (MG)" ],
"note_number": "15\u2020",
"notes": [ "C", "Ch F\u2020" ],
"id": "ja/v:915",
@ -169,7 +172,7 @@
"type": "ht",
"CS#": 5,
"note_number": "16\u2020",
"comments": [ "2MA&amp;2&amp;2" ],
"comments": [ "{{2|MA|2*|2*}}", "Independent AAMG's", "Inherent Crew & Passenger", "Crew: MA only" ],
"id": "ja/v:916",
"gpid": "adf:337"
},
@ -178,7 +181,7 @@
"CS#": 4,
"note_number": "17",
"notes": [ "A", "C", "AllM 34\u2020<sup>2</sup>", "Jp A\u2020<sup>1</sup>", "Ch F\u2020" ],
"comments": [ "Refer to Allied Minor Vehicle Note 34 [EXC: does not come with an inherent HS]." ],
"comments": [ "American ESB", "MA: 12.7", "{{4|MA|2*}}", "Inherent Crew", "Pas: No Mounted Fire penalty", "Unpossessed SW ok", "Crew: .50-cal MA only", "MG Removal OK (dm .50-cal HMG &amp; dm MMG)" ],
"id": "ja/v:917",
"gpid": "adf:339"
},
@ -188,7 +191,7 @@
"CS#": 3,
"note_number": "18",
"notes": [ "A", "C", "Br Note 64\u2020" ],
"comments": [ "The Inherent Crew is a 2-3-7 HS (D6.82).", "Refer to British Vehicle Note 64 for switching the BMG to an AAMG." ],
"comments": [ "Inherent 2-3-7 Crew", "Always CE", "BMG: AA ok", "British ESB" ],
"id": "ja/v:918",
"gpid": "adf:341"
},
@ -212,6 +215,7 @@
"type": "SPAht",
"no_radio": "\u00ae",
"CS#": 4,
"comments": [ "Red TH#" ],
"note_number": "21",
"notes": [ "B", "C", "US U", "Ru M\u2020" ],
"id": "ja/v:921",
@ -246,7 +250,8 @@
"CS#": 5,
"note_number": "25",
"notes": [ "Br H", "Ge A\u2020" ],
"comments": [ "Bnd FF NA VCA", "MA: AA", "(Un)load: Portee" ],
"disabled_comments": [ "Ge A" ],
"comments": [ "Bnd FF &amp; Motion Fire NA VCA", "MA: AA", "(Un)load: Portee" ],
"id": "ja/v:925",
"gpid": "adf:355"
}
@ -257,7 +262,7 @@
{ "name": "Type 45 (1912) 24cm Howitzer",
"type": "ART",
"capabilities": [ "NT", "NM", "No IF", "HE TK# 23", "Tow NA" ],
"comments": [ "HE TK# = 23", "No IF", "Tow NA", "No Move" ],
"note_number": "1\u2020",
"notes": [ "Jp D\u2020<sup>1</sup>" ],
"id": "ja/o:900",
@ -265,26 +270,26 @@
},
{ "name": "Type 91 Vickers AA Gun",
"type": "AA",
"capabilities": [ "AP TK# 8" ],
"capabilities2": { "LF": [ "40(4)", "1 ROF", "B10"] },
"comments": [ "AP TK# = 8" ],
"note_number": "2\u2020",
"id": "ja/o:901",
"gpid": "adf:275"
},
{ "name": "Type 91 Twin-mount Vickers AA Gun",
"type": "AA",
"capabilities": [ "AP TK# 8", "2 TK DR's\u2020" ],
"capabilities2": { "LF": [ "40(8)", "1 ROF", "B10" ] },
"comments": [ "2 TK DR", "AP TK# = 8" ],
"note_number": "3\u2020",
"id": "ja/o:902",
"gpid": "adf:276"
},
{ "name": "Type 4 75mm AA",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "75", "1 ROF", "B11" ], "AP": [ [6,"44-"] ] },
"note_number": "4\u2020",
"notes": [ "Ch G"],
"comments": "{? 01/1944- | &infin; AP | | Unlimited AP<sup>44+</sup> ?}",
"id": "ja/o:903",
"gpid": "adf:277"
}
@ -301,6 +306,7 @@
"type": "Tt",
"no_radio": "\u00ae",
"CS#": 2,
"comments": [ "Road Rate NA", "French ESB, +1 DRM" ],
"note_number": "1\u2020",
"notes": [ "A", "Fr C", "Ru M\u2020" ],
"id": "ch/v:900",
@ -310,6 +316,7 @@
"type": "Tt",
"no_radio": "\u00ae",
"CS#": 2,
"comments": [ "Japanese ESB, +1 DRM" ],
"note_number": "2",
"notes": [ "A", "D", "Ru M\u2020" ],
"id": "ch/v:901",
@ -319,6 +326,7 @@
"type": "Tt",
"no_radio": "\u00ae",
"CS#": 2,
"comments": [ "Japanese ESB, +1 DRM" ],
"note_number": "3",
"notes": [ "A", "D" ],
"id": "ch/v:902",
@ -328,6 +336,7 @@
"type": "Tt",
"no_radio": "\u00ae",
"CS#": 2,
"comments": [ "No IF", "Red TH#", "Japanese ESB, +1 DRM" ],
"note_number": "4",
"notes": [ "A", "C", "D" ],
"id": "ch/v:903",
@ -337,6 +346,7 @@
"type": "LT",
"no_radio": "\u00ae",
"CS#": 3,
"comments": [ "Rear MG 4:00 from MA", "Red TH#", "Japanese ESB, +1 DRM" ],
"note_number": "5",
"notes": [ "A", "B\u2020", "C", "D", "Jp 5\u2020<sup>1</sup>" ],
"id": "ch/v:904",
@ -346,6 +356,7 @@
"type": "LT",
"no_radio": "\u00ae",
"CS#": 3,
"comments": [ "Russian ESB, +1 DRM" ],
"note_number": "6",
"notes": [ "A", "B\u2020<sup>1</sup>", "Ru M\u2020" ],
"id": "ch/v:905",
@ -355,6 +366,7 @@
"type": "MT",
"no_radio": "\u00ae",
"CS#": 4,
"comments": [ "Red TH#", "Japanese ESB, +1 DRM" ],
"note_number": "7",
"notes": [ "A", "B\u2020", "C", "D" ],
"id": "ch/v:906",
@ -364,6 +376,7 @@
"type": "MT",
"no_radio": "\u00ae",
"CS#": 4,
"comments": [ "Red TH#", "Japanese ESB, +1 DRM" ],
"note_number": "8",
"notes": [ "A", "B\u2020", "C", "D" ],
"id": "ch/v:907",
@ -393,7 +406,7 @@
"CS#": 4,
"note_number": "1\u2020<sup>2</sup>",
"notes": [ "AllM V\u2020", "Ch F\u2020<sup>1</sup>" ],
"comments": [ "CMG uses AP TK 12.7 column." ],
"comments": [ "MA: 12.7" ],
"id": "du/v:900",
"gpid": "adf:10"
},
@ -413,7 +426,7 @@
"CS#": 4,
"note_number": "3\u2020<sup>1</sup>",
"notes": [ "AllM AA\u2020<sup>2</sup>", "Ch F\u2020" ],
"comments": [ "AAMG uses AP TK 12.7 column." ],
"comments": [ "MA: 12.7" ],
"id": "du/v:902",
"gpid": "adf:14"
},
@ -423,7 +436,7 @@
"CS#": 4,
"note_number": "4\u2020\u2020<sup>1</sup>",
"notes": [ "A\u2020<sup>2</sup>", "AllM V\u2020", "Ch F\u2020<sup>1</sup>" ],
"comments": [ "VCA MA: VCA &le; level NA", "CMG may only fire within VCA.", "Rear turret is unarmored when TCA = VCA." ],
"comments": [ "MA: VCA &le;level NA", "CMG: VCA only", "Rear turret unarmored when TCA=VCA" ],
"id": "du/v:903",
"gpid": "adf:16"
},
@ -432,7 +445,7 @@
"CS#": 6,
"note_number": "5\u2020<sup>1</sup>",
"notes": [ "Ch F\u2020" ],
"comments": [ "Mounted Fire: Full FP", "Passengers may fire 2 LMG's without losing inherent FP." ],
"comments": [ "Mounted Fire: Full FP", "Pas: 2 LMG's" ],
"id": "du/v:904",
"gpid": "adf:18"
},
@ -441,7 +454,7 @@
"CS#": 5,
"note_number": "6\u2020",
"notes": [ "AllM AA\u2020<sup>1</sup>" ],
"comments": [ "AP TK: use 12.7 column." ],
"comments": [ "MA: 12.7" ],
"id": "du/v:905",
"gpid": "adf:20"
}
@ -458,8 +471,8 @@
},
{ "name": "Krupp 75mm M1933 Field Gun",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "C": "4\u2020" },
"comments": [ "QSU" ],
"note_number": "2",
"notes": [ "US C\u2020" ],
"id": "du/o:901",
@ -467,7 +480,6 @@
},
{ "name": "Bofors 105mm M1924 Howitzer",
"type": "ART",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "NT", "B11" ] },
"note_number": "3",
"id": "du/o:902",
@ -475,7 +487,6 @@
},
{ "name": "20mm Rheinmetall AA",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "20\u2020", "2 ROF", "B11", "NT" ] },
"note_number": "4",
"notes": [ "Gr C\u2020" ],
@ -484,11 +495,10 @@
},
{ "name": "Bofors 80mm M29/38",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "80\u2020", "1 ROF", "B11" ] },
"capabilities_other": [ "AP TK# 17" ],
"note_number": "6",
"notes": [ "AxM G\u2020" ],
"comments": [ "AP TK# = 17" ],
"id": "du/o:904",
"gpid": "adf:9"
}
@ -505,6 +515,7 @@
"type": "Tt",
"no_radio": "\u00ae",
"CS#": 2,
"comments": [ "British ESB", "12: Stall" ],
"note_number": "1",
"notes": [ "A", "Ch H", "AllM D" ],
"id": "th/v:900",
@ -514,6 +525,7 @@
"type": "LT",
"no_radio": "\u00ae",
"CS#": 3,
"comments": [ "British ESB" ],
"note_number": "2",
"notes": [ "A" ],
"id": "th/v:901",
@ -523,9 +535,9 @@
"type": "LT",
"no_radio": "\u00ae",
"CS#": 3,
"comments": [ "Japanese ESB", "Rear MG 4:00 from MA" ],
"note_number": "3",
"notes": [ "A", "E\u2020" ],
"comments": [ "Refer to Japanese Vehicle Note 5 for Rear MG CA restrictions." ],
"id": "th/v:902",
"gpid": "adf:96"
},
@ -533,7 +545,7 @@
"type": "SPAA",
"no_radio": "\u00ae",
"CS#": 3,
"capabilities": [ "AP TK# 8" ],
"comments": [ "AP TK# = 8", "British ESB" ],
"note_number": "4",
"notes": [ "A", "AllM AA\u2020" ],
"id": "th/v:903",
@ -542,6 +554,7 @@
{ "name": "Citroen-Kegresse P17(f)",
"type": "ht",
"CS#": 3,
"comments": [ "French ESB" ],
"note_number": "5\u2020",
"notes": [ "A" ],
"id": "th/v:904",
@ -551,9 +564,9 @@
"type": "AC",
"no_radio": "\u00ae",
"CS#": 4,
"comments": [ "MA: 12.7", "Reverse MP &times;4", "British ESB" ],
"note_number": "6",
"notes": [ "Br X\u2020", "Ch F\u2020" ],
"comments": [ "REV x4" ],
"id": "th/v:905",
"gpid": "adf:102"
}
@ -564,34 +577,32 @@
{ "name": "50mm Krupp M1906",
"type": "INF",
"capabilities": [ "NT", "QSU", "h-d" ],
"comments": [ "No Gunshield." ],
"comments": [ "No Gunshield", "QSU", "Horse-Drawn" ],
"note_number": "4",
"id": "th/o:900",
"gpid": "adf:81"
},
{ "name": "75mm Krupp M1908",
"type": "INF",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "AP": 8, "WP": 5 },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "5",
"id": "th/o:901",
"gpid": "adf:82"
},
{ "name": "Vickers 12.7mm AA Class D",
"type": "AA",
"capabilities": [ "T", "QSU" ],
"comments": [ "QSU" ],
"note_number": "8",
"id": "th/o:902",
"gpid": "adf:85"
},
{ "name": "Bofors M30 75mm AA",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "75", "1 ROF", "B11" ], "AP":6 },
"note_number": "9",
"notes": [ "Ch G\u2020"],
"id": "th/o:902",
"id": "th/o:903",
"gpid": "adf:86"
}
@ -606,6 +617,7 @@
{ "name": "Type 94 Light Armoured Vehicle (j)",
"type": "Tt",
"CS#": 2,
"comments": [ "ESB: +4 DRM" ],
"note_number": "1",
"notes": [ "C", "Ru M\u2020" ],
"id": "ina/v:900",
@ -614,6 +626,7 @@
{ "name": "Type 97A Te-Ke Light Armored Vehicle (j)",
"type": "Tt",
"CS#": 2,
"comments": [ "ESB: +4 DRM" ],
"note_number": "2",
"notes": [ "C" ],
"id": "ina/v:901",
@ -622,6 +635,7 @@
{ "name": "Type 97B Te-Ke Light Armored Vehicle (j)",
"type": "Tt",
"CS#": 2,
"comments": [ "No IF", "ESB: +4 DRM" ],
"note_number": "3",
"notes": [ "C" ],
"id": "ina/v:902",
@ -630,6 +644,7 @@
{ "name": "Universal Carrier (b)",
"type": "Tt",
"CS#": 3,
"comments": [ "ESB: +4 DRM" ],
"note_number": "4",
"notes": [ "C" ],
"id": "ina/v:903",
@ -638,15 +653,16 @@
{ "name": "Type 95 Ha-Go(j)",
"type": "LT",
"CS#": 3,
"comments": [ "Rear MG 4:00 from MA", "ESB: +4 DRM" ],
"note_number": "5",
"notes": [ "B", "C", "D\u2020", "E\u2020<sup>1</sup>" ],
"comments": [ "Refer to Japanese Vehicle Note 5 for Rear MG CA restrictions." ],
"id": "ina/v:904",
"gpid": "adf:131"
},
{ "name": "VCL M1936 (b)",
"type": "aTt",
"CS#": 2,
"comments": [ "ESB: +4 DRM" ],
"note_number": "6",
"notes": [ "C" ],
"id": "ina/v:905",
@ -655,16 +671,16 @@
{ "name": "CTLS-4 (a)",
"type": "Tt",
"CS#": 2,
"comments": [ "CMG: Port VCA NA", "ESB: +4 DRM" ],
"note_number": "7",
"notes": [ "C", "Ru M\u2020", "AllM 26\u2020<sup>1</sup>" ],
"comments": [ "Port VCA NA (see Allied Minor Vehicle Note 26)." ],
"id": "ina/v:906",
"gpid": "adf:135"
},
{ "name": "Marmon-Herrington III Armored Car (b)",
"type": "AC",
"CS#": 4,
"capabilities": [ "2 TK DR's\u2020" ],
"comments": [ "2 TK DR (MG)", "ESB: +4 DRM" ],
"note_number": "8",
"notes": [ "Ch F\u2020" ],
"id": "ina/v:907",
@ -673,51 +689,45 @@
{ "name": "M3A1 Scout Car (a)",
"type": "SC",
"CS#": 4,
"note_number": "8",
"capabilities_other": [ "9PP" ],
"comments": [ "MA: 12.7", "{{4|MA|2*}}", "Inherent Crew", "Pas: No Mounted Fire penalty", "Unpossessed SW ok", "Crew: .50-cal MA only", "MG Removal OK (dm .50-cal HMG &amp; dm MMG)", "ESB: +4 DRM" ],
"note_number": "9\u2020",
"notes": [ "D\u2020<sup>1</sup>", "AllM 34\u2020<sup>2</sup>" ],
"comments": [ "AP TK: use 12.7 column.", "Refer to Allied Minor Vehicle Note 34 [EXC: does not come with an inherent HS]." ],
"id": "ina/v:908",
"gpid": "adf:139"
},
{ "name": "Braat Overvalwagen AA",
"type": "AC",
"CS#": 4,
"note_number": "8",
"comments": [ "MA: 12.7", "ESB: +4 DRM" ],
"note_number": "10\u2020<sup>1</sup>",
"notes": [ "Ch F\u2020", "AllM AA\u2020<sup>1</sup>" ],
"comments": [ "AP TK: use 12.7 column." ],
"id": "ina/v:909",
"gpid": "adf:14"
},
{ "name": "Braat Overvalwagen APC",
"type": "AC",
"CS#": 5,
"note_number": "8",
"capabilities_other": [ "12PP" ],
"comments": [ "CMG: VCA only", "Mounted Fire: Full FP", "ESB: +4 DRM" ],
"note_number": "11\u2020<sup>2</sup>",
"notes": [ "D\u2020<sup>1</sup>", "Ch F\u2020" ],
"comments": [ "CMG: VCA only", "Mounted Fire: Full FP" ],
"id": "ina/v:910",
"gpid": "adf:12"
},
{ "name": "Alvis-Straussler AC3D",
"type": "AC",
"CS#": 4,
"note_number": "8",
"comments": [ "MA: 12.7", "ESB: +4 DRM" ],
"note_number": "12\u2020<sup>1</sup>",
"notes": [ "D\u2020<sup>2</sup>", "Ru M\u2020" ],
"comments": [ "AP TK: use 12.7 column." ],
"id": "ina/v:911",
"gpid": "adf:10"
},
{ "name": "PLA Wagen",
"type": "AAtr",
"CS#": 5,
"comments": [ "MA: 12.7", "ESB: +4 DRM" ],
"note_number": "13\u2020<sup>1</sup>",
"notes": [ "AllM AA\u2020<sup>1</sup>", "Ch F\u2020" ],
"comments": [ "AP TK: use 12.7 column." ],
"id": "ina/v:912",
"gpid": "adf:147"
}
@ -729,15 +739,14 @@
{ "name": "Type 89 Heavy Grenade Launcher",
"type": "MTR",
"capabilities2": { "WP": [ [5,5] ], "S": [ [6,5] ] },
"capabilities_other": [ "4PP" ],
"comments": [ "HE: Range &le; 2, ROF 1", "Smoke: [3-10]", "WP: [1-5], ROF 1" ],
"note_number": "1",
"id": "ina/o:900",
"gpid": "adf:75"
},
{ "name": "Type 97 Automatic Gun",
"type": "ATR",
"capabilities": [ "Long Range is NA" ],
"capabilities_other": [ "5PP" ],
"comments": [ "No Long Range", "Animal-Packed" ],
"note_number": "2",
"notes": [ "Jp A" ],
"id": "ina/o:901",
@ -745,23 +754,23 @@
},
{ "name": "Year-11 Flat-Trajectory INF Gun",
"type": "INF",
"capabilities_other": [ "5PP (3PP dm)" ],
"note_number": "3",
"comments": [ "Crewed", "Animal-Packed" ],
"notes": [ "Jp A" ],
"id": "ina/o:902",
"gpid": "adf:76"
},
{ "name": "Type 94 Rapid-Fire Gun",
"type": "AT",
"capabilities": [ "NT", "QSU", "h-d" ],
"note_number": "4",
"comments": [ "QSU", "Horse-Drawn", "Animal-Packed" ],
"notes": [ "Jp A" ],
"id": "ina/o:903",
"gpid": "adf:87"
},
{ "name": "Type 1 Machine-Moved Gun",
"type": "AT",
"capabilities_other": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "5",
"id": "ina/o:904",
"gpid": "adf:88"
@ -769,7 +778,7 @@
{ "name": "Year-38 Type Field Gun (Improved)",
"type": "ART",
"capabilities2": { "WP": [ [5,5] ] },
"capabilities_other": [ "NT", "QSU", "h-d", "AP TK#12" ],
"comments": [ "AP TK# = 12", "QSU", "Horse-Drawn" ],
"note_number": "6",
"id": "ina/o:905",
"gpid": "adf:89"
@ -787,6 +796,7 @@
"type": "HTv",
"CS#": 5,
"capabilities2": { "sD": "6" },
"comments": [ "Immob dr &le; 3 [EXC: mines, Direct Fire vs front/rear]" ],
"note_number": "1\u2020",
"id": "anz/v:900",
"gpid": "adf:211"
@ -795,6 +805,7 @@
"type": "HT",
"CS#": 5,
"capabilities2": { "sD": "6" },
"comments": [ "Immob dr &le; 3 [EXC: mines, Direct Fire vs front/rear]" ],
"note_number": "2\u2020",
"notes": [ "Br B\u2020<sup>1</sup>" ],
"id": "anz/v:901",
@ -804,6 +815,7 @@
"type": "HT",
"CS#": 5,
"capabilities2": { "s": "9", "sD": "6" },
"comments": [ "Immob dr &le; 3 [EXC: mines, Direct Fire vs front/rear]", "{? -10/1943 | &infin; Smoke | s9, &infin; HE | &infin; Smoke [EXC: post-10/43: s9, &infin; HE] ?}" ],
"note_number": "3\u2020",
"notes": [ "Br S\u2020<sup>1</sup>" ],
"id": "anz/v:902",
@ -815,6 +827,7 @@
"capabilities2": { "s": "9", "sM": "8" },
"note_number": "4\u2020",
"notes": [ "Br S\u2020<sup>1</sup>" ],
"comments": [ "&infin; Smoke" ],
"id": "anz/v:903",
"gpid": "adf:221"
}
@ -832,8 +845,8 @@
"CS#": 6,
"capabilities2": { "C": [ [10,"P"], "\u2020<sup>2</sup>" ] },
"note_number": "1",
"notes": [ "C\u2020<sup>2</sup>", "G", "H", "P", "T\u2020", "X" ],
"comments": [ "Refer to U.S. Vehicle Note 46 and diagram for the AAMG." ],
"notes": [ "US C\u2020<sup>2</sup>", "US G", "US H", "US P", "US T\u2020", "US X" ],
"comments": [ "AAMG: 4&amp;4; NA VCA" ],
"id": "am/v:900",
"gpid": "adf:196"
},
@ -841,15 +854,16 @@
"type": "aAPCv",
"CS#": 7,
"note_number": "2",
"notes": [ "US H", "P", "Q\u2020<sup>1</sup>", "T\u2020<sup>1</sup>"],
"notes": [ "US H", "US P", "US Q\u2020<sup>1</sup>", "US T\u2020<sup>1</sup>"],
"id": "am/v:901",
"gpid": "adf:198"
},
{ "name": "LVT4F",
"type": "aAPCv",
"cs#": 7,
"CS#": "7:brewup",
"note_number": "3\u2020<sup>2</sup>",
"notes": [ "D\u2020<sup>3</sup>", "H", "P", "T\u2020<sup>1</sup>"],
"notes": [ "US D\u2020<sup>3</sup>", "US H", "US P", "US T\u2020<sup>1</sup>"],
"comments": [ "MA: VCA NA", "AAMG: 4&amp;4", "No Recall after unload" ],
"id": "am/v:902",
"gpid": "adf:200"
},
@ -857,7 +871,8 @@
"type": "aAPCv",
"CS#": 7,
"note_number": "4\u2020<sup>1</sup>",
"notes": [ "US D\u2020<sup>2</sup>", "H", "P", "T\u2020"],
"notes": [ "US D\u2020<sup>2</sup>", "US H", "US P", "US T\u2020"],
"comments": [ "MA: VCA NA", "SA: VCA only", "AAMG: Side only", "AAMG: 6&amp;4", "No Recall after unload" ],
"id": "am/v:903",
"gpid": "adf:202"
},
@ -865,7 +880,7 @@
"type": "aAPC",
"CS#": 7,
"note_number": "5",
"notes": [ "D\u2020<sup>4</sup>", "H", "Q\u2020<sup>3</sup>", "T\u2020<sup>1</sup>", "X\u2020<sup>2</sup>"],
"notes": [ "US D\u2020<sup>4</sup>", "US H", "US Q\u2020<sup>3</sup>", "US T\u2020<sup>1</sup>", "US X\u2020<sup>2</sup>"],
"id": "am/v:904",
"gpid": "adf:205"
},
@ -874,7 +889,8 @@
"CS#": 6,
"capabilities2": { "C": [ [7,"P"], "\u2020<sup>3</sup>" ], "H": 8, "WP": 9 },
"note_number": "6",
"notes": [ "C\u2020<sup>3</sup>", "G", "H", "P", "T\u2020", "X\u2020<sup>1</sup>"],
"notes": [ "US C\u2020<sup>3</sup>", "US G", "US H", "US P", "US T\u2020", "US X\u2020<sup>1</sup>"],
"comments": [ "AAMG: 4&4; NA VCA" ],
"id": "am/v:905",
"gpid": "adf:207"
},
@ -883,7 +899,7 @@
"CS#": 4,
"capabilities2": { "C": [ [7,"P"], "\u2020" ] },
"note_number": "7",
"notes": [ "US C\u2020", "G", "P" ],
"notes": [ "US C\u2020", "US G", "US P" ],
"id": "am/v:906",
"gpid": "adf:152"
},
@ -896,25 +912,26 @@
},
{ "name": "M4A2F",
"type": "MTv",
"cs#": 5,
"CS#": "5:brewup",
"capabilities2": { "s": 5, "WP": 7, "sM": 5 },
"note_number": "9",
"notes": [ "US G", "P", "R" ],
"notes": [ "US G", "US P", "US R" ],
"id": "am/v:908",
"gpid": "adf:168"
},
{ "name": "M4A2(L)F",
"type": "MTv",
"cs#": 6,
"CS#": "6:brewup",
"capabilities2": { "s": 5, "WP": 7, "sM": 8 },
"note_number": "10",
"notes": [ "US G", "P", "R" ],
"notes": [ "US G", "US P", "US R" ],
"id": "am/v:909",
"gpid": "adf:170"
},
{ "name": "Carrier .50cal(b)",
"type": "APC",
"CS#": 3,
"comments": [ "Inherent 1-2-6 crew", "Always CE", "MA: 12.7" ],
"note_number": "11\u2020",
"id": "am/v:910",
"gpid": "adf:209"
@ -926,8 +943,7 @@
{ "name": "20mm Oerlikon Mk4",
"type": "AA",
"capabilities": [ "T", "2 TK DR's\u2020" ],
"comments": [ "Multiple Hits (C3.8) are NA." ],
"comments": [ "2 TK DR" ],
"note_number": "1\u2020",
"notes": [ "US P" ],
"id": "am/o:900",

@ -15,6 +15,7 @@
"type": "Tt",
"no_radio": "\u00ae",
"CS#": 2,
"comments": [ "12: Immob, 11: Stall", "Only one MG per Player Turn <ul> <li> BMG: BU only <li> AAMG: CE only <li> ROF 1 </ul>" ],
"note_number": "1\u2020<sup>2</sup>",
"notes": [ "A\u2020<sup>1</sup>", "C\u2020", "AllM D" ],
"id": "po/v:800",
@ -25,7 +26,7 @@
"no_radio": "\u00ae",
"CS#": 2,
"capabilities2": { "AP": 9, "C": "5\u2020<sup>1</sup>" },
"comments": [ "Road Rate NA" ],
"comments": [ "Road Rate NA", "French ESB" ],
"note_number": "2\u2020",
"notes": [ "B", "D\u2020<sup>1</sup>", "Fr C" ],
"id": "po/v:801",
@ -36,7 +37,7 @@
"no_radio": "\u00ae",
"CS#": 2,
"capabilities2": { "AP": 9, "C": "5\u2020<sup>1</sup>" },
"comments": [ "Road Rate NA", "+4 ESB" ],
"comments": [ "Road Rate NA", "French ESB", "+4 ESB" ],
"note_number": "3\u2020",
"notes": [ "B", "D\u2020<sup>1</sup>", "Fr C" ],
"id": "po/v:802",
@ -68,6 +69,7 @@
"no_radio": "\u00ae",
"CS#": 2,
"capabilities2": { "AP": 10 },
"comments": [ "French ESB" ],
"note_number": "6",
"notes": [ "B", "Fr A\u2020", "Fr C" ],
"id": "po/v:805",
@ -104,14 +106,14 @@
{ "name": "PF621L AAtr",
"type": "AAtr",
"CS#": 6,
"comments": [ "MA: AA" ],
"comments": [ "MA: AA ok" ],
"note_number": "11\u2020",
"id": "po/v:810",
"gpid": "adf:1601"
},
{ "name": "Praga RV",
"type": "tr",
"CS#": 7,
"cs#": 7,
"note_number": "12",
"id": "po/v:811",
"gpid": "adf:1057"
@ -123,8 +125,7 @@
{ "name": "FK-A wz.38 Autocannon",
"type": "AT",
"capabilities": [ "T", "QSU" ],
"comments": [ "No Gunshield.", "Tow NA\u2020" ],
"comments": [ "No Gunshield", "QSU", "Disassemble OK" ],
"note_number": "1",
"notes": [ "A", "AllM T\u2020" ],
"id": "po/o:800",
@ -132,8 +133,8 @@
},
{ "name": "65mm wz.06",
"type": "INF",
"capabilities": [ "NT", "QSU", "C6\u2020", "h-d" ],
"comments": [ "No Gunshield." ],
"capabilities": [ "C6\u2020" ],
"comments": [ "No Gunshield", "QSU", "Horse-Drawn" ],
"note_number": "2",
"notes": [ "B\u2020", "AllM A" ],
"id": "po/o:801",
@ -141,8 +142,8 @@
},
{ "name": "75mm wz.02/26",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 6, "C": "6\u2020" },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "3",
"notes": [ "B\u2020" ],
"id": "po/o:802",
@ -150,8 +151,8 @@
},
{ "name": "75mm wz.97",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 8, "C": "6\u2020" },
"comments": [ "QSU" ],
"note_number": "4",
"notes": [ "B\u2020" ],
"id": "po/o:803",
@ -159,8 +160,8 @@
},
{ "name": "75mm wz.28",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 6, "AP": 5, "C": "6\u2020" },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "5",
"notes": [ "B\u2020", "AllM A" ],
"id": "po/o:804",
@ -168,8 +169,8 @@
},
{ "name": "76mm wz.02",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 8, "C": "6\u2020" },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "6",
"notes": [ "B\u2020" ],
"id": "po/o:805",
@ -177,7 +178,6 @@
},
{ "name": "100mm wz.14/19",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "C": "6\u2020" },
"note_number": "7",
"notes": [ "B\u2020", "AllM A" ],
@ -186,7 +186,6 @@
},
{ "name": "105mm wz.29",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "C": "4\u2020" },
"note_number": "8",
"notes": [ "B\u2020" ],
@ -195,8 +194,8 @@
},
{ "name": "120mm wz.09/31",
"type": "ART",
"capabilities": [ "NT", "h-d" ],
"capabilities2": { "s": 6, "C": "5\u2020" },
"comments": [ "Horse-Drawn" ],
"note_number": "9",
"notes": [ "B\u2020" ],
"id": "po/o:808",
@ -204,7 +203,6 @@
},
{ "name": "155mm wz.17",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 8 },
"note_number": "10",
"id": "po/o:809",
@ -233,6 +231,7 @@
"type": "Tt",
"CS#": 3,
"capabilities2": { "sD": 5 },
"comments": [ "MG: VCA only" ],
"note_number": "2",
"notes": [ "A\u2020" ],
"id": "ge/v:801",
@ -250,6 +249,7 @@
"type": "LTv",
"CS#": 2,
"capabilities2": { "sD": 6 },
"comments": [ "Inherent Crew", "Movement restrictions", "Stun = Recall, CE NA" ],
"note_number": "4\u2020",
"id": "ge/v:803",
"gpid": "adf:1833"
@ -265,7 +265,7 @@
{ "name": "PSW M35",
"type": "AC",
"CS#": 5,
"comments": [ "REV x2" ],
"comments": [ "Reverse MP &times;2" ],
"note_number": "6\u2020",
"id": "ge/v:805",
"gpid": "adf:1448"
@ -274,7 +274,7 @@
"type": "TDht",
"CS#": 6,
"capabilities2": { "A": [ [5,2], [4,3] ] },
"comments": [ "CE +3 VCA", "MA: Rear VCA NA" ],
"comments": [ "CE: +3 VCA, otherwise 0 DRM", "Indirect Fire: CE +1", "MA: Rear VCA NA", "MA: Random SW Destruction", "Mines: As unarmored" ],
"note_number": "7\u2020\u2020<sup>1</sup>",
"id": "ge/v:806",
"gpid": "adf:1472"
@ -286,8 +286,7 @@
{ "name": "2cm Tankb&uuml;sche S-18",
"type": "ATR",
"capabilities_other": [ "5PP" ],
"comments": [ "No Long Range" ],
"comments": [ "No Long Range", "Animal-Packed" ],
"note_number": "1\u2020",
"notes": [ "AxM A" ],
"id": "ge/o:800",
@ -295,16 +294,16 @@
},
{ "name": "4.7 cm PaK 36(t)",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": [ [5,1], [4,2] ] },
"comments": [ "QSU" ],
"note_number": "2\u2020",
"id": "ge/o:801",
"gpid": "adf:1480"
},
{ "name": "7.5 cm Geb G36",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": "7\u2020" },
"comments": [ "HEAT &ge; 26 hexes: As * Gun", "QSU", "Animal-Packed" ],
"note_number": "3\u2020",
"notes": [ "Ge O" ],
"id": "ge/o:802",
@ -312,8 +311,8 @@
},
{ "name": "10.5 cm Geb H40",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": 8 },
"comments": [ "QSU", "Animal-Packed" ],
"note_number": "4\u2020",
"notes": [ "Ge O" ],
"id": "ge/o:803",
@ -382,7 +381,7 @@
"no_radio": "\u00ae",
"CS#": 3,
"capabilities2": { "C": "5\u2020<sup>2</sup>" },
"comments": [ "37*: Stbd", "MG: Port" ],
"comments": [ "37L: Starboard", "CMG: Port", "Turret Knock-Out: Non-HE TK = Final TK", "Recall: Both MA &amp; MG disabled" ],
"note_number": "6\u2020",
"notes": [ "C\u2020<sup>2</sup>", "Ru M\u2020<sup>1</sup>" ],
"id": "ru/v:805",
@ -392,7 +391,7 @@
"type": "LT",
"CS#": 3,
"capabilities2": { "C": "5\u2020<sup>2</sup>" },
"comments": [ "37*: Stbd", "MG: Port" ],
"comments": [ "37L: Starboard", "CMG: Port", "Turret Knock-Out: Non-HE TK = Final TK", "Recall: Both MA &amp; MG disabled" ],
"note_number": "7\u2020",
"notes": [ "C\u2020<sup>2</sup>", "Ru M\u2020<sup>1</sup>" ],
"id": "ru/v:806",
@ -403,7 +402,7 @@
"no_radio": "\u00ae",
"CS#": 3,
"capabilities2": { "C": "4\u2020<sup>2</sup>" },
"comments": [ "37*: Stbd", "MG: Port" ],
"comments": [ "37L: Starboard", "CMG: Port", "Turret Knock-Out: Non-HE TK = Final TK", "Recall: Both MA &amp; MG disabled" ],
"note_number": "8\u2020",
"notes": [ "C\u2020<sup>2</sup>", "Ru M\u2020<sup>1</sup>" ],
"id": "ru/v:807",
@ -413,7 +412,7 @@
"type": "LT",
"CS#": 3,
"capabilities2": { "C": "4\u2020<sup>2</sup>" },
"comments": [ "37*: Stbd MG: Port" ],
"comments": [ "37L: Starboard", "CMG: Port", "Turret Knock-Out: Non-HE TK = Final TK", "Recall: Both MA &amp; MG disabled" ],
"note_number": "9\u2020",
"notes": [ "C\u2020<sup>2</sup>", "Ru M\u2020<sup>1</sup>" ],
"id": "ru/v:808",
@ -424,7 +423,6 @@
"no_radio": "\u00ae",
"CS#": 3,
"capabilities2": { "C": 5 },
"comments": [ "C4 applies if equipped with optional CMG." ],
"note_number": "10\u2020<sup>3</sup>",
"notes": [ "Ru D\u2020<sup>2</sup>", "Ru I\u2020", "Ru M\u2020<sup>1</sup>" ],
"id": "ru/v:809",
@ -484,6 +482,7 @@
"capabilities2": { "AP": 7, "C": "6\u2020<sup>2</sup>", "s": 9 },
"note_number": "16\u2020",
"notes": [ "B", "C\u2020<sup>2</sup>", "Ru M\u2020<sup>1</sup>" ],
"comments": [ "Shrapnel Rounds" ],
"id": "ru/v:815",
"gpid": "adf:1689"
},
@ -502,6 +501,7 @@
"capabilities2": { "AP": 7, "C": "6\u2020<sup>2</sup>", "s": 8 },
"note_number": "18\u2020",
"notes": [ "B", "C\u2020<sup>2</sup>", "Ru F\u2020<sup>1</sup>" ],
"comments": [ "Shrapnel Rounds" ],
"id": "ru/v:817",
"gpid": "adf:1724"
}
@ -512,8 +512,8 @@
{ "name": "37mm PTP obr. 30",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "C": "5\u2020" },
"comments": [ "QSU" ],
"note_number": "1",
"notes": [ "B\u2020" ],
"id": "ru/o:800",
@ -521,8 +521,8 @@
},
{ "name": "37mm PP obr. 15R",
"type": "INF",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "C": "5\u2020" },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "2",
"notes": [ "B\u2020" ],
"id": "ru/o:801",
@ -530,8 +530,8 @@
},
{ "name": "76.2mm PP obr. 27",
"type": "INF",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": 6, "s": 8, "C": "6\u2020" },
"comments": [ "Shrapnel Rounds", "QSU" ],
"note_number": "3",
"notes": [ "A", "B\u2020", "Ru A" ],
"id": "ru/o:802",

@ -2,8 +2,7 @@
{ "name": "DBT",
"type": "MTR",
"capabilities_other": [ "3PP" ],
"comments": [ "\u2020" ],
"comments": [ "No Air Bursts" ],
"note_number": "6\u2020",
"notes": [ "A", "B", "D" ],
"id": "be/o:000",
@ -11,26 +10,16 @@
},
{ "name": "M76 A",
"type": "MTR",
"capabilities": [ "NT", "h-d" ],
"capabilities2": { "LF": [ ["INF"], "\u2020" ] },
"comments": [ "Horse-Drawn", "Push/Tow as non-Mortar", "Unlimbered: Indirect Fire only (as Mortar)" ],
"note_number": "7\u2020",
"notes": [ "A", "B", "D" ],
"id": "be/o:001",
"gpid": 2211
},
{ "name": "M76 A",
"type": "INF",
"capabilities": [ "NT", "h-d" ],
"capabilities2": { "LF": [ ["INF"], "\u2020" ] },
"note_number": "7\u2020",
"notes": [ "A", "B", "D" ],
"id": "be/o:002",
"gpid": 2212
},
{ "name": "7.6cm FRC",
"type": "INF",
"capabilities": [ "NT", "QSU" ],
"comments": [ "\u2020" ],
"comments": [ "QSU", "Indirect Fire OK <ul> <li> Range: 16-55 <li> ROF 3 </ul>" ],
"note_number": "8\u2020",
"notes": [ "A", "B" ],
"id": "be/o:003",
@ -38,7 +27,7 @@
},
{ "name": "C47 FRC M 32",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "9",
"notes": [ "B" ],
"id": "be/o:004",
@ -46,8 +35,8 @@
},
{ "name": "C75 TR",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 5 },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "10",
"notes": [ "B" ],
"id": "be/o:005",
@ -55,7 +44,6 @@
},
{ "name": "C75 GP",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "LF": [ "75*", "B10" ], "s": 5 },
"note_number": "11",
"notes": [ "B" ],
@ -64,7 +52,6 @@
},
{ "name": "Ob 105 GP",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "LF": [ "105*" ], "s": 5 },
"note_number": "12",
"notes": [ "B" ],
@ -73,7 +60,6 @@
},
{ "name": "C120 M31",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "LF": [ "120*" ] },
"note_number": "13",
"notes": [ "B" ],
@ -82,8 +68,7 @@
},
{ "name": "M27 FRC",
"type": "AA",
"capabilities": [ "NM" ],
"capabilities_other": [ "ST" ],
"comments": [ "No Move" ],
"note_number": "14",
"notes": [ "B" ],
"id": "be/o:009",

@ -2,8 +2,8 @@
{ "name": "Brandt Medium Mortar",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU" ],
"note_number": "23\u2020",
"notes": [ "A", "B", "Gr", "N", "P", "Y" ],
"id": "alc/o:000",
@ -11,7 +11,7 @@
},
{ "name": "37mm Bofors AT",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU", "En Portee (P-F 621L or Ursus)" ],
"note_number": "24\u2020",
"notes": [ "A", "De", "P" ],
"id": "alc/o:001",
@ -19,7 +19,7 @@
},
{ "name": "3.7cm PaK 35/36",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "25\u2020",
"notes": [ "Gr", "Ne", "Y" ],
"id": "alc/o:002",
@ -27,7 +27,7 @@
},
{ "name": "Bohler M35 47mm",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "26\u2020",
"notes": [ "A", "Gr", "Ne", "Y" ],
"id": "alc/o:003",
@ -35,8 +35,7 @@
},
{ "name": "65mm wz.06",
"type": "INF",
"capabilities": [ "NT", "QSU", "h-d" ],
"comments": [ "No Gunshield." ],
"comments": [ "QSU", "No Gunshield", "Horse-Drawn" ],
"note_number": "27\u2020",
"notes": [ "A", "Gr", "P", "Y" ],
"id": "alc/o:004",
@ -44,8 +43,8 @@
},
{ "name": "75mm wz.97",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU" ],
"note_number": "28\u2020",
"notes": [ "A", "Gr", "N", "P" ],
"id": "alc/o:005",
@ -53,7 +52,7 @@
},
{ "name": "Bofors M34",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "29\u2020",
"notes": [ "A", "B", "Gr", "Ne", "N" ],
"id": "alc/o:006",
@ -61,8 +60,8 @@
},
{ "name": "75M 19S",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 6, "AP": 5 },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "30\u2020",
"notes": [ "A", "Gr", "P", "Y" ],
"id": "alc/o:007",
@ -70,7 +69,6 @@
},
{ "name": "C105 L 13 S",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "31\u2020",
"notes": [ "B", "P", "Y" ],
"id": "alc/o:008",
@ -78,8 +76,8 @@
},
{ "name": "120mm wz. 09/31",
"type": "ART",
"capabilities": [ "NT", "h-d" ],
"capabilities2": { "s": 6 },
"comments": [ "Horse-Drawn" ],
"note_number": "32\u2020",
"notes": [ "N", "P" ],
"id": "alc/o:009",
@ -87,7 +85,6 @@
},
{ "name": "155mm 17 S",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 8 },
"note_number": "33",
"notes": [ "B", "Gr", "P", "Y" ],
@ -96,8 +93,7 @@
},
{ "name": "Mitrailleuse de 13.2 CAJ mle 30",
"type": "AA",
"capabilities": [ "T", "2 TK DR\u2020" ],
"comments": [ "Towing NA\u2020<sup>1</sup>" ],
"comments": [ "Tow NA", "2 TK DR", "16 [TH]" ],
"note_number": "34\u2020",
"notes": [ "T\u2020<sup>1</sup>", "B", "Gr", "Y" ],
"id": "alc/o:011",
@ -105,7 +101,6 @@
},
{ "name": "20mm Oerlikon",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "NT", "20\u2020<sup>1</sup>", "2 ROF", "B11" ] },
"note_number": "35\u2020",
"notes": [ "C\u2020<sup>1</sup>", "Gr", "Ne", "Y" ],
@ -114,7 +109,6 @@
},
{ "name": "40mm Bofors AA",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "40\u2020<sup>1</sup>", "2 ROF" ] },
"note_number": "36\u2020",
"notes": [ "C\u2020<sup>1</sup>", "B", "N", "Ne", "P" ],

@ -2,7 +2,7 @@
{ "name": "Machinecannon 20mm M-35",
"type": "AT",
"capabilities": [ "NT", "QSU\u2020<sup>1</sup>", "R2", "IFE=B10" ],
"comments": [ "QSU", "No Gunshield", "IFE: B# = 10", "R2, X6" ],
"note_number": "19\u2020",
"notes": [ "De", "T\u2020<sup>1</sup>" ],
"id": "da/o:000",

@ -2,7 +2,6 @@
{ "name": "Solothurn s/18-1100",
"type": "ATR",
"capabilities_other": [ "5PP" ],
"note_number": "15",
"notes": [ "A", "Ne" ],
"id": "du/o:000",

@ -2,7 +2,6 @@
{ "name": "Vari 85/24 M",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 5 },
"note_number": "16",
"notes": [ "Gr" ],
@ -11,7 +10,7 @@
},
{ "name": "OR 105/19",
"type": "ART",
"capabilities": [ "NT", "h-d" ],
"comments": [ "Horse-Drawn" ],
"note_number": "17",
"notes": [ "Gr" ],
"id": "gr/o:001",
@ -19,7 +18,6 @@
},
{ "name": "3.7cm Bofors AA",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "18",
"notes": [ "Gr" ],
"id": "gr/o:002",

@ -2,7 +2,6 @@
{ "name": "46mm granatnik wz. 36",
"type": "MTR",
"capabilities_other": [ "4PP" ],
"note_number": "1",
"notes": [ "A", "P" ],
"id": "po/o:000",
@ -10,7 +9,7 @@
},
{ "name": "Ur. wz. 35",
"type": "ATR",
"capabilities_other": [ "1PP" ],
"comments": [ "No Long Range" ],
"note_number": "2",
"notes": [ "P" ],
"id": "po/o:001",
@ -18,8 +17,8 @@
},
{ "name": "75mm wz. 02/26",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 6 },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "3",
"notes": [ "P" ],
"id": "po/o:002",
@ -27,7 +26,6 @@
},
{ "name": "100mm wz. 14/19",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "4",
"notes": [ "A", "P" ],
"id": "po/o:003",
@ -35,7 +33,7 @@
},
{ "name": "75mm wz. 97/25",
"type": "AA",
"capabilities": [ "T", "NM" ],
"comments": [ "No Move" ],
"note_number": "5\u2020",
"notes": [ "P" ],
"id": "po/o:004",

@ -2,7 +2,7 @@
{ "name": "3.7cm Infantry Gun",
"type": "INF",
"capabilities": [ "NT", "QSU", "h-d" ],
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "20",
"notes": [ "Y" ],
"id": "yu/o:000",
@ -10,8 +10,8 @@
},
{ "name": "80mm M28/M33",
"type": "ART",
"capabilities": [ "NT", "h-d" ],
"capabilities2": { "s": 5 },
"comments": [ "Horse-Drawn" ],
"note_number": "21",
"notes": [ "Y" ],
"id": "yu/o:001",
@ -19,7 +19,6 @@
},
{ "name": "100mm M14/19",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "22",
"notes": [ "Y" ],
"id": "yu/o:002",

@ -4,7 +4,6 @@
"type": "MTR",
"capabilities": [ "IR" ],
"capabilities2": { "WP": [ [7,5] ] },
"capabilities_other": [ "5PP", "OBA\u2020" ],
"note_number": "1\u2020",
"notes": [ "F", "N" ],
"id": "am/o:000",
@ -14,7 +13,6 @@
"type": "MTR",
"capabilities": [ "IR" ],
"capabilities2": { "WP": [ [6,5] ] },
"capabilities_other": [ "4PP" ],
"note_number": "2",
"notes": [ "F" ],
"id": "am/o:001",
@ -22,8 +20,8 @@
},
{ "name": "M1 81mm Mortar",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "WP": 8 },
"comments": [ "QSU" ],
"note_number": "3",
"notes": [ "F", "N" ],
"id": "am/o:002",
@ -31,16 +29,16 @@
},
{ "name": "M2 4.2-in. Mortar",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "WP": 10 },
"comments": [ "QSU", "Area FP = 12" ],
"note_number": "4\u2020",
"id": "am/o:003",
"gpid": 881
},
{ "name": "T25 155mm Mortar",
"type": "MTR",
"capabilities": [ "NT" ],
"capabilities2": { "WP": 8 },
"comments": [ "Tow NA" ],
"note_number": "5\u2020",
"notes": [ "P" ],
"id": "am/o:004",
@ -48,8 +46,8 @@
},
{ "name": "M3A1 37mm AT Gun",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "C": [ [7,"A2+"], "\u2020<sup>1</sup>" ] },
"comments": [ "QSU" ],
"note_number": "6\u2020",
"notes": [ "C\u2020<sup>1</sup>", "N" ],
"id": "am/o:005",
@ -57,16 +55,16 @@
},
{ "name": "M1 57mm AT Gun",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "HE": [ [7,"J4E"], [7,5], "\u2020" ], "D": [ [4,"J4+E"], "\u2020" ] },
"comments": [ "QSU" ],
"note_number": "7\u2020",
"id": "am/o:006",
"gpid": 885
},
{ "name": "M5 3-in. AT Gun",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": [ [4,4], [5,5], "\u2020" ], "s": [ [6,5] ] },
"comments": [ "QSU" ],
"note_number": "8\u2020",
"notes": [ "<s>P</s>" ],
"id": "am/o:007",
@ -74,7 +72,8 @@
},
{ "name": "T32 37mm Manpack Gun",
"type": "INF",
"capabilities": [ "5PP (3PP dm)\u2020", "C5\u2020<sup>1</sup>", "crewed\u2020<sup>2</sup>" ],
"capabilities": [ "C5\u2020<sup>1</sup>" ],
"comments": [ "As HMG" ],
"note_number": "9\u2020",
"notes": [ "C\u2020<sup>1</sup>", "D\u2020<sup>2</sup>", "F" ],
"id": "am/o:008",
@ -82,8 +81,8 @@
},
{ "name": "M18 57mm Recoilless Rifle",
"type": "RCL",
"capabilities": [ "3PP", "crewed\u2020<sup>1</sup>" ],
"capabilities2": { "H": 7, "WP": 6 },
"comments": [ "HEAT TK# = 11" ],
"note_number": "10",
"notes": [ "D\u2020<sup>1</sup>", "E\u2020" ],
"id": "am/o:009",
@ -91,7 +90,6 @@
},
{ "name": "M20 75mm Recoilless Rifle",
"type": "RCL",
"capabilities": [ "5PP", "crewed\u2020<sup>1</sup>" ],
"capabilities2": { "H": 7, "WP": 7 },
"note_number": "11",
"notes": [ "D\u2020<sup>1</sup>", "E\u2020" ],
@ -100,8 +98,8 @@
},
{ "name": "M1A1 75mm Pack Howitzer",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": 7, "WP": 8, "C": [ [4,"4+"], "\u2020<sup>1</sup>" ] },
"comments": [ "QSU" ],
"note_number": "12\u2020",
"notes": [ "C\u2020<sup>1</sup>", "F" ],
"id": "am/o:011",
@ -109,8 +107,8 @@
},
{ "name": "M1897A2 75mm Gun",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "WP": 8 },
"comments": [ "QSU" ],
"note_number": "13",
"notes": [ "P" ],
"id": "am/o:012",
@ -118,7 +116,6 @@
},
{ "name": "M2A1 105mm Howitzer",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "H": 6, "s": 7, "WP": 8, "C": [ [7,"4+P"], "\u2020<sup>1</sup>" ] },
"note_number": "14\u2020",
"notes": [ "C\u2020<sup>1</sup>", "N" ],
@ -127,7 +124,6 @@
},
{ "name": "M3 105mm Howitzer",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "H": 7, "s": 7, "WP": 8, "C": [ [7,"P"], "\u2020<sup>1</sup>" ] },
"note_number": "15\u2020",
"notes": [ "C\u2020<sup>1</sup>" ],
@ -136,7 +132,6 @@
},
{ "name": "M1 4.5-in. Gun",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "16\u2020",
"notes": [ "<s>P</s>" ],
"id": "am/o:015",
@ -144,7 +139,6 @@
},
{ "name": "M1918 155mm Howitzer",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": [ [7,"3+"] ], "WP": 8 },
"note_number": "17\u2020",
"notes": [ "N" ],
@ -153,7 +147,6 @@
},
{ "name": "M1 155mm Howitzer",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 7, "WP": 8 },
"note_number": "18\u2020",
"notes": [ "N" ],
@ -162,9 +155,9 @@
},
{ "name": "M1918M1 155mm Gun",
"type": "ART",
"capabilities": [ "NT", "RFNM", "AP4\u2020<sup>1</sup>" ],
"capabilities": [ "AP4\u2020<sup>1</sup>" ],
"capabilities2": { "WP": 8 },
"comments": [ "No IF." ],
"comments": [ "RFNM", "No IF" ],
"note_number": "19\u2020",
"notes": [ "A\u2020<sup>1</sup>", "N" ],
"id": "am/o:018",
@ -172,9 +165,9 @@
},
{ "name": "M1A1 155mm Gun",
"type": "ART",
"capabilities": [ "NT", "RFNM", "AP4\u2020<sup>1</sup>" ],
"capabilities": [ "AP4\u2020<sup>1</sup>" ],
"capabilities2": { "s": [ [7,5] ], "WP": 8 },
"comments": [ "No IF." ],
"comments": [ "RFNM", "No IF" ],
"note_number": "20\u2020",
"notes": [ "A\u2020<sup>1</sup>" ],
"id": "am/o:019",
@ -182,24 +175,21 @@
},
{ "name": "M1 8-in. Howitzer",
"type": "ART",
"capabilities": [ "NT", "RFNM" ],
"comments": [ "No IF." ],
"comments": [ "RFNM", "No IF" ],
"note_number": "21\u2020",
"id": "am/o:020",
"gpid": 898
},
{ "name": "M51 Multiple .50-cal MG Carriage",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "2 ROF", "20 IFE", "B11" ] },
"capabilities_other": [ "4 TK DR\u2020" ],
"comments": [ "4 TK DR", "[16] TH" ],
"note_number": "22\u2020",
"id": "am/o:021",
"gpid": 900
},
{ "name": "M1A2 37mm AA Gun",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "23\u2020",
"notes": [ "N" ],
"id": "am/o:022",
@ -207,7 +197,6 @@
},
{ "name": "M1 40mm AA Gun",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "40\u2020<sup>1</sup>", "2 ROF" ] },
"note_number": "24\u2020",
"notes": [ "B\u2020<sup>1</sup>" ],
@ -216,7 +205,7 @@
},
{ "name": "M3 3-in. AA Gun",
"type": "AA",
"capabilities": [ "T", "NM" ],
"comments": [ "No Move" ],
"note_number": "25",
"notes": [ "P" ],
"id": "am/o:024",
@ -224,7 +213,7 @@
},
{ "name": "M1A1 90mm AA Gun",
"type": "AA",
"capabilities": [ "T", "NM" ],
"comments": [ "No Move" ],
"note_number": "26\u2020",
"notes": [ "N" ],
"id": "am/o:025",
@ -232,7 +221,6 @@
},
{ "name": "M2 90mm AA Gun",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "90\u2020", "1 ROF", "B11" ] },
"note_number": "27\u2020<sup>1</sup>",
"notes": [ "B\u2020" ],

@ -2,17 +2,14 @@
{ "name": "LG de 50 mle 37",
"type": "MTR",
"capabilities_other": [ "2PP" ],
"note_number": "37",
"notes": [ "A" ],
"id": "bu/o:000",
"gpid": null
"gpid": 3679
},
{ "name": "Madsen M-35",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities_other": [ "R2", "IFE=B10\u2020" ],
"comments": [ "No Gunshield." ],
"comments": [ "QSU", "No Gunshield", "IFE: B# = 10", "R2, X6" ],
"note_number": "38\u2020",
"notes": [ "T\u2020<sup>1</sup>" ],
"id": "bu/o:001",
@ -20,21 +17,14 @@
},
{ "name": "Skoda Infantry Gun",
"type": "INF",
"capabilities": [ "NT", "QSU", "h-d" ],
"comments": [ "QSU", "Horse-Drawn", "Changeable barrel" ],
"note_number": "39\u2020",
"id": "bu/o:002",
"gpid": 3776
},
{ "name": "Skoda Infantry Gun",
"type": "INF",
"capabilities": [ "NT", "QSU", "h-d" ],
"note_number": "39\u2020",
"id": "bu/o:003",
"gpid": 3777
"gpid": [ 3777, 3776 ]
},
{ "name": "Bofors 75mm M36",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "40\u2020",
"notes": [ "A" ],
"id": "bu/o:004",
@ -42,15 +32,14 @@
},
{ "name": "75mm K-S",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 5 },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "41\u2020",
"id": "bu/o:005",
"gpid": 3779
},
{ "name": "Ob 105mm GP",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 5, "LF": [ "105*\u2020<sup>1</sup>" ] },
"note_number": "42\u2020",
"notes": [ "G\u2020<sup>1</sup>" ],
@ -59,8 +48,7 @@
},
{ "name": "D/30 Krupp",
"type": "ART",
"capabilities": [ "NT", "RFNM" ],
"comments": [ "No IF." ],
"comments": [ "RFNM", "No IF" ],
"note_number": "43",
"id": "bu/o:007",
"gpid": 3781

@ -2,7 +2,6 @@
{ "name": "5cm leGrW 36",
"type": "MTR",
"capabilities_other": [ "5PP" ],
"note_number": "44",
"notes": [ "A", "B", "C", "H", "S" ],
"id": "axc/o:000",
@ -10,7 +9,6 @@
},
{ "name": "50mm RM obr. 40",
"type": "MTR",
"capabilities_other": [ "4PP" ],
"note_number": "45",
"notes": [ "A", "C", "H", "R", "S" ],
"id": "axc/o:001",
@ -18,8 +16,9 @@
},
{ "name": "8cm GrW 34",
"type": "MTR",
"capabilities": [ "NT", "QSU", "IR" ],
"capabilities": [ "IR" ],
"capabilities2": { "s": 7 },
"comments": [ "QSU" ],
"note_number": "46\u2020",
"notes": [ "A", "B", "C" ],
"id": "axc/o:002",
@ -27,8 +26,8 @@
},
{ "name": "Brandt M27/31",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 7 },
"comments": [ "QSU" ],
"note_number": "47\u2020",
"notes": [ "A", "H", "R", "S" ],
"id": "axc/o:003",
@ -36,8 +35,8 @@
},
{ "name": "PM obr. 38",
"type": "MTR",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "48\u2020",
"notes": [ "H", "R" ],
"id": "axc/o:004",
@ -45,7 +44,7 @@
},
{ "name": "Ur wz. 35",
"type": "ATR",
"capabilities_other": [ "1PP" ],
"comments": [ "No Long Range" ],
"note_number": "49",
"notes": [ "B", "C", "H", "R", "S" ],
"id": "axc/o:005",
@ -53,7 +52,7 @@
},
{ "name": "s18-1100",
"type": "ATR",
"capabilities_other": [ "5PP" ],
"comments": [ "No Long Range" ],
"note_number": "50",
"notes": [ "A", "H", "R" ],
"id": "axc/o:006",
@ -61,8 +60,8 @@
},
{ "name": "Kanon PUV vz. 37(t)",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": [ [4,"1S"], "\u2020" ] },
"comments": [ "QSU" ],
"note_number": "51\u2020",
"notes": [ "B", "E", "H", "S" ],
"id": "axc/o:007",
@ -70,8 +69,7 @@
},
{ "name": "Bohler M35",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "No Gunshield." ],
"comments": [ "QSU", "No Gunshield" ],
"note_number": "52\u2020",
"notes": [ "A", "H", "R", "S" ],
"id": "axc/o:008",
@ -79,8 +77,8 @@
},
{ "name": "5cm PaK 38(g)",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": [ [4,3], [3,4] ] },
"comments": [ "QSU" ],
"note_number": "53\u2020",
"notes": [ "B", "E", "H", "R", "S" ],
"id": "axc/o:009",
@ -88,8 +86,8 @@
},
{ "name": "7.5cm PaK 97/38(g)",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": [ [5,"3+"] ], "s": 6 },
"comments": [ "QSU" ],
"note_number": "54\u2020",
"notes": [ "B", "E", "R" ],
"id": "axc/o:010",
@ -97,8 +95,8 @@
},
{ "name": "7.5cm PaK 40(g)",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": [ [4,3], [3,4] ] },
"comments": [ "QSU" ],
"note_number": "55\u2020",
"notes": [ "B", "E", "H", "R", "S" ],
"id": "axc/o:011",
@ -106,7 +104,7 @@
},
{ "name": "Skoda M15",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "56\u2020",
"notes": [ "A", "B", "C", "H", "R", "S" ],
"id": "axc/o:012",
@ -114,8 +112,8 @@
},
{ "name": "Canon de 75 mle 1897",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 7 },
"comments": [ "QSU" ],
"note_number": "57",
"notes": [ "B", "R" ],
"id": "axc/o:013",
@ -123,7 +121,6 @@
},
{ "name": "Skoda M29",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "AP": 6 },
"note_number": "58\u2020",
"notes": [ "A", "R", "S" ],
@ -132,7 +129,7 @@
},
{ "name": "Skoda M17",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "59\u2020",
"notes": [ "A", "C", "R", "S" ],
"id": "axc/o:015",
@ -140,7 +137,6 @@
},
{ "name": "Skoda M28(80)",
"type": "ART",
"capabilities": [ "T" ],
"note_number": "60\u2020",
"notes": [ "C", "S" ],
"id": "axc/o:016",
@ -148,7 +144,6 @@
},
{ "name": "Skoda M14/19",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 8 },
"note_number": "61\u2020",
"notes": [ "A\u2020", "C", "H", "R", "S" ],
@ -157,7 +152,6 @@
},
{ "name": "leFH 18(g)",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "H": [ [4,"3+"] ], "s": 5 },
"note_number": "62\u2020",
"notes": [ "B", "E", "H", "S" ],
@ -166,7 +160,6 @@
},
{ "name": "Skoda M35",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "AP": 7, "C": [ [7,"CS"], "\u2020" ] },
"note_number": "63\u2020",
"notes": [ "C", "R", "S" ],
@ -175,8 +168,8 @@
},
{ "name": "G obr. 10/30",
"type": "ART",
"capabilities": [ "NT", "h-d" ],
"capabilities2": { "s": 7 },
"comments": [ "Horse-Drawn" ],
"note_number": "64\u2020",
"notes": [ "B", "R" ],
"id": "axc/o:020",
@ -184,7 +177,6 @@
},
{ "name": "G obr. 38",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": [ [5,"1-2R"], "\u2020" ] },
"note_number": "65",
"notes": [ "B", "R" ],
@ -193,7 +185,6 @@
},
{ "name": "Skoda M14",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "66\u2020",
"notes": [ "H", "R", "S" ],
"id": "axc/o:022",
@ -201,9 +192,8 @@
},
{ "name": "Skoda M15/16",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 6 },
"comments": [ "No IF." ],
"comments": [ "No IF" ],
"note_number": "67\u2020",
"notes": [ "C", "S" ],
"id": "axc/o:023",
@ -211,7 +201,6 @@
},
{ "name": "C mle 17 S",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 7 },
"note_number": "68\u2020",
"notes": [ "B", "R" ],
@ -220,8 +209,7 @@
},
{ "name": "Mitrailleuse de 13.2 CAJ mle 30",
"type": "AA",
"capabilities": [ "T" ],
"capabilities_other": [ "2 TK DR\u2020" ],
"comments": [ "2 TK DR", "[16] TH" ],
"note_number": "69\u2020",
"notes": [ "B", "R", "T\u2020<sup>1</sup>" ],
"id": "axc/o:025",
@ -229,7 +217,6 @@
},
{ "name": "Oerlikon FF",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "NT", "20\u2020", "2 ROF", "B11" ] },
"note_number": "70",
"notes": [ "B", "C", "G\u2020", "H", "R", "S" ],
@ -238,7 +225,6 @@
},
{ "name": "2cm FlaK 30(g)",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "NT", "20\u2020<sup>1</sup>", "2 ROF", "B9" ] },
"note_number": "71\u2020",
"notes": [ "B", "E", "G\u2020<sup>1</sup>", "R" ],
@ -247,7 +233,6 @@
},
{ "name": "2cm FlaK 38(g)",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "NT", "20\u2020<sup>1</sup>", "2 ROF", "B10" ] },
"note_number": "72\u2020",
"notes": [ "B", "E", "G\u2020<sup>1</sup>", "R" ],
@ -256,7 +241,6 @@
},
{ "name": "3.7cm FlaK 36(g)",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "73\u2020",
"notes": [ "B", "E", "R" ],
"id": "axc/o:029",
@ -264,7 +248,6 @@
},
{ "name": "Bofors 40mm",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "40\u2020<sup>1</sup>", "2 ROF" ] },
"note_number": "74\u2020",
"notes": [ "C", "G\u2020<sup>1</sup>", "H", "R", "S" ],
@ -273,7 +256,6 @@
},
{ "name": "Skoda M33",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "75",
"notes": [ "R", "S" ],
"id": "axc/o:031",
@ -281,7 +263,6 @@
},
{ "name": "8.8cm FlaK 18 o. 36(g)",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "88\u2020<sup>1</sup>", "1 ROF", "B11" ] },
"note_number": "76\u2020",
"notes": [ "B", "E", "G\u2020<sup>1</sup>", "R", "S" ],

@ -2,8 +2,7 @@
{ "name": "Cannone da 65/17",
"type": "INF",
"capabilities": [ "NT" ],
"comments": [ "No Gunshield." ],
"comments": [ "No Gunshield" ],
"note_number": "35",
"notes": [ "A" ],
"id": "cr/o:000",
@ -11,7 +10,6 @@
},
{ "name": "Skoda M28(FE)",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "36",
"notes": [ "A" ],
"id": "cr/o:001",

@ -2,23 +2,21 @@
{ "name": "5cm leGrW 39(h)",
"type": "MTR",
"capabilities_other": [ "5PP" ],
"note_number": "23",
"notes": [ "A" ],
"id": "hu/o:000",
"gpid": null
"gpid": 3959
},
{ "name": "40mm MAVAG 40 M",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": "7[9]\u2020" },
"comments": [ "QSU", "H7[9]: vs vehicle or HEAT-allowed target <ul> <li> TH# = 11 - range <li> ROF 2 </ul>" ],
"note_number": "24\u2020",
"id": "hu/o:001",
"gpid": 3993
},
{ "name": "Skoda M05/08",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "25",
"notes": [ "A" ],
"id": "hu/o:002",
@ -26,15 +24,15 @@
},
{ "name": "105mm MAVAG M40",
"type": "ART",
"capabilities": [ "NT", "h-d" ],
"comments": [ "Horse-Drawn" ],
"note_number": "26",
"id": "hu/o:003",
"gpid": 4001
},
{ "name": "Bofors 80mm M29/38",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "80\u2020<sup>1</sup>", "1 ROF", "B11" ] },
"comments": [ "AP TK# = 17" ],
"note_number": "27\u2020",
"notes": [ "G\u2020<sup>1</sup>" ],
"id": "hu/o:004",

@ -3,7 +3,6 @@
{ "name": "Brandt M35",
"type": "MTR",
"capabilities": [ "IR" ],
"capabilities_other": [ "5PP" ],
"note_number": "1",
"notes": [ "A" ],
"id": "ro/o:000",
@ -11,7 +10,7 @@
},
{ "name": "Bofors 37mm",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "2\u2020",
"notes": [ "A" ],
"id": "ro/o:001",
@ -19,24 +18,22 @@
},
{ "name": "45mm PTP obr. 32",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "3\u2020",
"id": "ro/o:002",
"gpid": 3741
},
{ "name": "Resita M43",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities_other": [ "AP TK#18\u2020" ],
"comments": [ "Blk TH" ],
"comments": [ "QSU", "Black TH#", "AP TK# = 18" ],
"note_number": "4\u2020",
"id": "ro/o:003",
"gpid": 3742
},
{ "name": "76.2mm PaK 36(r)",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 7 },
"comments": [ "QSU", "AP TK# = 16" ],
"note_number": "5",
"notes": [ "K\u2020" ],
"id": "ro/o:004",
@ -44,8 +41,7 @@
},
{ "name": "Breda 47",
"type": "INF",
"capabilities": [ "NT", "QSU" ],
"comments": [ "No Gunshield." ],
"comments": [ "QSU", "No Gunshield" ],
"note_number": "6\u2020",
"notes": [ "A" ],
"id": "ro/o:005",
@ -53,8 +49,8 @@
},
{ "name": "75mm PP obr. 27",
"type": "INF",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": 6, "s": 8 },
"comments": [ "QSU" ],
"note_number": "7",
"notes": [ "A" ],
"id": "ro/o:006",
@ -62,8 +58,8 @@
},
{ "name": "75 M mle 28",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "AP": 5, "s": 5 },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "8",
"notes": [ "A" ],
"id": "ro/o:007",
@ -71,7 +67,6 @@
},
{ "name": "Skoda M14/34",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "AP": 6 },
"note_number": "9\u2020",
"notes": [ "A\u2020" ],
@ -80,24 +75,24 @@
},
{ "name": "76.2mm P obr. 00/02",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 7 },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "10",
"id": "ro/o:009",
"gpid": 3748
},
{ "name": "76.2mm P obr. 02/30",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 7 },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "11",
"id": "ro/o:010",
"gpid": 3749
},
{ "name": "76.2mm P obr. 39(r)",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 5 },
"comments": [ "QSU", "AP TK# = 13" ],
"note_number": "12",
"notes": [ "K\u2020" ],
"id": "ro/o:011",
@ -105,8 +100,8 @@
},
{ "name": "s 10cm K 18(g)",
"type": "ART",
"capabilities": [ "NT", "NM" ],
"capabilities2": { "s": 5 },
"comments": [ "No Move" ],
"note_number": "13",
"notes": [ "E" ],
"id": "ro/o:012",
@ -114,29 +109,26 @@
},
{ "name": "Skoda M39(D9)",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "14",
"id": "ro/o:013",
"gpid": 3752
},
{ "name": "Canon de 105L mle 36S",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "15",
"id": "ro/o:014",
"gpid": 3753
},
{ "name": "Canon mle 10/12",
"type": "ART",
"capabilities": [ "NT", "h-d" ],
"capabilities2": { "s": 4 },
"comments": [ "Horse-Drawn" ],
"note_number": "16",
"id": "ro/o:015",
"gpid": 3754
},
{ "name": "OQF 4.5in",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 4 },
"note_number": "17",
"id": "ro/o:016",
@ -144,37 +136,32 @@
},
{ "name": "Skoda M28 NOa",
"type": "ART",
"capabilities": [ "NM" ],
"capabilities_other": [ "ST" ],
"comments": [ "No IF." ],
"comments": [ "No Move", "No IF" ],
"note_number": "18",
"id": "ro/o:017",
"gpid": 3756
},
{ "name": "Skoda M33 (K1)",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "19",
"id": "ro/o:018",
"gpid": 3757
},
{ "name": "CA mle 38",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "20",
"id": "ro/o:019",
"gpid": 3758
},
{ "name": "Vickers/Resita M36/39",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "21\u2020",
"id": "ro/o:020",
"gpid": 3759
},
{ "name": "Kanon PL vz. 12/20",
"type": "AA",
"capabilities": [ "T", "NM" ],
"comments": [ "No Move" ],
"note_number": "22",
"id": "ro/o:021",
"gpid": 3760

@ -2,7 +2,7 @@
{ "name": "Minomet vz. 36",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "28",
"notes": [ "A" ],
"id": "sl/o:000",
@ -10,8 +10,8 @@
},
{ "name": "Kanon PUV vz. 36(t)",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": [ [5,1], [4,2] ] },
"comments": [ "QSU" ],
"note_number": "29",
"notes": [ "E" ],
"id": "sl/o:001",
@ -19,8 +19,8 @@
},
{ "name": "leIG 18(g)",
"type": "INF",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": [ ["7","3+"] ] },
"comments": [ "QSU" ],
"note_number": "30",
"notes": [ "A", "E" ],
"id": "sl/o:002",
@ -28,7 +28,6 @@
},
{ "name": "Skoda M37(K4)",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 6 },
"note_number": "31",
"id": "sl/o:003",
@ -36,8 +35,7 @@
},
{ "name": "Skoda 47L40(t)",
"type": "AA",
"capabilities": [ "T", "QSU" ],
"comments": [ "AA Fire ROF 2\u2020" ],
"comments": [ "QSU", "vs Aircraft: ROF = 2" ],
"note_number": "32\u2020",
"notes": [ "E" ],
"id": "sl/o:004",
@ -45,7 +43,6 @@
},
{ "name": "Skoda PL vz. 37(t)",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "33",
"notes": [ "E" ],
"id": "sl/o:005",
@ -53,7 +50,7 @@
},
{ "name": "Kanon PL vz. 22/24",
"type": "AA",
"capabilities_other": [ "ST" ],
"comments": [ "AP TK# = 17" ],
"note_number": "34\u2020",
"id": "sl/o:006",
"gpid": 3768

@ -2,7 +2,6 @@
{ "name": "OML 2-in. Mortar",
"type": "MTR",
"capabilities": [ "4PP" ],
"capabilities2": { "s": 7, "IR": [ [null,"2+"], "\u2020" ] },
"note_number": "1",
"notes": [ "A\u2020", "N", "P" ],
@ -13,15 +12,14 @@
"type": "MTR",
"capabilities": [ "IR" ],
"capabilities2": { "s": 7 },
"capabilities_other": [ "3PP" ],
"note_number": "1",
"id": "br/o:001",
"gpid": 1149
},
{ "name": "OML 3-in. Mortar",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "WP": 7, "s": [ [8,"1+"], "\u2020" ], "IR": [ [null,"2+"], "\u2020<sup>1</sup>" ] },
"comments": [ "QSU" ],
"note_number": "2\u2020",
"notes": [ "A\u2020<sup>1</sup>", "D", "N", "P" ],
"id": "br/o:002",
@ -29,9 +27,8 @@
},
{ "name": "OSB 4.2-in. Mortar",
"type": "MTR",
"capabilities": [ "NT" ],
"capabilities2": { "s": 8, "WP": 7 },
"comments": [ "Towed\u2020" ],
"comments": [ "Towed" ],
"note_number": "3\u2020",
"notes": [ "N", "P" ],
"id": "br/o:003",
@ -39,7 +36,7 @@
},
{ "name": "OQF 25mm Hotchkiss",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU", "{? 01/1941-08/1943 | En Portee (15-cwt truck) | En Portee NA | En Portee<sup>41-8/43</sup> ?}" ],
"note_number": "4\u2020",
"notes": [ "B", "N" ],
"id": "br/o:004",
@ -47,8 +44,8 @@
},
{ "name": "OQF 2-Pounder",
"type": "AT",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "NT", "40\u2020<sup>1</sup>", "2 ROF", "B11" ] },
"comments": [ "{? 01/1941-08/1943 | En Portee (30-cwt lorry) | En Portee NA | En Portee<sup>41-8/43</sup> ?}" ],
"note_number": "5\u2020",
"notes": [ "B", "C\u2020<sup>1</sup>", "N", "P" ],
"id": "br/o:005",
@ -56,8 +53,8 @@
},
{ "name": "OQF 6-Pounder 7-cwt",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "HE": [ [7,"F3"], [8,"4+"], "\u2020" ], "D": [ [6,"J4E"], [7,5], "\u2020" ] },
"comments": [ "QSU", "CA restrictions", "{? 01/1941-08/1943 | En Portee (3-ton lorry) | En Portee NA | En Portee<sup>41-8/43</sup> ?}", "{? 01/1941-08/1943 | Portee Fire OK [EXC: Bnd (F)F NA] | | Portee Fire<sup>41-8/43</sup> ?}" ],
"note_number": "6\u2020",
"notes": [ "B", "N", "P" ],
"id": "br/o:006",
@ -65,7 +62,6 @@
},
{ "name": "OQF 17/25-Pounder",
"type": "AT",
"capabilities": [ "NT" ],
"note_number": "7",
"notes": [ "N" ],
"id": "br/o:007",
@ -73,7 +69,6 @@
},
{ "name": "OQF 17-Pounder",
"type": "AT",
"capabilities": [ "NT" ],
"capabilities2": { "HE": [ [8,"J4+"], "\u2020" ], "D": [ [5,"S4"], [6,5], "\u2020" ] },
"note_number": "8\u2020",
"id": "br/o:008",
@ -81,8 +76,8 @@
},
{ "name": "OQF M1A1 75mm Pack Howitzer",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": 6, "WP": 7 },
"comments": [ "QSU" ],
"note_number": "9\u2020",
"notes": [ "D", "P" ],
"id": "br/o:009",
@ -90,8 +85,8 @@
},
{ "name": "Canon de 75 mle 1897",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU", "{? 01/1941-08/1943 | En Portee (3-ton lorry) | En Portee NA | En Portee<sup>41-8/43</sup> ?}" ],
"note_number": "10\u2020",
"notes": [ "B", "N" ],
"id": "br/o:010",
@ -99,8 +94,8 @@
},
{ "name": "OQF 18-Pounder",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 8, "WP": 7 },
"comments": [ "QSU" ],
"note_number": "11\u2020",
"notes": [ "N", "P" ],
"id": "br/o:011",
@ -108,8 +103,8 @@
},
{ "name": "OQF 25-Pounder Short",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU" ],
"note_number": "12",
"notes": [ "D", "P" ],
"id": "br/o:012",
@ -118,7 +113,6 @@
{ "name": "OQF 25-Pounder Gun-Howitzer",
"type": "ART",
"capabilities2": { "LF": [ "NT", "0 ROF" ], "s": 8 },
"capabilities_other": [ "ST" ],
"note_number": "13\u2020",
"notes": [ "N", "P" ],
"id": "br/o:013",
@ -126,8 +120,8 @@
},
{ "name": "OQF 3.7-in. Howitzer",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 8, "WP": 7, "H": [ [6,"3+P"], "\u2020" ] },
"comments": [ "QSU" ],
"note_number": "14\u2020",
"notes": [ "D", "N", "P" ],
"id": "br/o:014",
@ -135,7 +129,6 @@
},
{ "name": "OQF 4.5-in. Howitzer",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 8, "WP": 7 },
"note_number": "15\u2020",
"notes": [ "N", "P" ],
@ -144,7 +137,6 @@
},
{ "name": "OBL 4.5-in. Gun",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "16\u2020",
"notes": [ "N" ],
"id": "br/o:016",
@ -152,7 +144,6 @@
},
{ "name": "OBL 5.5-in. Gun-Howitzer",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "16\u2020",
"notes": [ "N", "P" ],
"id": "br/o:017",
@ -160,7 +151,6 @@
},
{ "name": "OBL 6-in. Howitzer",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "17\u2020",
"notes": [ "N", "P" ],
"id": "br/o:018",
@ -168,8 +158,7 @@
},
{ "name": "OBL 7.2-in. Howitzer Mk I",
"type": "ART",
"capabilities": [ "NT" ],
"comments": [ "No IF.", "Acq. NA\u2020" ],
"comments": [ "No IF", "Acquisition NA" ],
"note_number": "18\u2020",
"notes": [ "N", "P" ],
"id": "br/o:019",
@ -177,8 +166,7 @@
},
{ "name": "OBL 7.2-in. Howitzer Mk VI",
"type": "ART",
"capabilities": [ "NT", "RFNM" ],
"comments": [ "No IF." ],
"comments": [ "RFNM", "No IF" ],
"note_number": "19\u2020",
"notes": [ "P" ],
"id": "br/o:020",
@ -186,14 +174,12 @@
},
{ "name": "OQF 20mm AA",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "20",
"id": "br/o:021",
"gpid": 1203
},
{ "name": "OQF 40mm AA",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "40\u2020<sup>1</sup>", "2 ROF" ] },
"note_number": "21\u2020",
"notes": [ "C\u2020<sup>1</sup>", "N", "P" ],
@ -202,7 +188,6 @@
},
{ "name": "OQF 3-in. 20-cwt AA",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "22\u2020",
"notes": [ "E", "P" ],
"id": "br/o:023",
@ -210,7 +195,6 @@
},
{ "name": "OQF 3.7-in. AA",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "23\u2020",
"notes": [ "E", "N", "P" ],
"id": "br/o:024",

@ -2,8 +2,7 @@
{ "name": "Type 27 Grenade Launcher",
"type": "MTR",
"capabilities_other": [ "2PP" ],
"comments": [ "Air Bursts NA\u2020" ],
"comments": [ "Air Bursts NA" ],
"note_number": "1\u2020",
"notes": [ "A" ],
"id": "ch/o:000",
@ -11,7 +10,7 @@
},
{ "name": "Mortaio da 45 \"Brixia\"",
"type": "MTR",
"capabilities_other": [ "4PP" ],
"comments": [ "{? -12/1940 | B# = 11 | B# = (11) | B# (11)<sup>1+</sup> ?}" ],
"note_number": "2",
"notes": [ "A", "D\u2020" ],
"id": "ch/o:001",
@ -19,7 +18,6 @@
},
{ "name": "5cm leGrW 36",
"type": "MTR",
"capabilities_other": [ "5PP" ],
"note_number": "2",
"notes": [ "A" ],
"id": "ch/o:002",
@ -27,7 +25,6 @@
},
{ "name": "50mm RM obr. 38",
"type": "MTR",
"capabilities_other": [ "5PP" ],
"note_number": "2",
"notes": [ "A" ],
"id": "ch/o:003",
@ -37,7 +34,7 @@
"type": "MTR",
"capabilities": [ "IR" ],
"capabilities2": { "s": 5, "WP": 5 },
"capabilities_other": [ "4PP" ],
"comments": [ "HE &le; 2 hexes: <ul> <li> ROF 1 <li> Air Bursts NA </ul>", "Smoke: Range 3-10 hexes", "WP: Range 1-5 hexes <ul> <li> ROF 1 <li> Dispersed <li> Air Bursts NA </ul>", "Japanese: No Captured Use penalty; Cave OK" ],
"note_number": "2\u2020",
"notes": [ "A" ],
"id": "ch/o:004",
@ -46,7 +43,6 @@
{ "name": "M2 60mm",
"type": "MTR",
"capabilities": [ "IR" ],
"capabilities_other": [ "5PP", "OBA\u2020" ],
"note_number": "3\u2020",
"notes": [ "A" ],
"id": "ch/o:005",
@ -54,7 +50,7 @@
},
{ "name": "Stokes 3-in.",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "4",
"notes": [ "A", "E\u2020" ],
"id": "ch/o:006",
@ -62,8 +58,9 @@
},
{ "name": "8cm GrW 34",
"type": "MTR",
"capabilities": [ "NT", "QSU", "IR" ],
"capabilities": [ "IR" ],
"capabilities2": { "s": 6 },
"comments": [ "QSU" ],
"note_number": "4",
"notes": [ "A", "E\u2020" ],
"id": "ch/o:007",
@ -71,8 +68,9 @@
},
{ "name": "82mm BM obr. 37",
"type": "MTR",
"capabilities": [ "NT", "QSU", "IR" ],
"capabilities": [ "IR" ],
"capabilities2": { "s": 6 },
"comments": [ "QSU" ],
"note_number": "4",
"notes": [ "A", "E\u2020" ],
"id": "ch/o:008",
@ -80,8 +78,8 @@
},
{ "name": "M1 81mm",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "WP": 7 },
"comments": [ "QSU" ],
"note_number": "5",
"notes": [ "A", "B" ],
"id": "ch/o:009",
@ -89,8 +87,8 @@
},
{ "name": "M2 4.2-in.",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "WP": 9 },
"comments": [ "QSU", "Area FP = 12" ],
"note_number": "5\u2020",
"notes": [ "B" ],
"id": "ch/o:010",
@ -98,7 +96,7 @@
},
{ "name": "3.7cm PaK 35/36",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "6",
"notes": [ "E\u2020" ],
"id": "ch/o:011",
@ -106,8 +104,8 @@
},
{ "name": "M3A1 37mm",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "C": "7\u2020<sup>1</sup>" },
"comments": [ "QSU" ],
"note_number": "6\u2020",
"notes": [ "C\u2020<sup>1</sup>" ],
"id": "ch/o:012",
@ -115,8 +113,7 @@
},
{ "name": "37mm PP obr. 15R",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"comments": [ "Low Ammo\u2020" ],
"comments": [ "QSU", "Horse-Drawn", "Low Ammo" ],
"note_number": "7\u2020",
"notes": [ "<s>B</s>" ],
"id": "ch/o:013",
@ -124,8 +121,7 @@
},
{ "name": "Cannone da 70/15",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"comments": [ "Acq. NA\u2020", "Low Ammo\u2020" ],
"comments": [ "QSU", "Acquisition NA", "Low Ammo", "Horse-Drawn" ],
"note_number": "7\u2020",
"notes": [ "A", "<s>B</s>" ],
"id": "ch/o:014",
@ -133,8 +129,8 @@
},
{ "name": "7.5cm Krupp M08",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 5, "AP": 5 },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "8",
"notes": [ "A", "F\u2020" ],
"id": "ch/o:015",
@ -142,7 +138,7 @@
},
{ "name": "Obice da 75/13",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"comments": [ "QSU", "Horse-Drawn", "{? -12/1940 | B# = 11 | B# = (11) | B# (11)<sup>1+</sup> ?}" ],
"note_number": "8",
"notes": [ "A", "D\u2020", "F\u2020<sup>1</sup>" ],
"id": "ch/o:016",
@ -150,15 +146,15 @@
},
{ "name": "7.5cm leIG 18",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "9\u2020",
"id": "ch/o:017",
"gpid": 2034
},
{ "name": "76.2mm PP obr. 27",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 6, "AP": 6 },
"comments": [ "QSU", "{? -12/1940 | B# = 11 | B# = (11) | B# (11)<sup>1+</sup> ?}" ],
"note_number": "9\u2020<sup>1</sup>",
"notes": [ "D\u2020" ],
"id": "ch/o:018",
@ -166,8 +162,8 @@
},
{ "name": "M1A1 75mm Pack Howitzer",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "WP": 7, "C": "5\u2020<sup>1</sup>" },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "10\u2020",
"notes": [ "A", "C\u2020<sup>1</sup>" ],
"id": "ch/o:019",
@ -175,8 +171,8 @@
},
{ "name": "7.7cm FK 16",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 5, "AP": 6 },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "11",
"notes": [ "F\u2020" ],
"id": "ch/o:020",
@ -184,8 +180,8 @@
},
{ "name": "76.2mm P obr. 02/30",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 6, "AP": 6 },
"comments": [ "QSU", "Horse-Drawn", "{? -12/1940 | B# = 11 | B# = (11) | B# (11)<sup>1+</sup> ?}" ],
"note_number": "11",
"notes": [ "D\u2020", "F\u2020<sup>1</sup>" ],
"id": "ch/o:021",
@ -193,8 +189,8 @@
},
{ "name": "OQF 18-Pounder",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 6, "WP": 5, "AP": 6 },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "11",
"notes": [ "<s>B</s>" ],
"id": "ch/o:022",
@ -202,8 +198,8 @@
},
{ "name": "10.5cm leFH 16",
"type": "ART",
"capabilities": [ "NT", "h-d" ],
"capabilities2": { "s": 6 },
"comments": [ "Horse-Drawn" ],
"note_number": "12\u2020",
"notes": [ "A" ],
"id": "ch/o:023",
@ -211,7 +207,6 @@
},
{ "name": "Cannone da 105/28",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 6, "AP": 5 },
"note_number": "12",
"notes": [ "F\u2020" ],
@ -220,7 +215,6 @@
},
{ "name": "M2A1 105mm Howitzer",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 6, "WP": 7, "C": "5\u2020" },
"note_number": "12",
"notes": [ "B", "C\u2020" ],
@ -229,8 +223,8 @@
},
{ "name": "122mm G obr. 10/30",
"type": "ART",
"capabilities": [ "NT", "h-d" ],
"capabilities2": { "s": 6 },
"comments": [ "Horse-Drawn", "{? -12/1940 | B# = 11 | B# = (11) | B# (11)<sup>1+</sup> ?}" ],
"note_number": "13",
"notes": [ "<s>B</s>", "D\u2020" ],
"id": "ch/o:026",
@ -238,8 +232,8 @@
},
{ "name": "122mm G obr. 38",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 6 },
"comments": [ "{? -12/1940 | B# = 11 | B# = (11) | B# (11)<sup>1+</sup> ?}" ],
"note_number": "13",
"notes": [ "<s>B</s>", "D\u2020" ],
"id": "ch/o:027",
@ -247,15 +241,14 @@
},
{ "name": "Obice da 149/13",
"type": "ART",
"capabilities": [ "NT", "h-d<sup>C</sup>\u2020" ],
"capabilities2": { "s": 5, "WP": [ [6,"B"], "\u2020" ] },
"comments": [ "China: Horse-Drawn only" ],
"note_number": "14\u2020",
"id": "ch/o:028",
"gpid": 2050
},
{ "name": "Oerlikon FF",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "NT", "20\u2020", "2 ROF", "B10" ] },
"note_number": "15\u2020<sup>1</sup>",
"notes": [ "G\u2020" ],
@ -264,8 +257,8 @@
},
{ "name": "Cannone-mitragliera da 20/65",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "NT", "20\u2020<sup>1</sup>", "2 ROF" ] },
"comments": [ "{? -12/1940 | B# = 11 | B# = (11) | B# (11)<sup>1+</sup> ?}" ],
"note_number": "15\u2020<sup>2</sup>",
"notes": [ "D\u2020", "G\u2020<sup>1</sup>" ],
"id": "ch/o:030",
@ -273,7 +266,6 @@
},
{ "name": "2cm FlaK 30",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "NT", "20\u2020", "2 ROF", "B10" ] },
"note_number": "15\u2020<sup>1</sup>",
"notes": [ "G\u2020" ],
@ -282,7 +274,6 @@
},
{ "name": "3.7cm FlaK 36 o. 37",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "AP": 6 },
"note_number": "16",
"notes": [ "<s>B</s>" ],
@ -291,7 +282,6 @@
},
{ "name": "Bofors 40mm L/60",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "40\u2020<sup>1</sup>", "2 ROF" ], "AP": 6 },
"note_number": "16\u2020",
"notes": [ "G\u2020<sup>1</sup>" ],
@ -300,8 +290,8 @@
},
{ "name": "Bofors 75mm M29",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "75\u2020<sup>1</sup>", "1 ROF", "B10\u2020" ], "AP": 6 },
"comments": [ "{? -12/1940 | B# = 11 | B# = (11) | B# (11)<sup>1+</sup> ?}" ],
"note_number": "17",
"notes": [ "<s>B</s>", "D\u2020", "G\u2020<sup>1</sup>" ],
"id": "ch/o:034",
@ -309,8 +299,8 @@
},
{ "name": "8.8cm FlaK 18",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "88\u2020<sup>1</sup>", "1 ROF", "B10\u2020" ], "AP": 6 },
"comments": [ "{? -12/1940 | B# = 11 | B# = (11) | B# (11)<sup>1+</sup> ?}" ],
"note_number": "17",
"notes": [ "<s>B</s>", "D\u2020", "G\u2020<sup>1</sup>" ],
"id": "ch/o:035",

@ -2,7 +2,6 @@
{ "name": "47 Krh/41",
"type": "MTR",
"capabilities_other": [ "2PP" ],
"note_number": "1",
"notes": [ "A" ],
"id": "fi/o:000",
@ -10,8 +9,7 @@
},
{ "name": "50 Krh/39(r)",
"type": "MTR",
"capabilities": [ "4PP" ],
"capabilities2": { "B": [ [12,"3+"], "\u2020" ] },
"comments": [ "{? 01/1943- | B# = 12 | | B12<sup>3+</sup> ?}" ],
"note_number": "2\u2020",
"notes": [ "A", "B" ],
"id": "fi/o:001",
@ -19,9 +17,8 @@
},
{ "name": "81 Krh/32",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": [ [8,"N1"], "\u2020" ], "IR": [ [null,"3+"], "\u2020" ] },
"capabilities_other": [ "5PP dm" ],
"comments": [ "QSU" ],
"note_number": "3\u2020",
"notes": [ "A" ],
"id": "fi/o:002",
@ -29,8 +26,8 @@
},
{ "name": "81 Savunheitin M/42",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities_other": [ "s\u2020", "4PP dm" ],
"capabilities": [ "s\u2020" ],
"comments": [ "QSU", "Smoke only", "&infin; Smoke", "{? 01/1943- | Range: 2-25 | Range: 2-18 | Range [2-25]<sup>3+</sup> ?}" ],
"note_number": "4\u2020",
"notes": [ "A" ],
"id": "fi/o:003",
@ -38,23 +35,21 @@
},
{ "name": "120 Krh/40",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "5\u2020",
"id": "fi/o:004",
"gpid": 6806
},
{ "name": "Boys ATR(b)",
"type": "ATR",
"capabilities_other": [ "1PP" ],
"comments": [ "\"British\"\u2020" ],
"comments": [ "AP TK# = 5", "No Long Range" ],
"note_number": "6\u2020",
"id": "fi/o:005",
"gpid": null
"gpid": 6763
},
{ "name": "Lahti ATR",
"type": "ATR",
"capabilities_other": [ "4PP", "B30.35\u2020" ],
"comments": [ "Light AA fire in 44+\u2020" ],
"comments": [ "No Long Range", "As ordnance vs brown pillboxes", "{? 01/1944- | Light AA fire as MG | | Light AA fire as MG<sup>44</sup> ?}" ],
"note_number": "7\u2020",
"notes": [ "A" ],
"id": "fi/o:006",
@ -62,9 +57,7 @@
},
{ "name": "20 PstK/40",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities_other": [ "R2", "IFE=B10" ],
"comments": [ "Towing NA\u2020<sup>1</sup>" ],
"comments": [ "QSU", "Tow NA", "IFE: B# = 10", "No Gunshield", "R2, X6" ],
"note_number": "8\u2020",
"notes": [ "C\u2020<sup>1</sup>" ],
"id": "fi/o:007",
@ -72,7 +65,7 @@
},
{ "name": "25 PstK/37(f)",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "9\u2020",
"notes": [ "B", "D" ],
"id": "fi/o:008",
@ -80,8 +73,8 @@
},
{ "name": "37 PstK/36(s)",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "HE": [ [null,"1+"], "\u2020" ] },
"comments": [ "QSU" ],
"note_number": "10\u2020",
"notes": [ "A", "B" ],
"id": "fi/o:009",
@ -89,8 +82,8 @@
},
{ "name": "37 PstK/37(g)",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": [ ["6[9]","3+"], "\u2020" ] },
"comments": [ "QSU", "H6[9]: vs AFV or HEAT-allowed target <ul> <li> TH# = 11 - range <li> ROF 2 </ul>" ],
"note_number": "11\u2020",
"notes": [ "B", "D" ],
"id": "fi/o:010",
@ -98,7 +91,7 @@
},
{ "name": "45 PstK/32(r)",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "12\u2020",
"notes": [ "B" ],
"id": "fi/o:011",
@ -106,8 +99,8 @@
},
{ "name": "50 PstK/38(g)",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": 4 },
"comments": [ "QSU" ],
"note_number": "13",
"notes": [ "B" ],
"id": "fi/o:012",
@ -115,9 +108,8 @@
},
{ "name": "75 PstK/97-38(g)",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": 8 },
"capabilities_other": [ "H=B12" ],
"comments": [ "QSU", "HEAT: B# = 12" ],
"note_number": "14\u2020",
"notes": [ "B" ],
"id": "fi/o:013",
@ -125,8 +117,8 @@
},
{ "name": "75 PstK/40(g)",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": 3, "H": 4, "s": 7 },
"comments": [ "QSU" ],
"note_number": "15",
"notes": [ "B" ],
"id": "fi/o:014",
@ -134,8 +126,8 @@
},
{ "name": "76 RK/27(r)",
"type": "INF",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": [ ["6","J4+"], "\u2020" ], "s": 6 },
"comments": [ "QSU" ],
"note_number": "16\u2020",
"notes": [ "A", "B" ],
"id": "fi/o:015",
@ -143,24 +135,24 @@
},
{ "name": "75 K/02",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 6 },
"comments": [ "QSU" ],
"note_number": "17\u2020",
"id": "fi/o:016",
"gpid": 6819
},
{ "name": "76 LK/13",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 6 },
"comments": [ "QSU" ],
"note_number": "18",
"id": "fi/o:017",
"gpid": 6820
},
{ "name": "76 K/02(r)",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 6 },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "19\u2020",
"notes": [ "B" ],
"id": "fi/o:018",
@ -168,8 +160,8 @@
},
{ "name": "76 K/36(r)",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 6 },
"comments": [ "QSU" ],
"note_number": "20\u2020",
"notes": [ "B", "E\u2020<sup>1</sup>" ],
"id": "fi/o:019",
@ -177,8 +169,7 @@
},
{ "name": "87 K/95",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"comments": [ "No IF.", "Acq. NA\u2020" ],
"comments": [ "QSU", "No IF", "Horse-Drawn", "Acquisition NA" ],
"note_number": "21",
"notes": [ "F\u2020" ],
"id": "fi/o:020",
@ -186,8 +177,7 @@
},
{ "name": "90 K/77",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"comments": [ "No IF.", "Acq. NA\u2020<sup>1</sup>" ],
"comments": [ "QSU", "No IF", "Acquisition NA", "Horse-Drawn" ],
"note_number": "22\u2020",
"notes": [ "F\u2020<sup>1</sup>" ],
"id": "fi/o:021",
@ -195,8 +185,8 @@
},
{ "name": "105 H/33(g)",
"type": "ART",
"capabilities": [ "NT", "h-d" ],
"capabilities2": { "H": [ [6,"A4+"], "\u2020" ], "s": 8 },
"comments": [ "Horse-Drawn" ],
"note_number": "23\u2020",
"notes": [ "B" ],
"id": "fi/o:022",
@ -204,7 +194,6 @@
},
{ "name": "105 H/37",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 6 },
"note_number": "24\u2020",
"id": "fi/o:023",
@ -212,7 +201,6 @@
},
{ "name": "105 H/41(t)",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "H": [ [6,"A4+"], "\u2020" ], "s": 8 },
"note_number": "25\u2020",
"notes": [ "B" ],
@ -221,7 +209,6 @@
},
{ "name": "107 K 10/13",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 5 },
"note_number": "26\u2020",
"id": "fi/o:025",
@ -229,8 +216,7 @@
},
{ "name": "107 K/77(r)",
"type": "ART",
"capabilities": [ "NT", "h-d" ],
"comments": [ "No IF.", "Acq. NA\u2020<sup>1</sup>" ],
"comments": [ "No IF", "Acquisition NA", "Horse-Drawn" ],
"note_number": "27\u2020",
"notes": [ "B", "F\u2020<sup>1</sup>" ],
"id": "fi/o:026",
@ -238,16 +224,17 @@
},
{ "name": "114 H/18(b)",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "H": [ [4,"4+"] ], "s": 8, "WP": [ [6,"4+"] ] },
"comments": [ "HEAT TK# = 15" ],
"note_number": "28\u2020",
"notes": [ "B" ],
"id": "fi/o:027",
"gpid": 6831
},
{ "name": "122 H/10(r)",
"type": "ART",
"capabilities": [ "NT", "h-d" ],
"capabilities2": { "s": 6, "WP": [ [6,"4+"] ] },
"comments": [ "Horse-Drawn" ],
"note_number": "29\u2020",
"notes": [ "B" ],
"id": "fi/o:028",
@ -255,8 +242,8 @@
},
{ "name": "150 H/40(g)",
"type": "ART",
"capabilities": [ "NT", "NM" ],
"capabilities2": { "H": 6, "s": 8 },
"comments": [ "No Move" ],
"note_number": "30",
"notes": [ "B" ],
"id": "fi/o:029",
@ -264,7 +251,6 @@
},
{ "name": "155 H/17(f)",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 6 },
"note_number": "31",
"notes": [ "B" ],
@ -273,9 +259,7 @@
},
{ "name": "7.62 ItKK/31-40",
"type": "AA",
"capabilities": [ "T", "QSU" ],
"capabilities_other": [ "2 TK DR\u2020" ],
"comments": [ "Towing NA\u2020<sup>1</sup>" ],
"comments": [ "QSU", "Tow NA", "2 TK DR", "[16] TH" ],
"note_number": "32\u2020",
"notes": [ "C\u2020<sup>1</sup>" ],
"id": "fi/o:031",
@ -283,7 +267,6 @@
},
{ "name": "20 ItK/30 BSW(g)",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "NT", "20\u2020", "2 ROF", "B10" ] },
"note_number": "33",
"notes": [ "B", "G\u2020" ],
@ -292,7 +275,6 @@
},
{ "name": "20 ItK/38 BSW(g)",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "NT", "20\u2020<sup>1</sup>", "2 ROF", "B11" ] },
"note_number": "34\u2020",
"notes": [ "B", "G\u2020<sup>1</sup>" ],
@ -301,9 +283,8 @@
},
{ "name": "20 ItK/35 Br",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "NT", "20\u2020<sup>1</sup>", "2 ROF" ] },
"comments": [ "Road MP = 1\u2020" ],
"comments": [ "Road MP = 1" ],
"note_number": "35\u2020",
"notes": [ "A", "D", "G\u2020<sup>1</sup>" ],
"id": "fi/o:034",
@ -311,9 +292,8 @@
},
{ "name": "20 ItK/40 VKT",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "NT", "20\u2020<sup>1</sup>", "2 ROF", "8 IFE", "B11" ] },
"capabilities_other": [ "2 TK DR\u2020", "Unhooking risk\u2020" ],
"comments": [ "2 TK DR", "Unhook Disable: dr 6" ],
"note_number": "36\u2020",
"notes": [ "D", "G\u2020<sup>1</sup>" ],
"id": "fi/o:035",
@ -321,7 +301,6 @@
},
{ "name": "40 ItK/35-39 B(s)",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "40\u2020<sup>1</sup>", "2 ROF" ] },
"note_number": "37\u2020",
"notes": [ "B", "G\u2020<sup>1</sup>" ],
@ -330,7 +309,6 @@
},
{ "name": "76 ItK/28 B(s)",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "NT", "76\u2020", "1 ROF" ] },
"note_number": "38",
"notes": [ "B", "G\u2020" ],
@ -339,7 +317,6 @@
},
{ "name": "76 ItK/31(r)",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "39",
"notes": [ "B", "E\u2020" ],
"id": "fi/o:038",

@ -2,8 +2,6 @@
{ "name": "LG de 50 mle 37(f)",
"type": "MTR",
"capabilities_other": [ "2PP" ],
"comments": [ "crewed\u2020" ],
"note_number": "1",
"notes": [ "A", "B", "C\u2020", "E" ],
"id": "fr/o:000",
@ -11,7 +9,6 @@
},
{ "name": "Mortier de 60 mle 35",
"type": "MTR",
"capabilities": [ "5PP", "no OBA\u2020" ],
"capabilities2": { "IR": [ [null,"2+"], "\u2020" ] },
"note_number": "2\u2020",
"notes": [ "A", "B", "V" ],
@ -20,8 +17,8 @@
},
{ "name": "Mortier de 81 mle 27/31",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU" ],
"note_number": "3\u2020",
"notes": [ "A", "B", "D", "V" ],
"id": "fr/o:002",
@ -29,7 +26,7 @@
},
{ "name": "Fusil Antichar Boys",
"type": "ATR",
"capabilities_other": [ "1PP" ],
"comments": [ "No Long Range" ],
"note_number": "4\u2020",
"notes": [ "B" ],
"id": "fr/o:003",
@ -37,7 +34,7 @@
},
{ "name": "Canon AC de 25 SA-L mle 34",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU", "En Portee (C-K P17, Laffly S20TL, Citro&euml;n 23) <ul> <li> Portee Fire OK [EXC: Bnd (F)F &amp; Motion Fire NA] <li> CA restrictions </ul>" ],
"note_number": "5\u2020",
"notes": [ "B", "P" ],
"id": "fr/o:004",
@ -45,7 +42,7 @@
},
{ "name": "Canon AC de 47 SA mle 37 APX",
"type": "AT",
"capabilities": [ "NT", "QSU", "APCR only\u2020<sup>1</sup>" ],
"comments": [ "QSU", "APCR only", "{? -12/1940 | En Portee NA | En Portee (Renault AGR2) <ul> <li> Motion Fire NA </ul> | En Portee<sup>41+</sup> (Renault AGR2) <ul> <li> Motion Fire NA </ul> ?}" ],
"note_number": "6\u2020<sup>1</sup>",
"notes": [ "B", "G\u2020", "P", "V" ],
"id": "fr/o:005",
@ -53,10 +50,8 @@
},
{ "name": "Canon de 75 AC mle 97/35",
"type": "AT",
"capabilities": [ "h-d" ],
"capabilities2": { "LF": [ "NT" ], "HE": 7, "s": 6 },
"capabilities_other": [ "ST" ],
"comments": [ "no shield" ],
"comments": [ "Horse-Drawn", "No Gunshield" ],
"note_number": "7",
"notes": [ "E" ],
"id": "fr/o:006",
@ -64,8 +59,7 @@
},
{ "name": "Canon de 37 mle 16 TR",
"type": "INF",
"capabilities_other": [ "5PP (3PP dm)" ],
"comments": [ "crewed\u2020" ],
"comments": [ "No Gunshield", "As HMG" ],
"note_number": "8\u2020<sup>1</sup>",
"notes": [ "A", "C\u2020" ],
"id": "fr/o:007",
@ -73,8 +67,7 @@
},
{ "name": "Canon de 65 M mle 06",
"type": "INF",
"capabilities": [ "NT", "QSU", "h-d" ],
"comments": [ "No Gunshield." ],
"comments": [ "QSU", "No Gunshield", "Horse-Drawn", "En Portee (Renault AGR2) <ul> <li> Motion Fire NA </ul>" ],
"note_number": "9\u2020",
"notes": [ "A", "P" ],
"id": "fr/o:008",
@ -82,8 +75,8 @@
},
{ "name": "Canon de 75 M mle 28",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 6, "AP": 5 },
"comments": [ "QSU", "Horse-Drawn", "{? -12/1940 | En Portee NA | En Portee (Renault AGR2) <ul> <li> Portee Fire OK [EXC: Bnd (F)F &amp; Motion Fire NA] <li> CA restrictions </ul> | En Portee<sup>41+</sup> (Renault AGR2) <ul> <li> Portee Fire OK [EXC: Bnd (F)F &amp; Motion Fire NA]<<li> CA restrictions </ul> ?}" ],
"note_number": "10\u2020",
"notes": [ "A", "P" ],
"id": "fr/o:009",
@ -91,8 +84,8 @@
},
{ "name": "Canon de 75 mle 1897",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU", "{? -12/1940 | En Portee NA | En Portee (Renault AGR2) <ul> <li> Portee Fire OK [EXC: Bnd (F)F &amp; Motion Fire NA] <li> CA restrictions </ul> | En Portee<sup>41+</sup> (Renault AGR2) <ul> <li> Portee Fire OK [EXC: Bnd (F)F &amp; Motion Fire NA] <li> CA restrictions </ul> ?}" ],
"note_number": "11\u2020",
"notes": [ "B", "P" ],
"id": "fr/o:010",
@ -100,7 +93,7 @@
},
{ "name": "Canon de 105 M mle 28",
"type": "ART",
"capabilities": [ "NT", "h-d" ],
"comments": [ "Horse-Drawn", "En Portee (Renault AGR2) <ul> <li> Motion Fire NA </ul>" ],
"note_number": "12\u2020",
"notes": [ "A", "P" ],
"id": "fr/o:011",
@ -108,7 +101,6 @@
},
{ "name": "Canon de 105 C mle 35 B",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "13",
"notes": [ "E", "F\u2020" ],
"id": "fr/o:012",
@ -116,7 +108,7 @@
},
{ "name": "Canon de 105 L mle 13 S",
"type": "ART",
"capabilities": [ "NT" ],
"comments": [ "En Portee (Renault AGR2) <ul> <li> Motion Fire NA </ul>" ],
"note_number": "14\u2020",
"notes": [ "P" ],
"id": "fr/o:013",
@ -124,7 +116,6 @@
},
{ "name": "Canon de 105 L mle 36 S",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "15",
"notes": [ "E", "F\u2020" ],
"id": "fr/o:014",
@ -132,7 +123,6 @@
},
{ "name": "Canon de 155 C mle 17 S",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 8 },
"note_number": "16\u2020",
"id": "fr/o:015",
@ -140,16 +130,14 @@
},
{ "name": "Canon de 155 GPF",
"type": "ART",
"capabilities": [ "NT", "RFNM" ],
"comments": [ "No IF." ],
"comments": [ "RFNM", "No IF" ],
"note_number": "17\u2020",
"id": "fr/o:016",
"gpid": 1685
},
{ "name": "Mitrailleuse de 13.2 CAJ mle 30",
"type": "AA",
"capabilities": [ "T", "2 TK DR\u2020<sup>1</sup>" ],
"comments": [ "Towing NA\u2020<sup>1</sup>" ],
"comments": [ "Tow NA", "2 TK DR", "16 [TH]" ],
"note_number": "18\u2020<sup>1</sup>",
"notes": [ "B", "G\u2020", "V" ],
"id": "fr/o:017",
@ -157,7 +145,6 @@
},
{ "name": "Mitrailleuse de 20 CA mle 39 O",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "NT", "20\u2020", "2 ROF", "B11" ] },
"note_number": "19\u2020",
"id": "fr/o:018",
@ -165,7 +152,6 @@
},
{ "name": "Canon Automatique de 25 CA mle 38",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "20\u2020<sup>1</sup>",
"notes": [ "G\u2020" ],
"id": "fr/o:019",
@ -173,7 +159,7 @@
},
{ "name": "Canon de 75 CA mle 32",
"type": "AA",
"capabilities": [ "T", "NM" ],
"comments": [ "No Move" ],
"note_number": "21\u2020",
"id": "fr/o:020",
"gpid": 1693

@ -2,7 +2,6 @@
{ "name": "5cm leGrW",
"type": "MTR",
"capabilities_other": [ "5PP" ],
"note_number": "1",
"notes": [ "N" ],
"id": "ge/o:000",
@ -10,8 +9,9 @@
},
{ "name": "8cm GrW 34",
"type": "MTR",
"capabilities": [ "NT", "QSU", "IR" ],
"capabilities": [ "IR" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU" ],
"note_number": "2\u2020",
"notes": [ "N" ],
"id": "ge/o:001",
@ -19,8 +19,8 @@
},
{ "name": "10cm NbW 35",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 10 },
"comments": [ "QSU" ],
"note_number": "3",
"notes": [ "O" ],
"id": "ge/o:002",
@ -28,16 +28,15 @@
},
{ "name": "12cm GrW 42",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU" ],
"note_number": "4\u2020",
"id": "ge/o:003",
"gpid": 2491
},
{ "name": "2.8cm sPzB 41",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "uses APCR TK Table\u2020" ],
"comments": [ "QSU" ],
"note_number": "5\u2020",
"notes": [ "A\u2020", "N", "P" ],
"id": "ge/o:004",
@ -45,8 +44,8 @@
},
{ "name": "3.7cm PaK 35/36",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": [ [4,1], [5,2], [4,3], [3,4] ], "H": "6[9]\u2020" },
"comments": [ "QSU" ],
"note_number": "6",
"notes": [ "B\u2020", "N", "P" ],
"id": "ge/o:005",
@ -54,8 +53,7 @@
},
{ "name": "4.2cm lePaK 41",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "uses APCR TK Table\u2020" ],
"comments": [ "QSU" ],
"note_number": "7",
"notes": [ "A\u2020", "N<sup>T</sup>" ],
"id": "ge/o:006",
@ -63,8 +61,8 @@
},
{ "name": "5cm PaK 38",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": [ [5,1], [6,2], [5,3], [4,4] ] },
"comments": [ "QSU" ],
"note_number": "8\u2020",
"notes": [ "N" ],
"id": "ge/o:007",
@ -72,8 +70,8 @@
},
{ "name": "7.5cm PaK 97/38",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": 6, "s": 7 },
"comments": [ "QSU" ],
"note_number": "9",
"notes": [ "N<sup>T</sup>" ],
"id": "ge/o:008",
@ -81,8 +79,8 @@
},
{ "name": "7.5cm PaK 40",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": [ [5,2], [4,3], [3,4] ], "s": 7 },
"comments": [ "QSU" ],
"note_number": "10\u2020",
"notes": [ "N<sup>T</sup>" ],
"id": "ge/o:009",
@ -90,8 +88,8 @@
},
{ "name": "7.62cm PaK 36r",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": [ [5,2], [4,3], [3,4] ], "s": 6 },
"comments": [ "QSU" ],
"note_number": "11\u2020",
"notes": [ "N" ],
"id": "ge/o:010",
@ -99,7 +97,6 @@
},
{ "name": "8.8cm PaK 43",
"type": "AT",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "88\u2020", "1 ROF", "B11", "<b>M4</b>", "-1" ] },
"note_number": "12",
"notes": [ "C\u2020" ],
@ -108,22 +105,21 @@
},
{ "name": "8.8cm PaK 43/41",
"type": "AT",
"capabilities": [ "NT" ],
"note_number": "13",
"id": "ge/o:012",
"gpid": 2501
},
{ "name": "12.8cm K 81/1",
"type": "AT",
"capabilities": [ "NT", "NM" ],
"comments": [ "No Move" ],
"note_number": "14",
"id": "ge/o:013",
"gpid": 2502
},
{ "name": "7.5cm leIG 18",
"type": "INF",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": 7 },
"comments": [ "QSU" ],
"note_number": "15",
"notes": [ "N", "O" ],
"id": "ge/o:014",
@ -131,7 +127,6 @@
},
{ "name": "15cm sIG 33",
"type": "INF",
"capabilities": [ "NT" ],
"capabilities2": { "H": 7, "s": 8 },
"note_number": "16",
"notes": [ "N" ],
@ -140,8 +135,8 @@
},
{ "name": "7.5cm LG 40",
"type": "RCL",
"capabilities": [ "T", "QSU" ],
"capabilities2": { "H": 6 },
"comments": [ "QSU" ],
"note_number": "17",
"notes": [ "N<sup>T</sup>" ],
"id": "ge/o:016",
@ -149,8 +144,8 @@
},
{ "name": "10.5cm LG 42",
"type": "RCL",
"capabilities": [ "T", "QSU" ],
"capabilities2": { "H": 6, "s": 6 },
"comments": [ "QSU" ],
"note_number": "18\u2020",
"notes": [ "N<sup>T</sup>" ],
"id": "ge/o:017",
@ -158,15 +153,14 @@
},
{ "name": "7.5cm leFK 16nA",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "H": 5, "s": 8 },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "19",
"id": "ge/o:018",
"gpid": 2509
},
{ "name": "10.5cm leFH 18",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "H": 6, "s": 8 },
"note_number": "20",
"notes": [ "N" ],
@ -175,8 +169,8 @@
},
{ "name": "s 10cm K 18",
"type": "ART",
"capabilities": [ "NT", "NM" ],
"capabilities2": { "H": 6, "s": 8 },
"comments": [ "No Move" ],
"note_number": "21",
"notes": [ "N" ],
"id": "ge/o:020",
@ -184,8 +178,8 @@
},
{ "name": "15cm sFH 18",
"type": "ART",
"capabilities": [ "NT", "NM" ],
"capabilities2": { "H": 6, "s": 8 },
"comments": [ "No Move" ],
"note_number": "22",
"notes": [ "N" ],
"id": "ge/o:021",
@ -193,8 +187,8 @@
},
{ "name": "15cm K 18",
"type": "ART",
"capabilities": [ "NT", "RFNM" ],
"capabilities2": { "AP": 6 },
"comments": [ "RFNM" ],
"note_number": "23",
"notes": [ "N<sup>T</sup>" ],
"id": "ge/o:022",
@ -202,9 +196,8 @@
},
{ "name": "17cm K 18",
"type": "ART",
"capabilities": [ "NT", "RFNM" ],
"capabilities2": { "AP": 6 },
"comments": [ "No IF." ],
"comments": [ "RFNM", "No IF" ],
"note_number": "24",
"notes": [ "N" ],
"id": "ge/o:023",
@ -212,7 +205,6 @@
},
{ "name": "2cm FlaK 30",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "20\u2020", "2 ROF", "B10", "NT" ] },
"note_number": "25",
"notes": [ "C\u2020", "N" ],
@ -221,7 +213,6 @@
},
{ "name": "2cm FlaK 38",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "20\u2020", "2 ROF", "B11", "NT" ] },
"note_number": "26",
"notes": [ "C\u2020", "N" ],
@ -230,8 +221,7 @@
},
{ "name": "2cm FlaKvierling 38",
"type": "AA",
"capabilities": [ "T" ],
"capabilities_other": [ "4TK DR\u2020" ],
"comments": [ "4 TK DR" ],
"note_number": "27\u2020",
"notes": [ "N" ],
"id": "ge/o:026",
@ -239,7 +229,6 @@
},
{ "name": "3.7cm FlaK 36 o. 37",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "H": "5[9]\u2020" },
"note_number": "28",
"notes": [ "B\u2020", "N" ],
@ -248,14 +237,12 @@
},
{ "name": "3.7cm FlaK 43",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "29",
"id": "ge/o:028",
"gpid": 2520
},
{ "name": "8.8cm FlaK 18 o. 36",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "A": [ [5,2], [4,3], [3,4] ], "LF": [ "88L\u2020", "1 ROF", "B11" ] },
"note_number": "30",
"notes": [ "C\u2020", "N" ],

@ -2,7 +2,6 @@
{ "name": "Mortaio da 45 \"Brixia\"",
"type": "MTR",
"capabilities_other": [ "4PP" ],
"note_number": "1",
"notes": [ "N" ],
"id": "it/o:000",
@ -10,8 +9,9 @@
},
{ "name": "Mortaio da 81/14",
"type": "MTR",
"capabilities": [ "NT", "QSU", "IR" ],
"capabilities": [ "IR" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU" ],
"note_number": "2\u2020",
"notes": [ "N" ],
"id": "it/o:001",
@ -19,7 +19,7 @@
},
{ "name": "Fucile-cc S",
"type": "ATR",
"capabilities_other": [ "5PP" ],
"comments": [ "No Long Range", "AP TK# = 6" ],
"note_number": "3",
"notes": [ "N" ],
"id": "it/o:002",
@ -27,7 +27,7 @@
},
{ "name": "Cannone-cc da 37/45",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU", "Portee Fire OK (Rear VCA only) [EXC: No Bnd (F)F]" ],
"note_number": "4\u2020",
"notes": [ "C", "N", "<s>R</s>" ],
"id": "it/o:003",
@ -35,9 +35,7 @@
},
{ "name": "Cannone da 47/32",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "Towed": [ [null,"A1+"], "\u2020" ] },
"comments": [ "No Gunshield." ],
"comments": [ "QSU", "No Gunshield", "{? 08/1941- | Tow OK | Tow NA | Towed<sup>A1+</sup> ?}" ],
"note_number": "5\u2020",
"notes": [ "A", "C", "N" ],
"id": "it/o:004",
@ -45,18 +43,17 @@
},
{ "name": "Cannone da 65/17",
"type": "INF",
"capabilities": [ "NT" ],
"capabilities2": { "H": [ [6,"S2+"], "\u2020<sup>1</sup>" ] },
"comments": [ "No Gunshield." ],
"comments": [ "No Gunshield", "HEAT: TK# = 11", "En Portee (Autocarro M)" ],
"note_number": "6\u2020",
"notes": [ "A", "C", "H\u2020<sup>1</sup>", "N" ],
"disabled_comments": [ "En Portee (Autocarro L)" ],
"id": "it/o:005",
"gpid": 3446
},
{ "name": "Cannone da 70/15",
"type": "INF",
"capabilities": [ "NT", "QSU", "h-d" ],
"comments": [ "Acq. NA\u2020<sup>1</sup>", "No Gunshield." ],
"comments": [ "QSU", "Acquisition NA", "No Gunshield", "Horse-Drawn" ],
"note_number": "7\u2020",
"notes": [ "A", "B\u2020<sup>1</sup>", "<s>R</s>" ],
"id": "it/o:006",
@ -64,7 +61,7 @@
},
{ "name": "Obice da 75/13",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "8\u2020",
"notes": [ "A" ],
"id": "it/o:007",
@ -72,17 +69,18 @@
},
{ "name": "Cannone da 75/27",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": [ [6,"S2+"], "\u2020<sup>1</sup>" ] },
"comments": [ "QSU", "En Portee (Autocarro P)" ],
"note_number": "9\u2020",
"notes": [ "A", "C", "H\u2020<sup>1</sup>", "N" ],
"disabled_comments": [ "En Portee (Autocarro L)" ],
"id": "it/o:008",
"gpid": 3452
},
{ "name": "Obice da 75/18",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": [ [6,"S2+"], "\u2020<sup>1</sup>" ], "s": 8 },
"comments": [ "QSU" ],
"note_number": "10\u2020",
"notes": [ "A", "H\u2020<sup>1</sup>", "N" ],
"id": "it/o:009",
@ -90,8 +88,8 @@
},
{ "name": "Cannone da 75/32",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": [ [6,"S2+"], "\u2020<sup>1</sup>" ], "s": 8 },
"comments": [ "QSU" ],
"note_number": "11\u2020",
"notes": [ "H\u2020<sup>1</sup>" ],
"id": "it/o:010",
@ -99,8 +97,8 @@
},
{ "name": "Obice da 100/17",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "H": [ [6,"S2+"], "\u2020<sup>1</sup>" ] },
"comments": [ "HEAT: TK# = 14" ],
"note_number": "12\u2020",
"notes": [ "A", "H\u2020<sup>1</sup>", "N" ],
"id": "it/o:011",
@ -108,7 +106,6 @@
},
{ "name": "Cannone da 105/28",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 8 },
"note_number": "13\u2020",
"notes": [ "N" ],
@ -117,7 +114,6 @@
},
{ "name": "Obice 149/13",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "14\u2020",
"notes": [ "N" ],
"id": "it/o:013",
@ -125,9 +121,8 @@
},
{ "name": "Cannone da 149/35",
"type": "ART",
"capabilities": [ "NT", "RFNM" ],
"capabilities2": { "s": 8 },
"comments": [ "No IF.", "Acq. NA\u2020<sup>1</sup>" ],
"comments": [ "RFNM", "No IF", "Acquisition NA" ],
"note_number": "15\u2020",
"notes": [ "B\u2020<sup>1</sup>", "N", "<s>R</s>" ],
"id": "it/o:014",
@ -135,7 +130,7 @@
},
{ "name": "Cannone da 149/40",
"type": "ART",
"capabilities": [ "NT", "RFNM" ],
"comments": [ "RFNM" ],
"note_number": "16\u2020",
"notes": [ "N" ],
"id": "it/o:015",
@ -143,7 +138,6 @@
},
{ "name": "Cannone-mitragliera da 20/65",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "NT", "20\u2020", "2 ROF" ] },
"note_number": "17\u2020",
"notes": [ "A", "C", "N" ],
@ -152,15 +146,13 @@
},
{ "name": "Cannone-aa da 75/39",
"type": "AA",
"capabilities": [ "T" ],
"capabilities_other": [ "\"16\" AP TK#\u2020" ],
"comments": [ "AP TK# = 16" ],
"note_number": "18\u2020",
"id": "it/o:017",
"gpid": 3462
},
{ "name": "Cannone-aa da 75/46",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "19\u2020",
"notes": [ "N" ],
"id": "it/o:018",
@ -168,7 +160,6 @@
},
{ "name": "Cannone-aa da 90/53",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "20\u2020",
"notes": [ "N", "<s>R</s>" ],
"id": "it/o:019",

@ -2,17 +2,17 @@
{ "name": "Type 89 Heavy Grenade Launcher",
"type": "MTR",
"capabilities": [ "IR" ],
"capabilities": [ "IR", "s7\u2020" ],
"capabilities2": { "WP": "6\u2020" },
"capabilities_other": [ "4PP", "s7\u2020" ],
"comments": [ "HE &le; 2 hexes: <ul> <li> ROF 1 <li> Air Bursts NA </ul>", "Smoke: Range 3-10 hexes", "WP: Range 1-5 hexes <ul> <li> ROF 1 <li> Dispersed <li> Air Bursts NA </ul>" ],
"note_number": "1\u2020",
"id": "ja/o:000",
"gpid": 3253
},
{ "name": "Year-11 Type Curved-Fire Infantry Gun",
"type": "MTR",
"capabilities": [ "NT", "QSU", "5PP dm\u2020<sup>1</sup>" ],
"capabilities2": { "WP": 5 },
"comments": [ "QSU" ],
"note_number": "2\u2020",
"notes": [ "A", "B\u2020<sup>1</sup>" ],
"id": "ja/o:001",
@ -20,8 +20,8 @@
},
{ "name": "Type 97 Curved-Fire Infantry Gun",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "WP": 5 },
"comments": [ "QSU" ],
"note_number": "3\u2020",
"notes": [ "A" ],
"id": "ja/o:002",
@ -29,8 +29,8 @@
},
{ "name": "Type 97 Light Close-Attack Gun",
"type": "MTR",
"capabilities": [ "NT", "QSU", "5PP dm\u2020<sup>1</sup>" ],
"capabilities2": { "WP": 5 },
"comments": [ "QSU" ],
"note_number": "4\u2020",
"notes": [ "A", "B\u2020<sup>1</sup>" ],
"id": "ja/o:003",
@ -38,8 +38,7 @@
},
{ "name": "Type 97 Medium Close-Attack Gun",
"type": "MTR",
"capabilities": [ "NT" ],
"comments": [ "Towing NA\u2020<sup>1</sup>" ],
"comments": [ "Tow NA" ],
"note_number": "5\u2020",
"notes": [ "A", "C\u2020<sup>1</sup>" ],
"id": "ja/o:004",
@ -47,8 +46,7 @@
},
{ "name": "Type 97 Automatic Gun",
"type": "ATR",
"capabilities_other": [ "5PP" ],
"comments": [ "crew\u2020" ],
"comments": [ "Crewed", "No Long Range" ],
"note_number": "6\u2020",
"notes": [ "A" ],
"id": "ja/o:005",
@ -56,7 +54,7 @@
},
{ "name": "Type 94 Rapid-Fire Gun",
"type": "AT",
"capabilities": [ "NT", "QSU", "h-d" ],
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "7\u2020",
"notes": [ "A" ],
"id": "ja/o:006",
@ -64,15 +62,14 @@
},
{ "name": "Type 1 Machine-Moved Gun",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "8\u2020",
"id": "ja/o:007",
"gpid": 3286
},
{ "name": "Year-11 Type Flat-Trajectory Infantry Gun",
"type": "INF",
"capabilities_other": [ "5PP (3PP dm)" ],
"comments": [ "crewed\u2020" ],
"comments": [ "Crewed", "As HMG" ],
"note_number": "9\u2020",
"notes": [ "A" ],
"id": "ja/o:008",
@ -80,8 +77,8 @@
},
{ "name": "Type 92 Infantry Gun",
"type": "INF",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "AP": 5, "WP": 5, "H": [ [6,5] ] },
"comments": [ "QSU", "Horse-Drawn", "Indirect Fire OK", "HEAT TK# = 12" ],
"note_number": "10\u2020",
"notes": [ "A" ],
"id": "ja/o:009",
@ -89,8 +86,8 @@
},
{ "name": "Year-41 Type Mountain Gun",
"type": "INF",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "WP": 7, "H": [ [6,"4+"], "\u2020" ] },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "11\u2020",
"notes": [ "A" ],
"id": "ja/o:010",
@ -98,31 +95,28 @@
},
{ "name": "Year-38 Type Field Gun (Improved)",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "WP": 6 },
"capabilities_other": [ "\"12\" AP TK#\u2020" ],
"comments": [ "QSU", "Horse-Drawn", "AP TK# = 12" ],
"note_number": "12\u2020",
"id": "ja/o:011",
"gpid": 3291
},
{ "name": "Type 90 Field Gun",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "WP": 6 },
"comments": [ "QSU" ],
"note_number": "13\u2020",
"id": "ja/o:012",
"gpid": 3292
},
{ "name": "Type 91 10cm Field Howitzer",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "14\u2020",
"id": "ja/o:013",
"gpid": 3293
},
{ "name": "Type 92 10cm Cannon",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "AP": 5, "WP": 5 },
"note_number": "15\u2020",
"id": "ja/o:014",
@ -130,16 +124,15 @@
},
{ "name": "Year-38 Type 12cm Howitzer",
"type": "ART",
"capabilities": [ "NT", "h-d" ],
"capabilities2": { "AP": 5 },
"comments": [ "Horse-Drawn", "AP TK# = 13" ],
"note_number": "16\u2020",
"id": "ja/o:015",
"gpid": 3295
},
{ "name": "Year-3 Type 14cm Naval Seacoast Gun",
"type": "ART",
"capabilities": [ "T" ],
"capabilities_other": [ "NM\u2020" ],
"comments": [ "No Move", "AP TK# = 32" ],
"note_number": "17\u2020<sup>1</sup>",
"notes": [ "D\u2020", "E" ],
"id": "ja/o:016",
@ -147,16 +140,14 @@
},
{ "name": "Year-4 Type 15cm Howitzer",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "AP": 5, "WP": 5 },
"comments": [ "Towing risk\u2020" ],
"comments": [ "AP TK# = 17", "Tow Disable: 6 MF/MP &amp; dr 6" ],
"note_number": "18\u2020",
"id": "ja/o:017",
"gpid": 3297
},
{ "name": "Type 96 15cm Howitzer",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "AP": 5, "WP": 5 },
"note_number": "19\u2020",
"notes": [ "E" ],
@ -165,8 +156,7 @@
},
{ "name": "Type 93 Twin-Mount High-Angle Machine Gun",
"type": "AA",
"capabilities": [ "T", "2 TK DR\u2020" ],
"comments": [ "Towing NA\u2020<sup>1</sup>" ],
"comments": [ "Tow NA", "2 TK DR", "[16] TH" ],
"note_number": "20\u2020",
"notes": [ "A", "C\u2020<sup>1</sup>", "E" ],
"id": "ja/o:019",
@ -174,7 +164,6 @@
},
{ "name": "Type 98 High-Angle Machine Cannon",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "NT", "20\u2020", "2 ROF" ] },
"note_number": "21\u2020",
"notes": [ "A" ],
@ -183,8 +172,7 @@
},
{ "name": "Type 96 Naval High-Angle Machine Cannon",
"type": "AA",
"capabilities": [ "T" ],
"capabilities_other": [ "NM\u2020" ],
"comments": [ "No Move" ],
"note_number": "22\u2020<sup>1</sup>",
"notes": [ "D\u2020", "E" ],
"id": "ja/o:021",
@ -192,7 +180,7 @@
},
{ "name": "Type 96 Twin-Mount Naval High-Angle Machine Cannon",
"type": "AA",
"capabilities": [ "T", "NM\u2020", "2 TK DR\u2020<sup>1</sup>" ],
"comments": [ "No Move", "Multiple Hits NA", "2 TK DR" ],
"note_number": "22\u2020<sup>1</sup>",
"notes": [ "D\u2020", "E" ],
"id": "ja/o:022",
@ -200,7 +188,7 @@
},
{ "name": "Type 96 Triple-Mount Naval High-Angle Machine Cannon",
"type": "AA",
"capabilities": [ "T", "NM\u2020", "3 TK DR\u2020<sup>1</sup>" ],
"comments": [ "No Move", "Multiple Hits NA", "3 TK DR" ],
"note_number": "22\u2020<sup>1</sup>",
"notes": [ "D\u2020", "E" ],
"id": "ja/o:023",
@ -208,7 +196,6 @@
},
{ "name": "Type 88 7.5cm Mobile Field High-Angle Gun",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "23\u2020",
"notes": [ "E" ],
"id": "ja/o:024",
@ -216,8 +203,7 @@
},
{ "name": "Year-10 Type 12cm Naval High-Angle Gun",
"type": "AA",
"capabilities": [ "T" ],
"capabilities_other": [ "NM\u2020" ],
"comments": [ "No Move", "AP TK# = 27" ],
"note_number": "24\u2020<sup>1</sup>",
"notes": [ "D\u2020", "E" ],
"id": "ja/o:025",
@ -225,7 +211,7 @@
},
{ "name": "Type 10 8cm Naval High-Angle Gun",
"type": "AA",
"capabilities": [ "T", "NM\u2020", "\"13\" AP TK\u2020<sup>1</sup>" ],
"comments": [ "No Move", "AP TK# = 13" ],
"note_number": "25\u2020<sup>1</sup>",
"notes": [ "D\u2020", "E" ],
"id": "ja/o:026",

@ -4,7 +4,6 @@
"type": "MTR",
"capabilities": [ "IR" ],
"capabilities2": { "s": 7 },
"capabilities_other": [ "4PP" ],
"note_number": "14",
"notes": [ "A", "N" ],
"id": "kfw-bcfk/o:000",
@ -14,7 +13,6 @@
"type": "MTR",
"capabilities": [ "IR" ],
"capabilities2": { "WP": 6 },
"capabilities_other": [ "4PP" ],
"note_number": "15",
"notes": [ "A", "R" ],
"id": "kfw-bcfk/o:001",
@ -22,8 +20,9 @@
},
{ "name": "OML 3-in. Mortar",
"type": "MTR",
"capabilities": [ "NT", "QSU", "IR" ],
"capabilities": [ "IR" ],
"capabilities2": { "s": 8, "WP": 7 },
"comments": [ "QSU" ],
"note_number": "16",
"notes": [ "A" ],
"id": "kfw-bcfk/o:002",
@ -31,9 +30,8 @@
},
{ "name": "OSB 4.2-in. Mortar",
"type": "MTR",
"capabilities": [ "NT" ],
"capabilities2": { "s": 8, "WP": 7 },
"comments": [ "Towed\u2020" ],
"comments": [ "Towed" ],
"note_number": "17\u2020",
"notes": [ "N" ],
"id": "kfw-bcfk/o:003",
@ -41,7 +39,6 @@
},
{ "name": "OQF 17-Pounder",
"type": "AT",
"capabilities": [ "NT" ],
"capabilities2": { "HE": 8, "D": 6 },
"note_number": "18",
"notes": [ "N" ],
@ -51,7 +48,6 @@
{ "name": "OQF 25-Pounder",
"type": "ART",
"capabilities2": { "LF": [ "NT", "0 ROF" ], "s": 8 },
"capabilities_other": [ "ST" ],
"note_number": "19\u2020",
"notes": [ "N" ],
"id": "kfw-bcfk/o:005",
@ -59,7 +55,6 @@
},
{ "name": "OQF 40mm AA",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "40\u2020", "2 ROF" ] },
"note_number": "20",
"notes": [ "B\u2020", "N" ],

@ -2,7 +2,7 @@
{ "name": "50mm Type 89 Heavy Grenade Launcher",
"type": "MTR",
"capabilities_other": [ "4PP" ],
"comments": [ "Range &le; 2: ROF 1, Air Bursts NA" ],
"note_number": "18\u2020",
"notes": [ "A" ],
"id": "kfw-cpva/o:002",
@ -10,7 +10,6 @@
},
{ "name": "60mm Type 31 Mortar",
"type": "MTR",
"capabilities_other": [ "5PP" ],
"note_number": "19",
"notes": [ "A" ],
"id": "kfw-cpva/o:003",
@ -18,7 +17,7 @@
},
{ "name": "82mm Type 20 Mortar",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "20\u2020",
"notes": [ "A" ],
"id": "kfw-cpva/o:004",
@ -26,8 +25,8 @@
},
{ "name": "82mm Type 53 Mortar",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 6 },
"comments": [ "QSU" ],
"note_number": "21\u2020",
"notes": [ "A" ],
"id": "kfw-cpva/o:005",
@ -35,31 +34,31 @@
},
{ "name": "120mm PM obr. 38",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 6 },
"comments": [ "QSU" ],
"note_number": "22\u2020",
"id": "kfw-cpva/o:006",
"gpid": 11583
},
{ "name": "45mm PTP obr. 42",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": 7 },
"comments": [ "QSU" ],
"note_number": "23\u2020",
"id": "kfw-cpva/o:007",
"gpid": 11584
},
{ "name": "47mm Type 1 Machine-Moved Gun",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "24\u2020",
"id": "kfw-cpva/o:008",
"gpid": 11585
},
{ "name": "57mm PTP obr. 43",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": 6 },
"comments": [ "QSU" ],
"note_number": "25\u2020",
"id": "kfw-cpva/o:009",
"gpid": "3b5:10114"
@ -67,8 +66,7 @@
{ "name": "57mm Type 36 Recoilless Rifle",
"type": "RCL",
"capabilities2": { "H": 6, "WP": 5 },
"capabilities_other": [ "3PP" ],
"comments": [ "crewed\u2020" ],
"comments": [ "HEAT TK# = 9" ],
"note_number": "26\u2020<sup>1</sup>",
"notes": [ "R\u2020" ],
"id": "kfw-cpva/o:010",
@ -77,8 +75,7 @@
{ "name": "75mm Type 52 Recoilless Rifle",
"type": "RCL",
"capabilities2": { "H": 6, "WP": 5 },
"capabilities_other": [ "5PP" ],
"comments": [ "crewed\u2020" ],
"comments": [ "HEAT TK# = 11" ],
"note_number": "27",
"notes": [ "R\u2020" ],
"id": "kfw-cpva/o:011",
@ -86,8 +83,8 @@
},
{ "name": "70mm Type 92 Infantry Gun",
"type": "INF",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "AP": 3, "H": 3 },
"comments": [ "QSU", "Horse-Drawn", "Indirect Fire [3-70]" ],
"note_number": "28\u2020",
"notes": [ "A" ],
"id": "kfw-cpva/o:012",
@ -95,8 +92,8 @@
},
{ "name": "76.2mm PP obr. 27",
"type": "INF",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": 6, "s": 6 },
"comments": [ "QSU" ],
"note_number": "29\u2020",
"notes": [ "A" ],
"id": "kfw-cpva/o:013",
@ -104,25 +101,22 @@
},
{ "name": "Year-38 Type Field Gun (Improved)",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities_other": [ "\"12\" AP TK#\u2020" ],
"comments": [ "QSU", "Horse-Drawn", "AP TK# = 12" ],
"note_number": "30\u2020",
"id": "kfw-cpva/o:014",
"gpid": 11586
},
{ "name": "76.2mm obr. 42",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": 7, "s": 6 },
"comments": [ "QSU" ],
"note_number": "31\u2020",
"id": "kfw-cpva/o:015",
"gpid": "3b5:10119"
},
{ "name": "Type 93 Twin-Mount High-Angle Machine Gun",
"type": "AA",
"capabilities": [ "T" ],
"capabilities_other": [ "2 TK DR\u2020" ],
"comments": [ "Towing NA\u2020" ],
"comments": [ "Tow NA", "2 TK DR" ],
"note_number": "32\u2020",
"notes": [ "A" ],
"id": "kfw-cpva/o:016",

@ -2,7 +2,6 @@
{ "name": "50mm RM obr. 40",
"type": "MTR",
"capabilities_other": [ "4PP" ],
"note_number": "1",
"notes": [ "A", "B" ],
"id": "kfw-kpa/o:000",
@ -10,8 +9,9 @@
},
{ "name": "82mm BM obr. 37",
"type": "MTR",
"capabilities": [ "NT", "QSU", "IR" ],
"capabilities": [ "IR" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU", "Fire OK before/after dm" ],
"note_number": "2\u2020",
"notes": [ "A", "B" ],
"id": "kfw-kpa/o:001",
@ -19,8 +19,8 @@
},
{ "name": "120mm PM obr. 38",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU" ],
"note_number": "3\u2020",
"notes": [ "B" ],
"id": "kfw-kpa/o:002",
@ -28,7 +28,7 @@
},
{ "name": "14.5mm PTRD-41",
"type": "ATR",
"capabilities_other": [ "1PP" ],
"comments": [ "No Long Range" ],
"note_number": "4",
"notes": [ "B" ],
"id": "kfw-kpa/o:003",
@ -36,15 +36,15 @@
},
{ "name": "14.5mm PTRS-41",
"type": "ATR",
"capabilities_other": [ "2PP", "TK#: 6\u2020" ],
"comments": [ "Range = 16", "No Long Range", "AP TK# = 6" ],
"note_number": "5\u2020",
"id": "kfw-kpa/o:004",
"gpid": "3b5:7871"
},
{ "name": "45mm PTP obr. 37",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": 7 },
"comments": [ "QSU" ],
"note_number": "6\u2020",
"notes": [ "B" ],
"id": "kfw-kpa/o:005",
@ -52,8 +52,8 @@
},
{ "name": "45mm PTP obr. 42",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": 7 },
"comments": [ "QSU" ],
"note_number": "6\u2020",
"notes": [ "B" ],
"id": "kfw-kpa/o:006",
@ -61,8 +61,8 @@
},
{ "name": "76.2mm PP obr. 27",
"type": "INF",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": 6, "s": 8 },
"comments": [ "QSU" ],
"note_number": "7\u2020",
"notes": [ "A", "B" ],
"id": "kfw-kpa/o:007",
@ -70,8 +70,8 @@
},
{ "name": "76.2mm obr. 02/30",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "8\u2020",
"notes": [ "B" ],
"id": "kfw-kpa/o:008",
@ -79,8 +79,8 @@
},
{ "name": "76.2mm obr. 42",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": 7, "s": 8 },
"comments": [ "QSU" ],
"note_number": "9\u2020",
"notes": [ "B" ],
"id": "kfw-kpa/o:009",
@ -88,8 +88,8 @@
},
{ "name": "107mm P obr. 10/30",
"type": "ART",
"capabilities": [ "NT", "h-d" ],
"capabilities2": { "s": 8 },
"comments": [ "Horse-Drawn" ],
"note_number": "10",
"notes": [ "B" ],
"id": "kfw-kpa/o:010",
@ -97,7 +97,6 @@
},
{ "name": "122mm G obr. 38",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "H": 6, "s": 8 },
"note_number": "11\u2020",
"notes": [ "B" ],
@ -106,7 +105,6 @@
},
{ "name": "122mm obr. 31",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 8 },
"note_number": "12",
"notes": [ "B" ],
@ -115,7 +113,6 @@
},
{ "name": "152mm GP obr. 37",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "13",
"notes": [ "B" ],
"id": "kfw-kpa/o:013",
@ -123,7 +120,6 @@
},
{ "name": "37mm ZP obr. 39",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "14\u2020",
"notes": [ "B" ],
"id": "kfw-kpa/o:014",
@ -131,7 +127,6 @@
},
{ "name": "85mm ZP obr. 39",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "15",
"notes": [ "B" ],
"id": "kfw-kpa/o:015",

@ -4,7 +4,6 @@
"type": "MTR",
"capabilities": [ "IR" ],
"capabilities2": { "WP": 7 },
"capabilities_other": [ "5PP", "OBA\u2020" ],
"note_number": "23\u2020",
"notes": [ "A", "K", "M", "O", "P", "Y" ],
"id": "kfw-un-common/o:002",
@ -12,8 +11,9 @@
},
{ "name": "M1(L) 81mm Mortar",
"type": "MTR",
"capabilities": [ "NT", "QSU", "IR" ],
"capabilities": [ "IR" ],
"capabilities2": { "WP": 8 },
"comments": [ "QSU" ],
"note_number": "24\u2020",
"notes": [ "A", "K", "M", "O", "P", "R" ],
"id": "kfw-un-common/o:003",
@ -21,9 +21,9 @@
},
{ "name": "M20(L) 75mm Recoilless Rifle",
"type": "RCL",
"capabilities": [ "H\u2020" ],
"capabilities2": { "WP": 7 },
"capabilities_other": [ "5PP", "H\u2020" ],
"comments": [ "crewed\u2020" ],
"comments": [ "&infin; H", "Crewed" ],
"note_number": "25\u2020",
"notes": [ "K", "M", "O", "P", "R" ],
"id": "kfw-un-common/o:004",

@ -2,7 +2,7 @@
{ "name": "Type 89 Heavy Grenade Launcher",
"type": "MTR",
"capabilities_other": [ "4PP" ],
"comments": [ "Range &le; 2: <ul> <li> Air Bursts NA <li> ROF 1 </ul>" ],
"note_number": "1\u2020",
"notes": [ "A", "P" ],
"id": "kfw-uro/o:000",
@ -10,8 +10,8 @@
},
{ "name": "M2 4.2-in. Mortar",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "WP": 10 },
"comments": [ "QSU", "Area FP = 12" ],
"note_number": "2\u2020",
"notes": [ "K", "M", "O", "P", "Y" ],
"id": "kfw-uro/o:001",
@ -19,8 +19,8 @@
},
{ "name": "M3A1 37mm AT Gun",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "C": 7 },
"comments": [ "QSU" ],
"note_number": "3\u2020",
"notes": [ "C", "K", "P" ],
"id": "kfw-uro/o:002",
@ -28,8 +28,8 @@
},
{ "name": "M1 57mm AT Gun",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "HE": 7, "D": 4 },
"comments": [ "QSU" ],
"note_number": "4\u2020",
"notes": [ "K" ],
"id": "kfw-uro/o:003",
@ -38,8 +38,7 @@
{ "name": "M18(L) 57mm Recoilless Rifle",
"type": "RCL",
"capabilities2": { "H": 7, "WP": 6, "C": 7 },
"capabilities_other": [ "3PP" ],
"comments": [ "non-crewed\u2020" ],
"comments": [ "Not Crewed", "Canister: 16 FP" ],
"note_number": "5\u2020",
"notes": [ "C", "K", "O" ],
"id": "kfw-uro/o:004",
@ -47,7 +46,6 @@
},
{ "name": "M2A1 105mm Howitzer",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "H": 6, "s": 7, "WP": 8, "C": 7 },
"note_number": "6\u2020",
"notes": [ "C", "K", "M", "O", "P", "Y" ],
@ -56,7 +54,6 @@
},
{ "name": "M3 105mm Howitzer",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "H": 7, "s": 7, "WP": 8, "C": 7 },
"note_number": "7\u2020",
"notes": [ "C", "K" ],
@ -65,7 +62,6 @@
},
{ "name": "M1 155mm Howitzer",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 7, "WP": 8 },
"note_number": "8\u2020",
"notes": [ "K", "M", "P", "Y" ],
@ -74,9 +70,8 @@
},
{ "name": "M1A1 155mm Gun",
"type": "ART",
"capabilities": [ "NT", "RFNM" ],
"capabilities2": { "AP": 4, "s": 7, "WP": 8 },
"comments": [ "No IF." ],
"comments": [ "RFNM", "No IF" ],
"note_number": "9",
"notes": [ "Y" ],
"id": "kfw-uro/o:008",
@ -84,8 +79,7 @@
},
{ "name": "M1 8-in. Howitzer",
"type": "ART",
"capabilities": [ "NT", "RFNM" ],
"comments": [ "No IF." ],
"comments": [ "RFNM", "No IF" ],
"note_number": "10\u2020",
"notes": [ "Y" ],
"id": "kfw-uro/o:009",
@ -93,9 +87,8 @@
},
{ "name": "M51 Multiple .50-cal MG Carriage",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "2 ROF", "20 IFE", "B11" ] },
"capabilities_other": [ "4 TK DR\u2020" ],
"comments": [ "4 TK DR", "[16] TH" ],
"note_number": "11\u2020",
"notes": [ "M", "Y" ],
"id": "kfw-uro/o:010",
@ -103,7 +96,6 @@
},
{ "name": "M1 40mm AA Gun",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "40\u2020", "2 ROF" ] },
"note_number": "12",
"notes": [ "B\u2020", "Y" ],
@ -112,7 +104,6 @@
},
{ "name": "M2 90mm AA Gun",
"type": "AA",
"capabilities": [ "T" ],
"capabilities2": { "LF": [ "90\u2020<sup>1</sup>", "1 ROF", "B11" ] },
"note_number": "13\u2020",
"notes": [ "B\u2020<sup>1</sup>", "M", "Y" ],

@ -2,15 +2,13 @@
{ "name": "50mm RM obr. 40",
"type": "MTR",
"capabilities_other": [ "4PP" ],
"note_number": "1",
"id": "ru/o:000",
"gpid": 485
},
{ "name": "37mm PM-39",
"type": "MTR",
"capabilities_other": [ "1PP" ],
"comments": [ "Air Bursts & Acq. NA" ],
"comments": [ "Air Bursts NA", "Acquisition NA" ],
"note_number": "1.1",
"notes": [ "A" ],
"id": "ru/o:001",
@ -18,16 +16,17 @@
},
{ "name": "82mm BM obr. 37",
"type": "MTR",
"capabilities": [ "NT", "QSU", "IR" ],
"capabilities": [ "IR" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU", "Fire OK before/after dm" ],
"note_number": "2\u2020",
"id": "ru/o:002",
"gpid": 508
},
{ "name": "107mm GVPM obr. 38",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU" ],
"note_number": "3",
"notes": [ "A" ],
"id": "ru/o:003",
@ -35,69 +34,67 @@
},
{ "name": "120mm PM obr. 38",
"type": "MTR",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU" ],
"note_number": "4",
"id": "ru/o:004",
"gpid": 511
},
{ "name": "160mm PM obr. 43",
"type": "MTR",
"capabilities": [ "NT" ],
"comments": [ "No IF." ],
"comments": [ "No IF" ],
"note_number": "5",
"id": "ru/o:005",
"gpid": 512
},
{ "name": "37mm PTP obr. 30",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"comments": [ "QSU" ],
"note_number": "6",
"id": "ru/o:006",
"gpid": 514
},
{ "name": "45mm PTP obr. 32",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": [ [4,2], [5,3], [6,4], [7,5] ] },
"comments": [ "QSU" ],
"note_number": "7",
"id": "ru/o:007",
"gpid": 515
},
{ "name": "45mm PTP obr. 42",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": [ [4,2], [5,3], [6,4], [7,5] ] },
"comments": [ "QSU" ],
"note_number": "8",
"id": "ru/o:008",
"gpid": 516
},
{ "name": "57mm PTP obr. 43",
"type": "AT",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": [ [4,3], [5,4], [6,5] ] },
"comments": [ "QSU" ],
"note_number": "9\u2020",
"id": "ru/o:009",
"gpid": 517
},
{ "name": "100mm PTP obr. 44",
"type": "AT",
"capabilities": [ "NT" ],
"note_number": "10",
"id": "ru/o:010",
"gpid": 518
},
{ "name": "37mm PP obr. 15R",
"type": "INF",
"capabilities": [ "NT", "QSU", "h-d" ],
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "11",
"id": "ru/o:011",
"gpid": 520
},
{ "name": "76.2mm PP obr. 27",
"type": "INF",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "H": 6, "s": 8 },
"comments": [ "QSU" ],
"note_number": "12",
"notes": [ "A" ],
"id": "ru/o:012",
@ -105,63 +102,62 @@
},
{ "name": "76.2mm P obr. 00/02P",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "13",
"id": "ru/o:013",
"gpid": 523
},
{ "name": "76.2mm P obr. 02/30",
"type": "ART",
"capabilities": [ "NT", "QSU", "h-d" ],
"capabilities2": { "s": 8 },
"comments": [ "QSU", "Horse-Drawn" ],
"note_number": "14",
"id": "ru/o:014",
"gpid": 524
},
{ "name": "76.2mm P obr. 39",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": [ [4,2], [5,3], [6,4], [7,5] ], "s": 8 },
"comments": [ "QSU" ],
"note_number": "15\u2020",
"id": "ru/o:015",
"gpid": 525
},
{ "name": "76.2mm P obr. 36",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": [ [4,2] ], "s": 8 },
"comments": [ "QSU" ],
"note_number": "16\u2020",
"id": "ru/o:016",
"gpid": 526
},
{ "name": "85mm P obr. 44",
"type": "ART",
"capabilities": [ "NT", "QSU" ],
"capabilities2": { "A": [ [5,4], [6,5] ], "s": 8 },
"comments": [ "QSU" ],
"note_number": "17",
"id": "ru/o:017",
"gpid": 527
},
{ "name": "107mm P obr. 10/30",
"type": "ART",
"capabilities": [ "NT", "h-d" ],
"capabilities2": { "s": 8 },
"comments": [ "Horse-Drawn" ],
"note_number": "18",
"id": "ru/o:018",
"gpid": 528
},
{ "name": "122mm G obr. 10/30",
"type": "ART",
"capabilities": [ "NT", "h-d" ],
"capabilities2": { "s": 8 },
"comments": [ "Horse-Drawn" ],
"note_number": "19",
"id": "ru/o:019",
"gpid": 529
},
{ "name": "122mm G obr. 38",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "H": 6, "s": 8 },
"note_number": "20",
"id": "ru/o:020",
@ -169,7 +165,6 @@
},
{ "name": "122mm P obr. 31",
"type": "ART",
"capabilities": [ "NT" ],
"capabilities2": { "s": 8 },
"note_number": "21",
"id": "ru/o:021",
@ -177,50 +172,43 @@
},
{ "name": "152mm G obr. 38",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "22",
"id": "ru/o:022",
"gpid": 532
},
{ "name": "152mm GP obr. 37",
"type": "ART",
"capabilities": [ "NT" ],
"note_number": "23",
"id": "ru/o:023",
"gpid": 533
},
{ "name": "203mm B-4 obr. 1931",
"type": "ART",
"capabilities": [ "NT", "RFNM" ],
"comments": [ "No IF." ],
"comments": [ "RFNM", "No IF" ],
"note_number": "23.1",
"id": "ru/o:024",
"gpid": 6995
},
{ "name": "25mm ZP obr. 40",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "24",
"id": "ru/o:025",
"gpid": 536
},
{ "name": "37mm ZP obr. 39",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "25\u2020",
"id": "ru/o:026",
"gpid": 537
},
{ "name": "76.2mm ZP obr. 38",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "26\u2020",
"id": "ru/o:027",
"gpid": 538
},
{ "name": "85mm ZP obr. 39",
"type": "AA",
"capabilities": [ "T" ],
"note_number": "27",
"id": "ru/o:028",
"gpid": 539

@ -6,6 +6,7 @@
"CS#": 2,
"note_number": "14\u2020",
"notes": [ "A", "Q\u2020<sup>1</sup>" ],
"comments": [ "CE DRM: Direct Fire VCA only", "VCA change &rarr; No Fire" ],
"id": "be/v:000",
"gpid": 2292
},
@ -15,6 +16,7 @@
"CS#": "4:brewup\u2020",
"note_number": "15\u2020",
"notes": [ "A" ],
"comments": [ "Turret: armored/unarmored", "Indirect Fire: +1 CE DRM, CS# = 2 (brewup)", "TCA Change &rarr; No Fire, Move" ],
"id": "be/v:001",
"gpid": 2294
},
@ -42,6 +44,7 @@
"CS#": "3:brewup",
"note_number": "18\u2020",
"notes": [ "A" ],
"comments": [ "CMG: 12.7; Normal Range = 16" ],
"id": "be/v:004",
"gpid": 2300
}

@ -15,6 +15,7 @@
"CS#": 2,
"note_number": "31\u2020",
"notes": [ "A", "D" ],
"comments": [ "2 TK DR", "BMG: HD Fire OK" ],
"id": "alc/v:001",
"gpid": [ 2233, 2331 ]
},
@ -40,6 +41,7 @@
"CS#": 2,
"note_number": "32\u2020",
"notes": [ "A", "F" ],
"comments": [ "Road Rate NA" ],
"id": "alc/v:004",
"gpid": 2239
},
@ -47,10 +49,10 @@
"type": "Tt",
"no_radio": "\u00ae",
"CS#": 2,
"no_if": true,
"capabilities2": { "AP": 9 },
"note_number": "32\u2020",
"notes": [ "A", "F" ],
"comments": [ "Road Rate NA", "No IF" ],
"id": "alc/v:005",
"gpid": 2241
},
@ -69,6 +71,7 @@
"CS#": 4,
"note_number": "34\u2020",
"notes": [ "A", "V" ],
"comments": [ "MA: 12.7", "{{4|MA|2*}}", "Inherent Crew &amp; Passenger", "Pas: No Mounted Fire penalty", "Unpossessed SW ok", "Crew: .50-cal MA only", "MG Removal OK" ],
"id": "alc/v:007",
"gpid": 2245
},
@ -85,6 +88,7 @@
"cs#": 5,
"note_number": "35\u2020",
"notes": [ "A" ],
"comments": [ "Deployed Passengers" ],
"id": "alc/v:009",
"gpid": 2249
},

@ -2,9 +2,8 @@
{ "name": "Nimbus",
"type": "TDmc",
"CS#": [ null, "\u2020" ],
"capabilities": [ "M8\u2020" ],
"note_number": "24\u2020",
"comments": [ "As motorcycle (2&times; 2-2-8 Crew Riders)", "MA: <ul> <li> Fire by dismounted Infantry only <li> Unhook OK <li> R2, X6 </ul>", "IFE: B# = 10", "Case C: +2 TH DRM", "AAMG: <ul> <li> No Mounted Fire penalty <li> Dismounted Infantry OK <li> No Unqualified Use penalty <li> Removal OK (dm MMG) </ul>", "KIA: eliminated", "K/#: replace with HS motorcycle", "Wreck Check dr 6: MA &amp; AAMG malf", "0 PP" ],
"id": "da/v:000",
"gpid": 2314
}

@ -6,6 +6,7 @@
"CS#": 2,
"note_number": "25\u2020",
"notes": [ "A", "V" ],
"comments": [ "+3 Target Size &amp; HD in Water" ],
"id": "du/v:000",
"gpid": 2315
},
@ -15,6 +16,7 @@
"CS#": 2,
"note_number": "26\u2020",
"notes": [ "A", "V" ],
"comments": [ "CMG: Port VCA NA", "TCA restrictions" ],
"id": "du/v:001",
"gpid": 2317
},
@ -54,6 +56,7 @@
"CS#": 4,
"note_number": "29\u2020",
"notes": [ "A", "V" ],
"comments": [ "2 TK DR", "Reverse MP &times;3" ],
"id": "du/v:005",
"gpid": 2325
},
@ -62,6 +65,7 @@
"cs#": "2\u2020",
"note_number": "30\u2020",
"notes": [ "A", "V" ],
"comments": [ "Inherent Crew if armed (with CS#)", "AAMG Removal OK (MMG)", "Bog assistance" ],
"id": "du/v:006",
"gpid": [ 2327, 2328 ]
}

@ -6,6 +6,7 @@
"CS#": 2,
"note_number": "1\u2020",
"notes": [ "D" ],
"comments": [ "12: Immob, 11: Stall" ],
"id": "po/v:000",
"gpid": 2259
},
@ -15,6 +16,7 @@
"CS#": 2,
"note_number": "1\u2020",
"notes": [ "D" ],
"comments": [ "12: Immob, 11: Stall" ],
"id": "po/v:001",
"gpid": 2261
},
@ -24,6 +26,7 @@
"CS#": 3,
"note_number": "2\u2020",
"notes": [ "A", "K\u2020<sup>1</sup>" ],
"comments": [ "2&times; MA", "Turret Knock-Out: Non-HE TK = Final TK" ],
"id": "po/v:002",
"gpid": 2263
},
@ -42,6 +45,7 @@
"CS#": 3,
"note_number": "3\u2020",
"notes": [ "K\u2020<sup>1</sup>" ],
"comments": [ "2&times; MA", "Turret Knock-Out: Non-HE TK = Final TK" ],
"id": "po/v:004",
"gpid": 2267
},
@ -76,6 +80,7 @@
"no_radio": "\u00ae",
"CS#": 5,
"note_number": "6\u2020",
"comments": [ "BMG: Rear VCA only", "CMG: Left Rear TCA only" ],
"id": "po/v:008",
"gpid": 2275
},
@ -100,6 +105,7 @@
"CS#": 7,
"note_number": "8\u2020",
"notes": [ "A", "Q\u2020<sup>1</sup>", "AA\u2020<sup>2</sup>" ],
"comments": [ "Rear TF NA", "TCA restrictions", "Reverse MP &times;2", "Needs Ammo Vehicle/Dump" ],
"id": "po/v:011",
"gpid": 2281
},
@ -108,6 +114,7 @@
"CS#": 5,
"note_number": "9\u2020",
"notes": [ "G\u2020<sup>1</sup>", "Q\u2020<sup>2</sup>", "AA\u2020<sup>3</sup>" ],
"comments": [ "Rear TF NA", "TCA restrictions" ],
"id": "po/v:012",
"gpid": 2283
},
@ -115,6 +122,7 @@
"type": "AAtr",
"CS#": 3,
"note_number": "10\u2020",
"comments": [ "MA: No Bnd (F)F, Motion Fire in VCA", "AAMG Removal OK (6 FP dm HMG)" ],
"id": "po/v:013",
"gpid": 2285
},
@ -137,6 +145,7 @@
"cs#": 3,
"note_number": "13\u2020",
"notes": [ "Q\u2020<sup>1</sup>" ],
"comments": [ "Crew Passenger", "Horse-Drawn", "Wreck Check: dr 6 = elim", "AAMG: <ul> <li> Fired by Passenger <li> Fire VCA NA <li> No Removal/Scrounge </ul>" ],
"id": "po/v:016",
"gpid": 2291
}

@ -32,6 +32,7 @@
"CS#": 2,
"note_number": "21\u2020",
"notes": [ "A", "H\u2020<sup>1</sup>", "L" ],
"comments": [ "Turret Hit: As unarmored", "Crew Gunshield (Direct Fire)" ],
"id": "yu/v:003",
"gpid": 2308
},
@ -40,6 +41,7 @@
"CS#": 2,
"note_number": "22\u2020",
"notes": [ "A", "H\u2020<sup>1</sup>", "L", "AA\u2020<sup>2</sup>" ],
"comments": [ "Turret Hit: As unarmored" ],
"id": "yu/v:004",
"gpid": 2310
},

@ -59,6 +59,7 @@
"capabilities": [ "C5\u2020<sup>2</sup>" ],
"note_number": "7\u2020",
"notes": [ "B\u2020<sup>1</sup>", "C\u2020<sup>2</sup>", "G", "N" ],
"comments": [ "37LL MA: T", "75 SA: NT", "AAMG: BU Fire &amp; CC ok [EXC: vs Aerial NA]" ],
"id": "am/v:006",
"gpid": 919
},
@ -176,6 +177,7 @@
"capabilities2": { "s": 5, "WP": 7, "sM": 6 },
"note_number": "18\u2020",
"notes": [ "G", "R\u2020<sup>1</sup>" ],
"comments": [ "Front-hull hit: +2 TH DRM (unless level &lt; firer)" ],
"id": "am/v:019",
"gpid": 945
},
@ -185,6 +187,7 @@
"capabilities2": { "s": 5, "WP": 7, "sM": 6 },
"note_number": "19\u2020",
"notes": [ "G", "<s>P</s>", "R\u2020<sup>1</sup>" ],
"comments": [ "VCA: +4 DRM [EXC: mines, CC, Indirect Fire, from above or head-on]", "Movement restrictions", "Mine clearance" ],
"id": "am/v:020",
"gpid": 947
},
@ -194,6 +197,7 @@
"capabilities2": { "s": [ [5,"J4+"] ], "WP": [ [7,"J4+"], "\u2020<sup>2</sup>" ], "sM": 4 },
"note_number": "20\u2020",
"notes": [ "G", "R\u2020<sup>1</sup>", "BB\u2020<sup>2</sup>" ],
"comments": [ "Mine & Wire Clearance", "+1 DRM if PTO or pre-7/44 in Italy" ],
"id": "am/v:021",
"gpid": 949
},
@ -203,6 +207,7 @@
"capabilities2": { "sM": 8 },
"note_number": "21\u2020",
"notes": [ "P" ],
"comments": [ "TCA restrictions" ],
"id": "am/v:022",
"gpid": 951
},
@ -256,6 +261,7 @@
"CS#": 4,
"note_number": "27\u2020<sup>1</sup>",
"notes": [ "E\u2020", "H", "I\u2020", "N" ],
"comments": [ "MA: 12.7" ],
"id": "am/v:028",
"gpid": 965
},
@ -264,6 +270,7 @@
"CS#": 5,
"note_number": "28\u2020",
"notes": [ "N" ],
"comments": [ "MA: As MMG for TK &amp; Removal" ],
"id": "am/v:029",
"gpid": 967
},
@ -272,6 +279,7 @@
"CS#": 5,
"note_number": "29\u2020<sup>1</sup>",
"notes": [ "E\u2020", "H", "I\u2020", "Z" ],
"comments": [ "MA: 12.7" ],
"id": "am/v:030",
"gpid": 969
},
@ -280,6 +288,7 @@
"CS#": 5,
"note_number": "30\u2020",
"notes": [ "E\u2020", "H", "N", "<s>P</s>" ],
"comments": [ "{{4|MA|4*|4*}}", "MA: 12.7", "Inherent Crew &amp; Passenger" ],
"id": "am/v:031",
"gpid": 971
},
@ -288,6 +297,7 @@
"CS#": 5,
"note_number": "30\u2020",
"notes": [ "E\u2020", "H", "N", "<s>P</s>" ],
"comments": [ "{{4|MA|6*|6*}}", "MA: 12.7", "Inherent Crew &amp; Passenger" ],
"id": "am/v:032",
"gpid": 973
},
@ -297,6 +307,7 @@
"capabilities2": { "WP": 8 },
"note_number": "31\u2020",
"notes": [ "J\u2020", "M\u2020<sup>1</sup>", "N", "O\u2020<sup>2</sup>", "<s>P</s>" ],
"comments": [ "+1 TH DRM vs Moving/Motion", "Inherent Infantry Crew", "AAMG: Removal OK (MMG)" ],
"id": "am/v:033",
"gpid": 975
},
@ -306,6 +317,7 @@
"capabilities2": { "WP": 8 },
"note_number": "32\u2020",
"notes": [ "J\u2020<sup>1</sup>", "M\u2020<sup>2</sup>", "O\u2020<sup>3</sup>" ],
"comments": [ "Inherent Infantry Crew", "AAMG: Removal OK (MMG)" ],
"id": "am/v:034",
"gpid": 977
},
@ -315,6 +327,7 @@
"capabilities2": { "WP": 8 },
"note_number": "33",
"notes": [ "M", "O\u2020", "<s>P</s>" ],
"comments": [ "Inherent Infantry Crew", "AAMG: Removal OK (HMG)" ],
"id": "am/v:035",
"gpid": 979
},
@ -332,6 +345,7 @@
"capabilities2": { "H": 5, "AP": 7, "WP": 9 },
"note_number": "35\u2020<sup>1</sup>",
"notes": [ "K\u2020", "N", "O\u2020", "<s>P</s>", "U" ],
"comments": [ "AAMG: Removal OK (.50-cal HMG)" ],
"id": "am/v:037",
"gpid": 985
},
@ -341,6 +355,7 @@
"capabilities2": { "H": 5, "s": 7, "WP": 8 },
"note_number": "36\u2020",
"notes": [ "K\u2020<sup>1</sup>", "N", "O\u2020<sup>1</sup>", "<s>P</s>" ],
"comments": [ "AAMG: Removal OK (.50-cal HMG)", "Ammo trailer (0 AF)" ],
"id": "am/v:038",
"gpid": 987
},
@ -349,6 +364,7 @@
"CS#": 4,
"note_number": "37\u2020",
"notes": [ "N", "V\u2020", "AA\u2020<sup>1</sup>" ],
"comments": [ "CMG Removal/Scrounge NA", "CMG: Normal Range = 16", "Turret Rear unarmored [EXC: N.Africa]" ],
"id": "am/v:039",
"gpid": 990
},
@ -357,6 +373,7 @@
"CS#": 4,
"note_number": "38\u2020",
"notes": [ "V\u2020", "AA\u2020<sup>1</sup>" ],
"comments": [ "MA Removal/Scrounge NA", "MA: [16] TH", "4 TK DR", "CE: +1 Side/Rear Turret" ],
"id": "am/v:040",
"gpid": 992
},
@ -365,6 +382,7 @@
"CS#": 4,
"note_number": "39\u2020<sup>1</sup>",
"notes": [ "E\u2020", "H", "I\u2020", "N" ],
"comments": [ "Inherent Crew &amp; Passenger", "MA: 12.7", "Pas: No Mounted Fire penalty", "Unpossessed SW ok" ],
"id": "am/v:041",
"gpid": 996
},
@ -374,6 +392,7 @@
"capabilities2": { "sP": 5 },
"note_number": "40\u2020",
"notes": [ "D\u2020<sup>3</sup>", "O\u2020<sup>2</sup>", "W\u2020<sup>1</sup>", "Z" ],
"comments": [ "MA: 12.7" ],
"id": "am/v:042",
"gpid": 998
},
@ -382,6 +401,7 @@
"CS#": 5,
"note_number": "41\u2020",
"notes": [ "O\u2020<sup>1</sup>", "<s>P</s>" ],
"comments": [ "MA: 12.7", "As fully-tracked", "AAMG: Removal OK (.50-cal HMG)" ],
"id": "am/v:043",
"gpid": 1000
},
@ -416,10 +436,10 @@
{ "name": "M12 GMC",
"type": "SPA",
"CS#": 9,
"no_if": true,
"capabilities2": { "AP": 6, "WP": 8 },
"note_number": "45\u2020",
"notes": [ "<s>P</s>" ],
"comments": [ "Limbered: Fire NA", "Unlimbered: RFNM, always CE (0/+1 DRM)", "No IF" ],
"id": "am/v:047",
"gpid": 1011
},
@ -429,6 +449,7 @@
"capabilities2": { "C": [ [10,"P"], "\u2020<sup>2</sup>" ] },
"note_number": "46\u2020<sup>1</sup>",
"notes": [ "C\u2020<sup>2</sup>", "G", "H", "P", "T\u2020" ],
"comments": [ "AAMG: 4&amp;4; NA VCA" ],
"id": "am/v:048",
"gpid": 1014
},
@ -479,6 +500,7 @@
"CS#": 7,
"note_number": "51\u2020",
"notes": [ "D", "H", "T\u2020<sup>1</sup>", "X\u2020<sup>2</sup>" ],
"comments": [ "MA:12.7", "{{6|MA|4|4}}", "MA: VCA only", "SA: VCA NA" ],
"id": "am/v:054",
"gpid": [ 1028, 1030 ]
},
@ -486,6 +508,7 @@
"type": "PC",
"CS#": 6,
"note_number": "51.1\u2020",
"comments": [ "MA: 12.7" ],
"id": "am/v:055",
"gpid": 1050
},
@ -495,13 +518,14 @@
"note_number": "52\u2020",
"notes": [ "D\u2020<sup>3</sup>", "O\u2020<sup>2</sup>", "CC\u2020<sup>1</sup>" ],
"id": "am/v:056",
"gpid": 1032
"gpid": [ 1032, 1034 ]
},
{ "name": "&#188;-Ton Jeep GPA",
"type": "atr",
"cs#": 2,
"note_number": "53\u2020",
"notes": [ "L\u2020<sup>1</sup>" ],
"comments": [ "+3 Target Size &amp; HD in Water" ],
"id": "am/v:057",
"gpid": 1036
},
@ -510,6 +534,7 @@
"cs#": "2\u2020<sup>1</sup>",
"note_number": "54\u2020",
"notes": [ "L\u2020<sup>2</sup>", "N", "O\u2020<sup>3</sup>", "CC\u2020<sup>1</sup>" ],
"comments": [ "AAMG Removal OK" ],
"id": "am/v:058",
"gpid": [ 1039, 1040, 1041 ]
},

@ -13,9 +13,9 @@
"type": "Tt",
"no_radio": "\u00ae",
"CS#": 2,
"no_if": true,
"note_number": "30\u2020",
"notes": [ "C", "D", "R" ],
"comments": [ "Road Rate NA" ],
"id": "axc/v:001",
"gpid": 3789
},
@ -26,6 +26,7 @@
"capabilities2": { "AP": 9 },
"note_number": "30\u2020",
"notes": [ "C", "D", "R" ],
"comments": [ "Road Rate NA", "No IF" ],
"id": "axc/v:002",
"gpid": 3791
},
@ -90,6 +91,7 @@
"CS#": 4,
"note_number": "36\u2020",
"notes": [ "A\u2020<sup>1</sup>", "D", "E", "H", "S" ],
"comments": [ "Immob: dr &le; 4 [EXC: mines, Direct Fire vs front/rear]" ],
"id": "axc/v:009",
"gpid": 3797
},
@ -144,6 +146,7 @@
"capabilities2": { "A": [ [3,4] ], "s": 8, "sD": 7 },
"note_number": "40\u2020",
"notes": [ "B", "E", "H", "Q", "R" ],
"comments": [ "AAMG: VCA only" ],
"id": "axc/v:015",
"gpid": 3845
},
@ -153,6 +156,7 @@
"capabilities2": { "A": [ [3,4] ], "HE": 7 },
"note_number": "41\u2020",
"notes": [ "B", "E", "H" ],
"comments": [ "AAMG: BU only, Rider NA, elevation restrictions" ],
"id": "axc/v:016",
"gpid": 3803
},
@ -161,6 +165,7 @@
"CS#": 4,
"note_number": "42",
"notes": [ "E", "R" ],
"disabled_comments": [ "?:Black TH#" ],
"id": "axc/v:017",
"gpid": 3847
},
@ -169,6 +174,7 @@
"CS#": 5,
"note_number": "42\u2020",
"notes": [ "C", "E", "R" ],
"disabled_comments": [ "?:Black TH#" ],
"id": "axc/v:018",
"gpid": 3849
},
@ -178,6 +184,7 @@
"capabilities2": { "H": 5, "s": 8 },
"note_number": "42\u2020",
"notes": [ "E", "R" ],
"comments": [ "CMG: VCA only" ],
"id": "axc/v:019",
"gpid": 3851
},
@ -187,6 +194,7 @@
"CS#": 2,
"note_number": "43\u2020",
"notes": [ "E", "R", "S" ],
"comments": [ "LMG", "Reverse NA" ],
"id": "axc/v:020",
"gpid": 3805
},
@ -222,6 +230,8 @@
"capabilities2": { "sD": 6 },
"note_number": "46\u2020",
"notes": [ "B", "E", "M\u2020<sup>1</sup>", "P\u2020<sup>2</sup>", "R" ],
"disabled_comments": [ "?:Black TH#" ],
"comments": [ "German ESB" ],
"id": "axc/v:024",
"gpid": 3857
},
@ -230,6 +240,7 @@
"cs#": "2\u2020<sup>1</sup>",
"note_number": "47\u2020",
"notes": [ "B", "C", "E", "F", "H", "I\u2020<sup>1</sup>", "J", "R", "S" ],
"comments": [ "Pas: Always CE; +1 VCA" ],
"id": "axc/v:025",
"gpid": [ 3809, 3811 ]
},

@ -6,6 +6,7 @@
"CS#": 2,
"note_number": "24\u2020",
"notes": [ "F" ],
"comments": [ "12: Immob, 11: Stall" ],
"id": "cr/v:000",
"gpid": 3892
},
@ -15,6 +16,7 @@
"CS#": 2,
"note_number": "24\u2020",
"notes": [ "F" ],
"comments": [ "12: Immob, 11: Stall" ],
"id": "cr/v:001",
"gpid": 3894
},
@ -46,6 +48,7 @@
"CS#": 3,
"note_number": "27\u2020",
"notes": [ "O\u2020<sup>1</sup>" ],
"comments": [ "Always CE" ],
"id": "cr/v:005",
"gpid": 3902
}

@ -5,6 +5,7 @@
"CS#": 3,
"note_number": "7\u2020",
"notes": [ "A\u2020<sup>1</sup>" ],
"comments": [ "MA: ATR 12 [TH]", "MA: Scrounge OK" ],
"id": "hu/v:000",
"gpid": 4009
},
@ -13,6 +14,7 @@
"CS#": 3,
"note_number": "8\u2020",
"notes": [ "A\u2020<sup>1</sup>" ],
"comments": [ "AP TK# = 9" ],
"id": "hu/v:001",
"gpid": 4011
},
@ -40,6 +42,7 @@
"capabilities2": { "sN": 6 },
"note_number": "11\u2020",
"notes": [ "E" ],
"comments": [ "12: Stall" ],
"id": "hu/v:004",
"gpid": 4043
},
@ -49,6 +52,7 @@
"capabilities2": { "A": [ [3,4] ], "sN": 6 },
"note_number": "12\u2020",
"notes": [ "E" ],
"comments": [ "Morale 8" ],
"id": "hu/v:005",
"gpid": 4045
},
@ -90,6 +94,7 @@
"capabilities2": { "H": [ ["6[9]","3+"] ] },
"note_number": "16\u2020",
"notes": [ "P\u2020<sup>1</sup>" ],
"comments": [ "HEAT TK# = 26" ],
"id": "hu/v:010",
"gpid": 4059
}

@ -6,6 +6,8 @@
"CS#": 2,
"note_number": "1\u2020",
"notes": [ "E" ],
"disabled_comments": [ "Black TH#" ],
"comments": [ "BMG: Starboard VCA only" ],
"id": "ro/v:000",
"gpid": 3861
},
@ -23,6 +25,7 @@
"CS#": 3,
"note_number": "3\u2020",
"notes": [ "E" ],
"comments": [ "AP TK# = 16" ],
"id": "ro/v:002",
"gpid": 3865
},
@ -31,6 +34,7 @@
"CS#": 3,
"note_number": "3\u2020",
"notes": [ "E" ],
"comments": [ "AP TK# = 16" ],
"id": "ro/v:003",
"gpid": 3867
},
@ -40,6 +44,7 @@
"capabilities2": { "AP": 5 },
"note_number": "4\u2020",
"notes": [ "E", "N" ],
"comments": [ "AP TK# = 13" ],
"id": "ro/v:004",
"gpid": 3869
},
@ -66,6 +71,7 @@
"cs#": "2\u2020<sup>1</sup>",
"note_number": "6\u2020",
"notes": [ "F", "I\u2020<sup>1</sup>", "J" ],
"comments": [ "Pas: 1 PP, always CE" ],
"id": "ro/v:007",
"gpid": [ 3875, 3877 ]
}

@ -6,6 +6,7 @@
"CS#": 2,
"note_number": "17\u2020",
"notes": [ "E", "F", "G\u2020<sup>2</sup>", "K\u2020<sup>1</sup>" ],
"disabled_comments": [ "Black TH#" ],
"id": "sl/v:000",
"gpid": 3879
},
@ -32,6 +33,7 @@
"capabilities2": { "sD": 6 },
"note_number": "20\u2020",
"notes": [ "E", "K\u2020<sup>1</sup>" ],
"disabled_comments": [ "Black TH#" ],
"id": "sl/v:003",
"gpid": 3885
},
@ -41,6 +43,7 @@
"capabilities2": { "A": [ [4,3], [3,4] ], "HE": 7, "s": 7, "sD": 6 },
"note_number": "21\u2020",
"notes": [ "E" ],
"comments": [ "CE: +3 Front" ],
"id": "sl/v:004",
"gpid": 3887
},
@ -49,14 +52,18 @@
"cs#": "2\u2020<sup>1</sup>",
"note_number": "22\u2020",
"notes": [ "E", "I\u2020<sup>1</sup>", "L\u2020<sup>2</sup>" ],
"disabled_comments": [ "German ESB", "Black TH#" ],
"comments": [ "German ESB" ],
"id": "sl/v:005",
"gpid": 3889
"gpid": [ 3889, 3890 ]
},
{ "name": "SdKfz 2(g)",
"type": "htMC",
"cs#": 2,
"note_number": "23\u2020",
"notes": [ "E", "L\u2020<sup>1</sup>" ],
"disabled_comments": [ "Black TH#" ],
"comments": [ "German ESB", "Crew/HS Rider OK", "Hidden AT Mine attacks NA", "AP Mine attacks: Area Fire" ],
"id": "sl/v:006",
"gpid": 3891
}

@ -6,6 +6,7 @@
"capabilities2": { "sD": 6 },
"note_number": "1\u2020",
"notes": [ "N", "P" ],
"comments": [ "2 TK DR (12.7 &amp; MG)" ],
"id": "br/v:000",
"gpid": 1208
},
@ -31,6 +32,7 @@
"capabilities2": { "HE": "9\u2020<sup>1</sup>", "s": [ null, "\u2020<sup>1</sup>" ], "sD": 6 },
"note_number": "2\u2020",
"notes": [ "S\u2020<sup>1</sup>" ],
"comments": [ "{? -10/1943 | &infin; Smoke | s9, &infin; HE | &infin; Smoke [EXC: post-10/43: s9, &infin; HE] ?}" ],
"id": "br/v:003",
"gpid": 1214
},
@ -76,6 +78,7 @@
"capabilities2": { "sD": 6 },
"note_number": "6\u2020",
"notes": [ "K\u2020<sup>1</sup>", "N" ],
"comments": [ "BMG: Scrounge NA" ],
"id": "br/v:008",
"gpid": [ 1224, 1226 ]
},
@ -85,6 +88,7 @@
"capabilities2": { "s": [ null, "\u2020<sup>2</sup>" ], "sD": 6 },
"note_number": "6\u2020",
"notes": [ "K\u2020<sup>1</sup>", "N", "S\u2020<sup>2</sup>" ],
"comments": [ "&infin; Smoke", "BMG: Scrounge NA" ],
"id": "br/v:009",
"gpid": [ 1228, 1230 ]
},
@ -103,6 +107,7 @@
"capabilities2": { "s": [ null, "\u2020<sup>2</sup>" ], "sD": 6 },
"note_number": "7\u2020",
"notes": [ "K\u2020<sup>1</sup>", "N", "S\u2020<sup>2</sup>" ],
"comments": [ "&infin; Smoke" ],
"id": "br/v:011",
"gpid": [ 1242, 1244, 1246 ]
},
@ -130,6 +135,7 @@
"capabilities2": { "s": [ null, "\u2020<sup>2</sup>" ], "sD": 6 },
"note_number": "8\u2020",
"notes": [ "K\u2020<sup>1</sup>", "N", "S\u2020<sup>2</sup>" ],
"comments": [ "&infin; Smoke" ],
"id": "br/v:014",
"gpid": 1260
},
@ -139,6 +145,7 @@
"capabilities2": { "sM": 8 },
"note_number": "9\u2020",
"notes": [ "K\u2020<sup>1</sup>", "N" ],
"comments": [ "BMG: extended port-side" ],
"id": "br/v:015",
"gpid": [ 1262, 1264 ]
},
@ -148,6 +155,7 @@
"capabilities2": { "HE": 9, "s": [ null, "\u2020<sup>2</sup>" ], "sM": 8 },
"note_number": "9\u2020",
"notes": [ "K\u2020<sup>1</sup>", "N", "S\u2020<sup>2</sup>" ],
"comments": [ "BMG: extended port-side", "&infin; Smoke" ],
"id": "br/v:016",
"gpid": [ 1266, 1268 ]
},
@ -166,6 +174,7 @@
"capabilities2": { "HE": 9, "s": [ null, "\u2020<sup>2</sup>" ], "sM": 8 },
"note_number": "9\u2020",
"notes": [ "K\u2020<sup>1</sup>", "N", "S\u2020<sup>2</sup>" ],
"comments": [ "&infin; Smoke" ],
"id": "br/v:018",
"gpid": [ 1274, 1276 ]
},
@ -184,6 +193,7 @@
"capabilities2": { "HE": [ null, "4+" ], "C": [ [5,"4+"], "\u2020<sup>1</sup>" ], "s": "8\u2020", "sM": 8 },
"note_number": "11\u2020",
"notes": [ "A", "C\u2020<sup>1</sup>", "G", "N", "P" ],
"comments": [ "37LL: T", "75 SA: NT (bow-mounted)", "Smoke: 75 SA only", "HE &amp; C: 37 MA only", "BMG: +1 DRM vs Moving/Motion" ],
"id": "br/v:020",
"gpid": 1280
},
@ -193,6 +203,7 @@
"capabilities2": { "HE": [ null, "4+" ], "C": [ [5,"4+"], "\u2020<sup>1</sup>" ], "s": "8\u2020", "sD": 6 },
"note_number": "11\u2020",
"notes": [ "A", "C\u2020<sup>1</sup>", "G", "N", "P" ],
"comments": [ "37LL: T", "75 SA: NT (bow-mounted)", "Smoke: 75 SA only", "HE &amp; C: 37 MA only", "BMG: +1 DRM vs Moving/Motion", "AAMG: BU Fire &amp; CC ok [EXC: vs Aerial NA]" ],
"id": "br/v:021",
"gpid": [ 1282, 1284 ]
},
@ -328,6 +339,7 @@
"capabilities2": { "s": 8, "WP": 6, "sD": 6 },
"note_number": "23\u2020",
"notes": [ "A", "G", "K\u2020<sup>2</sup>", "P", "R\u2020<sup>1</sup>" ],
"comments": [ "Front-hull hit: +2 TH DRM (unless level &lt; firer)" ],
"id": "br/v:036",
"gpid": [ 1328, 1330 ]
},
@ -337,6 +349,7 @@
"capabilities2": { "s": 8, "WP": 6, "sD": 6 },
"note_number": "24\u2020",
"notes": [ "A", "G", "K\u2020<sup>2</sup>", "P", "R\u2020<sup>1</sup>" ],
"comments": [ "Mine &amp; Wire Clearance" ],
"id": "br/v:037",
"gpid": [ 1332, 1334 ]
},
@ -347,6 +360,7 @@
"capabilities2": { "sD": 5 },
"note_number": "25\u2020",
"notes": [ "B\u2020<sup>1</sup>" ],
"comments": [ "MA: 12.7", "Road Rate NA" ],
"id": "br/v:038",
"gpid": [ 1338, 1340 ]
},
@ -356,6 +370,7 @@
"capabilities2": { "sD": 6 },
"note_number": "26\u2020",
"notes": [ "B\u2020<sup>1</sup>", "K\u2020<sup>2</sup>", "N", "P" ],
"comments": [ "Immob: dr &le; 3 [EXC: mines, Direct Fire vs front/rear]" ],
"id": "br/v:039",
"gpid": [ 1342, 1344, 1346, 1348 ]
},
@ -365,6 +380,7 @@
"capabilities2": { "HE": "9\u2020<sup>2</sup>", "s": [ null, "\u2020<sup>2</sup>" ], "sD": 6 },
"note_number": "26\u2020",
"notes": [ "K\u2020<sup>1</sup>", "N", "P", "S\u2020<sup>2</sup>" ],
"comments": [ "Immob: dr &le; 3 [EXC: mines, Direct Fire vs front/rear]", "{? -10/1943 | &infin; Smoke | s9, &infin; HE | &infin; Smoke [EXC: post-10/43: s9, &infin; HE] ?}" ],
"id": "br/v:040",
"gpid": [ 1350, 1352 ]
},
@ -409,6 +425,7 @@
"capabilities2": { "HE": "9\u2020<sup>2</sup>", "s": [ null, "\u2020<sup>2</sup>" ], "sD": [ [5,4] ], "sM": "8\u2020<sup>1</sup>" },
"note_number": "31\u2020",
"notes": [ "N<sup>T</sup>", "S\u2020<sup>2</sup>", "Z\u2020<sup>1</sup>", "CC" ],
"comments": [ "40 MA: T", "76 SA: NT (bow-mounted)", "76 SA: +1 DRM vs Moving/Motion", "Smoke &amp; HE: 76 SA only", "{? -10/1943 | 76 SA: &infin; Smoke | 76 SA: s9, &infin; HE | 76 SA: &infin; Smoke [EXC: post-10/43: s9, &infin; HE] ?}" ],
"id": "br/v:045",
"gpid": 1364
},
@ -463,6 +480,7 @@
"capabilities2": { "sD": 7 },
"note_number": "36\u2020",
"notes": [ "M", "P" ],
"comments": [ "Inherent Crew" ],
"id": "br/v:051",
"gpid": 1376
},
@ -472,16 +490,17 @@
"capabilities2": { "sD": 7 },
"note_number": "36\u2020",
"notes": [ "M", "CC" ],
"comments": [ "Inherent Crew", "VBM NA (with bridge)" ],
"id": "br/v:052",
"gpid": 1380
},
{ "name": "Churchill AVRE",
"type": "HTv",
"CS#": 8,
"no_if": true,
"capabilities2": { "sD": 7, "sM": "8\u2020<sup>1</sup>" },
"note_number": "37\u2020",
"notes": [ "Z\u2020<sup>1</sup>", "CC" ],
"comments": [ "Crew: Assault Engineers &amp; Sappers", "Inherent 4&times; DC (Throw NA, Fanaticism)", "MA: Area Target Type &amp; TH Case L NA", "TH# = 12 - 2 &times; range", "TCA alignment", "Mine Clearance", "Wall/Hedge Breaches", "No IF" ],
"id": "br/v:053",
"gpid": [ 1384, 1386 ]
},
@ -491,6 +510,7 @@
"capabilities2": { "s": 8, "WP": 6, "sD": 7, "sM": "8\u2020<sup>1</sup>" },
"note_number": "38\u2020",
"notes": [ "Z\u2020<sup>1</sup>", "CC" ],
"comments": [ "Trailer (AF 6)" ],
"id": "br/v:054",
"gpid": 1390
},
@ -500,6 +520,7 @@
"capabilities2": { "HE": [ [7,"F3+"], "\u2020<sup>2</sup>" ] },
"note_number": "39\u2020",
"notes": [ "L\u2020<sup>1</sup>", "N", "Y\u2020<sup>2</sup>" ],
"comments": [ "Starboard VCA NA", "TCA restrictions", "Turret Rear unarmored", "CE: +3 Front/Side Turret" ],
"id": "br/v:055",
"gpid": 1393
},
@ -527,6 +548,7 @@
"capabilities2": { "HE": 7, "D": [ [6,4], [7,5], "\u2020<sup>1</sup>" ], "sD": 7 },
"note_number": "41\u2020",
"notes": [ "J\u2020<sup>1</sup>" ],
"comments": [ "MA: Rear VCA only", "No Bnd FF, Motion Fire" ],
"id": "br/v:058",
"gpid": 1399
},
@ -554,6 +576,7 @@
"capabilities2": { "sD": [ [4,"4+"], "\u2020" ] },
"note_number": "43\u2020",
"notes": [ "L\u2020<sup>1</sup>", "M", "P", "BB\u2020<sup>2</sup>" ],
"comments": [ "MA: CE, Rider, vs Aerial NA" ],
"id": "br/v:061",
"gpid": 1405
},
@ -562,6 +585,8 @@
"CS#": 5,
"note_number": "44\u2020",
"notes": [ "A", "D", "N<sup>T</sup>", "P" ],
"disabled_comments": [ "A" ],
"comments": [ "MA: VCA only", "2 TK DR (MG)", "As fully-tracked" ],
"id": "br/v:062",
"gpid": 1407
},
@ -571,6 +596,7 @@
"capabilities2": { "sD": 5 },
"note_number": "45\u2020",
"notes": [ "L\u2020<sup>1</sup>", "N", "P", "Q\u2020<sup>2</sup>" ],
"disabled_comments": [ "Q" ],
"id": "br/v:063",
"gpid": 1409
},
@ -580,6 +606,7 @@
"capabilities2": { "sD": 5 },
"note_number": "45\u2020",
"notes": [ "L\u2020<sup>1</sup>", "P", "Q\u2020<sup>2</sup>" ],
"disabled_comments": [ "Q" ],
"id": "br/v:064",
"gpid": 1411
},
@ -614,6 +641,7 @@
"CS#": 4,
"note_number": "49\u2020",
"notes": [ "L\u2020<sup>1</sup>", "N", "AA\u2020<sup>2</sup>" ],
"comments": [ "MA &amp; CMG: AA ok", "Red TH#" ],
"id": "br/v:068",
"gpid": 1419
},
@ -638,6 +666,8 @@
"CS#": 4,
"note_number": "49\u2020",
"notes": [ "K\u2020<sup>2</sup>", "L\u2020<sup>1</sup>", "N", "T\u2020<sup>2</sup>" ],
"disabled_comments": [ "T" ],
"comments": [ "AAMG: Rear VCA only", "Red TH#" ],
"id": "br/v:071",
"gpid": [ 1425, 1427 ]
},
@ -719,16 +749,17 @@
"capabilities2": { "s": 9, "sD": 6 },
"note_number": "54\u2020",
"notes": [ "A", "K\u2020<sup>3</sup>", "S\u2020<sup>2</sup>", "X\u2020<sup>1</sup>" ],
"comments": [ "&infin; Smoke" ],
"id": "br/v:080",
"gpid": [ 1451, 1453 ]
},
{ "name": "Bishop",
"type": "SPA",
"CS#": 5,
"no_if": true,
"capabilities2": { "s": 8 },
"note_number": "55\u2020",
"notes": [ "K\u2020<sup>1</sup>", "N", "P" ],
"comments": [ "+1 TH DRM vs Moving/Motion", "No IF" ],
"id": "br/v:081",
"gpid": [ 1457, 1459 ]
},
@ -756,6 +787,7 @@
"capabilities2": { "s": 8, "WP": [ [7,"J4+"], "\u2020<sup>1</sup>" ] },
"note_number": "58\u2020",
"notes": [ "A", "N<sup>T</sup>", "W\u2020<sup>1</sup>" ],
"comments": [ "CE: +3 Front" ],
"id": "br/v:084",
"gpid": 1467
},
@ -773,6 +805,7 @@
"capabilities2": { "sD": 7 },
"note_number": "60\u2020",
"notes": [ "AA\u2020<sup>1</sup>" ],
"comments": [ "2 TK DR", "CE Fire NA" ],
"id": "br/v:086",
"gpid": [ 1471, 1473 ]
},
@ -781,6 +814,7 @@
"CS#": 4,
"note_number": "61\u2020",
"notes": [ "A", "F\u2020", "AA\u2020<sup>1</sup>" ],
"comments": [ "CE: +1 Side/Rear Turret", "MA: VCA &le; level NA", "4 TK DR" ],
"id": "br/v:087",
"gpid": 1475
},
@ -797,6 +831,7 @@
"CS#": 3,
"note_number": "62\u2020",
"notes": [ "A", "F\u2020", "X\u2020<sup>1</sup>", "AA\u2020<sup>2</sup>" ],
"comments": [ "2 TK DR" ],
"id": "br/v:089",
"gpid": 1479
},
@ -805,6 +840,8 @@
"cs#": "5\u2020<sup>1</sup>",
"note_number": "63\u2020",
"notes": [ "A", "I\u2020<sup>1</sup>", "N" ],
"disabled_comments": [ "A" ],
"comments": [ "American ESB+", "MA Removal OK (.30-cal MMG)" ],
"id": "br/v:090",
"gpid": [ 1481, 1483 ]
},
@ -813,6 +850,8 @@
"cs#": "4\u2020<sup>1</sup>",
"note_number": "63\u2020",
"notes": [ "A", "I\u2020<sup>1</sup>", "N" ],
"disabled_comments": [ "A" ],
"comments": [ "American ESB+", "MA Removal OK (.30-cal MMG)" ],
"id": "br/v:091",
"gpid": [ 1489, 1491 ]
},
@ -821,6 +860,8 @@
"cs#": "5\u2020",
"note_number": "63",
"notes": [ "A", "I\u2020" ],
"disabled_comments": [ "A" ],
"comments": [ "American ESB+", "MA Removal OK (.50-cal HMG)" ],
"id": "br/v:092",
"gpid": [ 1485, 1487 ]
},
@ -829,6 +870,8 @@
"cs#": "4\u2020",
"note_number": "63",
"notes": [ "A", "I\u2020" ],
"disabled_comments": [ "A" ],
"comments": [ "American ESB+", "MA Removal OK (.50-cal HMG)" ],
"id": "br/v:093",
"gpid": [ 1493, 1495 ]
},
@ -838,6 +881,7 @@
"capabilities2": { "sD": [ [5,"4+"], "\u2020<sup>1</sup>" ] },
"note_number": "64\u2020",
"notes": [ "N", "P", "U\u2020<sup>1</sup>" ],
"comments": [ "Always CE", "BMG: AA ok" ],
"id": "br/v:094",
"gpid": 1497
},
@ -847,6 +891,7 @@
"capabilities2": { "sD": [ [5,"4+"], "\u2020<sup>2</sup>" ] },
"note_number": "64\u2020",
"notes": [ "N", "P", "Q\u2020<sup>1</sup>", "U\u2020<sup>2</sup>" ],
"comments": [ "Always CE" ],
"id": "br/v:095",
"gpid": 1499
},
@ -856,6 +901,7 @@
"capabilities2": { "sD": [ [5,"4+"], "\u2020<sup>1</sup>" ] },
"note_number": "64\u2020",
"notes": [ "N", "P", "U\u2020<sup>1</sup>" ],
"comments": [ "Always CE", "MA: Removal NA", "{? 07/1943- | PIAT | | PIAT<sup>J3+</sup> ?}" ],
"id": "br/v:096",
"gpid": 1501
},
@ -865,6 +911,7 @@
"capabilities2": { "sD": [ [5,"4+"], "\u2020<sup>2</sup>" ] },
"note_number": "65\u2020",
"notes": [ "N", "P", "Q\u2020<sup>1</sup>", "U\u2020<sup>2</sup>" ],
"comments": [ "Always CE", "BATR SA: HD VCA Fire OK" ],
"id": "br/v:097",
"gpid": [ 1503, 1505 ]
},
@ -874,6 +921,7 @@
"capabilities2": { "sD": [ [5,"4+"], "\u2020<sup>2</sup>" ] },
"note_number": "65\u2020",
"notes": [ "U\u2020<sup>2</sup>", "BB\u2020<sup>1</sup>" ],
"comments": [ "Always CE", "Normal Range = 14" ],
"id": "br/v:098",
"gpid": 1507
},
@ -883,6 +931,7 @@
"capabilities2": { "IR": [ [null,"2+"], "\u2020" ], "s": 7 },
"note_number": "66\u2020",
"notes": [ "N", "P", "U\u2020<sup>1</sup>" ],
"comments": [ "Always CE", "MA: Removal OK" ],
"id": "br/v:099",
"gpid": 1509
},
@ -891,6 +940,7 @@
"CS#": "4:brewup\u2020<sup>1</sup>",
"note_number": "67\u2020",
"notes": [ "H\u2020<sup>1</sup>", "N", "P", "U", "BB\u2020<sup>2</sup>" ],
"comments": [ "Always CE", "Inherent dm <span style='text-decoration:overline;'>76</span>* MTR" ],
"id": "br/v:100",
"gpid": 1511
},
@ -899,6 +949,8 @@
"CS#": 7,
"note_number": "68\u2020",
"notes": [ "A", "D" ],
"disabled_comments": [ "A" ],
"comments": [ "American ESB+", "MA: 12.7(a)" ],
"id": "br/v:101",
"gpid": 1513
},
@ -907,6 +959,8 @@
"CS#": 7,
"note_number": "68\u2020",
"notes": [ "A", "D", "K\u2020<sup>1</sup>" ],
"disabled_comments": [ "A" ],
"comments": [ "American ESB+" ],
"id": "br/v:102",
"gpid": [ 1515, 1517 ]
},
@ -915,6 +969,8 @@
"cs#": "4\u2020<sup>1</sup>",
"note_number": "69\u2020",
"notes": [ "A", "I\u2020<sup>1</sup>", "N" ],
"disabled_comments": [ "A" ],
"comments": [ "American ESB+", "Unpossessed SW ok", "Pas: No Mounted Fire penalty" ],
"id": "br/v:103",
"gpid": [ 1519, 1521 ]
},
@ -931,6 +987,7 @@
"CS#": 4,
"note_number": "70\u2020",
"notes": [ "N", "P", "Q\u2020<sup>2</sup>", "V", "X\u2020<sup>1</sup>" ],
"comments": [ "BU Fire OK" ],
"id": "br/v:105",
"gpid": 1525
},
@ -939,6 +996,7 @@
"CS#": 4,
"note_number": "70\u2020",
"notes": [ "P", "Q\u2020<sup>1</sup>", "V", "X\u2020" ],
"comments": [ "BATR SA: BU/HD Fire OK" ],
"id": "br/v:106",
"gpid": 1527
},
@ -949,6 +1007,7 @@
"capabilities2": { "s": 8, "WP": 7 },
"note_number": "71\u2020<sup>2</sup>",
"notes": [ "E\u2020<sup>3</sup>", "H\u2020", "P", "V", "X\u2020<sup>1</sup>", "BB\u2020<sup>4</sup>" ],
"comments": [ "MA: Rear VCA only" ],
"id": "br/v:107",
"gpid": [ 1529, 1531 ]
},
@ -958,6 +1017,8 @@
"capabilities2": { "sD": "5\u2020" },
"note_number": "72\u2020",
"notes": [ "K\u2020<sup>1</sup>", "U" ],
"disabled_comments": [ "U" ],
"comments": [ "Always CE", "sD: 2 hexes" ],
"id": "br/v:108",
"gpid": [ 1533, 1535 ]
},
@ -966,6 +1027,8 @@
"CS#": 3,
"note_number": "72\u2020",
"notes": [ "A", "K\u2020<sup>1</sup>", "M" ],
"disabled_comments": [ "A" ],
"comments": [ "American ESB+" ],
"id": "br/v:109",
"gpid": [ 1537, 1539 ]
},
@ -975,6 +1038,7 @@
"capabilities2": { "sD": "5\u2020" },
"note_number": "73\u2020",
"notes": [ "A", "D", "AA\u2020<sup>1</sup>" ],
"comments": [ "sD: Water OK", "Bog: 0 DRM for soft, mud, snow-covered ground" ],
"id": "br/v:110",
"gpid": 1541
},
@ -984,6 +1048,8 @@
"capabilities2": { "sD": "5\u2020" },
"note_number": "73\u2020",
"notes": [ "A", "D", "E\u2020<sup>1</sup>", "AA\u2020<sup>2</sup>" ],
"disabled_comments": [ "(Un)load &times;2" ],
"comments": [ "sD: Water OK", "Bog: 0 DRM for soft, mud, snow-covered ground" ],
"id": "br/v:111",
"gpid": 1543
},
@ -1001,14 +1067,17 @@
"cs#": "7\u2020<sup>1</sup>",
"note_number": "75\u2020",
"notes": [ "A", "D", "I\u2020<sup>1</sup>", "P" ],
"disabled_comments": [ "A", "MG Removal NA" ],
"comments": [ "American ESB+" ],
"id": "br/v:113",
"gpid": 1549
"gpid": [ 1549, 1551 ]
},
{ "name": "Terrapin Mk I",
"type": "atr",
"cs#": 7,
"note_number": "76\u2020",
"notes": [ "D" ],
"disabled_comments": [ "MG Removal NA" ],
"id": "br/v:114",
"gpid": 1553
},
@ -1017,6 +1086,7 @@
"CS#": "4\u2020<sup>1</sup>",
"note_number": "77\u2020",
"notes": [ "H\u2020<sup>1</sup>", "N", "P" ],
"comments": [ "MA: NA VCA" ],
"id": "br/v:115",
"gpid": 1555
},
@ -1025,6 +1095,7 @@
"CS#": 4,
"note_number": "78\u2020",
"notes": [ "P", "AA\u2020<sup>1</sup>" ],
"comments": [ "No Bnd (F)F, Motion Fire" ],
"id": "br/v:116",
"gpid": 1557
},
@ -1033,14 +1104,16 @@
"cs#": 5,
"note_number": "79\u2020",
"notes": [ "N", "P" ],
"comments": [ "Not a Carrier" ],
"id": "br/v:117",
"gpid": 1559
},
{ "name": "Quad FAT",
"type": "tr",
"CS#": "5:brewup\u2020",
"cs#": "5:brewup\u2020",
"note_number": "80\u2020",
"notes": [ "N", "P" ],
"comments": [ "Burning Wreck: -1 DRM" ],
"id": "br/v:118",
"gpid": 1561
},
@ -1073,6 +1146,8 @@
"cs#": "2\u2020<sup>1</sup>",
"note_number": "84\u2020",
"notes": [ "A", "I\u2020<sup>1</sup>", "N", "P" ],
"disabled_comments": [ "A" ],
"comments": [ "American ESB+", "Bog assistance" ],
"id": "br/v:122",
"gpid": [ 1569, 1570 ]
},
@ -1081,6 +1156,8 @@
"cs#": 4,
"note_number": "85",
"notes": [ "A", "N" ],
"disabled_comments": [ "A" ],
"comments": [ "American ESB+" ],
"id": "br/v:123",
"gpid": 1571
},
@ -1089,6 +1166,8 @@
"cs#": 6,
"note_number": "85",
"notes": [ "A", "N" ],
"disabled_comments": [ "A" ],
"comments": [ "American ESB+" ],
"id": "br/v:124",
"gpid": 1573
},
@ -1097,6 +1176,8 @@
"cs#": 7,
"note_number": "85",
"notes": [ "A", "N" ],
"disabled_comments": [ "A" ],
"comments": [ "American ESB+" ],
"id": "br/v:125",
"gpid": 1575
},
@ -1105,6 +1186,8 @@
"cs#": 7,
"note_number": "85\u2020",
"notes": [ "A", "N" ],
"disabled_comments": [ "A" ],
"comments": [ "American ESB+" ],
"id": "br/v:126",
"gpid": 1577
}

@ -6,6 +6,7 @@
"CS#": 2,
"note_number": "1\u2020",
"notes": [ "A", "<s>B</s>" ],
"comments": [ "+3 Target Size &amp; HD in Water" ],
"id": "ch/v:000",
"gpid": 2063
},
@ -15,6 +16,7 @@
"CS#": "2\u2020",
"note_number": "2\u2020",
"notes": [ "A", "<s>B</s>", "D\u2020<sup>1</sup>" ],
"comments": [ "Stun = Recall, CE &amp; Fire NA" ],
"id": "ch/v:001",
"gpid": 2065
},
@ -42,6 +44,7 @@
"CS#": 3,
"note_number": "5\u2020",
"notes": [ "A", "E\u2020<sup>1</sup>" ],
"comments": [ "12: Immob, 11: Stall", "{? 01/1941- | MA: B# = (11) | MA: B# = 11 | MA: B# (11)<sup>1+</sup> ?}" ],
"id": "ch/v:004",
"gpid": [ 2071, 2073 ]
},
@ -60,6 +63,7 @@
"capabilities2": { "s": 8, "WP": [ [7,"J4+"], "\u2020" ] },
"note_number": "7\u2020",
"notes": [ "A", "B", "E\u2020<sup>1</sup>", "G" ],
"comments": [ "Multiple Hits" ],
"id": "ch/v:006",
"gpid": [ 2079, 2081 ]
},
@ -68,6 +72,7 @@
"CS#": 4,
"note_number": "8\u2020",
"notes": [ "A", "B", "E\u2020<sup>1</sup>" ],
"comments": [ "MA: 12.7", "{{4|MA|2*}}", "Independent AAMG's", "Inherent Crew & Passenger", "Unpossessed SW ok", "Pas: No Mounted Fire penalty", "MG Removal OK", "Crew: .50-cal MA only" ],
"id": "ch/v:007",
"gpid": 2085
},
@ -76,6 +81,7 @@
"CS#": 5,
"note_number": "9\u2020",
"notes": [ "A", "B", "D\u2020<sup>1</sup>", "E\u2020<sup>2</sup>" ],
"comments": [ "MA: VCA only", "(Un)load &times;2", "Pas: Mounted Fire", "Unpossessed SW ok", "MG Removal NA", "As fully-tracked" ],
"id": "ch/v:008",
"gpid": 2087
},
@ -85,6 +91,7 @@
"CS#": 4,
"note_number": "10\u2020<sup>1</sup>",
"notes": [ "<s>B</s>", "E\u2020<sup>2</sup>", "F\u2020" ],
"comments": [ "CMG: Normal Range = 8", "CMG: Removal/Scrounge OK", "Reverse MP &times;3" ],
"id": "ch/v:009",
"gpid": 2089
},
@ -93,6 +100,7 @@
"CS#": 2,
"note_number": "11\u2020",
"notes": [ "A", "<s>B</s>", "F\u2020" ],
"comments": [ "CMG: BU Fire NA", "MA: AA ok", "Reverse MP &times;4" ],
"id": "ch/v:010",
"gpid": 2091
},
@ -101,6 +109,7 @@
"CS#": 3,
"note_number": "11\u2020",
"notes": [ "A", "<s>B</s>", "E\u2020<sup>1</sup>", "F\u2020" ],
"comments": [ "MA: AA ok", "Reverse MP &times;3" ],
"id": "ch/v:011",
"gpid": 2093
},
@ -119,6 +128,7 @@
"CS#": 4,
"note_number": "12",
"notes": [ "A", "<s>B</s>", "E\u2020<sup>1</sup>", "F\u2020" ],
"comments": [ "{? 01/1941- | MA: B# = (11) | MA: B# = 11 | B# (11)<sup>1+</sup> ?}" ],
"id": "ch/v:013",
"gpid": 2097
},
@ -127,6 +137,7 @@
"CS#": "2\u2020",
"note_number": "13\u2020",
"notes": [ "A", "<s>B</s>", "H\u2020<sup>1</sup>" ],
"comments": [ "As Carrier", "Always CE", "Inherent Crew", "Riders NA", "Stun = Recall, Fire NA", "Combined (un)hooking/(un)loading" ],
"id": "ch/v:014",
"gpid": [ 2101, 2103 ]
},
@ -135,6 +146,7 @@
"CS#": 3,
"note_number": "14\u2020",
"notes": [ "A" ],
"comments": [ "Always CE", "BMG: AA ok", "Combined (un)hooking/(un)loading", "{? 01/1945- | Tow OK | Tow NA | Tow<sup>45</sup> ?}" ],
"id": "ch/v:015",
"gpid": 2105
},
@ -143,6 +155,7 @@
"CS#": 3,
"note_number": "14\u2020",
"notes": [ "A", "E\u2020<sup>1</sup>" ],
"comments": [ "Always CE", "ATR: [12] TH", "ATR: Removal/Scrounge OK", "Combined (un)hooking/(un)loading", "{? 01/1945- | Tow OK | Tow NA | Tow<sup>45</sup> ?}" ],
"id": "ch/v:016",
"gpid": 2107
},
@ -151,6 +164,7 @@
"CS#": 3,
"note_number": "14\u2020",
"notes": [ "A", "E\u2020<sup>1</sup>" ],
"comments": [ "Always CE", "MA: Removal NA, Scrounge OK (LMG)", "Combined (un)hooking/(un)loading", "{? 01/1945- | Tow OK | Tow NA | Tow<sup>45</sup> ?}" ],
"id": "ch/v:017",
"gpid": 2109
},
@ -167,8 +181,9 @@
"cs#": "2\u2020",
"note_number": "16\u2020",
"notes": [ "A", "H\u2020<sup>1</sup>" ],
"comments": [ "Inherent Crew if armed (with CS#)", "AAMG: Removal OK" ],
"id": "ch/v:019",
"gpid": 2113
"gpid": [ 2113, 2114, 2115 ]
},
{ "name": "2&#189;-Ton(a)",
"type": "tr",

@ -6,6 +6,7 @@
"CS#": 2,
"note_number": "1\u2020",
"notes": [ "D", "M" ],
"comments": [ "+3 Target Size &amp; HD in Water" ],
"id": "fi/v:000",
"gpid": 6841
},
@ -41,6 +42,7 @@
"CS#": 3,
"note_number": "5\u2020",
"notes": [ "D", "M" ],
"comments": [ "Turret Knock-Out: Non-HE TK = Final TK", "CMG: Scrounge as BMG" ],
"id": "fi/v:004",
"gpid": 6865
},
@ -133,6 +135,7 @@
"capabilities2": { "A": 3, "sD": "6\u2020" },
"note_number": "14\u2020",
"notes": [ "D" ],
"comments": [ "sD: single use" ],
"id": "fi/v:014",
"gpid": 6911
},
@ -157,11 +160,11 @@
"type": "AG",
"no_radio": "\u00ae",
"CS#": "3:brewup",
"no_if": true,
"capabilities": [ "H\u2020" ],
"capabilities2": { "s": 6 },
"note_number": "16\u2020",
"notes": [ "D", "M" ],
"comments": [ "TCA: Pays NT DRM", "&infin; HEAT", "HEAT TK# = 15", "No IF" ],
"id": "fi/v:017",
"gpid": 6925
},
@ -171,6 +174,7 @@
"capabilities2": { "A": 3, "H": 4, "s": 8 },
"note_number": "17\u2020",
"notes": [ "D" ],
"comments": [ "AAMG: VCA Only" ],
"id": "fi/v:018",
"gpid": 6929
},
@ -187,6 +191,7 @@
"type": "AC",
"CS#": 5,
"note_number": "19\u2020",
"comments": [ "CMG: AA ok (TCA only)", "MA: [16] TH", "Black TH#" ],
"id": "fi/v:020",
"gpid": 6937
},
@ -194,6 +199,7 @@
"type": "AC",
"CS#": 5,
"note_number": "19\u2020",
"comments": [ "CMG: AA ok (TCA only)", "MA: [12] TH", "Black TH#" ],
"id": "fi/v:021",
"gpid": 6941
},
@ -219,6 +225,7 @@
"CS#": 4,
"note_number": "22\u2020",
"notes": [ "A\u2020<sup>1</sup>" ],
"comments": [ "4 TK DR", "AAMG: Scrounge NA" ],
"id": "fi/v:024",
"gpid": 6955
},
@ -227,6 +234,7 @@
"CS#": "2\u2020",
"note_number": "23\u2020",
"notes": [ "D" ],
"comments": [ "Inherent Crew if armed (with CS#)", "Stun = Recall, CE &amp; Fire NA", "Pas: Always CE; +1 VCA", "Unpossessed SW ok" ],
"id": "fi/v:025",
"gpid": 6959
},
@ -250,6 +258,7 @@
"type": "tr",
"cs#": 2,
"note_number": "26\u2020",
"comments": [ "Bog assistance" ],
"id": "fi/v:028",
"gpid": 6979
},

@ -81,7 +81,8 @@
"notes": [ "Fr W\u2020" ]
},
{ "id": "ff/v:018",
"copy_from": "fr/v:020"
"copy_from": "fr/v:020",
"disabled_comments": [ "Fr F" ]
},
{ "id": "ff/v:019",
"copy_from": "am/v:041",
@ -162,22 +163,26 @@
{ "id": "ff/v:036",
"copy_from": "br/v:094",
"note_number": "Fr 48\u2020<sup>1</sup>",
"notes": [ "Fr W\u2020" ]
"notes": [ "Fr W\u2020" ],
"comments": [ "Inherent Passenger (HS)" ]
},
{ "id": "ff/v:037",
"copy_from": "br/v:095",
"note_number": "Fr 48\u2020<sup>1</sup>",
"notes": [ "Fr W\u2020" ]
"notes": [ "Fr W\u2020" ],
"comments": [ "Inherent Passenger (HS)" ]
},
{ "id": "ff/v:038",
"copy_from": "br/v:096",
"note_number": "Fr 48\u2020<sup>1</sup>",
"notes": [ "Fr W\u2020" ]
"notes": [ "Fr W\u2020" ],
"comments": [ "Inherent Passenger (HS)" ]
},
{ "id": "ff/v:039",
"copy_from": "br/v:097",
"note_number": "Fr 48\u2020<sup>1</sup>",
"notes": [ "Fr W\u2020" ]
"notes": [ "Fr W\u2020" ],
"comments": [ "Inherent Passenger (HS)" ]
},
{ "id": "ff/v:040",
"copy_from": "fr/v:042"

@ -6,6 +6,7 @@
"CS#": 2,
"note_number": "1\u2020",
"notes": [ "C" ],
"comments": [ "Road Rate NA" ],
"id": "fr/v:000",
"gpid": 1713
},
@ -16,6 +17,7 @@
"capabilities2": { "AP": 9 },
"note_number": "1\u2020",
"notes": [ "C" ],
"comments": [ "Road Rate NA" ],
"id": "fr/v:001",
"gpid": 1715
},
@ -23,9 +25,9 @@
"type": "Tt",
"no_radio": "\u00ae",
"CS#": "3:brewup",
"no_if": true,
"note_number": "1\u2020",
"notes": [ "C" ],
"comments": [ "Road Rate NA", "No IF" ],
"id": "fr/v:002",
"gpid": 1717
},
@ -176,10 +178,10 @@
"type": "HT",
"no_radio": "\u00ae9\u2020<sup>1</sup>",
"CS#": "5:brewup",
"no_if": "75\u2020",
"capabilities": [ "AP9<sup>75</sup>\u2020" ],
"note_number": "13\u2020",
"notes": [ "A\u2020<sup>4</sup>", "B\u2020<sup>3</sup>", "C", "E", "F", "I\u2020<sup>2</sup>", "R\u2020<sup>1</sup>" ],
"comments": [ "47 MA: 1MT", "75* SA: NT (bow-mounted)", "75* SA: +1 TH DRM vs Moving/Motion", "75* SA: No IF", "AP: 75* SA only", "Acquisition Loss", "Port hull CH: Original 3" ],
"id": "fr/v:018",
"gpid": [ 1757, 1759 ]
},
@ -198,6 +200,7 @@
"capabilities2": { "AP": 10 },
"note_number": "15\u2020",
"notes": [ "F" ],
"comments": [ "CMG: AA ok", "MA NA in AA mode", "Partially armored <ul> <li> +2 DRM if unarmored [EXC: CC, FT, mines, height advantage, destroyed] </ul>" ],
"id": "fr/v:020",
"gpid": [ 1767, 1769, 1771 ]
},
@ -236,6 +239,7 @@
"CS#": 4,
"note_number": "18\u2020",
"notes": [ "E" ],
"comments": [ "AAMG: TCA only" ],
"id": "fr/v:024",
"gpid": [ 1779, 1781 ]
},
@ -244,6 +248,7 @@
"CS#": 3,
"note_number": "19\u2020",
"notes": [ "E", "J\u2020<sup>1</sup>" ],
"comments": [ "MA: Rear CVA only", "Crew Gunshield (Direct Fire)" ],
"id": "fr/v:025",
"gpid": 1785
},
@ -253,6 +258,7 @@
"capabilities2": { "s": 8 },
"note_number": "20\u2020",
"notes": [ "F", "M\u2020<sup>1</sup>" ],
"comments": [ "Fire NA if VCA &le; level", "AAMG: TCA only" ],
"id": "fr/v:026",
"gpid": 1787
},
@ -262,6 +268,7 @@
"capabilities2": { "s": 8 },
"note_number": "20\u2020",
"notes": [ "M\u2020<sup>1</sup>" ],
"comments": [ "Fire NA if VCA &le; level" ],
"id": "fr/v:027",
"gpid": 1789
},
@ -269,6 +276,7 @@
"type": "AAtr",
"CS#": 4,
"note_number": "21\u2020",
"comments": [ "MA: AA ok", "Bnd FF &amp; Motion Fire NA VCA" ],
"id": "fr/v:028",
"gpid": 1791
},
@ -277,6 +285,7 @@
"CS#": 4,
"note_number": "21\u2020",
"notes": [ "AA\u2020<sup>1</sup>" ],
"comments": [ "Bnd FF &amp; Motion Fire NA VCA", "2 TK DR" ],
"id": "fr/v:029",
"gpid": 1793
},
@ -285,6 +294,7 @@
"CS#": 4,
"note_number": "21\u2020",
"notes": [ "AA\u2020<sup>1</sup>" ],
"comments": [ "Bnd FF &amp; Motion Fire NA VCA" ],
"id": "fr/v:030",
"gpid": 1795
},
@ -293,6 +303,7 @@
"CS#": 4,
"note_number": "21\u2020",
"notes": [ "F", "AA\u2020<sup>1</sup>" ],
"comments": [ "Bnd FF &amp; Motion Fire NA VCA", "{? -12/1940 | MA: B# = (11) | MA: B# = 12 | MA: B# (11)<sup>40</sup> ?}" ],
"id": "fr/v:031",
"gpid": 1797
},
@ -309,6 +320,7 @@
"CS#": 7,
"note_number": "23\u2020",
"notes": [ "D\u2020<sup>1</sup>", "F", "AA\u2020<sup>2</sup>" ],
"comments": [ "MA: No Bnd (F)F, Motion Fire", "Rear TF NA", "Requires Ammo Vehicle/Dump" ],
"id": "fr/v:033",
"gpid": 1803
},
@ -356,6 +368,7 @@
"cs#": "2\u2020<sup>1</sup>",
"note_number": "28\u2020",
"notes": [ "G\u2020<sup>1</sup>", "K" ],
"comments": [ "Stun = Recall, CE &amp; Fire NA", "Pas: SMC = 1PP, always CE" ],
"id": "fr/v:039",
"gpid": [ 1817, 1819 ]
},
@ -364,6 +377,7 @@
"cs#": "3/2\u2020",
"note_number": "29\u2020",
"notes": [ "E", "H\u2020" ],
"comments": [ "Trailer (AF 0)", "Unpossessed SW ok" ],
"id": "fr/v:040",
"gpid": 1821
},
@ -372,6 +386,7 @@
"CS#": 3,
"note_number": "30\u2020",
"notes": [ "E", "K" ],
"comments": [ "Always CE", "Captured Use (unless French Partisans or Free French)" ],
"id": "fr/v:041",
"gpid": 1824
},
@ -380,6 +395,7 @@
"CS#": 3,
"note_number": "31\u2020",
"notes": [ "F", "M\u2020<sup>1</sup>" ],
"comments": [ "Inherent Crew (not HS)", "No Passengers", "Always CE" ],
"id": "fr/v:042",
"gpid": 1826
},
@ -404,6 +420,8 @@
"cs#": 5,
"note_number": "34\u2020",
"notes": [ "E", "J\u2020<sup>1</sup>" ],
"disabled_comments": [ "Moves as AC [EXC: Hedge NA]" ],
"comments": [ "Moves as Truck" ],
"id": "fr/v:045",
"gpid": 1832
},

@ -6,6 +6,7 @@
"capabilities2": { "sD": 6 },
"note_number": "1\u2020",
"notes": [ "N<sup>F</sup>" ],
"comments": [ "2 TK DR" ],
"id": "ge/v:000",
"gpid": 2524
},
@ -31,6 +32,7 @@
"CS#": "2:brewup",
"capabilities2": { "sD": "7\u2020" },
"note_number": "4\u2020",
"comments": [ "sD: 3 hex range" ],
"id": "ge/v:003",
"gpid": 2530
},
@ -81,6 +83,7 @@
"CS#": 2,
"note_number": "9.1\u2020",
"notes": [ "a", "c", "f" ],
"comments": [ "Road Rate NA" ],
"id": "ge/v:009",
"gpid": [ 2542, 7124 ]
},
@ -90,6 +93,7 @@
"capabilities2": { "AP": 9 },
"note_number": "9.1\u2020",
"notes": [ "a", "c", "f" ],
"comments": [ "Road Rate NA" ],
"id": "ge/v:010",
"gpid": [ 2544, 7128 ]
},
@ -287,9 +291,10 @@
{ "name": "PzKpfw VIE",
"type": "HT",
"CS#": 6,
"capabilities2": { "A": [ [6,2] ], "sD": 7, "M": "7\u2020" },
"capabilities2": { "A": [ [6,2] ], "sD": 7 },
"note_number": "30\u2020",
"notes": [ "K", "N<sup>FT</sup>" ],
"comments": [ "SA: Mines (CC: 12 FP)" ],
"id": "ge/v:033",
"gpid": 2598
},
@ -358,20 +363,20 @@
{ "name": "StuPz IV",
"type": "AG",
"CS#": 6,
"no_if": true,
"capabilities2": { "H": 7, "s": 9 },
"note_number": "37\u2020",
"notes": [ "S" ],
"comments": [ "BMG: HD Fire OK", "No IF" ],
"id": "ge/v:041",
"gpid": [ 2618, 2620 ]
},
{ "name": "Sturmtiger",
"type": "AG",
"CS#": 5,
"no_if": true,
"capabilities2": { "sN": 9 },
"note_number": "37.1\u2020",
"notes": [ "K" ],
"comments": [ "MA: No Bnd (F)F, Motion Fire, Acq, CE", "No Area Target Type, same Location, consecutive Fire", "+1 TH DRM vs Moving/Motion/Dash", "Riders Bail Out when MA fires", "IFT: 36+ FP with -3 DRM", "HE TK#: <ul> <li> Direct Hit (dr 1-2): 28 (armored), 22 (unarmored); <br> Specific Collateral Attack = full FP <li> Near Miss: 10 (armored), 16 (unarmored); <br> Specific Collateral Attack = 20 FP </ul>", "No IF" ],
"id": "ge/v:042",
"gpid": 2670
},
@ -403,10 +408,10 @@
{ "name": "StuG 105/25(i)",
"type": "AG",
"CS#": 3,
"no_if": true,
"capabilities2": { "H": 7, "s": 9 },
"note_number": "41",
"notes": [ "I", "P\u2020" ],
"comments": [ "No IF" ],
"id": "ge/v:046",
"gpid": 2630
},
@ -445,7 +450,7 @@
"id": "ge/v:050",
"gpid": 2550
},
{ "name": "Marder I",
{ "name": "Marder I(f)",
"type": "TD",
"CS#": "4:brewup",
"capabilities2": { "A": [ [6,2] ], "HE": 7, "s": 7 },
@ -478,6 +483,8 @@
"capabilities2": { "A": [ [6,2] ], "HE": 7, "s": 7, "sD": 6 },
"note_number": "47",
"notes": [ "E", "G", "N<sup>F</sup>" ],
"disabled_comments": [ "G" ],
"comments": [ "{? 01/1943- | CE +3 F | | CE +3 F<sup>43+</sup> ?}" ],
"id": "ge/v:054",
"gpid": 2646
},
@ -537,9 +544,9 @@
{ "name": "StuIG 33B",
"type": "AG",
"CS#": 5,
"no_if": true,
"capabilities2": { "H": 7, "s": 9 },
"note_number": "53\u2020",
"comments": [ "BMG: HD Fire OK", "No IF" ],
"id": "ge/v:061",
"gpid": 2668
},
@ -582,6 +589,7 @@
"CS#": "4\u2020",
"note_number": "58\u2020",
"notes": [ "J\u2020", "N" ],
"comments": [ "Inherent Crew &amp; Passenger", "CMG: Normal Range = 16, VCA only", "CMG: Removal/Scrounge OK (LMG)", "AAMG: Removal OK (dm HMG); Scrounge OK (LMG)" ],
"id": "ge/v:066",
"gpid": 2676
},
@ -592,6 +600,7 @@
"capabilities2": { "s": 8 },
"note_number": "59",
"notes": [ "J\u2020", "N" ],
"comments": [ "Inherent Infantry Crew" ],
"id": "ge/v:067",
"gpid": 2678
},
@ -634,6 +643,7 @@
"CS#": "5\u2020",
"note_number": "58\u2020",
"notes": [ "C\u2020", "J\u2020", "N" ],
"comments": [ "Inherent Crew &amp; Passenger", "CMG: Normal Range = 16, VCA only", "CMG: Removal/Scrounge OK (LMG)", "AAMG: Removal OK (dm HMG); Scrounge OK (LMG)" ],
"id": "ge/v:072",
"gpid": 2690
},
@ -644,6 +654,7 @@
"capabilities2": { "s": 8 },
"note_number": "59",
"notes": [ "C\u2020", "J\u2020", "N" ],
"comments": [ "Inherent Infantry Crew" ],
"id": "ge/v:073",
"gpid": 2692
},
@ -662,6 +673,7 @@
"capabilities2": { "A": [ [4,1] ] },
"note_number": "65",
"notes": [ "C\u2020", "J\u2020", "N" ],
"comments": [ "{? 09/1943- | PSK | ATR | 9/43+: PSK, else ATR ?}" ],
"id": "ge/v:075",
"gpid": 2698
},
@ -669,6 +681,7 @@
"type": "ht",
"CS#": "4:brewup",
"note_number": "66\u2020",
"comments": [ "Port/starboard FT's" ],
"id": "ge/v:076",
"gpid": 2700
},
@ -676,6 +689,7 @@
"type": "ht",
"CS#": 4,
"note_number": "66.1\u2020",
"comments": [ "3 TK DR", "MA: AA ok" ],
"id": "ge/v:077",
"gpid": 2702
},
@ -700,11 +714,11 @@
{ "name": "mSPW S307(f)",
"type": "SPA",
"CS#": 4,
"no_if": true,
"capabilities": [ "IR" ],
"capabilities2": { "s": 5 },
"note_number": "67.2",
"notes": [ "a", "e" ],
"comments": [ "CE: +1 Rear &amp; Indirect Fire", "VCA Facing", "Extra Smoke", "No IF" ],
"id": "ge/v:080",
"gpid": 2708
},
@ -712,6 +726,7 @@
"type": "SC",
"CS#": 2,
"note_number": "68\u2020",
"comments": [ "Always CE" ],
"id": "ge/v:081",
"gpid": 2717
},
@ -721,6 +736,7 @@
"capabilities2": { "sD": 6 },
"note_number": "69\u2020",
"notes": [ "A\u2020", "N" ],
"comments": [ "BU Fire NA", "Reverse MP &times;4" ],
"id": "ge/v:082",
"gpid": 2719
},
@ -730,6 +746,7 @@
"capabilities2": { "sD": 6 },
"note_number": "70\u2020",
"notes": [ "A\u2020", "N" ],
"comments": [ "Reverse MP &times;3" ],
"id": "ge/v:083",
"gpid": 2721
},
@ -739,6 +756,7 @@
"capabilities2": { "sD": 6 },
"note_number": "70\u2020",
"notes": [ "A\u2020", "N<sup>F</sup>" ],
"comments": [ "Reverse MP &times;3" ],
"id": "ge/v:084",
"gpid": 2723
},
@ -746,6 +764,7 @@
"type": "AC",
"CS#": 4,
"note_number": "71\u2020",
"comments": [ "Reverse MP &times;2" ],
"id": "ge/v:085",
"gpid": [ 2725, 2727 ]
},
@ -806,36 +825,37 @@
"CS#": "5:brewup",
"capabilities2": { "HE": 7, "s": 7 },
"note_number": "77\u2020",
"comments": [ "Reverse MP &times;4" ],
"id": "ge/v:092",
"gpid": 2743
},
{ "name": "sIG IB",
"type": "SPA",
"CS#": "4:brewup",
"no_if": true,
"capabilities2": { "H": 6, "s": 9 },
"note_number": "78",
"notes": [ "G" ],
"comments": [ "No IF" ],
"id": "ge/v:093",
"gpid": 2747
},
{ "name": "sIG II",
"type": "SPA",
"CS#": "4:brewup",
"no_if": true,
"capabilities2": { "H": 6, "s": 9 },
"note_number": "79",
"notes": [ "N" ],
"comments": [ "No IF" ],
"id": "ge/v:094",
"gpid": 2749
},
{ "name": "sIG 38(t)M",
"type": "SPA",
"CS#": "4:brewup",
"no_if": true,
"capabilities2": { "H": 6, "s": 9 },
"note_number": "80",
"notes": [ "E", "N<sup>FT</sup>" ],
"comments": [ "No IF" ],
"id": "ge/v:095",
"gpid": 2751
},
@ -851,10 +871,10 @@
{ "name": "PzA LrS(f)",
"type": "SPA",
"CS#": 4,
"no_if": true,
"capabilities2": { "H": 4, "s": 8 },
"note_number": "82",
"notes": [ "a", "N" ],
"comments": [ "No IF" ],
"id": "ge/v:097",
"gpid": 2757
},
@ -870,9 +890,9 @@
{ "name": "PzA III/IV",
"type": "SPA",
"CS#": 6,
"no_if": true,
"capabilities2": { "H": 5, "s": 8 },
"note_number": "83",
"comments": [ "No IF" ],
"id": "ge/v:099",
"gpid": 2761
},
@ -881,6 +901,7 @@
"CS#": 4,
"note_number": "84",
"notes": [ "A\u2020", "E" ],
"comments": [ "CE: +1" ],
"id": "ge/v:100",
"gpid": 2763
},
@ -897,6 +918,7 @@
"CS#": 6,
"note_number": "86",
"notes": [ "A\u2020" ],
"comments": [ "4 TK DR" ],
"id": "ge/v:103",
"gpid": [ 2768, 2817 ]
},
@ -937,6 +959,7 @@
"CS#": 4,
"note_number": "90",
"notes": [ "A\u2020", "D\u2020", "N" ],
"comments": [ "4 TK DR" ],
"id": "ge/v:108",
"gpid": 2781
},
@ -945,6 +968,7 @@
"CS#": 3,
"note_number": "91\u2020",
"notes": [ "N" ],
"comments": [ "2 TK DR (MG)" ],
"id": "ge/v:109",
"gpid": 2784
},
@ -976,6 +1000,7 @@
"cs#": "2\u2020",
"note_number": "94\u2020",
"notes": [ "L\u2020", "N" ],
"comments": [ "Inherent Crew if armed (with CS#)" ],
"id": "ge/v:113",
"gpid": 2791
},
@ -984,6 +1009,7 @@
"cs#": 2,
"note_number": "95\u2020",
"notes": [ "L\u2020" ],
"comments": [ "+3 Target Size &amp; HD in Water" ],
"id": "ge/v:114",
"gpid": 2793
},
@ -1008,6 +1034,7 @@
"cs#": 2,
"note_number": "97\u2020",
"notes": [ "L\u2020", "N" ],
"comments": [ "As vehicle (not motorcycle)", "Crew/HS Riders OK", "Hidden AT Mine attacks NA", "AP Mine attacks: Area Fire" ],
"id": "ge/v:117",
"gpid": [ 2710, 2798 ]
},

@ -32,6 +32,7 @@
"CS#": 2,
"note_number": "3\u2020",
"notes": [ "C", "E\u2020<sup>2</sup>", "F\u2020<sup>1</sup>", "N", "R" ],
"comments": [ "BMG: CE Fire NA", "BMG: Removal OK (dm MMG)" ],
"id": "it/v:003",
"gpid": 3472
},
@ -41,6 +42,8 @@
"CS#": 2,
"note_number": "4\u2020",
"notes": [ "E", "J\u2020<sup>1</sup>", "N" ],
"disabled_comments": [ "BMG: HD Fire OK" ],
"comments": [ "MA: CE use NA" ],
"id": "it/v:004",
"gpid": 3474
},
@ -50,6 +53,7 @@
"CS#": 2,
"note_number": "5\u2020",
"notes": [ "E\u2020<sup>1</sup>", "N" ],
"comments": [ "Trailer (AF 0)" ],
"id": "it/v:005",
"gpid": 3476
},
@ -67,6 +71,7 @@
"CS#": 3,
"note_number": "7\u2020",
"notes": [ "A\u2020<sup>1</sup>", "N" ],
"comments": [ "B11: SA only" ],
"id": "it/v:007",
"gpid": 3481
},
@ -100,6 +105,7 @@
"CS#": 2,
"note_number": "11\u2020",
"notes": [ "I\u2020<sup>1</sup>" ],
"comments": [ "CMG: AA ok (TCA only)", "CE: +1 Rear Turret &amp; Indirect Fire", "French ESB+" ],
"id": "it/v:011",
"gpid": 3495
},
@ -142,10 +148,10 @@
{ "name": "SMV M43 105/25",
"type": "AG",
"CS#": 4,
"no_if": true,
"capabilities2": { "H": 7, "s": 8 },
"note_number": "14",
"notes": [ "C\u2020" ],
"comments": [ "No IF" ],
"id": "it/v:016",
"gpid": 3511
},
@ -154,6 +160,7 @@
"CS#": 3,
"note_number": "15\u2020",
"notes": [ "N<sup>T</sup>", "R" ],
"comments": [ "Always CE" ],
"id": "it/v:017",
"gpid": 3513
},
@ -163,6 +170,7 @@
"capabilities2": { "HE": 7 },
"note_number": "16\u2020",
"notes": [ "D\u2020<sup>1</sup>" ],
"comments": [ "Same Location fire NA", "CE: 0/+1" ],
"id": "it/v:018",
"gpid": 3515
},
@ -171,6 +179,7 @@
"CS#": 3,
"note_number": "17\u2020",
"notes": [ "L\u2020<sup>1</sup>", "M", "N" ],
"comments": [ "As Truck" ],
"id": "it/v:019",
"gpid": 3519
},
@ -179,6 +188,7 @@
"CS#": 4,
"note_number": "17\u2020",
"notes": [ "G\u2020<sup>1</sup>", "L\u2020<sup>2</sup>", "M", "N", "AA\u2020<sup>1</sup>" ],
"comments": [ "As Truck" ],
"id": "it/v:020",
"gpid": 3521
},
@ -187,6 +197,7 @@
"CS#": 4,
"note_number": "17\u2020",
"notes": [ "G\u2020<sup>1</sup>", "J\u2020<sup>1</sup>", "L\u2020<sup>2</sup>", "M", "N" ],
"comments": [ "As Truck" ],
"id": "it/v:021",
"gpid": 3523
},
@ -204,6 +215,7 @@
"CS#": 6,
"note_number": "19\u2020",
"notes": [ "A\u2020<sup>2</sup>", "F\u2020<sup>3</sup>", "M\u2020<sup>1</sup>" ],
"comments": [ "Rear MG: Removal OK (dm MMG)", "Wire clearance" ],
"id": "it/v:023",
"gpid": 3527
},
@ -213,6 +225,7 @@
"CS#": 5,
"note_number": "20\u2020",
"notes": [ "A\u2020<sup>2</sup>", "F\u2020<sup>3</sup>", "M\u2020<sup>1</sup>" ],
"comments": [ "Rear MG: Removal OK (dm MMG)" ],
"id": "it/v:024",
"gpid": 3529
},
@ -223,6 +236,7 @@
"capabilities2": { "HE": 7 },
"note_number": "20\u2020",
"notes": [ "F\u2020<sup>2</sup>", "M\u2020<sup>1</sup>" ],
"comments": [ "Rear MG: Removal OK (dm MMG)" ],
"id": "it/v:025",
"gpid": 3531
},
@ -231,6 +245,7 @@
"CS#": 4,
"note_number": "21",
"notes": [ "A\u2020", "I\u2020<sup>1</sup>", "N" ],
"comments": [ "Rear MG: AA ok (TCA only)" ],
"id": "it/v:026",
"gpid": 3533
},
@ -247,6 +262,7 @@
"CS#": 4,
"note_number": "22\u2020",
"notes": [ "R" ],
"comments": [ "As Armored HT", "Moves as AC", "Reverse MP &times;4" ],
"id": "it/v:028",
"gpid": 3539
},
@ -255,6 +271,7 @@
"CS#": 4,
"note_number": "23\u2020",
"notes": [ "G\u2020<sup>1</sup>", "N", "R", "AA\u2020" ],
"comments": [ "British for Hamm.Immob. &amp; Sand Bog" ],
"id": "it/v:029",
"gpid": 3545
},
@ -264,8 +281,9 @@
"capabilities2": { "H": [ [7,"S2+"], "\u2020<sup>2</sup>" ] },
"note_number": "23\u2020",
"notes": [ "G\u2020<sup>1</sup>", "H\u2020<sup>2</sup>", "N" ],
"comments": [ "British for Hamm.Immob. &amp; Sand Bog" ],
"id": "it/v:030",
"gpid": 3541
"gpid": [ 3541, 3543 ]
},
{ "name": "Autocann 75/27",
"type": "AAtr",
@ -289,6 +307,7 @@
"cs#": 5,
"note_number": "25\u2020",
"notes": [ "L\u2020<sup>1</sup>", "M", "N", "R" ],
"comments": [ "Ammo: 4PP" ],
"id": "it/v:033",
"gpid": 3551
},
@ -297,6 +316,7 @@
"cs#": 5,
"note_number": "25\u2020",
"notes": [ "L\u2020<sup>1</sup>", "M", "N", "R" ],
"comments": [ "Ammo: 4PP" ],
"id": "it/v:034",
"gpid": 3553
},
@ -305,6 +325,7 @@
"cs#": 5,
"note_number": "25\u2020",
"notes": [ "L\u2020<sup>1</sup>", "M", "N", "R" ],
"comments": [ "Ammo: 4PP" ],
"id": "it/v:035",
"gpid": 3555
},
@ -321,6 +342,7 @@
"cs#": "2\u2020<sup>1</sup>",
"note_number": "27\u2020",
"notes": [ "A\u2020<sup>2</sup>", "K\u2020<sup>1</sup>", "N", "R" ],
"comments": [ "No Passengers", "AAMG: VCA only", "AAMG: Removal NA, Scrounge OK", "Bog Assistance" ],
"id": "it/v:037",
"gpid": [ 3561, 3562 ]
},

@ -15,6 +15,7 @@
"CS#": 3,
"note_number": "1\u2020",
"notes": [ "A\u2020<sup>1</sup>" ],
"comments": [ "MA: CMG or BMG", "BMG: 12,7", "BMG: AA ok (VCA only, HD ok, no AA mode)", "Recall: Both MG disabled" ],
"id": "ja/v:001",
"gpid": 3312
},
@ -31,6 +32,7 @@
"no_radio": "\u00ae",
"CS#": 5,
"note_number": "3\u2020",
"comments": [ "MA: Normal Range = 8", "MA: Removal/Scrounge OK" ],
"id": "ja/v:003",
"gpid": 3316
},
@ -46,8 +48,8 @@
"type": "Tt",
"no_radio": "\u00ae",
"CS#": 2,
"no_if": true,
"note_number": "4\u2020",
"comments": [ "No IF" ],
"id": "ja/v:005",
"gpid": 3320
},
@ -58,6 +60,7 @@
"capabilities2": { "sD": [ [5,"4+"], "\u2020<sup>1</sup>" ] },
"note_number": "5\u2020",
"notes": [ "B\u2020<sup>1</sup>", "C\u2020<sup>2</sup>" ],
"comments": [ "Rear MG: 4:00 from MA" ],
"id": "ja/v:006",
"gpid": 3322
},
@ -65,6 +68,7 @@
"type": "aLT",
"CS#": "5\u2020",
"note_number": "6\u2020",
"comments": [ "Amphibious", "Movement restrictions", "Near misses" ],
"id": "ja/v:007",
"gpid": 3326
},
@ -81,6 +85,7 @@
"CS#": 4,
"note_number": "7\u2020",
"notes": [ "A\u2020<sup>1</sup>" ],
"comments": [ "AP TK# = 8" ],
"id": "ja/v:009",
"gpid": 3329
},
@ -89,6 +94,7 @@
"no_radio": "\u00ae",
"CS#": 4,
"note_number": "7\u2020",
"comments": [ "Rear MG: 8:00 from MA", "AP TK# = 8" ],
"id": "ja/v:010",
"gpid": 3331
},
@ -123,6 +129,7 @@
"CS#": 6,
"note_number": "10\u2020",
"notes": [ "A\u2020<sup>1</sup>" ],
"comments": [ "BMG: Normal Range = 8", "Reverse MP &times;3" ],
"id": "ja/v:014",
"gpid": [ 3341, 3343, 3345 ]
},
@ -131,6 +138,7 @@
"CS#": 4,
"note_number": "11\u2020",
"notes": [ "A\u2020<sup>1</sup>" ],
"comments": [ "Reverse MP &times;4" ],
"id": "ja/v:015",
"gpid": [ 3347, 3349 ]
},
@ -145,9 +153,9 @@
{ "name": "Type 4 HO-RO",
"type": "SPA",
"CS#": "5:brewup",
"no_if": true,
"capabilities2": { "WP": 6 },
"note_number": "13\u2020",
"comments": [ "No IF" ],
"id": "ja/v:017",
"gpid": 3355
},
@ -169,6 +177,7 @@
"type": "PC",
"cs#": 5,
"note_number": "16\u2020",
"comments": [ "Ammo: 4PP" ],
"id": "ja/v:020",
"gpid": 3361
},
@ -176,6 +185,7 @@
"type": "tr",
"cs#": 2,
"note_number": "17\u2020",
"comments": [ "Bog assistance" ],
"id": "ja/v:021",
"gpid": 3363
},
@ -195,6 +205,7 @@
},
{ "name": "Vickers 8-in. Costal Defense Gun Turret",
"note_number": "19\u2020",
"comments": [ "Always CE (+3 DRM)", "As OT Armored Cupola", "CC: As Immobile OT AFV [EXC: PAATC NA]", "AP TK# = 19" ],
"id": "ja/v:024",
"gpid": 3299
}

@ -24,6 +24,7 @@
"capabilities2": { "s": "8\u2020", "sD": 7, "sM": "8\u2020<sup>1</sup>" },
"note_number": "35\u2020",
"notes": [ "N", "ZZ\u2020<sup>1</sup>" ],
"comments": [ "AP &amp; WP NA", "OP Tank: MA ok" ],
"id": "kfw-bcfk/v:002",
"gpid": 1320
},
@ -33,6 +34,7 @@
"capabilities2": { "sD": 7 },
"note_number": "36\u2020<sup>1</sup>",
"notes": [ "TT\u2020" ],
"comments": [ "Inherent Crew" ],
"id": "kfw-bcfk/v:003",
"gpid": "3b5:7658"
},
@ -42,6 +44,7 @@
"capabilities2": { "s": 8, "WP": 6, "sD": 7, "sM": "8\u2020<sup>1</sup>" },
"note_number": "37\u2020",
"notes": [ "N", "CC", "ZZ\u2020<sup>1</sup>" ],
"comments": [ "Steep climbs" ],
"id": "kfw-bcfk/v:004",
"gpid": 1372
},
@ -51,6 +54,7 @@
"capabilities2": { "HE": 8, "D": [ "\u2020" ], "s": 8, "WP": 6, "sD": 7, "sM": "8\u2020<sup>1</sup>" },
"note_number": "38\u2020",
"notes": [ "CC", "ZZ\u2020<sup>1</sup>" ],
"comments": [ "Steep climbs", "AP TK# = 26", "APDS TK# = 35 (TH -1 DRM per 18 hexes FRU)", "&infin; D", "Gyrostabilizer" ],
"id": "kfw-bcfk/v:005",
"gpid": 11365
},
@ -60,6 +64,7 @@
"capabilities2": { "D": 8, "s": 8, "WP": 6, "sD": 7, "sM": "8\u2020<sup>2</sup>" },
"note_number": "38\u2020",
"notes": [ "CC", "FF\u2020<sup>1</sup>", "ZZ\u2020<sup>2</sup>" ],
"comments": [ "Steep climbs", "AP TK# = 26", "APDS TK# = 35 (TH -1 DRM per 18 hexes FRU)", "Gyrostabilizer" ],
"id": "kfw-bcfk/v:006",
"gpid": "3b5:7669"
},
@ -69,6 +74,7 @@
"capabilities2": { "sD": 7 },
"note_number": "39\u2020",
"notes": [ "N", "CC" ],
"comments": [ "Inherent Crew", "Passengers &amp; Riders NA", "VBM NA (with bridge)", "Stun = Recall" ],
"id": "kfw-bcfk/v:007",
"gpid": "3b5:7681"
},
@ -79,6 +85,8 @@
"capabilities2": { "WP": 8 },
"note_number": "40\u2020",
"notes": [ "Q\u2020<sup>1</sup>", "NN", "UU" ],
"disabled_comments": [ "Q" ],
"comments": [ "MA: Rear VCA only", "MA Removal OK (dm M1(L) 81mm Mortar)" ],
"id": "kfw-bcfk/v:008",
"gpid": "3b5:7705"
},
@ -96,6 +104,7 @@
"capabilities2": { "sD": 4 },
"note_number": "42\u2020",
"notes": [ "N" ],
"comments": [ "Stun = Recall, CE &amp; Fire NA" ],
"id": "kfw-bcfk/v:010",
"gpid": 1401
},
@ -105,6 +114,7 @@
"capabilities2": { "sD": 5 },
"note_number": "43\u2020",
"notes": [ "N", "U\u2020<sup>1</sup>" ],
"comments": [ "Always CE", "BMG: AA ok" ],
"id": "kfw-bcfk/v:011",
"gpid": 1497
},
@ -114,6 +124,7 @@
"capabilities2": { "sD": 5 },
"note_number": "43\u2020",
"notes": [ "N", "U\u2020<sup>2</sup>", "Z\u2020<sup>1</sup>" ],
"comments": [ "Always CE", "MA: Removal NA", "{? 08/1943- | PIAT | | PIAT<sup>J3+</sup> ?}" ],
"id": "kfw-bcfk/v:012",
"gpid": 1501
},
@ -123,6 +134,7 @@
"capabilities2": { "sD": 5 },
"note_number": "44\u2020",
"notes": [ "N", "U\u2020<sup>1</sup>" ],
"comments": [ "Always CE" ],
"id": "kfw-bcfk/v:013",
"gpid": 1503
},
@ -131,6 +143,7 @@
"CS#": "4:brewup",
"note_number": "45\u2020",
"notes": [ "U", "MM\u2020<sup>1</sup>", "NN" ],
"comments": [ "Always CE", "Pas: 1 SMC and/or 1PP SW" ],
"id": "kfw-bcfk/v:014",
"gpid": 1511
},
@ -139,6 +152,7 @@
"CS#": "5\u2020",
"note_number": "46\u2020",
"notes": [ "EE\u2020<sup>1</sup>" ],
"comments": [ "Inherent Crew" ],
"id": "kfw-bcfk/v:015",
"gpid": "3b5:7735"
},
@ -171,6 +185,7 @@
"CS#": 4,
"note_number": "49\u2020",
"notes": [ "N", "W\u2020<sup>1</sup>" ],
"comments": [ "As wheeled OT AFV [EXC: D6.82-.83]", "Unpossessed SW ok" ],
"id": "kfw-bcfk/v:019",
"gpid": 1527
},
@ -180,6 +195,7 @@
"capabilities2": { "sD": "5\u2020" },
"note_number": "50\u2020",
"notes": [ "N", "U" ],
"comments": [ "Always CE", "sD: 2 hexes" ],
"id": "kfw-bcfk/v:020",
"gpid": 1533
},
@ -188,6 +204,7 @@
"CS#": 4,
"note_number": "51\u2020",
"notes": [ "N", "AA\u2020<sup>1</sup>" ],
"comments": [ "No Bnd (F)F, Motion Fire" ],
"id": "kfw-bcfk/v:021",
"gpid": 1557
},
@ -196,6 +213,7 @@
"cs#": "5:brewup\u2020",
"note_number": "52\u2020",
"notes": [ "N" ],
"comments": [ "Burning Wreck: -1 DRM" ],
"id": "kfw-bcfk/v:022",
"gpid": 1561
},

@ -5,6 +5,7 @@
"CS#": 6,
"capabilities2": { "A": 6, "sD": "6\u2020" },
"note_number": "1\u2020",
"comments": [ "sD: single-use" ],
"id": "kfw-kpa/v:000",
"gpid": "3b5:8212"
},
@ -21,6 +22,7 @@
"CS#": 2,
"note_number": "3\u2020",
"notes": [ "B" ],
"comments": [ "MA: AA ok", "BU Fire NA" ],
"id": "kfw-kpa/v:002",
"gpid": "3b5:8216"
},
@ -29,6 +31,7 @@
"cs#": 2,
"note_number": "4\u2020",
"notes": [ "B" ],
"comments": [ "Bog assistance" ],
"id": "kfw-kpa/v:003",
"gpid": "3b5:11102"
},

@ -5,6 +5,7 @@
"CS#": 5,
"note_number": "54\u2020",
"notes": [ "E\u2020", "H", "K", "Y", "Z\u2020<sup>1</sup>", "UU" ],
"comments": [ "MA: 12.7", "{{4|MA|2*}}", "AAMG Removal OK (dm .50-cal HMG, dm MMG)", "BAZ" ],
"id": "kfw-un-common/v:000",
"gpid": [ 969, "3b5:7703", "3b5:4019" ]
},
@ -14,6 +15,7 @@
"capabilities2": { "sP": 5 },
"note_number": "55\u2020",
"notes": [ "D\u2020<sup>4</sup>", "K", "Q\u2020<sup>2</sup>", "W\u2020<sup>1</sup>", "Y", "Z\u2020<sup>3</sup>", "UU" ],
"comments": [ "MA: 12.7", "BAZ", "AAMG Removal OK (.50-cal HMG)" ],
"id": "kfw-un-common/v:001",
"gpid": [ 998, "3b5:7697", "3b5:4036" ]
},

@ -6,6 +6,7 @@
"capabilities2": { "s": 5, "WP": 7, "sM": 8 },
"note_number": "1\u2020",
"notes": [ "O", "Y" ],
"comments": [ "Multiple Hits" ],
"id": "kfw-uro/v:000",
"gpid": [ 12652, "3b5:8419" ]
},
@ -51,6 +52,7 @@
"capabilities2": { "C": 5, "sM": 8 },
"note_number": "5\u2020",
"notes": [ "C", "M" ],
"comments": [ "TCA restrictions", "CE: MA, SA Fire NA", "Fire MA &amp; SA NA" ],
"id": "kfw-uro/v:005",
"gpid": "3b5:3632"
},
@ -59,6 +61,7 @@
"CS#": 6,
"note_number": "6\u2020",
"notes": [ "K", "M", "P" ],
"comments": [ "Front turret AF = 4", "(Un)load: 2 MF", "May tow vehicles", "Bog assistance" ],
"id": "kfw-uro/v:006",
"gpid": "3b5:3634"
},
@ -102,6 +105,7 @@
"CS#": 2,
"capabilities2": { "H": [ "\u2020" ] },
"note_number": "11\u2020",
"comments": [ "MA: RCL (crew only)", "Red TH#", "No Bnd FF, Motion Fire", "Rear VCA NA", "&infin; H", "HEAT TK# = 25" ],
"id": "kfw-uro/v:011",
"gpid": "3b5:3642"
},
@ -110,6 +114,7 @@
"CS#": 5,
"note_number": "12\u2020",
"notes": [ "K", "Y" ],
"comments": [ "MA: As MMG for TK &amp; Removal" ],
"id": "kfw-uro/v:012",
"gpid": [ 967, "3b5:4017" ]
},
@ -118,6 +123,7 @@
"CS#": 5,
"note_number": "13\u2020",
"notes": [ "E\u2020", "H", "K", "Y" ],
"comments": [ "Inherent Crew &amp; Passenger", "MA: 12.7", "{{4|MA|4*|4*}}", "MG Removal OK (dm .50-cal HMG, dm MMG)" ],
"id": "kfw-uro/v:013",
"gpid": [ 971, "3b5:4021" ]
},
@ -126,6 +132,7 @@
"CS#": 5,
"note_number": "13\u2020",
"notes": [ "E\u2020", "H", "K", "Y" ],
"comments": [ "Inherent Crew &amp; Passenger", "MA: 12.7", "{{4|MA|6*|6*}}", "MG Removal OK (dm .50-cal HMG, dm HMG)" ],
"id": "kfw-uro/v:014",
"gpid": [ 973, "3b5:4023" ]
},
@ -134,6 +141,7 @@
"CS#": 4,
"note_number": "14\u2020",
"notes": [ "AA\u2020<sup>1</sup>" ],
"comments": [ "MA: VCA &lt; level NA", "Trailer (0 AF)" ],
"id": "kfw-uro/v:015",
"gpid": "3b5:3676"
},
@ -142,6 +150,7 @@
"CS#": 4,
"note_number": "15\u2020",
"notes": [ "O", "V\u2020<sup>1</sup>", "Y", "AA\u2020<sup>2</sup>", "DD\u2020<sup>1</sup>" ],
"comments": [ "CMG: Normal Range = 16", "CMG Removal NA" ],
"id": "kfw-uro/v:016",
"gpid": [ 990, "3b5:8421" ]
},
@ -150,6 +159,7 @@
"CS#": 4,
"note_number": "16\u2020",
"notes": [ "AA\u2020<sup>2</sup>", "DD\u2020<sup>1</sup>" ],
"comments": [ "CE: +1" ],
"id": "kfw-uro/v:017",
"gpid": "3b5:3686"
},
@ -158,6 +168,7 @@
"CS#": 4,
"note_number": "17\u2020",
"notes": [ "F\u2020<sup>1</sup>", "V\u2020<sup>1</sup>", "Y", "AA\u2020<sup>2</sup>", "DD\u2020<sup>1</sup>" ],
"comments": [ "CE: +1 Side/Rear Turret" ],
"id": "kfw-uro/v:018",
"gpid": 992
},
@ -166,6 +177,7 @@
"CS#": 5,
"note_number": "18\u2020",
"notes": [ "F\u2020<sup>1</sup>", "V\u2020<sup>1</sup>", "AA\u2020<sup>2</sup>", "DD\u2020<sup>1</sup>" ],
"comments": [ "CE: +3 Front Turret" ],
"id": "kfw-uro/v:019",
"gpid": "3b5:3688"
},
@ -182,6 +194,7 @@
"CS#": "5:brewup",
"capabilities2": { "WP": 8 },
"note_number": "19\u2020",
"comments": [ "Inherent Infantry Crew", "MA Removal OK (dm M1(L) 81mm Mortar)" ],
"id": "kfw-uro/v:021",
"gpid": 12279
},
@ -205,29 +218,29 @@
{ "name": "M41 HMC",
"type": "SPA",
"CS#": 9,
"no_if": true,
"capabilities2": { "s": 7, "WP": 8 },
"note_number": "22\u2020",
"notes": [ "S\u2020<sup>1</sup>" ],
"comments": [ "No IF" ],
"id": "kfw-uro/v:024",
"gpid": "3b5:10290"
},
{ "name": "M40 GMC",
"type": "SPA",
"CS#": 9,
"no_if": true,
"capabilities2": { "AP": 4, "s": 7, "WP": 8 },
"note_number": "23",
"notes": [ "S\u2020" ],
"comments": [ "No IF" ],
"id": "kfw-uro/v:025",
"gpid": "3b5:4148"
},
{ "name": "M43 HMC",
"type": "SPA",
"CS#": 9,
"no_if": true,
"note_number": "23",
"notes": [ "S\u2020" ],
"comments": [ "No IF" ],
"id": "kfw-uro/v:026",
"gpid": "3b5:4154"
},
@ -237,6 +250,7 @@
"capabilities2": { "H": 8, "C": 7, "WP": 8 },
"note_number": "24\u2020",
"notes": [ "H", "T\u2020<sup>1</sup>", "X\u2020<sup>2</sup>" ],
"comments": [ "AAMG: 4&amp;4; NA opposite side" ],
"id": "kfw-uro/v:027",
"gpid": 11344
},
@ -254,6 +268,8 @@
"CS#": 7,
"note_number": "25\u2020",
"notes": [ "D\u2020", "H", "M", "T\u2020<sup>1</sup>", "X\u2020<sup>2</sup>" ],
"disabled_comments": [ "(Un)load &times;2" ],
"comments": [ "{{6|MA|4*}} (optional)", "MG VCA only", "MA: 12.7", "CE: +3 Front", "(Un)load: must be CE, Rear unarmored" ],
"id": "kfw-uro/v:029",
"gpid": [ "3b5:3704", "3b5:3706" ]
},
@ -262,6 +278,8 @@
"CS#": 7,
"note_number": "25\u2020",
"notes": [ "D\u2020", "M", "T\u2020<sup>1</sup>", "X\u2020<sup>2</sup>", "BB\u2020" ],
"disabled_comments": [ "(Un)load &times;2" ],
"comments": [ "MA: Rear VCA &lt; level NA", "(Un)load: Rear unarmored" ],
"id": "kfw-uro/v:030",
"gpid": 11348
},
@ -286,6 +304,7 @@
"CS#": 3,
"note_number": "28\u2020",
"notes": [ "B\u2020<sup>1</sup>", "M", "T\u2020<sup>1</sup>" ],
"comments": [ "Bog Checks NA for Marsh, Mudflat, Swamp" ],
"id": "kfw-uro/v:033",
"gpid": "3b5:3896"
},
@ -302,20 +321,22 @@
"CS#": "7\u2020<sup>1</sup>",
"note_number": "30\u2020",
"notes": [ "D\u2020<sup>2</sup>", "M", "Q\u2020<sup>1</sup>", "Y" ],
"comments": [ "AAMG Removal OK (.50-cal HMG)" ],
"id": "kfw-uro/v:035",
"gpid": 1032
"gpid": [ 1032, 1034 ]
},
{ "name": "TACP Jeep",
"type": "trv",
"CS#": "2\u2020",
"note_number": "31\u2020",
"notes": [ "L\u2020<sup>1</sup>", "M" ],
"comments": [ "Inherent Crew", "Morale 8", "(Un)load: 1 MF", "Contact: 10", "Radio: R2, X6" ],
"id": "kfw-uro/v:036",
"gpid": "3b5:3643"
},
{ "name": "7&#189;-Ton",
"type": "tr",
"CS#": 7,
"cs#": 7,
"note_number": "32",
"notes": [ "Y" ],
"id": "kfw-uro/v:037",
@ -325,6 +346,7 @@
"type": "trv",
"CS#": "7\u2020",
"note_number": "33\u2020",
"comments": [ "Inherent Crew", "IB VCA NA", "Reliability DR: 10", "Sighting TC" ],
"id": "kfw-uro/v:038",
"gpid": "3b5:10093"
}

@ -5,6 +5,7 @@
"damage_points": 2,
"note_number": "1\u2020",
"notes": [ "A\u2020<sup>1</sup>", "B\u2020<sup>3</sup>", "C\u2020<sup>2</sup>", "D" ],
"comments": [ "British: Unarmored &amp; unarmed; Inherent Crew", "MA: 4&amp;4" ],
"id": "sh/v:000",
"gpid": [ 399, 397 ]
},
@ -12,6 +13,7 @@
"CS#": 6,
"damage_points": 3,
"note_number": "2\u2020",
"comments": [ "Personnel/SW only", "Collateral Attacks: &frac12; FP" ],
"id": "sh/v:001",
"gpid": 401
},
@ -20,6 +22,7 @@
"damage_points": 3,
"note_number": "3\u2020",
"notes": [ "B\u2020<sup>2</sup>", "C\u2020<sup>1</sup>" ],
"comments": [ "Inherent Crew", "MA: 4&amp;4", "{? 06/1943- | | Unarmored &amp; unarmed | Unarmored &amp; unarmed (pre-6/43) ?}" ],
"id": "sh/v:002",
"gpid": [ 403, 405 ]
},
@ -28,6 +31,7 @@
"damage_points": 5,
"note_number": "4\u2020",
"notes": [ "B\u2020<sup>2</sup>", "C\u2020<sup>1</sup>" ],
"comments": [ "MA: 2&amp;2 or 6&amp;6" ],
"id": "sh/v:004",
"gpid": [ 407, 409 ]
},
@ -36,6 +40,7 @@
"damage_points": 14,
"note_number": "5\u2020",
"notes": [ "C\u2020<sup>3</sup>", "D", "E\u2020<sup>2</sup>", "F\u2020<sup>1</sup>", "G" ],
"comments": [ "AAMG: 2&amp;2", "-3 Target Size <ul> <li> One-level LOS obstacle across Side <li> Units may not move through Location </ul>", "Cloaked Passengers" ],
"id": "sh/v:005",
"gpid": 411
},
@ -44,6 +49,7 @@
"damage_points": 10,
"note_number": "6\u2020",
"notes": [ "C\u2020<sup>3</sup>", "E\u2020<sup>2</sup>", "F\u2020<sup>1</sup>", "G" ],
"comments": [ "-4 Target Size <ul> <li> One-level LOS obstacle across Side <li> Units may not move through Location </ul>", "Infantry Stack unload" ],
"id": "sh/v:006",
"gpid": [ 413, 415 ]
},
@ -52,6 +58,7 @@
"damage_points": 3,
"note_number": "7\u2020",
"notes": [ "A\u2020<sup>1</sup>" ],
"comments": [ "AAMG: Rear/port-side only" ],
"id": "sh/v:007",
"gpid": 417
},
@ -60,6 +67,7 @@
"damage_points": 2,
"note_number": "8\u2020",
"notes": [ "A\u2020", "D" ],
"comments": [ "Passengers: BU NA" ],
"id": "sh/v:008",
"gpid": 419
}

@ -15,6 +15,7 @@
"CS#": 2,
"note_number": "1.1\u2020",
"notes": [ "M", "Q" ],
"comments": [ "Riders: 1 crew, 1 SMC only (NA if Towing)" ],
"id": "ru/v:001",
"gpid": 7032
},
@ -24,6 +25,7 @@
"CS#": 2,
"note_number": "2\u2020",
"notes": [ "H\u2020" ],
"comments": [ "2 TK DR (12.7 &amp; MG)" ],
"id": "ru/v:002",
"gpid": 543
},
@ -87,6 +89,7 @@
"CS#": 3,
"note_number": "6.1\u2020",
"notes": [ "M", "P" ],
"comments": [ "CMG: Scrounge OK" ],
"id": "ru/v:009",
"gpid": 7036
},
@ -96,6 +99,7 @@
"CS#": 3,
"note_number": "6.2\u2020",
"notes": [ "M", "P" ],
"comments": [ "CMG: Scrounge OK" ],
"id": "ru/v:010",
"gpid": 7040
},
@ -113,6 +117,7 @@
"CS#": 3,
"note_number": "6.4\u2020",
"notes": [ "M" ],
"comments": [ "VBM NA (with bridge)", "TCA restrictions", "Riders NA" ],
"id": "ru/v:012",
"gpid": 7048
},
@ -131,6 +136,7 @@
"CS#": 3,
"note_number": "7.1\u2020",
"notes": [ "M" ],
"comments": [ "CMG: 2:00 from MA" ],
"id": "ru/v:014",
"gpid": 573
},
@ -224,10 +230,10 @@
"type": "MTv",
"no_radio": "\u00ae\u2020",
"CS#": 4,
"no_if": true,
"capabilities2": { "A": [ [2,2] ], "AP": 7 },
"note_number": "15\u2020",
"notes": [ "C\u2020", "M" ],
"comments": [ "No IF" ],
"id": "ru/v:024",
"gpid": 595
},
@ -264,6 +270,7 @@
"capabilities2": { "A": [ [3,4] ], "s": 8, "sM": 8 },
"note_number": "19\u2020",
"notes": [ "N" ],
"comments": [ "Black TH#", "U.S. AP &amp; APCR TK #'s" ],
"id": "ru/v:028",
"gpid": 603
},
@ -283,6 +290,7 @@
"capabilities2": { "s": 9 },
"note_number": "21\u2020",
"notes": [ "M" ],
"comments": [ "45L SA: Always BU; No TCA Change DRM; No IF" ],
"id": "ru/v:030",
"gpid": 607
},
@ -297,7 +305,7 @@
{ "name": "T-100",
"type": "HT",
"CS#": 7,
"note_number": "22.1",
"note_number": "21.2",
"notes": [ "M", "T\u2020" ],
"id": "ru/v:032",
"gpid": 7060
@ -339,10 +347,10 @@
{ "name": "KV-2",
"type": "HT",
"CS#": 7,
"no_if": true,
"capabilities2": { "AP": 9 },
"note_number": "24\u2020",
"notes": [ "M" ],
"comments": [ "Pays NT TCA DRM", "No IF" ],
"id": "ru/v:037",
"gpid": 623
},
@ -351,7 +359,7 @@
"CS#": 6,
"capabilities2": { "A": [ [4,2] ], "AP": 7 },
"note_number": "15\u2020",
"notes": [ "D", "M" ],
"notes": [ "C", "M" ],
"id": "ru/v:038",
"gpid": [ 625, 627 ]
},
@ -375,28 +383,28 @@
{ "name": "IS-2",
"type": "HT",
"CS#": 6,
"no_if": true,
"note_number": "27",
"notes": [ "B\u2020" ],
"comments": [ "No IF" ],
"id": "ru/v:041",
"gpid": 633
},
{ "name": "IS-2m",
"type": "HT",
"CS#": 6,
"no_if": true,
"note_number": "28",
"notes": [ "B\u2020", "G\u2020" ],
"comments": [ "No IF" ],
"id": "ru/v:042",
"gpid": [ 635, 637 ]
},
{ "name": "IS-3",
"type": "HT",
"CS#": 6,
"no_if": true,
"capabilities2": { "sD": "6\u2020" },
"note_number": "29",
"notes": [ "G\u2020", "J\u2020" ],
"comments": [ "No IF" ],
"id": "ru/v:043",
"gpid": [ 639, 641 ]
},
@ -414,42 +422,43 @@
"capabilities2": { "A": [ [5,3] ] },
"note_number": "31",
"notes": [ "K" ],
"comments": [ "German ESB" ],
"id": "ru/v:045",
"gpid": 647
},
{ "name": "SU-122",
"type": "AG",
"CS#": 5,
"no_if": true,
"capabilities2": { "H": 9, "s": 8 },
"note_number": "32",
"comments": [ "No IF" ],
"id": "ru/v:046",
"gpid": 649
},
{ "name": "SU-152",
"type": "AG",
"CS#": 6,
"no_if": true,
"note_number": "33\u2020",
"comments": [ "No IF" ],
"id": "ru/v:047",
"gpid": 651
},
{ "name": "ISU-122",
"type": "AG",
"CS#": 6,
"no_if": true,
"capabilities2": { "s": 8 },
"note_number": "34",
"notes": [ "G\u2020" ],
"comments": [ "No IF" ],
"id": "ru/v:048",
"gpid": [ 653, 655 ]
},
{ "name": "ISU-152",
"type": "AG",
"CS#": 6,
"no_if": true,
"note_number": "34",
"notes": [ "G\u2020" ],
"comments": [ "No IF" ],
"id": "ru/v:049",
"gpid": [ 657, 659 ]
},
@ -475,6 +484,7 @@
"capabilities2": { "A": [ [5,3] ], "HE": 7 },
"note_number": "37",
"notes": [ "K" ],
"comments": [ "American ESB" ],
"id": "ru/v:052",
"gpid": 665
},
@ -500,6 +510,7 @@
"CS#": 2,
"note_number": "40\u2020",
"notes": [ "A\u2020" ],
"comments": [ "BU Fire NA" ],
"id": "ru/v:055",
"gpid": 673
},
@ -508,6 +519,7 @@
"CS#": 4,
"note_number": "41\u2020",
"notes": [ "A\u2020" ],
"comments": [ "Pays NT CA DRM" ],
"id": "ru/v:056",
"gpid": 677
},
@ -525,6 +537,7 @@
"CS#": 4,
"note_number": "43\u2020",
"notes": [ "A\u2020" ],
"comments": [ "4 TK DR", "AAMG: Removal/Scrounge NA" ],
"id": "ru/v:058",
"gpid": 681
},
@ -551,6 +564,7 @@
"CS#": 5,
"note_number": "44.2\u2020",
"notes": [ "A\u2020<sup>1</sup>" ],
"comments": [ "CE: +1 Front &amp; Indirect Fire", "VCA Target Facing &amp; CE DRM" ],
"id": "ru/v:061",
"gpid": 7068
},
@ -560,6 +574,7 @@
"capabilities2": { "AP": 7 },
"note_number": "45",
"notes": [ "A\u2020", "F\u2020" ],
"comments": [ "No Bnd (F)F" ],
"id": "ru/v:062",
"gpid": 685
},
@ -575,6 +590,7 @@
"type": "APC",
"CS#": "2\u2020",
"note_number": "46.1\u2020",
"comments": [ "Inherent Crew if armed (with CS#)", "Pas: CE; +1 VCA", "Unpossessed SW ok", "Stun = Recall, CE &amp; Fire NA" ],
"id": "ru/v:064",
"gpid": 687
},
@ -618,6 +634,7 @@
"CS#": "2\u2020",
"note_number": "47.1\u2020",
"notes": [ "S\u2020<sup>1</sup>" ],
"comments": [ "Inherent Crew if armed (with CS#)", "Rear VCA &amp; Aerial NA" ],
"id": "ru/v:070",
"gpid": 7082
},
@ -626,6 +643,7 @@
"cs#": 2,
"note_number": "47.1\u2020",
"notes": [ "S\u2020<sup>1</sup>" ],
"comments": [ "Rear VCA &amp; Aerial NA" ],
"id": "ru/v:071",
"gpid": 7084
},
@ -634,6 +652,7 @@
"CS#": 2,
"note_number": "47.2\u2020",
"notes": [ "Q", "S\u2020<sup>1</sup>" ],
"comments": [ "Rear VCA &amp; Aerial NA" ],
"id": "ru/v:072",
"gpid": 7085
},
@ -642,6 +661,7 @@
"CS#": 3,
"note_number": "47.3\u2020",
"notes": [ "S\u2020<sup>1</sup>" ],
"comments": [ "R/S VCA &amp; Aerial NA" ],
"id": "ru/v:073",
"gpid": 7089
}

@ -16,6 +16,7 @@
"capabilities2": { "C": "4\u2020", "s": "8\u2020" },
"note_number": "49\u2020",
"notes": [ "B\u2020<sup>1</sup>", "N", "O", "LL" ],
"comments": [ "37LL MA: T", "75 SA: NT (bow-mounted)", "Canister: 37LL MA only", "Smoke: 75 SA only", "AAMG: BU Fire OK (vs Aerial NA, CC ok)" ],
"id": "ru/v:075",
"gpid": [ 704, 7423 ],
"_comment_": "VASL has 2 other GPID's, with different capabilities."
@ -45,8 +46,10 @@
"capabilities2": { "sD": 6 },
"note_number": "51\u2020",
"notes": [ "M\u2020<sup>1</sup>", "N", "LL" ],
"disabled_comments": [ "M" ],
"comments": [ "Immob: dr &le; 3 [EXC: mines, Direct Fire vs front/rear]", "Mech.Reliability if Deep Snow or Extreme Winter" ],
"id": "ru/v:078",
"gpid": null,
"gpid": [ 7150 ],
"_comment_": "VASL has a Russian variant with CS 4."
},
{ "id": "ru/v:085",
@ -76,6 +79,7 @@
"capabilities2": { "D": [ [6,"J4"], [7,5], "\u2020" ], "HE": [ [7,"F3"], [8,"4+"], "\u2020" ], "sD": [ [6,"4+"] ], "sM": "8\u2020" },
"note_number": "53\u2020",
"notes": [ "N", "LL" ],
"comments": [ "Steep climbs" ],
"id": "ru/v:081",
"gpid": [ 732, 7115 ]
},
@ -85,17 +89,20 @@
"name": "M3A1 Scout Car(a)",
"note_number": "54",
"extra_notes": [ "LL" ],
"comments": [ "Inherent Crew & HS Passenger" ],
"gpid": [ 7426, 7428 ]
},
{ "id": "ru/v:086",
"copy_from": "br/v:090",
"note_number": "55",
"extra_notes": [ "LL" ]
"extra_notes": [ "LL" ],
"disabled_comments": [ "?:Black TH#", "?:Red TH#" ]
},
{ "id": "ru/v:087",
"copy_from": "br/v:091",
"copy_from": "br/v:093",
"note_number": "55",
"extra_notes": [ "LL" ]
"extra_notes": [ "LL" ],
"disabled_comments": [ "?:Black TH#", "?:Red TH#" ]
},
{ "id": "ru/v:088",
"copy_from": "br/v:087",
@ -105,27 +112,32 @@
{ "id": "ru/v:089",
"copy_from": "br/v:094",
"note_number": "57",
"extra_notes": [ "LL" ]
"extra_notes": [ "LL" ],
"disabled_comments": [ "Black TH#" ]
},
{ "id": "ru/v:090",
"copy_from": "br/v:095",
"note_number": "57",
"extra_notes": [ "LL" ]
"extra_notes": [ "LL" ],
"disabled_comments": [ "Black TH#" ]
},
{ "id": "ru/v:091",
"copy_from": "br/v:096",
"note_number": "57",
"extra_notes": [ "LL" ]
"extra_notes": [ "LL" ],
"disabled_comments": [ "Black TH#" ]
},
{ "id": "ru/v:092",
"copy_from": "br/v:097",
"note_number": "57",
"extra_notes": [ "LL" ]
"extra_notes": [ "LL" ],
"disabled_comments": [ "Black TH#" ]
},
{ "id": "ru/v:093",
"copy_from": "br/v:098",
"note_number": "57",
"extra_notes": [ "LL" ]
"extra_notes": [ "LL" ],
"disabled_comments": [ "Black TH#" ]
},
{ "name": "Jeep(a)",
@ -133,35 +145,40 @@
"cs#": 2,
"note_number": "58",
"notes": [ "H\u2020", "L\u2020<sup>1</sup>", "LL" ],
"disabled_comments": [ "?:Black TH#", "?:Red TH#" ],
"id": "ru/v:083",
"gpid": [ 758, 759, 7119 ]
},
{ "id": "ru/v:094",
"copy_from": "br/v:123",
"note_number": null,
"extra_notes": [ "LL" ]
"note_number": "58",
"extra_notes": [ "LL" ],
"disabled_comments": [ "?:Black TH#", "?:Red TH#" ]
},
{ "id": "ru/v:095",
"copy_from": "br/v:124",
"note_number": null,
"extra_notes": [ "LL" ]
"note_number": "58",
"extra_notes": [ "LL" ],
"disabled_comments": [ "?:Black TH#", "?:Red TH#" ]
},
{ "id": "ru/v:096",
"copy_from": "br/v:125",
"note_number": null,
"extra_notes": [ "LL" ]
"note_number": "58",
"extra_notes": [ "LL" ],
"disabled_comments": [ "?:Black TH#", "?:Red TH#" ]
},
{ "id": "ru/v:097",
"copy_from": "br/v:126",
"note_number": null,
"extra_notes": [ "LL" ]
"note_number": "58",
"extra_notes": [ "LL" ],
"disabled_comments": [ "?:Black TH#", "?:Red TH#" ]
},
{ "id": "ru/v:084",
"copy_from": "am/v:056",
"note_number": null,
"note_number": "60",
"extra_notes": [ "LL" ],
"disabled_comments": [ "Black TH#" ],
"gpid": 7120
}
]

@ -0,0 +1,273 @@
{
"_comment_": "This file contains comments that will be added to vehicles/ordnance based on their Multi-Applicable Notes.",
"german": {
"vehicles": {
"A": "MA &amp; CMG: AA ok",
"D": "Ammo trailer",
"E": "ESB: 0 DRM",
"F": "12: Burn, 11: Immob, 10: Stall",
"G": "CE: +3 Front",
"H": "12: Stall",
"I": [ "Red TH#", "Italian ESB" ],
"J": "AAMG: NA VCA",
"K": "Morale 9",
"L": "Bog assistance",
"O": "AAMG: BU only, Rider NA, elevation restrictions",
"P": "AAMG: VCA only",
"Q": "CMG: VCA only",
"a": "French ESB",
"b": "CMG: AA ok (TCA only)",
"c": "CE: +1 Rear Turret &amp; Indirect Fire",
"d": "Immob: dr &le; 4 [EXC: mines, Direct Fire vs front/rear]"
},
"ordnance": {
"A": [ "Use APCR TK vs AFV", "&infin; APCR" ],
"O": "Animal-Packed",
"P": [
"{? 01/1941-08/1943 | En Portee (Opel truck) | En Portee NA | En Portee<sup>41-8/43</sup> ?}",
"{? 01/1941-08/1943 | Portee Fire OK | | Portee Fire<sup>41-8/43</sup> ?}"
]
}
},
"russian": {
"vehicles": {
"A": "MA &amp; CMG: AA ok",
"B": "BMG: +1 DRM vs Moving/Motion",
"F": "MA: VCA &le; level NA",
"H": "+3 Target Size &amp; HD if in Water",
"J": "sD: single-use",
"K": "Red TH#",
"L": "Bog assistance",
"M": "12: Immob, 11: Stall",
"Q": "Stun = Recall, CE &amp; Fire NA",
"R": "Multiple Hits",
"T": [ "76 MA: RST", "45L SA: RST; Always BU; No IF", "TCA restrictions" ],
"LL": "Lend-Lease"
},
"ordnance": {
"A": "Animal-Packed"
}
},
"american": {
"vehicles": {
"B": "BMG: +1 DRM vs Moving/Motion",
"D": [ "(Un)load &times;2", "Pas: Mounted Fire", "Unpossessed SW ok", "MG Removal OK" ],
"E": "Crew: .50 cal MA only",
"H": "Independent AAMG's",
"I": [ "{{4|MA|2*}}", "AAMG: Removal OK" ],
"J": "MA: Rear VCA only",
"K": "AAMG: NA VCA",
"L": "Bog assistance",
"M": "MTR: Removal OK",
"Q": [ "MA: 12.7", "{{6|MA|4|4}}" ],
"R": "Multiple Hits",
"T": "Bog: 0 DRM for soft, mud, snow-covered ground",
"U": "CE: +3 Front",
"V": "MA &amp; CMG: VCA &le; level NA" ,
"W": "Reverse MP &times;4",
"X": "BMG: HD Fire OK",
"Z": "BAZ",
"AA": "MA &amp; CMG: AA ok",
"CC": "Inherent Crew if armed (with CS#)"
},
"ordnance": {
"D": "Crewed"
}
},
"british": {
"vehicles": {
"A": "{? 01/1944- | | Red TH# | Red TH# (pre '44) ?}",
"D": [ "(Un)load &times;2", "Pas: Mounted Fire", "Unpossessed SW ok", "MG Removal NA" ],
"E": "BMG: HD Fire OK",
"F": [ "MA: [16] TH", "MA: Removal/Scrounge NA" ],
"H": "Inherent Infantry Crew",
"I": "Inherent Crew if armed (with CS#)",
"L": "Reverse MP &times;3",
"M": "Stun = Recall, CE &amp; Fire NA",
"O": [ "BU Fire NA", "4 TK DR (MG)" ],
"Q": [ "ATR: [12] TH", "ATR: Removal/Scrounge OK" ],
"R": "Multiple Hits",
"T": "AAMG: Rear TCA only",
"U": [ "Combined (un)hooking/(un)loading", "{? 01/1944- | Towing OK | Towing NA | Towing<sup>44+</sup> ?}" ],
"V": [ "As wheeled OT AFV [EXC: D6.82-.83, H1.43]", "Unpossessed SW ok" ],
"X": "Reverse MP &times;4",
"AA": "MA &amp; CMG: AA ok",
"BB": "Pas: 1 SMC or 1PP SW",
"CC": "Steep climbs"
},
"ordnance": {
"D": "Animal-Packed"
}
},
"french": {
"vehicles": {
"A": [ "CMG: AA ok (TCA only)", "CMG: Scrounge OK" ],
"B": [ "BMG: +1 DRM vs Moving/Motion", "BMG: Scrounge NA" ],
"C": "CE: +1 Rear Turret &amp; Indirect Fire",
"D": "Reverse MP &times;2",
"G": "Inherent Crew if armed (with CS#)",
"H": "Deployed Passengers",
"I": "Immob: dr &le; 4 [EXC: mines, Direct Fire vs front/rear]",
"J": [ "Moves as AC [EXC: Hedge NA]", "Reverse MP &times;3" ],
"K": "Unpossessed SW ok",
"L": "Ammo: 4 PP",
"M": "MA: No Bnd FF, Motion Fire",
"AA": "MA: AA ok"
},
"ordnance": {
"A": "Animal-Packed",
"C": "Crewed",
"G": "{? 01/1941- | MA: B# = 12 | MA: B# = (11) | MA: B# (11)<sup>40</sup> ?}",
"V": "No Captured Use penalty for Vichy French"
}
},
"italian": {
"vehicles": {
"A": "2 TK DR",
"C": "AAMG: VCA only",
"D": "MA: No Bnd (F)F, Motion Fire",
"E": [ "Stun = Recall, CE &amp; Fire NA", "BMG: HD Fire OK" ],
"G": "MA: No Bnd (F)F, Motion Fire in VCA",
"J": [ "MA: ATR 12 [TH]", "MA: Removal/Scrounge OK" ],
"K": "Inherent Crew if armed (with CS#)",
"L": "Moves as AC [EXC: Hedge NA]",
"M": "Reverse MP &times;3",
"AA": "MA: AA ok"
},
"ordnance": {
"A": "Animal-Packed",
"B": "Acquisition NA",
"C": "En Portee (Autocarro L)"
}
},
"finnish" :{
"vehicles": {
"A": "MA: AA ok",
"B": [ "BMG: Normal Range = 2", "BMG: Scrounge NA" ],
"E": [ "AP TK# = 13", "APCR TK# = 14" ],
"M": "12: Immob, 11: Stall"
},
"ordnance": {
"A": "Animal-Packed",
"C": "Tow NA",
"D": "En Portee (Medium Truck)",
"E": "AP TK# = 16",
"F": "Acquisition NA"
}
},
"japanese": {
"ordnance": {
"A": "Animal-Packed",
"B": "As 82mm MTR",
"C": "Tow NA",
"D": "No Move"
}
},
"chinese": {
"vehicles": {
"D": "2 TK DR",
"F": "12: Immob",
"H": "Bog assistance"
},
"ordnance": {
"A": "Animal-Packed"
}
},
"allied-minor": {
"vehicles": {
"D": "Stun = Recall, CE &amp; Fire NA",
"E": [ "CMG: AA ok (TCA only)", "CMG: Scrounge OK" ],
"F": "CE: +1 Rear Turret &amp; Indirect Fire",
"G": "Reverse MP &times;4",
"H": "Always CE",
"L": "Black TH#",
"Q": "MA: No Bnd (F)F, Motion Fire",
"AA": "MA: AA ok"
},
"ordnance": {
"A": "Animal-Packed",
"D": "Dismantle NA",
"T": "Tow NA"
}
},
"axis-minor": {
"vehicles": {
"A": "CMG: AA ok (TCA only)",
"D": "CE: +1 Rear Turret &amp; Indirect Fire",
"F": "Stun = Recall, CE &amp; Fire NA",
"I": "Inherent Crew if armed (with CS#)",
"J": "Unpossessed SW ok",
"K": "2 TK DR",
"L": "Bog Assistance",
"M": "Reverse MP &times;3",
"N": [ "ESB: +1 DRM", "Red TH#" ],
"P": "MA &amp; CMG: AA ok"
},
"ordnance": {
"A": "Animal-Packed",
"T": "Tow NA"
}
},
"landing-craft": {
"vehicles": {
"A": "Front as Open-Topped AFV",
"B": "Normal Range = 8",
"D": "No ramp, (un)load &times;2 [EXC: Pier]",
"E": "MA: 2&times; AA <ul> <li> IFE Normal Range = 16 <li> VCA and/or adjacent/same-hex &le; level NA </ul>",
"G": [ "Stun: dr &ge; 5", "Unbeaching: -1 DRM" ]
}
},
"kfw-un": {
"vehicles": {
"A": "&infin; A",
"B": "Bog Checks NA in Mud, Deep Snow, Drift, Sand, Rice Paddies",
"D": [ "(Un)load &times;2", "Pas: Mounted Fire", "Unpossessed SW ok", "MG Removal OK" ],
"E": "Crew: .50-cal MA only",
"F": [ "4 TK DR", "[16] TH" ],
"G": "MA: 12.7",
"H": "Independent AAMG's",
"L": "Bog assistance",
"Q": "Inherent Crew if armed (with CS#)",
"S": [ "Limbered: Fire NA", "Unlimbered: RFNM, always CE (0/+1 DRM)" ],
"T": "Bog: 0 DRM for soft, mud, snow-covered ground",
"U": "Combined (un)hooking/(un)loading",
"V": "MA &amp; CMG: Removal/Scrounge NA",
"W": "Reverse MP &times;4",
"X": "BMG: HD Fire OK",
"Z": "BAZ/PIAT Removal by crew/passenger only, or Scrounge.",
"AA": "MA &amp; CMG: AA ok",
"BB": "Pas: Always BU",
"CC": "Steep climbs",
"DD": "MA &amp; CMG: VCA &le; level NA",
"EE": [ "As fully-tracked OT AFV", "Always CE", "Unpossessed SW ok" ],
"MM": "Inherent dm <span style='text-decoration:overline;'>81</span>* MTR",
"NN": "Inherent Infantry Crew",
"TT": "Front-hull hit: +2 TH DRM (unless level &lt; firer)"
},
"ordnance": {
"A": "Animal-Packed"
}
},
"kfw-comm": {
"ordnance": {
"A": "Animal-Packed",
"R": [ "Crewed", "Red TH#" ]
}
}
}

@ -214,6 +214,9 @@ function make_snippet( $btn, params, extra_params, show_date_warnings )
snippet_save_name = params.PLAYER_2 + " ordnance" ;
}
// adjust comments
adjust_vo_comments( params ) ;
// set vehicle/ordnance note parameters
function set_vo_note( vo_type ) {
var data = $btn.parent().parent().data( "sortable2-data" ) ;
@ -462,6 +465,57 @@ function make_snippet( $btn, params, extra_params, show_date_warnings )
} ;
}
function adjust_vo_comments( params )
{
// NOTE: I tried replacing things like "(11)" and "(12)" here (for breakdown numbers),
// with Unicode 246A and 246B, but they're illegible in VASSAL :-/
// NOTE: We would like to use "(\|\d\*?)+" to match multiple values after the MA,
// but we can't then capture them :-/
var splitMGRegex = new RegExp( /\{\{(\d)\|MA(\|\d\*?)(\|\d\*?)?\}\}/ ) ;
function adjustSplitMG( val ) {
var match = val.match( splitMGRegex ) ;
if ( ! match )
return val ;
var buf = [ match[1], "MA" ] ;
for ( var j=2 ; j < match.length ; ++j ) {
if ( ! match[j] )
continue ;
buf.push( "&thinsp;" ) ; // nb: because CSS padding for <span>'s doesn't work in VASSAL :-/
if ( match[j].substring( match[j].length-1 ) === "*" )
buf.push( "<span class='split-mg-red'>", "&amp;", match[j].substring(1,match[j].length-1), "</span>" ) ;
else
buf.push( "&amp;", match[j].substring(1) ) ;
}
return val.substring(0,match.index) + buf.join("") + val.substring(match.index+match[0].length ) ;
}
// allow comment EXC's to be styled
var excRegex = new RegExp( /\[EXC: .*?\]/ ) ;
function adjustExc( val ) {
var match = val.match( excRegex ) ;
if ( match ) {
val = val.substring( 0, match.index ) +
"<span class='exc'>" + match[0] + "</span>" +
val.substring( match.index + match[0].length ) ;
}
return val ;
}
// adjust comments
if ( params.OB_VO ) {
for ( var i=0 ; i < params.OB_VO.length ; ++i ) {
if ( ! params.OB_VO[i].comments )
continue ;
for ( var j=0 ; j < params.OB_VO[i].comments.length ; ++j ) {
params.OB_VO[i].comments[j] = adjustSplitMG( adjustExc(
params.OB_VO[i].comments[j]
) ) ;
}
}
}
}
function get_vo_note_key( vo_entry )
{
// get the note number for the specified vehicle/ordnance
@ -855,12 +909,20 @@ function unload_snippet_params( unpack_scenario_date, template_id )
if ( elite )
obj.elite = true ;
}
var comments = $(this).data( "sortable2-data" ).custom_comments ;
if ( comments ) {
obj.comments = comments ;
obj.custom_comments = comments.slice() ;
var custom_comments = $(this).data( "sortable2-data" ).custom_comments ;
if ( custom_comments ) {
obj.comments = custom_comments ;
obj.custom_comments = custom_comments.slice() ;
} else {
obj.comments = vo_entry.comments ;
// NOTE: Loading up the vehicle/ordnance comments verbatim here might cause problems with time-based comments,
// since the user will see them in the UI and not know what they mean. However, the alternative is to perhaps
// load the appropriate comment for the current scenario date, but that means they will become different
// to the default set of comments, and thus treated as if the user had changed them. If the scenario date
// is then changed, the time-based comments won't update accordingly, which will be more confusing than
// the original problem we're trying to fix :-/
// We could work around this by checking if a saved comment is the same as the calculated time-based comment
// for the scenario date, but this is far, far more trouble than it's worth :-/
obj.comments = get_vo_comments( vo_entry, params.SCENARIO_MONTH, params.SCENARIO_YEAR ) ;
}
objs.push( obj ) ;
} ) ;
@ -875,6 +937,72 @@ function unload_snippet_params( unpack_scenario_date, template_id )
return params ;
}
function get_vo_comments( vo_entry, month, year )
{
if ( ! vo_entry.comments )
return vo_entry.comments ;
function parseDate( val ) {
if ( ! val )
return null ;
var match = val.trim().match( /^(\d\d)\/(19\d\d)$/ ) ;
if ( ! match )
return null ;
return [ match[1], match[2] ] ;
}
// generate the vehicle/ordnance's comments
var voComments=[], cmt, i ;
for ( i=0 ; i < vo_entry.comments.length ; ++i ) {
cmt = vo_entry.comments[i] ;
if ( cmt.substr(0,2) === "{?" && cmt.substr(cmt.length-2) === "?}" ) {
// this is a time-based comment, check the scenario date
var words = cmt.substring( 2, cmt.length-2 ).split( "|" ) ;
var dates = words[0].split( "-" ) ;
dates = [ parseDate(dates[0]), parseDate(dates[1]) ] ;
if ( words.length != 4 || dates.length != 2 || (!dates[0] && !dates[1]) ) {
showErrorMsg( "Invalid time-based vehicle/ordnance comment: " + cmt ) ;
continue ;
}
if ( !month || !year )
cmt = words[3] ;
else {
var rc = true ;
if ( dates[0] && ( year < dates[0][1] || ( year == dates[0][1] && month < dates[0][0] ) ) )
rc = false ;
if ( dates[1] && ( year > dates[1][1] || ( year == dates[1][1] && month > dates[1][0] ) ) )
rc = false ;
cmt = rc ? words[1] : words[2] ;
}
}
cmt = cmt.trim() ;
if ( cmt )
voComments.push( cmt ) ;
}
// remove any disabled comments
// NOTE: We do this in the backend, but we need to do it here as well,
// to remove any time-based comments.
if ( vo_entry.disabled_comments ) {
var disabled = {} ;
for ( i=0 ; i < vo_entry.disabled_comments.length ; ++i ) {
cmt = vo_entry.disabled_comments[ i ] ;
if ( cmt.substring( 0, 2 ) === "?:" )
disabled[ cmt.substring(2).trim() ] = true ;
else
disabled[ cmt ] = true ;
}
var voComments2 = [] ;
for ( i=0 ; i < voComments.length ; ++i ) {
if ( ! disabled[ voComments[i] ] )
voComments2.push( voComments[i] ) ;
}
voComments = voComments2 ;
}
return voComments ;
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
function make_capabilities( raw, vo_entry, vo_type, nat, elite, scenario_theater, scenario_year, scenario_month, show_warnings )
@ -885,19 +1013,6 @@ function make_capabilities( raw, vo_entry, vo_type, nat, elite, scenario_theater
if ( vo_entry.no_radio )
capabilities.push( vo_entry.no_radio ) ;
// check if the vehicle has no intensive fire
if ( vo_entry.no_if ) {
var no_if = "no IF" ;
if ( typeof(vo_entry.no_if) === "string" ) { // nb: only for the French B1-bis :-/
no_if = vo_entry.no_if ;
if ( no_if.substring(no_if.length-1) === "\u2020" )
no_if = "no IF<sup>" + no_if.substring(0,no_if.length-1) + "</sup>\u2020" ;
else
no_if = "no IF<sup>" + no_if + "</sup>" ;
}
capabilities.push( no_if ) ;
}
// extract the static capabilities
var i ;
if ( "capabilities" in vo_entry ) {
@ -976,12 +1091,6 @@ function make_capabilities( raw, vo_entry, vo_type, nat, elite, scenario_theater
}
}
// extract any other capabilities
if ( "capabilities_other" in vo_entry ) {
for ( i=0 ; i < vo_entry.capabilities_other.length ; ++i )
capabilities.push( vo_entry.capabilities_other[i] ) ;
}
// include damage points (for Landing Craft)
if ( "damage_points" in vo_entry )
capabilities.push( "DP " + vo_entry.damage_points ) ;
@ -1001,14 +1110,7 @@ function make_capabilities( raw, vo_entry, vo_type, nat, elite, scenario_theater
if ( elite )
adjust_capabilities_for_elite( capabilities, +1 ) ;
// remove uninteresting capabilities
var adjusted_capabilities = [] ;
for ( i=0 ; i < capabilities.length ; ++i ) {
if ( ["T","NT","ST"].indexOf( capabilities[i] ) === -1 )
adjusted_capabilities.push( capabilities[i] ) ;
}
return adjusted_capabilities ;
return capabilities ;
}
function make_raw_capability( name, capability )

@ -422,6 +422,7 @@ function strReplaceAll( val, searchFor, replaceWith )
if ( pos === -1 )
return val ;
val = val.substr(0,pos) + replaceWith + val.substr(pos+searchFor.length) ;
pos += replaceWith.length ;
}
}

@ -7,7 +7,8 @@
<style>
table { border-collapse: collapse ; }
th { text-align: left ; padding: 0.2em 0.5em ; background: #eee ; border: 1px solid #ccc ; }
td { padding: 0.2em 0.5em ; }
tr { border-bottom: 1px dotted #ccc ; }
td { padding: 0.2em 0.5em ; vertical-align: top ; }
.val { padding: 0.1em 0.25em ; background: #eee ; }
</style>
</head>
@ -74,7 +75,16 @@ function load_vo_listings( objs )
var note_number = obj.note_number ? "<span class='val'>" + fmtval(obj.note_number) + "</span>" : fmtval("") ;
buf.push( "<td>", note_number ) ;
buf.push( "<td>", listval(obj.notes) ) ;
buf.push( "<td>", obj.comments ? listval(obj.comments) : "" ) ;
if ( ! obj.comments )
buf.push( "<td>" ) ;
else {
var comments = get_vo_comments( obj, month, year ) ;
for ( var j=0 ; j < comments.length ; ++j ) {
var val = strReplaceAll( strReplaceAll( comments[j], "<ul>", "[{" ), "</ul>", "}]" ) ;
comments[j] = val.replace( /\<li\>\s*/g, "*:" ) ;
}
buf.push( "<td>", listval(comments," | ") ) ;
}
}
buf.push( "</table>" ) ;
$results.html( buf.join("") ).show() ;
@ -88,7 +98,7 @@ function fmtval( val )
return val ;
}
function listval( vals )
function listval( vals, sep )
{
// return the formatted list of values
if ( ! vals )
@ -96,7 +106,7 @@ function listval( vals )
var buf = [] ;
for ( var i=0 ; i < vals.length ; ++i )
buf.push( "<span class='val'>" + vals[i] + "</span>" ) ;
return buf.join( " " ) ;
return buf.join( sep ? sep : " " ) ;
}
</script>

@ -17,7 +17,7 @@
},
{ "name": "M3A1 37mm AT Gun",
"capabilities": [ "NT", "QSU" ],
"capabilities": [ "NT", "XYZ" ],
"capabilities2": { "C": [ [7,"A2+"], "\u2020<sup>1</sup>" ] },
"note_number": "6\u2020",
"notes": [ "C\u2020<sup>1</sup>", "N" ],
@ -25,7 +25,7 @@
},
{ "name": "M1 57mm AT Gun",
"capabilities": [ "NT", "QSU" ],
"capabilities": [ "NT", "XYZ" ],
"capabilities2": { "HE": [ [7,"J4E"], [7,5], "\u2020" ], "D": [ [4,"J4+E"], "\u2020" ] },
"note_number": "7\u2020",
"id": "am/o:006"

@ -1,15 +1,14 @@
[
{ "name": "a german ordnance",
"capabilities": [ "QSU", "IR" ],
"capabilities": [ "XYZ", "IR" ],
"capabilities2": { "A": 1, "H": 2 },
"capabilities_other": [ "can do other stuff" ],
"note_number": "1",
"notes": [ "A", "B\u2020" ],
"id": "ge/o:990"
},
{ "name": "another german ordnance",
"capabilities": [ "QSU" ],
"capabilities": [ "XYZ" ],
"note_number": "2",
"id": "ge/o:991"
},

@ -3,7 +3,6 @@
{ "name": "a russian ordnance",
"capabilities": [ "NM" ],
"capabilities2": { "s": 1, "sN": 2 },
"capabilities_other": [ "twerking" ],
"note_number": "1",
"notes": [ "X", "Y\u2020" ],
"id": "ru/o:990"

@ -1,16 +1,15 @@
[
{ "name": "a german vehicle",
"capabilities": [ "QSU", "IR" ],
"capabilities": [ "XYZ", "IR" ],
"capabilities2": { "A": 1, "H": 2 },
"capabilities_other": [ "can do other stuff" ],
"CS#": 5,
"note_number": "1",
"notes": [ "A", "B\u2020" ],
"id": "ge/v:990"
},
{ "name": "another german vehicle",
"capabilities": [ "QSU" ],
"capabilities": [ "XYZ" ],
"cs#": "4:brewup",
"note_number": "2",
"notes": [ "<s>b</s>", "C" ],

@ -3,7 +3,6 @@
{ "name": "a russian vehicle",
"capabilities": [ "NM" ],
"capabilities2": { "s": 1, "sN": 2 },
"capabilities_other": [ "twerking" ],
"CS#": 3,
"note_number": "1",
"notes": [ "X", "Y\u2020" ],

@ -196,6 +196,7 @@ GPID Name Front images
1028 LVT4 am/veh/LVT4.gif
1030 LVT4 am/veh/LVT42.gif
1032 DUKW am/veh/DUKW.gif
1034 DUKW MG am/veh/DUKW2.gif
1036 Jeep GPA am/veh/JeepGPA.gif
1039 Jeep am/veh/Jeep.gif
1040 Jeep MMG am/veh/Jeep2.gif
@ -396,6 +397,7 @@ GPID Name Front images
1545 Sherman III DD(a) br/vehicles/sherdd.gif
1547 Sherman III DD(a) br/vehicles/sherdd2.gif
1549 DUKW(a) br/vehicles/dukw.gif
1551 DUKW(a) MG br/vehicles/dukw2.gif
1553 Terrapin br/vehicles/terra.gif
1555 2pdr Portee ['br/vehicles/portee.gif', 'br/vehicles/portee0.gif']
1557 Morris C9/B br/vehicles/morrc9b.gif
@ -564,6 +566,8 @@ GPID Name Front images
2109 Carrier C(b) ch/veh/chcarrc.gif
2111 Henschel 33(g) ch/veh/chhensch.gif
2113 Jeep(a) ch/veh/chjeep.gif
2114 Jeep(a) MMG ch/veh/chjeep2.gif
2115 Jeep(a) HMG ch/veh/chjeep4.gif
2116 2-1/2 ton truck(a) ch/veh/chton212.gif
2172 46* MTR al/alMTR46.gif al/alMTR46B.gif
2173 50* MTR al/alMTR50.gif al/alMTR50B.gif
@ -937,6 +941,7 @@ GPID Name Front images
3535 AB 41 it/veh/ab41.gif
3539 Autoprotetto S37 it/veh/auts37.gif
3541 Autocannone 65/17(b) it/veh/aut6517.gif
3543 Autocannone 65/17(b) MG it/veh/aut65172.gif
3545 Autocannone 20/65(b) it/veh/aut2065.gif
3547 Autocanonne 75/27 CK it/veh/aut7527.gif
3549 Autocanonne 90/53 it/veh/aut9053.gif
@ -952,6 +957,7 @@ GPID Name Front images
3567 Autocarro Pesante it/veh/autpes.gif
3605 50* MTR (g) fi/fiMTR.gif fi/fiMTRb.gif
3608 20L ATR fi/fiATR.gif fi/fiATRb.gif
3679 50 MTR(f) ax/axMTRf.gif ax/axMTRfb.gif
3680 50* MTR ax/axMTR.gif ax/axMTRb.gif
3681 50* MTR(r) ax/axMTRr.gif ax/axMTRrb.gif
3682 60* MTR(f) ax/axMTR60f.gif ax/axMTR60fb.gif
@ -1071,6 +1077,7 @@ GPID Name Front images
3885 LT vz 40(t) ax/veh/slLT40.gif
3887 Marder III(t)H ax/veh/slMiiiH.gif
3889 Kfz 1(g) ax/veh/slKfz1.gif
3890 Kfz 1(g) MG ax/veh/slKfz12.gif
3891 SdKfz 2(g) ax/veh/slSdKfz2.gif
3892 TKS ax/veh/crTKS.gif
3894 TKS(L) ax/veh/crTKSL.gif
@ -1078,6 +1085,7 @@ GPID Name Front images
3902 Semovente L40(i) ax/veh/crSemL40.gif
3904 Vickers 6t Mk E ax/veh/buV6E.gif
3906 R-35(f) ax/veh/buR35.gif
3959 50 MTR(h) hu/huMTRh.gif hu/huMTRhb.gif
3993 40L AT MAVAG 40 M hu/gun/huAT40L.gif hu/gun/huAT40Lb.gif
3999 76 ART Skoda M05/08 hu/gun/huAR76.gif hu/gun/huAR76b.gif
4001 105 ART MAVAG M40 hu/gun/huAR1052.gif hu/gun/huAR1052b.gif
@ -1111,6 +1119,7 @@ GPID Name Front images
5944 81* MTR OML 3.2" br/guns/brMTR81.gif br/guns/brMTR76sb.gif
6364 Stuart III(a) ru/veh/ruM3A1.gif
6730 47 MTR fi/fi47mtr.png fi/fi47mtrB.png
6763 ATR (b) fi/fibATR.png fi/fibATRB.png
6765 81* MTR Krh/32 fi81mmMTR.png fi/gun/fi81mmMTRB.png
6782 81* MTR Savu M42 fi81mmMTR Savu.png fi/gun/fi81mmMTR SavuB.png
6796 7.62 AA fi7.62AA.png fi/gun/fi7.62AAB.png
@ -1202,6 +1211,7 @@ GPID Name Front images
7128 FT-17 730(m) ge/veh/geFT-17 37.png
7132 38H 735(f) ge/veh/ge38H 735.png
7136 35-S 739(f) ge/veh/ge35S 739.png
7150 Matilda II ru/veh/ruMatilda.png
7220 T-26B (r) fi/veh/fiT-26b2(r).png
7409 76 ItK/28 B(s) fiAA76L.png fiAA76LB.png
7418 T-28 M34(L) T28M34L.gif

@ -199,6 +199,7 @@ GPID Name Front images
1028 LVT4 am/veh/LVT4.gif
1030 LVT4 am/veh/LVT42.gif
1032 DUKW am/veh/DUKW.gif
1034 DUKW MG am/veh/DUKW2.gif
1036 Jeep GPA am/veh/JeepGPA.gif
1039 Jeep am/veh/Jeep.gif
1040 Jeep MMG am/veh/Jeep2.gif
@ -400,6 +401,7 @@ GPID Name Front images
1545 Sherman III DD(a) br/vehicles/sherdd.gif
1547 Sherman III DD(a) br/vehicles/sherdd2.gif
1549 DUKW(a) br/vehicles/dukw.gif
1551 DUKW(a) MG br/vehicles/dukw2.gif
1553 Terrapin br/vehicles/terra.gif
1555 2pdr Portee ['br/vehicles/portee.gif', 'br/vehicles/portee0.gif']
1557 Morris C9/B br/vehicles/morrc9b.gif
@ -568,6 +570,8 @@ GPID Name Front images
2109 Carrier C(b) ch/veh/chcarrc.gif
2111 Henschel 33(g) ch/veh/chhensch.gif
2113 Jeep(a) ch/veh/chjeep.gif
2114 Jeep(a) MMG ch/veh/chjeep2.gif
2115 Jeep(a) HMG ch/veh/chjeep4.gif
2116 2-1/2 ton truck(a) ch/veh/chton212.gif
2172 46* MTR al/alMTR46.gif al/alMTR46B.gif
2173 50* MTR al/alMTR50.gif al/alMTR50B.gif
@ -941,6 +945,7 @@ GPID Name Front images
3535 AB 41 it/veh/ab41.gif
3539 Autoprotetto S37 it/veh/auts37.gif
3541 Autocannone 65/17(b) it/veh/aut6517.gif
3543 Autocannone 65/17(b) MG it/veh/aut65172.gif
3545 Autocannone 20/65(b) it/veh/aut2065.gif
3547 Autocanonne 75/27 CK it/veh/aut7527.gif
3549 Autocanonne 90/53 it/veh/aut9053.gif
@ -956,6 +961,7 @@ GPID Name Front images
3567 Autocarro Pesante it/veh/autpes.gif
3605 50* MTR (g) fi/fiMTR.gif fi/fiMTRb.gif
3608 20L ATR fi/fiATR.gif fi/fiATRb.gif
3679 50 MTR(f) ax/axMTRf.gif ax/axMTRfb.gif
3680 50* MTR ax/axMTR.gif ax/axMTRb.gif
3681 50* MTR(r) ax/axMTRr.gif ax/axMTRrb.gif
3682 60* MTR(f) ax/axMTR60f.gif ax/axMTR60fb.gif
@ -1079,6 +1085,7 @@ GPID Name Front images
3885 LT vz 40(t) ax/veh/slLT40.gif
3887 Marder III(t)H ax/veh/slMiiiH.gif
3889 Kfz 1(g) ax/veh/slKfz1.gif
3890 Kfz 1(g) MG ax/veh/slKfz12.gif
3891 SdKfz 2(g) ax/veh/slSdKfz2.gif
3892 TKS ax/veh/crTKS.gif
3894 TKS(L) ax/veh/crTKSL.gif
@ -1088,6 +1095,7 @@ GPID Name Front images
3902 Semovente L40(i) ax/veh/crSemL40.gif
3904 Vickers 6t Mk E ax/veh/buV6E.gif
3906 R-35(f) ax/veh/buR35.gif
3959 50 MTR(h) hu/huMTRh.gif hu/huMTRhb.gif
3993 40L AT MAVAG 40 M hu/gun/huAT40L.gif hu/gun/huAT40Lb.gif
3999 76 ART Skoda M05/08 hu/gun/huAR76.gif hu/gun/huAR76b.gif
4001 105 ART MAVAG M40 hu/gun/huAR1052.gif hu/gun/huAR1052b.gif
@ -1123,6 +1131,7 @@ GPID Name Front images
5944 81* MTR OML 3.2" br/guns/brMTR81.gif br/guns/brMTR76sb.gif
6364 Stuart III(a) ru/veh/ruM3A1.gif
6730 47 MTR fi/fi47mtr.png fi/fi47mtrB.png
6763 ATR (b) fi/fibATR.png fi/fibATRB.png
6765 81* MTR Krh/32 fi81mmMTR.png fi/gun/fi81mmMTRB.png
6782 81* MTR Savu M42 fi81mmMTR Savu.png fi/gun/fi81mmMTR SavuB.png
6796 7.62 AA fi7.62AA.png fi/gun/fi7.62AAB.png
@ -1216,6 +1225,7 @@ GPID Name Front images
7128 FT-17 730(f) ge/veh/geFT-17 37.png
7132 38H 735(f) ge/veh/ge38H 735.png
7136 35-S 739(f) ge/veh/ge35S 739.png
7150 Matilda II ru/veh/ruMatilda.png
7220 T-26B (r) fi/veh/fiT-26b2(r).png
7409 76 ItK/28 B(s) fiAA76L.png fiAA76LB.png
7418 T-28 M34(L) T28M34L.gif

@ -1,12 +1,12 @@
=== landing craft ===
Name Capabilities (effective) # Notes Comments
-------- -------------- ------------- --- ------------------------------------------------ ----------
LCP(L) DP 2 CS 4 DP 2 CS 4 1† A†<sup>1</sup> B†<sup>3</sup> C†<sup>2</sup> D
LCA DP 3 CS 6 DP 3 CS 6 2† n/a
LCVP DP 3 CS 5 DP 3 CS 5 3† B†<sup>2</sup> C†<sup>1</sup>
LCM(3) DP 5 CS 6 DP 5 CS 6 4† B†<sup>2</sup> C†<sup>1</sup>
LCI(S) DP 14 CS 10 DP 14 CS 10 5† C†<sup>3</sup> D E†<sup>2</sup> F†<sup>1</sup> G
LCT(4) DP 10 CS 9 DP 10 CS 9 6† C†<sup>3</sup> E†<sup>2</sup> F†<sup>1</sup> G
Daihatsu DP 3 CS 4 DP 3 CS 4 7† A†<sup>1</sup>
Shohatsu DP 2 CS 3 DP 2 CS 3 8† A† D
-------- -------------- ------------- --- ------------------------------------------------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
LCP(L) DP 2 CS 4 DP 2 CS 4 1† A†<sup>1</sup> B†<sup>3</sup> C†<sup>2</sup> D British: Unarmored &amp; unarmed; Inherent Crew | MA: 4&amp;4 | Front as Open-Topped AFV | Normal Range = 8 | No ramp, (un)load &#215;2 [EXC: Pier]
LCA DP 3 CS 6 DP 3 CS 6 2† n/a Personnel/SW only | Collateral Attacks: &#189; FP
LCVP DP 3 CS 5 DP 3 CS 5 3† B†<sup>2</sup> C†<sup>1</sup> Inherent Crew | MA: 4&amp;4 | Unarmored &amp; unarmed (pre-6/43) | Normal Range = 8
LCM(3) DP 5 CS 6 DP 5 CS 6 4† B†<sup>2</sup> C†<sup>1</sup> MA: 2&amp;2 or 6&amp;6 | Normal Range = 8
LCI(S) DP 14 CS 10 DP 14 CS 10 5† C†<sup>3</sup> D E†<sup>2</sup> F†<sup>1</sup> G AAMG: 2&amp;2 | -3 Target Size [{ *:One-level LOS obstacle across Side *:Units may not move through Location }] | Cloaked Passengers | No ramp, (un)load &#215;2 [EXC: Pier] | MA: 2&#215; AA [{ *:IFE Normal Range = 16 *:VCA and/or adjacent/same-hex &#8804; level NA }] | Stun: dr &#8805; 5 | Unbeaching: -1 DRM
LCT(4) DP 10 CS 9 DP 10 CS 9 6† C†<sup>3</sup> E†<sup>2</sup> F†<sup>1</sup> G -4 Target Size [{ *:One-level LOS obstacle across Side *:Units may not move through Location }] | Infantry Stack unload | MA: 2&#215; AA [{ *:IFE Normal Range = 16 *:VCA and/or adjacent/same-hex &#8804; level NA }] | Stun: dr &#8805; 5 | Unbeaching: -1 DRM
Daihatsu DP 3 CS 4 DP 3 CS 4 7† A†<sup>1</sup> AAMG: Rear/port-side only | Front as Open-Topped AFV
Shohatsu DP 2 CS 3 DP 2 CS 3 8† A† D Passengers: BU NA | Front as Open-Topped AFV | No ramp, (un)load &#215;2 [EXC: Pier]

@ -1,18 +1,18 @@
=== ordnance/allied-minor-common/1940 ===
Name Capabilities (effective) # Notes Comments
------------------------------- --------------------------- --------------------------- --- ----------------------- ----------------------
Brandt Medium Mortar QSU s8 QSU s8 23† A B Gr N P Y
37mm Bofors AT QSU QSU 24† A De P
3.7cm PaK 35/36 QSU QSU 25† Gr Ne Y
Bohler M35 47mm QSU QSU 26† A Gr Ne Y
65mm wz.06 QSU h-d QSU h-d 27† A Gr P Y No Gunshield.
75mm wz.97 QSU s8 QSU s8 28† A Gr N P
Bofors M34 QSU QSU 29† A B Gr Ne N
75M 19S QSU h-d AP5 s6 QSU h-d AP5 s6 30† A Gr P Y
------------------------------- --------------------------- --------------------------- --- ----------------------- ---------------------------------------------------
Brandt Medium Mortar s8 s8 23† A B Gr N P Y QSU | Animal-Packed
37mm Bofors AT 24† A De P QSU | En Portee (P-F 621L or Ursus) | Animal-Packed
3.7cm PaK 35/36 25† Gr Ne Y QSU
Bohler M35 47mm 26† A Gr Ne Y QSU | Animal-Packed
65mm wz.06 27† A Gr P Y QSU | No Gunshield | Horse-Drawn | Animal-Packed
75mm wz.97 s8 s8 28† A Gr N P QSU | Animal-Packed
Bofors M34 29† A B Gr Ne N QSU | Animal-Packed
75M 19S AP5 s6 AP5 s6 30† A Gr P Y QSU | Horse-Drawn | Animal-Packed
C105 L 13 S 31† B P Y
120mm wz. 09/31 h-d s6 h-d s6 32† N P
120mm wz. 09/31 s6 s6 32† N P Horse-Drawn
155mm 17 S s8 s8 33 B Gr P Y
Mitrailleuse de 13.2 CAJ mle 30 2 TK DR† 2 TK DR† 34† T†<sup>1</sup> B Gr Y Towing NA†<sup>1</sup>
Mitrailleuse de 13.2 CAJ mle 30 34† T†<sup>1</sup> B Gr Y Tow NA | 2 TK DR | 16 [TH]
20mm Oerlikon LF [NT, 20†[1], 2 ROF, B11] LF [NT, 20†[1], 2 ROF, B11] 35† C†<sup>1</sup> Gr Ne Y
40mm Bofors AA LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 36† C†<sup>1</sup> B N Ne P

@ -1,18 +1,18 @@
=== ordnance/allied-minor-common/1941 ===
Name Capabilities (effective) # Notes Comments
------------------------------- --------------------------- --------------------------- --- ----------------------- ----------------------
Brandt Medium Mortar QSU s8 QSU s8 23† A B Gr N P Y
37mm Bofors AT QSU QSU 24† A De P
3.7cm PaK 35/36 QSU QSU 25† Gr Ne Y
Bohler M35 47mm QSU QSU 26† A Gr Ne Y
65mm wz.06 QSU h-d QSU h-d 27† A Gr P Y No Gunshield.
75mm wz.97 QSU s8 QSU s8 28† A Gr N P
Bofors M34 QSU QSU 29† A B Gr Ne N
75M 19S QSU h-d AP5 s6 QSU h-d AP5 s6 30† A Gr P Y
------------------------------- --------------------------- --------------------------- --- ----------------------- ---------------------------------------------------
Brandt Medium Mortar s8 s8 23† A B Gr N P Y QSU | Animal-Packed
37mm Bofors AT 24† A De P QSU | En Portee (P-F 621L or Ursus) | Animal-Packed
3.7cm PaK 35/36 25† Gr Ne Y QSU
Bohler M35 47mm 26† A Gr Ne Y QSU | Animal-Packed
65mm wz.06 27† A Gr P Y QSU | No Gunshield | Horse-Drawn | Animal-Packed
75mm wz.97 s8 s8 28† A Gr N P QSU | Animal-Packed
Bofors M34 29† A B Gr Ne N QSU | Animal-Packed
75M 19S AP5 s6 AP5 s6 30† A Gr P Y QSU | Horse-Drawn | Animal-Packed
C105 L 13 S 31† B P Y
120mm wz. 09/31 h-d s6 h-d s6 32† N P
120mm wz. 09/31 s6 s6 32† N P Horse-Drawn
155mm 17 S s8 s8 33 B Gr P Y
Mitrailleuse de 13.2 CAJ mle 30 2 TK DR† 2 TK DR† 34† T†<sup>1</sup> B Gr Y Towing NA†<sup>1</sup>
Mitrailleuse de 13.2 CAJ mle 30 34† T†<sup>1</sup> B Gr Y Tow NA | 2 TK DR | 16 [TH]
20mm Oerlikon LF [NT, 20†[1], 2 ROF, B11] LF [NT, 20†[1], 2 ROF, B11] 35† C†<sup>1</sup> Gr Ne Y
40mm Bofors AA LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 36† C†<sup>1</sup> B N Ne P

@ -1,18 +1,18 @@
=== ordnance/allied-minor-common/1942 ===
Name Capabilities (effective) # Notes Comments
------------------------------- --------------------------- --------------------------- --- ----------------------- ----------------------
Brandt Medium Mortar QSU s8 QSU s8 23† A B Gr N P Y
37mm Bofors AT QSU QSU 24† A De P
3.7cm PaK 35/36 QSU QSU 25† Gr Ne Y
Bohler M35 47mm QSU QSU 26† A Gr Ne Y
65mm wz.06 QSU h-d QSU h-d 27† A Gr P Y No Gunshield.
75mm wz.97 QSU s8 QSU s8 28† A Gr N P
Bofors M34 QSU QSU 29† A B Gr Ne N
75M 19S QSU h-d AP5 s6 QSU h-d AP5 s6 30† A Gr P Y
------------------------------- --------------------------- --------------------------- --- ----------------------- ---------------------------------------------------
Brandt Medium Mortar s8 s8 23† A B Gr N P Y QSU | Animal-Packed
37mm Bofors AT 24† A De P QSU | En Portee (P-F 621L or Ursus) | Animal-Packed
3.7cm PaK 35/36 25† Gr Ne Y QSU
Bohler M35 47mm 26† A Gr Ne Y QSU | Animal-Packed
65mm wz.06 27† A Gr P Y QSU | No Gunshield | Horse-Drawn | Animal-Packed
75mm wz.97 s8 s8 28† A Gr N P QSU | Animal-Packed
Bofors M34 29† A B Gr Ne N QSU | Animal-Packed
75M 19S AP5 s6 AP5 s6 30† A Gr P Y QSU | Horse-Drawn | Animal-Packed
C105 L 13 S 31† B P Y
120mm wz. 09/31 h-d s6 h-d s6 32† N P
120mm wz. 09/31 s6 s6 32† N P Horse-Drawn
155mm 17 S s8 s8 33 B Gr P Y
Mitrailleuse de 13.2 CAJ mle 30 2 TK DR† 2 TK DR† 34† T†<sup>1</sup> B Gr Y Towing NA†<sup>1</sup>
Mitrailleuse de 13.2 CAJ mle 30 34† T†<sup>1</sup> B Gr Y Tow NA | 2 TK DR | 16 [TH]
20mm Oerlikon LF [NT, 20†[1], 2 ROF, B11] LF [NT, 20†[1], 2 ROF, B11] 35† C†<sup>1</sup> Gr Ne Y
40mm Bofors AA LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 36† C†<sup>1</sup> B N Ne P

@ -1,18 +1,18 @@
=== ordnance/allied-minor-common/1943 ===
Name Capabilities (effective) # Notes Comments
------------------------------- --------------------------- --------------------------- --- ----------------------- ----------------------
Brandt Medium Mortar QSU s8 QSU s8 23† A B Gr N P Y
37mm Bofors AT QSU QSU 24† A De P
3.7cm PaK 35/36 QSU QSU 25† Gr Ne Y
Bohler M35 47mm QSU QSU 26† A Gr Ne Y
65mm wz.06 QSU h-d QSU h-d 27† A Gr P Y No Gunshield.
75mm wz.97 QSU s8 QSU s8 28† A Gr N P
Bofors M34 QSU QSU 29† A B Gr Ne N
75M 19S QSU h-d AP5 s6 QSU h-d AP5 s6 30† A Gr P Y
------------------------------- --------------------------- --------------------------- --- ----------------------- ---------------------------------------------------
Brandt Medium Mortar s8 s8 23† A B Gr N P Y QSU | Animal-Packed
37mm Bofors AT 24† A De P QSU | En Portee (P-F 621L or Ursus) | Animal-Packed
3.7cm PaK 35/36 25† Gr Ne Y QSU
Bohler M35 47mm 26† A Gr Ne Y QSU | Animal-Packed
65mm wz.06 27† A Gr P Y QSU | No Gunshield | Horse-Drawn | Animal-Packed
75mm wz.97 s8 s8 28† A Gr N P QSU | Animal-Packed
Bofors M34 29† A B Gr Ne N QSU | Animal-Packed
75M 19S AP5 s6 AP5 s6 30† A Gr P Y QSU | Horse-Drawn | Animal-Packed
C105 L 13 S 31† B P Y
120mm wz. 09/31 h-d s6 h-d s6 32† N P
120mm wz. 09/31 s6 s6 32† N P Horse-Drawn
155mm 17 S s8 s8 33 B Gr P Y
Mitrailleuse de 13.2 CAJ mle 30 2 TK DR† 2 TK DR† 34† T†<sup>1</sup> B Gr Y Towing NA†<sup>1</sup>
Mitrailleuse de 13.2 CAJ mle 30 34† T†<sup>1</sup> B Gr Y Tow NA | 2 TK DR | 16 [TH]
20mm Oerlikon LF [NT, 20†[1], 2 ROF, B11] LF [NT, 20†[1], 2 ROF, B11] 35† C†<sup>1</sup> Gr Ne Y
40mm Bofors AA LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 36† C†<sup>1</sup> B N Ne P

@ -1,18 +1,18 @@
=== ordnance/allied-minor-common/1944 ===
Name Capabilities (effective) # Notes Comments
------------------------------- --------------------------- --------------------------- --- ----------------------- ----------------------
Brandt Medium Mortar QSU s8 QSU s8 23† A B Gr N P Y
37mm Bofors AT QSU QSU 24† A De P
3.7cm PaK 35/36 QSU QSU 25† Gr Ne Y
Bohler M35 47mm QSU QSU 26† A Gr Ne Y
65mm wz.06 QSU h-d QSU h-d 27† A Gr P Y No Gunshield.
75mm wz.97 QSU s8 QSU s8 28† A Gr N P
Bofors M34 QSU QSU 29† A B Gr Ne N
75M 19S QSU h-d AP5 s6 QSU h-d AP5 s6 30† A Gr P Y
------------------------------- --------------------------- --------------------------- --- ----------------------- ---------------------------------------------------
Brandt Medium Mortar s8 s8 23† A B Gr N P Y QSU | Animal-Packed
37mm Bofors AT 24† A De P QSU | En Portee (P-F 621L or Ursus) | Animal-Packed
3.7cm PaK 35/36 25† Gr Ne Y QSU
Bohler M35 47mm 26† A Gr Ne Y QSU | Animal-Packed
65mm wz.06 27† A Gr P Y QSU | No Gunshield | Horse-Drawn | Animal-Packed
75mm wz.97 s8 s8 28† A Gr N P QSU | Animal-Packed
Bofors M34 29† A B Gr Ne N QSU | Animal-Packed
75M 19S AP5 s6 AP5 s6 30† A Gr P Y QSU | Horse-Drawn | Animal-Packed
C105 L 13 S 31† B P Y
120mm wz. 09/31 h-d s6 h-d s6 32† N P
120mm wz. 09/31 s6 s6 32† N P Horse-Drawn
155mm 17 S s8 s8 33 B Gr P Y
Mitrailleuse de 13.2 CAJ mle 30 2 TK DR† 2 TK DR† 34† T†<sup>1</sup> B Gr Y Towing NA†<sup>1</sup>
Mitrailleuse de 13.2 CAJ mle 30 34† T†<sup>1</sup> B Gr Y Tow NA | 2 TK DR | 16 [TH]
20mm Oerlikon LF [NT, 20†[1], 2 ROF, B11] LF [NT, 20†[1], 2 ROF, B11] 35† C†<sup>1</sup> Gr Ne Y
40mm Bofors AA LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 36† C†<sup>1</sup> B N Ne P

@ -1,18 +1,18 @@
=== ordnance/allied-minor-common/1945 ===
Name Capabilities (effective) # Notes Comments
------------------------------- --------------------------- --------------------------- --- ----------------------- ----------------------
Brandt Medium Mortar QSU s8 QSU s8 23† A B Gr N P Y
37mm Bofors AT QSU QSU 24† A De P
3.7cm PaK 35/36 QSU QSU 25† Gr Ne Y
Bohler M35 47mm QSU QSU 26† A Gr Ne Y
65mm wz.06 QSU h-d QSU h-d 27† A Gr P Y No Gunshield.
75mm wz.97 QSU s8 QSU s8 28† A Gr N P
Bofors M34 QSU QSU 29† A B Gr Ne N
75M 19S QSU h-d AP5 s6 QSU h-d AP5 s6 30† A Gr P Y
------------------------------- --------------------------- --------------------------- --- ----------------------- ---------------------------------------------------
Brandt Medium Mortar s8 s8 23† A B Gr N P Y QSU | Animal-Packed
37mm Bofors AT 24† A De P QSU | En Portee (P-F 621L or Ursus) | Animal-Packed
3.7cm PaK 35/36 25† Gr Ne Y QSU
Bohler M35 47mm 26† A Gr Ne Y QSU | Animal-Packed
65mm wz.06 27† A Gr P Y QSU | No Gunshield | Horse-Drawn | Animal-Packed
75mm wz.97 s8 s8 28† A Gr N P QSU | Animal-Packed
Bofors M34 29† A B Gr Ne N QSU | Animal-Packed
75M 19S AP5 s6 AP5 s6 30† A Gr P Y QSU | Horse-Drawn | Animal-Packed
C105 L 13 S 31† B P Y
120mm wz. 09/31 h-d s6 h-d s6 32† N P
120mm wz. 09/31 s6 s6 32† N P Horse-Drawn
155mm 17 S s8 s8 33 B Gr P Y
Mitrailleuse de 13.2 CAJ mle 30 2 TK DR† 2 TK DR† 34† T†<sup>1</sup> B Gr Y Towing NA†<sup>1</sup>
Mitrailleuse de 13.2 CAJ mle 30 34† T†<sup>1</sup> B Gr Y Tow NA | 2 TK DR | 16 [TH]
20mm Oerlikon LF [NT, 20†[1], 2 ROF, B11] LF [NT, 20†[1], 2 ROF, B11] 35† C†<sup>1</sup> Gr Ne Y
40mm Bofors AA LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 36† C†<sup>1</sup> B N Ne P

@ -1,48 +1,48 @@
=== ordnance/american/1940 ===
Name Capabilities (effective) # Notes Comments
-------------------------------- -------------------------------- -------------------------------- ------ ------------------------------- ----------------------------
M2 60mm Mortar IR WP7[5] 5PP OBA† IR 5PP OBA† 1† F N
M19 60mm Mortar IR WP6[5] 4PP IR 4PP 2 F
M1 81mm Mortar QSU WP8 QSU WP8 3 F N
M2 4.2-in. Mortar QSU WP10 QSU WP10 4† n/a
T25 155mm Mortar WP8 WP8 5† P
M3A1 37mm AT Gun QSU C7[A2+]†[1] QSU 6† C†<sup>1</sup> N
M1 57mm AT Gun QSU D4[J4+E]† HE7[J4E]7[5]† QSU 7† n/a
M5 3-in. AT Gun QSU A4[4]5[5]† s6[5] QSU 8† <s>P</s>
T32 37mm Manpack Gun 5PP (3PP dm)† C5†[1] crewed†[2] 5PP (3PP dm)† C5†[1] crewed†[2] 9† C†<sup>1</sup> D†<sup>2</sup> F
M18 57mm Recoilless Rifle 3PP crewed†[1] H7 WP6 3PP crewed†[1] H7 WP6 10 D†<sup>1</sup> E†
M20 75mm Recoilless Rifle 5PP crewed†[1] H7 WP7 5PP crewed†[1] H7 WP7 11 D†<sup>1</sup> E†
M1A1 75mm Pack Howitzer QSU C4[4+]†[1] H7 WP8 QSU H7 WP8 12† C†<sup>1</sup> F
M1897A2 75mm Gun QSU WP8 QSU WP8 13 P
M2A1 105mm Howitzer C7[4+P]†[1] H6 WP8 s7 H6 WP8 s7 14† C†<sup>1</sup> N
M3 105mm Howitzer C7[P]†[1] H7 WP8 s7 H7 WP8 s7 15† C†<sup>1</sup>
M1 4.5-in. Gun 16† <s>P</s>
M1918 155mm Howitzer WP8 s7[3+] WP8 17† N
M1 155mm Howitzer WP8 s7 WP8 s7 18† N
M1918M1 155mm Gun RFNM AP4†[1] WP8 RFNM AP4†[1] WP8 19† A†<sup>1</sup> N No IF.
M1A1 155mm Gun RFNM AP4†[1] WP8 s7[5] RFNM AP4†[1] WP8 20† A†<sup>1</sup> No IF.
M1 8-in. Howitzer RFNM RFNM 21† n/a No IF.
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] 4 TK DR† LF [2 ROF, 20 IFE, B11] 4 TK DR† 22† n/a
M1A2 37mm AA Gun 23† N
M1 40mm AA Gun LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 24† B†<sup>1</sup>
M3 3-in. AA Gun NM NM 25 P
M1A1 90mm AA Gun NM NM 26† N
M2 90mm AA Gun LF [90†, 1 ROF, B11] LF [90†, 1 ROF, B11] 27†[1] B†
20mm Oerlikon Mk4 2 TK DR's† 2 TK DR's† 1† US P Multiple Hits (C3.8) are NA.
Type 89 Heavy Grenade Launcher 4PP 4PP 1† A P
M2 4.2-in. Mortar QSU WP10 QSU WP10 2† K M O P Y
M3A1 37mm AT Gun QSU C7 QSU C7 3† C K P
M1 57mm AT Gun QSU D4 HE7 QSU D4 HE7 4† K
M18(L) 57mm Recoilless Rifle C7 H7 WP6 3PP C7 H7 WP6 3PP 5† C K O non-crewed†
M2A1 105mm Howitzer C7 H6 WP8 s7 C7 H6 WP8 s7 6† C K M O P Y
M3 105mm Howitzer C7 H7 WP8 s7 C7 H7 WP8 s7 7† C K
M1 155mm Howitzer WP8 s7 WP8 s7 8† K M P Y
M1A1 155mm Gun RFNM AP4 WP8 s7 RFNM AP4 WP8 s7 9 Y No IF.
M1 8-in. Howitzer RFNM RFNM 10† Y No IF.
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] 4 TK DR† LF [2 ROF, 20 IFE, B11] 4 TK DR† 11† M Y
M1 40mm AA Gun LF [40†, 2 ROF] LF [40†, 2 ROF] 12 B† Y
M2 90mm AA Gun LF [90†[1], 1 ROF, B11] LF [90†[1], 1 ROF, B11] 13† B†<sup>1</sup> M Y
M2 60mm Mortar IR WP7 5PP OBA† IR WP7 5PP OBA† 23† A K M O P Y
M1(L) 81mm Mortar QSU IR WP8 QSU IR WP8 24† A K M O P R
M20(L) 75mm Recoilless Rifle WP7 5PP H† WP7 5PP H† 25† K M O P R crewed†
Name Capabilities (effective) # Notes Comments
-------------------------------- ----------------------- ----------------------- ------ ------------------------------- --------------------------------------------------------------
M2 60mm Mortar IR WP7[5] IR 1† F N
M19 60mm Mortar IR WP6[5] IR 2 F
M1 81mm Mortar WP8 WP8 3 F N QSU
M2 4.2-in. Mortar WP10 WP10 4† n/a QSU | Area FP = 12
T25 155mm Mortar WP8 WP8 5† P Tow NA
M3A1 37mm AT Gun C7[A2+]†[1] 6† C†<sup>1</sup> N QSU
M1 57mm AT Gun D4[J4+E]† HE7[J4E]7[5]† 7† n/a QSU
M5 3-in. AT Gun A4[4]5[5]† s6[5] 8† <s>P</s> QSU
T32 37mm Manpack Gun C5†[1] C5†[1] 9† C†<sup>1</sup> D†<sup>2</sup> F As HMG | Crewed
M18 57mm Recoilless Rifle H7 WP6 H7 WP6 10 D†<sup>1</sup> E† HEAT TK# = 11 | Crewed
M20 75mm Recoilless Rifle H7 WP7 H7 WP7 11 D†<sup>1</sup> E† Crewed
M1A1 75mm Pack Howitzer C4[4+]†[1] H7 WP8 H7 WP8 12† C†<sup>1</sup> F QSU
M1897A2 75mm Gun WP8 WP8 13 P QSU
M2A1 105mm Howitzer C7[4+P]†[1] H6 WP8 s7 H6 WP8 s7 14† C†<sup>1</sup> N
M3 105mm Howitzer C7[P]†[1] H7 WP8 s7 H7 WP8 s7 15† C†<sup>1</sup>
M1 4.5-in. Gun 16† <s>P</s>
M1918 155mm Howitzer WP8 s7[3+] WP8 17† N
M1 155mm Howitzer WP8 s7 WP8 s7 18† N
M1918M1 155mm Gun AP4†[1] WP8 AP4†[1] WP8 19† A†<sup>1</sup> N RFNM | No IF
M1A1 155mm Gun AP4†[1] WP8 s7[5] AP4†[1] WP8 20† A†<sup>1</sup> RFNM | No IF
M1 8-in. Howitzer 21† n/a RFNM | No IF
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] LF [2 ROF, 20 IFE, B11] 22† n/a 4 TK DR | [16] TH
M1A2 37mm AA Gun 23† N
M1 40mm AA Gun LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 24† B†<sup>1</sup>
M3 3-in. AA Gun 25 P No Move
M1A1 90mm AA Gun 26† N No Move
M2 90mm AA Gun LF [90†, 1 ROF, B11] LF [90†, 1 ROF, B11] 27†[1] B†
20mm Oerlikon Mk4 1† US P 2 TK DR
Type 89 Heavy Grenade Launcher 1† A P Range &#8804; 2: [{ *:Air Bursts NA *:ROF 1 }] | Animal-Packed
M2 4.2-in. Mortar WP10 WP10 2† K M O P Y QSU | Area FP = 12
M3A1 37mm AT Gun C7 C7 3† C K P QSU
M1 57mm AT Gun D4 HE7 D4 HE7 4† K QSU
M18(L) 57mm Recoilless Rifle C7 H7 WP6 C7 H7 WP6 5† C K O Not Crewed | Canister: 16 FP
M2A1 105mm Howitzer C7 H6 WP8 s7 C7 H6 WP8 s7 6† C K M O P Y
M3 105mm Howitzer C7 H7 WP8 s7 C7 H7 WP8 s7 7† C K
M1 155mm Howitzer WP8 s7 WP8 s7 8† K M P Y
M1A1 155mm Gun AP4 WP8 s7 AP4 WP8 s7 9 Y RFNM | No IF
M1 8-in. Howitzer 10† Y RFNM | No IF
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] LF [2 ROF, 20 IFE, B11] 11† M Y 4 TK DR | [16] TH
M1 40mm AA Gun LF [40†, 2 ROF] LF [40†, 2 ROF] 12 B† Y
M2 90mm AA Gun LF [90†[1], 1 ROF, B11] LF [90†[1], 1 ROF, B11] 13† B†<sup>1</sup> M Y
M2 60mm Mortar IR WP7 IR WP7 23† A K M O P Y Animal-Packed
M1(L) 81mm Mortar IR WP8 IR WP8 24† A K M O P R QSU | Animal-Packed
M20(L) 75mm Recoilless Rifle H† WP7 H† WP7 25† K M O P R &#8734; H | Crewed

@ -1,48 +1,48 @@
=== ordnance/american/1941 ===
Name Capabilities (effective) # Notes Comments
-------------------------------- -------------------------------- -------------------------------- ------ ------------------------------- ----------------------------
M2 60mm Mortar IR WP7[5] 5PP OBA† IR 5PP OBA† 1† F N
M19 60mm Mortar IR WP6[5] 4PP IR 4PP 2 F
M1 81mm Mortar QSU WP8 QSU WP8 3 F N
M2 4.2-in. Mortar QSU WP10 QSU WP10 4† n/a
T25 155mm Mortar WP8 WP8 5† P
M3A1 37mm AT Gun QSU C7[A2+]†[1] QSU 6† C†<sup>1</sup> N
M1 57mm AT Gun QSU D4[J4+E]† HE7[J4E]7[5]† QSU 7† n/a
M5 3-in. AT Gun QSU A4[4]5[5]† s6[5] QSU 8† <s>P</s>
T32 37mm Manpack Gun 5PP (3PP dm)† C5†[1] crewed†[2] 5PP (3PP dm)† C5†[1] crewed†[2] 9† C†<sup>1</sup> D†<sup>2</sup> F
M18 57mm Recoilless Rifle 3PP crewed†[1] H7 WP6 3PP crewed†[1] H7 WP6 10 D†<sup>1</sup> E†
M20 75mm Recoilless Rifle 5PP crewed†[1] H7 WP7 5PP crewed†[1] H7 WP7 11 D†<sup>1</sup> E†
M1A1 75mm Pack Howitzer QSU C4[4+]†[1] H7 WP8 QSU H7 WP8 12† C†<sup>1</sup> F
M1897A2 75mm Gun QSU WP8 QSU WP8 13 P
M2A1 105mm Howitzer C7[4+P]†[1] H6 WP8 s7 H6 WP8 s7 14† C†<sup>1</sup> N
M3 105mm Howitzer C7[P]†[1] H7 WP8 s7 H7 WP8 s7 15† C†<sup>1</sup>
M1 4.5-in. Gun 16† <s>P</s>
M1918 155mm Howitzer WP8 s7[3+] WP8 17† N
M1 155mm Howitzer WP8 s7 WP8 s7 18† N
M1918M1 155mm Gun RFNM AP4†[1] WP8 RFNM AP4†[1] WP8 19† A†<sup>1</sup> N No IF.
M1A1 155mm Gun RFNM AP4†[1] WP8 s7[5] RFNM AP4†[1] WP8 20† A†<sup>1</sup> No IF.
M1 8-in. Howitzer RFNM RFNM 21† n/a No IF.
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] 4 TK DR† LF [2 ROF, 20 IFE, B11] 4 TK DR† 22† n/a
M1A2 37mm AA Gun 23† N
M1 40mm AA Gun LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 24† B†<sup>1</sup>
M3 3-in. AA Gun NM NM 25 P
M1A1 90mm AA Gun NM NM 26† N
M2 90mm AA Gun LF [90†, 1 ROF, B11] LF [90†, 1 ROF, B11] 27†[1] B†
20mm Oerlikon Mk4 2 TK DR's† 2 TK DR's† 1† US P Multiple Hits (C3.8) are NA.
Type 89 Heavy Grenade Launcher 4PP 4PP 1† A P
M2 4.2-in. Mortar QSU WP10 QSU WP10 2† K M O P Y
M3A1 37mm AT Gun QSU C7 QSU C7 3† C K P
M1 57mm AT Gun QSU D4 HE7 QSU D4 HE7 4† K
M18(L) 57mm Recoilless Rifle C7 H7 WP6 3PP C7 H7 WP6 3PP 5† C K O non-crewed†
M2A1 105mm Howitzer C7 H6 WP8 s7 C7 H6 WP8 s7 6† C K M O P Y
M3 105mm Howitzer C7 H7 WP8 s7 C7 H7 WP8 s7 7† C K
M1 155mm Howitzer WP8 s7 WP8 s7 8† K M P Y
M1A1 155mm Gun RFNM AP4 WP8 s7 RFNM AP4 WP8 s7 9 Y No IF.
M1 8-in. Howitzer RFNM RFNM 10† Y No IF.
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] 4 TK DR† LF [2 ROF, 20 IFE, B11] 4 TK DR† 11† M Y
M1 40mm AA Gun LF [40†, 2 ROF] LF [40†, 2 ROF] 12 B† Y
M2 90mm AA Gun LF [90†[1], 1 ROF, B11] LF [90†[1], 1 ROF, B11] 13† B†<sup>1</sup> M Y
M2 60mm Mortar IR WP7 5PP OBA† IR WP7 5PP OBA† 23† A K M O P Y
M1(L) 81mm Mortar QSU IR WP8 QSU IR WP8 24† A K M O P R
M20(L) 75mm Recoilless Rifle WP7 5PP H† WP7 5PP H† 25† K M O P R crewed†
Name Capabilities (effective) # Notes Comments
-------------------------------- ----------------------- ----------------------- ------ ------------------------------- --------------------------------------------------------------
M2 60mm Mortar IR WP7[5] IR 1† F N
M19 60mm Mortar IR WP6[5] IR 2 F
M1 81mm Mortar WP8 WP8 3 F N QSU
M2 4.2-in. Mortar WP10 WP10 4† n/a QSU | Area FP = 12
T25 155mm Mortar WP8 WP8 5† P Tow NA
M3A1 37mm AT Gun C7[A2+]†[1] 6† C†<sup>1</sup> N QSU
M1 57mm AT Gun D4[J4+E]† HE7[J4E]7[5]† 7† n/a QSU
M5 3-in. AT Gun A4[4]5[5]† s6[5] 8† <s>P</s> QSU
T32 37mm Manpack Gun C5†[1] C5†[1] 9† C†<sup>1</sup> D†<sup>2</sup> F As HMG | Crewed
M18 57mm Recoilless Rifle H7 WP6 H7 WP6 10 D†<sup>1</sup> E† HEAT TK# = 11 | Crewed
M20 75mm Recoilless Rifle H7 WP7 H7 WP7 11 D†<sup>1</sup> E† Crewed
M1A1 75mm Pack Howitzer C4[4+]†[1] H7 WP8 H7 WP8 12† C†<sup>1</sup> F QSU
M1897A2 75mm Gun WP8 WP8 13 P QSU
M2A1 105mm Howitzer C7[4+P]†[1] H6 WP8 s7 H6 WP8 s7 14† C†<sup>1</sup> N
M3 105mm Howitzer C7[P]†[1] H7 WP8 s7 H7 WP8 s7 15† C†<sup>1</sup>
M1 4.5-in. Gun 16† <s>P</s>
M1918 155mm Howitzer WP8 s7[3+] WP8 17† N
M1 155mm Howitzer WP8 s7 WP8 s7 18† N
M1918M1 155mm Gun AP4†[1] WP8 AP4†[1] WP8 19† A†<sup>1</sup> N RFNM | No IF
M1A1 155mm Gun AP4†[1] WP8 s7[5] AP4†[1] WP8 20† A†<sup>1</sup> RFNM | No IF
M1 8-in. Howitzer 21† n/a RFNM | No IF
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] LF [2 ROF, 20 IFE, B11] 22† n/a 4 TK DR | [16] TH
M1A2 37mm AA Gun 23† N
M1 40mm AA Gun LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 24† B†<sup>1</sup>
M3 3-in. AA Gun 25 P No Move
M1A1 90mm AA Gun 26† N No Move
M2 90mm AA Gun LF [90†, 1 ROF, B11] LF [90†, 1 ROF, B11] 27†[1] B†
20mm Oerlikon Mk4 1† US P 2 TK DR
Type 89 Heavy Grenade Launcher 1† A P Range &#8804; 2: [{ *:Air Bursts NA *:ROF 1 }] | Animal-Packed
M2 4.2-in. Mortar WP10 WP10 2† K M O P Y QSU | Area FP = 12
M3A1 37mm AT Gun C7 C7 3† C K P QSU
M1 57mm AT Gun D4 HE7 D4 HE7 4† K QSU
M18(L) 57mm Recoilless Rifle C7 H7 WP6 C7 H7 WP6 5† C K O Not Crewed | Canister: 16 FP
M2A1 105mm Howitzer C7 H6 WP8 s7 C7 H6 WP8 s7 6† C K M O P Y
M3 105mm Howitzer C7 H7 WP8 s7 C7 H7 WP8 s7 7† C K
M1 155mm Howitzer WP8 s7 WP8 s7 8† K M P Y
M1A1 155mm Gun AP4 WP8 s7 AP4 WP8 s7 9 Y RFNM | No IF
M1 8-in. Howitzer 10† Y RFNM | No IF
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] LF [2 ROF, 20 IFE, B11] 11† M Y 4 TK DR | [16] TH
M1 40mm AA Gun LF [40†, 2 ROF] LF [40†, 2 ROF] 12 B† Y
M2 90mm AA Gun LF [90†[1], 1 ROF, B11] LF [90†[1], 1 ROF, B11] 13† B†<sup>1</sup> M Y
M2 60mm Mortar IR WP7 IR WP7 23† A K M O P Y Animal-Packed
M1(L) 81mm Mortar IR WP8 IR WP8 24† A K M O P R QSU | Animal-Packed
M20(L) 75mm Recoilless Rifle H† WP7 H† WP7 25† K M O P R &#8734; H | Crewed

@ -1,48 +1,48 @@
=== ordnance/american/1942 ===
Name Capabilities (effective) # Notes Comments
-------------------------------- -------------------------------- -------------------------------- ------ ------------------------------- ----------------------------
M2 60mm Mortar IR WP7[5] 5PP OBA† IR 5PP OBA† 1† F N
M19 60mm Mortar IR WP6[5] 4PP IR 4PP 2 F
M1 81mm Mortar QSU WP8 QSU WP8 3 F N
M2 4.2-in. Mortar QSU WP10 QSU WP10 4† n/a
T25 155mm Mortar WP8 WP8 5† P
M3A1 37mm AT Gun QSU C7[A2+]†[1] QSU 6† C†<sup>1</sup> N
M1 57mm AT Gun QSU D4[J4+E]† HE7[J4E]7[5]† QSU 7† n/a
M5 3-in. AT Gun QSU A4[4]5[5]† s6[5] QSU 8† <s>P</s>
T32 37mm Manpack Gun 5PP (3PP dm)† C5†[1] crewed†[2] 5PP (3PP dm)† C5†[1] crewed†[2] 9† C†<sup>1</sup> D†<sup>2</sup> F
M18 57mm Recoilless Rifle 3PP crewed†[1] H7 WP6 3PP crewed†[1] H7 WP6 10 D†<sup>1</sup> E†
M20 75mm Recoilless Rifle 5PP crewed†[1] H7 WP7 5PP crewed†[1] H7 WP7 11 D†<sup>1</sup> E†
M1A1 75mm Pack Howitzer QSU C4[4+]†[1] H7 WP8 QSU H7 WP8 12† C†<sup>1</sup> F
M1897A2 75mm Gun QSU WP8 QSU WP8 13 P
M2A1 105mm Howitzer C7[4+P]†[1] H6 WP8 s7 H6 WP8 s7 14† C†<sup>1</sup> N
M3 105mm Howitzer C7[P]†[1] H7 WP8 s7 H7 WP8 s7 15† C†<sup>1</sup>
M1 4.5-in. Gun 16† <s>P</s>
M1918 155mm Howitzer WP8 s7[3+] WP8 17† N
M1 155mm Howitzer WP8 s7 WP8 s7 18† N
M1918M1 155mm Gun RFNM AP4†[1] WP8 RFNM AP4†[1] WP8 19† A†<sup>1</sup> N No IF.
M1A1 155mm Gun RFNM AP4†[1] WP8 s7[5] RFNM AP4†[1] WP8 20† A†<sup>1</sup> No IF.
M1 8-in. Howitzer RFNM RFNM 21† n/a No IF.
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] 4 TK DR† LF [2 ROF, 20 IFE, B11] 4 TK DR† 22† n/a
M1A2 37mm AA Gun 23† N
M1 40mm AA Gun LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 24† B†<sup>1</sup>
M3 3-in. AA Gun NM NM 25 P
M1A1 90mm AA Gun NM NM 26† N
M2 90mm AA Gun LF [90†, 1 ROF, B11] LF [90†, 1 ROF, B11] 27†[1] B†
20mm Oerlikon Mk4 2 TK DR's† 2 TK DR's† 1† US P Multiple Hits (C3.8) are NA.
Type 89 Heavy Grenade Launcher 4PP 4PP 1† A P
M2 4.2-in. Mortar QSU WP10 QSU WP10 2† K M O P Y
M3A1 37mm AT Gun QSU C7 QSU C7 3† C K P
M1 57mm AT Gun QSU D4 HE7 QSU D4 HE7 4† K
M18(L) 57mm Recoilless Rifle C7 H7 WP6 3PP C7 H7 WP6 3PP 5† C K O non-crewed†
M2A1 105mm Howitzer C7 H6 WP8 s7 C7 H6 WP8 s7 6† C K M O P Y
M3 105mm Howitzer C7 H7 WP8 s7 C7 H7 WP8 s7 7† C K
M1 155mm Howitzer WP8 s7 WP8 s7 8† K M P Y
M1A1 155mm Gun RFNM AP4 WP8 s7 RFNM AP4 WP8 s7 9 Y No IF.
M1 8-in. Howitzer RFNM RFNM 10† Y No IF.
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] 4 TK DR† LF [2 ROF, 20 IFE, B11] 4 TK DR† 11† M Y
M1 40mm AA Gun LF [40†, 2 ROF] LF [40†, 2 ROF] 12 B† Y
M2 90mm AA Gun LF [90†[1], 1 ROF, B11] LF [90†[1], 1 ROF, B11] 13† B†<sup>1</sup> M Y
M2 60mm Mortar IR WP7 5PP OBA† IR WP7 5PP OBA† 23† A K M O P Y
M1(L) 81mm Mortar QSU IR WP8 QSU IR WP8 24† A K M O P R
M20(L) 75mm Recoilless Rifle WP7 5PP H† WP7 5PP H† 25† K M O P R crewed†
Name Capabilities (effective) # Notes Comments
-------------------------------- ----------------------- ----------------------- ------ ------------------------------- --------------------------------------------------------------
M2 60mm Mortar IR WP7[5] IR 1† F N
M19 60mm Mortar IR WP6[5] IR 2 F
M1 81mm Mortar WP8 WP8 3 F N QSU
M2 4.2-in. Mortar WP10 WP10 4† n/a QSU | Area FP = 12
T25 155mm Mortar WP8 WP8 5† P Tow NA
M3A1 37mm AT Gun C7[A2+]†[1] 6† C†<sup>1</sup> N QSU
M1 57mm AT Gun D4[J4+E]† HE7[J4E]7[5]† 7† n/a QSU
M5 3-in. AT Gun A4[4]5[5]† s6[5] 8† <s>P</s> QSU
T32 37mm Manpack Gun C5†[1] C5†[1] 9† C†<sup>1</sup> D†<sup>2</sup> F As HMG | Crewed
M18 57mm Recoilless Rifle H7 WP6 H7 WP6 10 D†<sup>1</sup> E† HEAT TK# = 11 | Crewed
M20 75mm Recoilless Rifle H7 WP7 H7 WP7 11 D†<sup>1</sup> E† Crewed
M1A1 75mm Pack Howitzer C4[4+]†[1] H7 WP8 H7 WP8 12† C†<sup>1</sup> F QSU
M1897A2 75mm Gun WP8 WP8 13 P QSU
M2A1 105mm Howitzer C7[4+P]†[1] H6 WP8 s7 H6 WP8 s7 14† C†<sup>1</sup> N
M3 105mm Howitzer C7[P]†[1] H7 WP8 s7 H7 WP8 s7 15† C†<sup>1</sup>
M1 4.5-in. Gun 16† <s>P</s>
M1918 155mm Howitzer WP8 s7[3+] WP8 17† N
M1 155mm Howitzer WP8 s7 WP8 s7 18† N
M1918M1 155mm Gun AP4†[1] WP8 AP4†[1] WP8 19† A†<sup>1</sup> N RFNM | No IF
M1A1 155mm Gun AP4†[1] WP8 s7[5] AP4†[1] WP8 20† A†<sup>1</sup> RFNM | No IF
M1 8-in. Howitzer 21† n/a RFNM | No IF
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] LF [2 ROF, 20 IFE, B11] 22† n/a 4 TK DR | [16] TH
M1A2 37mm AA Gun 23† N
M1 40mm AA Gun LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 24† B†<sup>1</sup>
M3 3-in. AA Gun 25 P No Move
M1A1 90mm AA Gun 26† N No Move
M2 90mm AA Gun LF [90†, 1 ROF, B11] LF [90†, 1 ROF, B11] 27†[1] B†
20mm Oerlikon Mk4 1† US P 2 TK DR
Type 89 Heavy Grenade Launcher 1† A P Range &#8804; 2: [{ *:Air Bursts NA *:ROF 1 }] | Animal-Packed
M2 4.2-in. Mortar WP10 WP10 2† K M O P Y QSU | Area FP = 12
M3A1 37mm AT Gun C7 C7 3† C K P QSU
M1 57mm AT Gun D4 HE7 D4 HE7 4† K QSU
M18(L) 57mm Recoilless Rifle C7 H7 WP6 C7 H7 WP6 5† C K O Not Crewed | Canister: 16 FP
M2A1 105mm Howitzer C7 H6 WP8 s7 C7 H6 WP8 s7 6† C K M O P Y
M3 105mm Howitzer C7 H7 WP8 s7 C7 H7 WP8 s7 7† C K
M1 155mm Howitzer WP8 s7 WP8 s7 8† K M P Y
M1A1 155mm Gun AP4 WP8 s7 AP4 WP8 s7 9 Y RFNM | No IF
M1 8-in. Howitzer 10† Y RFNM | No IF
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] LF [2 ROF, 20 IFE, B11] 11† M Y 4 TK DR | [16] TH
M1 40mm AA Gun LF [40†, 2 ROF] LF [40†, 2 ROF] 12 B† Y
M2 90mm AA Gun LF [90†[1], 1 ROF, B11] LF [90†[1], 1 ROF, B11] 13† B†<sup>1</sup> M Y
M2 60mm Mortar IR WP7 IR WP7 23† A K M O P Y Animal-Packed
M1(L) 81mm Mortar IR WP8 IR WP8 24† A K M O P R QSU | Animal-Packed
M20(L) 75mm Recoilless Rifle H† WP7 H† WP7 25† K M O P R &#8734; H | Crewed

@ -1,48 +1,48 @@
=== ordnance/american/1943 ===
Name Capabilities (effective) # Notes Comments
-------------------------------- -------------------------------- -------------------------------- ------ ------------------------------- ----------------------------
M2 60mm Mortar IR WP7[5] 5PP OBA† IR 5PP OBA† 1† F N
M19 60mm Mortar IR WP6[5] 4PP IR 4PP 2 F
M1 81mm Mortar QSU WP8 QSU WP8 3 F N
M2 4.2-in. Mortar QSU WP10 QSU WP10 4† n/a
T25 155mm Mortar WP8 WP8 5† P
M3A1 37mm AT Gun QSU C7[A2+]†[1] QSU C7†[1] 6† C†<sup>1</sup> N
M1 57mm AT Gun QSU D4[J4+E]† HE7[J4E]7[5]† QSU 7† n/a
M5 3-in. AT Gun QSU A4[4]5[5]† s6[5] QSU 8† <s>P</s>
T32 37mm Manpack Gun 5PP (3PP dm)† C5†[1] crewed†[2] 5PP (3PP dm)† C5†[1] crewed†[2] 9† C†<sup>1</sup> D†<sup>2</sup> F
M18 57mm Recoilless Rifle 3PP crewed†[1] H7 WP6 3PP crewed†[1] H7 WP6 10 D†<sup>1</sup> E†
M20 75mm Recoilless Rifle 5PP crewed†[1] H7 WP7 5PP crewed†[1] H7 WP7 11 D†<sup>1</sup> E†
M1A1 75mm Pack Howitzer QSU C4[4+]†[1] H7 WP8 QSU H7 WP8 12† C†<sup>1</sup> F
M1897A2 75mm Gun QSU WP8 QSU WP8 13 P
M2A1 105mm Howitzer C7[4+P]†[1] H6 WP8 s7 H6 WP8 s7 14† C†<sup>1</sup> N
M3 105mm Howitzer C7[P]†[1] H7 WP8 s7 H7 WP8 s7 15† C†<sup>1</sup>
M1 4.5-in. Gun 16† <s>P</s>
M1918 155mm Howitzer WP8 s7[3+] WP8 s7 17† N
M1 155mm Howitzer WP8 s7 WP8 s7 18† N
M1918M1 155mm Gun RFNM AP4†[1] WP8 RFNM AP4†[1] WP8 19† A†<sup>1</sup> N No IF.
M1A1 155mm Gun RFNM AP4†[1] WP8 s7[5] RFNM AP4†[1] WP8 20† A†<sup>1</sup> No IF.
M1 8-in. Howitzer RFNM RFNM 21† n/a No IF.
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] 4 TK DR† LF [2 ROF, 20 IFE, B11] 4 TK DR† 22† n/a
M1A2 37mm AA Gun 23† N
M1 40mm AA Gun LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 24† B†<sup>1</sup>
M3 3-in. AA Gun NM NM 25 P
M1A1 90mm AA Gun NM NM 26† N
M2 90mm AA Gun LF [90†, 1 ROF, B11] LF [90†, 1 ROF, B11] 27†[1] B†
20mm Oerlikon Mk4 2 TK DR's† 2 TK DR's† 1† US P Multiple Hits (C3.8) are NA.
Type 89 Heavy Grenade Launcher 4PP 4PP 1† A P
M2 4.2-in. Mortar QSU WP10 QSU WP10 2† K M O P Y
M3A1 37mm AT Gun QSU C7 QSU C7 3† C K P
M1 57mm AT Gun QSU D4 HE7 QSU D4 HE7 4† K
M18(L) 57mm Recoilless Rifle C7 H7 WP6 3PP C7 H7 WP6 3PP 5† C K O non-crewed†
M2A1 105mm Howitzer C7 H6 WP8 s7 C7 H6 WP8 s7 6† C K M O P Y
M3 105mm Howitzer C7 H7 WP8 s7 C7 H7 WP8 s7 7† C K
M1 155mm Howitzer WP8 s7 WP8 s7 8† K M P Y
M1A1 155mm Gun RFNM AP4 WP8 s7 RFNM AP4 WP8 s7 9 Y No IF.
M1 8-in. Howitzer RFNM RFNM 10† Y No IF.
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] 4 TK DR† LF [2 ROF, 20 IFE, B11] 4 TK DR† 11† M Y
M1 40mm AA Gun LF [40†, 2 ROF] LF [40†, 2 ROF] 12 B† Y
M2 90mm AA Gun LF [90†[1], 1 ROF, B11] LF [90†[1], 1 ROF, B11] 13† B†<sup>1</sup> M Y
M2 60mm Mortar IR WP7 5PP OBA† IR WP7 5PP OBA† 23† A K M O P Y
M1(L) 81mm Mortar QSU IR WP8 QSU IR WP8 24† A K M O P R
M20(L) 75mm Recoilless Rifle WP7 5PP H† WP7 5PP H† 25† K M O P R crewed†
Name Capabilities (effective) # Notes Comments
-------------------------------- ----------------------- ----------------------- ------ ------------------------------- --------------------------------------------------------------
M2 60mm Mortar IR WP7[5] IR 1† F N
M19 60mm Mortar IR WP6[5] IR 2 F
M1 81mm Mortar WP8 WP8 3 F N QSU
M2 4.2-in. Mortar WP10 WP10 4† n/a QSU | Area FP = 12
T25 155mm Mortar WP8 WP8 5† P Tow NA
M3A1 37mm AT Gun C7[A2+]†[1] C7†[1] 6† C†<sup>1</sup> N QSU
M1 57mm AT Gun D4[J4+E]† HE7[J4E]7[5]† 7† n/a QSU
M5 3-in. AT Gun A4[4]5[5]† s6[5] 8† <s>P</s> QSU
T32 37mm Manpack Gun C5†[1] C5†[1] 9† C†<sup>1</sup> D†<sup>2</sup> F As HMG | Crewed
M18 57mm Recoilless Rifle H7 WP6 H7 WP6 10 D†<sup>1</sup> E† HEAT TK# = 11 | Crewed
M20 75mm Recoilless Rifle H7 WP7 H7 WP7 11 D†<sup>1</sup> E† Crewed
M1A1 75mm Pack Howitzer C4[4+]†[1] H7 WP8 H7 WP8 12† C†<sup>1</sup> F QSU
M1897A2 75mm Gun WP8 WP8 13 P QSU
M2A1 105mm Howitzer C7[4+P]†[1] H6 WP8 s7 H6 WP8 s7 14† C†<sup>1</sup> N
M3 105mm Howitzer C7[P]†[1] H7 WP8 s7 H7 WP8 s7 15† C†<sup>1</sup>
M1 4.5-in. Gun 16† <s>P</s>
M1918 155mm Howitzer WP8 s7[3+] WP8 s7 17† N
M1 155mm Howitzer WP8 s7 WP8 s7 18† N
M1918M1 155mm Gun AP4†[1] WP8 AP4†[1] WP8 19† A†<sup>1</sup> N RFNM | No IF
M1A1 155mm Gun AP4†[1] WP8 s7[5] AP4†[1] WP8 20† A†<sup>1</sup> RFNM | No IF
M1 8-in. Howitzer 21† n/a RFNM | No IF
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] LF [2 ROF, 20 IFE, B11] 22† n/a 4 TK DR | [16] TH
M1A2 37mm AA Gun 23† N
M1 40mm AA Gun LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 24† B†<sup>1</sup>
M3 3-in. AA Gun 25 P No Move
M1A1 90mm AA Gun 26† N No Move
M2 90mm AA Gun LF [90†, 1 ROF, B11] LF [90†, 1 ROF, B11] 27†[1] B†
20mm Oerlikon Mk4 1† US P 2 TK DR
Type 89 Heavy Grenade Launcher 1† A P Range &#8804; 2: [{ *:Air Bursts NA *:ROF 1 }] | Animal-Packed
M2 4.2-in. Mortar WP10 WP10 2† K M O P Y QSU | Area FP = 12
M3A1 37mm AT Gun C7 C7 3† C K P QSU
M1 57mm AT Gun D4 HE7 D4 HE7 4† K QSU
M18(L) 57mm Recoilless Rifle C7 H7 WP6 C7 H7 WP6 5† C K O Not Crewed | Canister: 16 FP
M2A1 105mm Howitzer C7 H6 WP8 s7 C7 H6 WP8 s7 6† C K M O P Y
M3 105mm Howitzer C7 H7 WP8 s7 C7 H7 WP8 s7 7† C K
M1 155mm Howitzer WP8 s7 WP8 s7 8† K M P Y
M1A1 155mm Gun AP4 WP8 s7 AP4 WP8 s7 9 Y RFNM | No IF
M1 8-in. Howitzer 10† Y RFNM | No IF
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] LF [2 ROF, 20 IFE, B11] 11† M Y 4 TK DR | [16] TH
M1 40mm AA Gun LF [40†, 2 ROF] LF [40†, 2 ROF] 12 B† Y
M2 90mm AA Gun LF [90†[1], 1 ROF, B11] LF [90†[1], 1 ROF, B11] 13† B†<sup>1</sup> M Y
M2 60mm Mortar IR WP7 IR WP7 23† A K M O P Y Animal-Packed
M1(L) 81mm Mortar IR WP8 IR WP8 24† A K M O P R QSU | Animal-Packed
M20(L) 75mm Recoilless Rifle H† WP7 H† WP7 25† K M O P R &#8734; H | Crewed

@ -1,48 +1,48 @@
=== ordnance/american/1944 ===
Name Capabilities (effective) # Notes Comments
-------------------------------- -------------------------------- -------------------------------- ------ ------------------------------- ----------------------------
M2 60mm Mortar IR WP7[5] 5PP OBA† IR 5PP OBA† 1† F N
M19 60mm Mortar IR WP6[5] 4PP IR 4PP 2 F
M1 81mm Mortar QSU WP8 QSU WP8 3 F N
M2 4.2-in. Mortar QSU WP10 QSU WP10 4† n/a
T25 155mm Mortar WP8 WP8 5† P
M3A1 37mm AT Gun QSU C7[A2+]†[1] QSU C7†[1] 6† C†<sup>1</sup> N
M1 57mm AT Gun QSU D4[J4+E]† HE7[J4E]7[5]† QSU 7† n/a
M5 3-in. AT Gun QSU A4[4]5[5]† s6[5] QSU A4† 8† <s>P</s>
T32 37mm Manpack Gun 5PP (3PP dm)† C5†[1] crewed†[2] 5PP (3PP dm)† C5†[1] crewed†[2] 9† C†<sup>1</sup> D†<sup>2</sup> F
M18 57mm Recoilless Rifle 3PP crewed†[1] H7 WP6 3PP crewed†[1] H7 WP6 10 D†<sup>1</sup> E†
M20 75mm Recoilless Rifle 5PP crewed†[1] H7 WP7 5PP crewed†[1] H7 WP7 11 D†<sup>1</sup> E†
M1A1 75mm Pack Howitzer QSU C4[4+]†[1] H7 WP8 QSU C4†[1] H7 WP8 12† C†<sup>1</sup> F
M1897A2 75mm Gun QSU WP8 QSU WP8 13 P
M2A1 105mm Howitzer C7[4+P]†[1] H6 WP8 s7 H6 WP8 s7 14† C†<sup>1</sup> N
M3 105mm Howitzer C7[P]†[1] H7 WP8 s7 H7 WP8 s7 15† C†<sup>1</sup>
M1 4.5-in. Gun 16† <s>P</s>
M1918 155mm Howitzer WP8 s7[3+] WP8 s7 17† N
M1 155mm Howitzer WP8 s7 WP8 s7 18† N
M1918M1 155mm Gun RFNM AP4†[1] WP8 RFNM AP4†[1] WP8 19† A†<sup>1</sup> N No IF.
M1A1 155mm Gun RFNM AP4†[1] WP8 s7[5] RFNM AP4†[1] WP8 20† A†<sup>1</sup> No IF.
M1 8-in. Howitzer RFNM RFNM 21† n/a No IF.
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] 4 TK DR† LF [2 ROF, 20 IFE, B11] 4 TK DR† 22† n/a
M1A2 37mm AA Gun 23† N
M1 40mm AA Gun LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 24† B†<sup>1</sup>
M3 3-in. AA Gun NM NM 25 P
M1A1 90mm AA Gun NM NM 26† N
M2 90mm AA Gun LF [90†, 1 ROF, B11] LF [90†, 1 ROF, B11] 27†[1] B†
20mm Oerlikon Mk4 2 TK DR's† 2 TK DR's† 1† US P Multiple Hits (C3.8) are NA.
Type 89 Heavy Grenade Launcher 4PP 4PP 1† A P
M2 4.2-in. Mortar QSU WP10 QSU WP10 2† K M O P Y
M3A1 37mm AT Gun QSU C7 QSU C7 3† C K P
M1 57mm AT Gun QSU D4 HE7 QSU D4 HE7 4† K
M18(L) 57mm Recoilless Rifle C7 H7 WP6 3PP C7 H7 WP6 3PP 5† C K O non-crewed†
M2A1 105mm Howitzer C7 H6 WP8 s7 C7 H6 WP8 s7 6† C K M O P Y
M3 105mm Howitzer C7 H7 WP8 s7 C7 H7 WP8 s7 7† C K
M1 155mm Howitzer WP8 s7 WP8 s7 8† K M P Y
M1A1 155mm Gun RFNM AP4 WP8 s7 RFNM AP4 WP8 s7 9 Y No IF.
M1 8-in. Howitzer RFNM RFNM 10† Y No IF.
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] 4 TK DR† LF [2 ROF, 20 IFE, B11] 4 TK DR† 11† M Y
M1 40mm AA Gun LF [40†, 2 ROF] LF [40†, 2 ROF] 12 B† Y
M2 90mm AA Gun LF [90†[1], 1 ROF, B11] LF [90†[1], 1 ROF, B11] 13† B†<sup>1</sup> M Y
M2 60mm Mortar IR WP7 5PP OBA† IR WP7 5PP OBA† 23† A K M O P Y
M1(L) 81mm Mortar QSU IR WP8 QSU IR WP8 24† A K M O P R
M20(L) 75mm Recoilless Rifle WP7 5PP H† WP7 5PP H† 25† K M O P R crewed†
Name Capabilities (effective) # Notes Comments
-------------------------------- ----------------------- ----------------------- ------ ------------------------------- --------------------------------------------------------------
M2 60mm Mortar IR WP7[5] IR 1† F N
M19 60mm Mortar IR WP6[5] IR 2 F
M1 81mm Mortar WP8 WP8 3 F N QSU
M2 4.2-in. Mortar WP10 WP10 4† n/a QSU | Area FP = 12
T25 155mm Mortar WP8 WP8 5† P Tow NA
M3A1 37mm AT Gun C7[A2+]†[1] C7†[1] 6† C†<sup>1</sup> N QSU
M1 57mm AT Gun D4[J4+E]† HE7[J4E]7[5]† 7† n/a QSU
M5 3-in. AT Gun A4[4]5[5]† s6[5] A4† 8† <s>P</s> QSU
T32 37mm Manpack Gun C5†[1] C5†[1] 9† C†<sup>1</sup> D†<sup>2</sup> F As HMG | Crewed
M18 57mm Recoilless Rifle H7 WP6 H7 WP6 10 D†<sup>1</sup> E† HEAT TK# = 11 | Crewed
M20 75mm Recoilless Rifle H7 WP7 H7 WP7 11 D†<sup>1</sup> E† Crewed
M1A1 75mm Pack Howitzer C4[4+]†[1] H7 WP8 C4†[1] H7 WP8 12† C†<sup>1</sup> F QSU
M1897A2 75mm Gun WP8 WP8 13 P QSU
M2A1 105mm Howitzer C7[4+P]†[1] H6 WP8 s7 H6 WP8 s7 14† C†<sup>1</sup> N
M3 105mm Howitzer C7[P]†[1] H7 WP8 s7 H7 WP8 s7 15† C†<sup>1</sup>
M1 4.5-in. Gun 16† <s>P</s>
M1918 155mm Howitzer WP8 s7[3+] WP8 s7 17† N
M1 155mm Howitzer WP8 s7 WP8 s7 18† N
M1918M1 155mm Gun AP4†[1] WP8 AP4†[1] WP8 19† A†<sup>1</sup> N RFNM | No IF
M1A1 155mm Gun AP4†[1] WP8 s7[5] AP4†[1] WP8 20† A†<sup>1</sup> RFNM | No IF
M1 8-in. Howitzer 21† n/a RFNM | No IF
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] LF [2 ROF, 20 IFE, B11] 22† n/a 4 TK DR | [16] TH
M1A2 37mm AA Gun 23† N
M1 40mm AA Gun LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 24† B†<sup>1</sup>
M3 3-in. AA Gun 25 P No Move
M1A1 90mm AA Gun 26† N No Move
M2 90mm AA Gun LF [90†, 1 ROF, B11] LF [90†, 1 ROF, B11] 27†[1] B†
20mm Oerlikon Mk4 1† US P 2 TK DR
Type 89 Heavy Grenade Launcher 1† A P Range &#8804; 2: [{ *:Air Bursts NA *:ROF 1 }] | Animal-Packed
M2 4.2-in. Mortar WP10 WP10 2† K M O P Y QSU | Area FP = 12
M3A1 37mm AT Gun C7 C7 3† C K P QSU
M1 57mm AT Gun D4 HE7 D4 HE7 4† K QSU
M18(L) 57mm Recoilless Rifle C7 H7 WP6 C7 H7 WP6 5† C K O Not Crewed | Canister: 16 FP
M2A1 105mm Howitzer C7 H6 WP8 s7 C7 H6 WP8 s7 6† C K M O P Y
M3 105mm Howitzer C7 H7 WP8 s7 C7 H7 WP8 s7 7† C K
M1 155mm Howitzer WP8 s7 WP8 s7 8† K M P Y
M1A1 155mm Gun AP4 WP8 s7 AP4 WP8 s7 9 Y RFNM | No IF
M1 8-in. Howitzer 10† Y RFNM | No IF
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] LF [2 ROF, 20 IFE, B11] 11† M Y 4 TK DR | [16] TH
M1 40mm AA Gun LF [40†, 2 ROF] LF [40†, 2 ROF] 12 B† Y
M2 90mm AA Gun LF [90†[1], 1 ROF, B11] LF [90†[1], 1 ROF, B11] 13† B†<sup>1</sup> M Y
M2 60mm Mortar IR WP7 IR WP7 23† A K M O P Y Animal-Packed
M1(L) 81mm Mortar IR WP8 IR WP8 24† A K M O P R QSU | Animal-Packed
M20(L) 75mm Recoilless Rifle H† WP7 H† WP7 25† K M O P R &#8734; H | Crewed

@ -1,48 +1,48 @@
=== ordnance/american/1945 ===
Name Capabilities (effective) # Notes Comments
-------------------------------- -------------------------------- -------------------------------- ------ ------------------------------- ----------------------------
M2 60mm Mortar IR WP7[5] 5PP OBA† IR WP7 5PP OBA† 1† F N
M19 60mm Mortar IR WP6[5] 4PP IR WP6 4PP 2 F
M1 81mm Mortar QSU WP8 QSU WP8 3 F N
M2 4.2-in. Mortar QSU WP10 QSU WP10 4† n/a
T25 155mm Mortar WP8 WP8 5† P
M3A1 37mm AT Gun QSU C7[A2+]†[1] QSU C7†[1] 6† C†<sup>1</sup> N
M1 57mm AT Gun QSU D4[J4+E]† HE7[J4E]7[5]† QSU D4† HE7† 7† n/a
M5 3-in. AT Gun QSU A4[4]5[5]† s6[5] QSU A5† s6 8† <s>P</s>
T32 37mm Manpack Gun 5PP (3PP dm)† C5†[1] crewed†[2] 5PP (3PP dm)† C5†[1] crewed†[2] 9† C†<sup>1</sup> D†<sup>2</sup> F
M18 57mm Recoilless Rifle 3PP crewed†[1] H7 WP6 3PP crewed†[1] H7 WP6 10 D†<sup>1</sup> E†
M20 75mm Recoilless Rifle 5PP crewed†[1] H7 WP7 5PP crewed†[1] H7 WP7 11 D†<sup>1</sup> E†
M1A1 75mm Pack Howitzer QSU C4[4+]†[1] H7 WP8 QSU C4†[1] H7 WP8 12† C†<sup>1</sup> F
M1897A2 75mm Gun QSU WP8 QSU WP8 13 P
M2A1 105mm Howitzer C7[4+P]†[1] H6 WP8 s7 H6 WP8 s7 14† C†<sup>1</sup> N
M3 105mm Howitzer C7[P]†[1] H7 WP8 s7 H7 WP8 s7 15† C†<sup>1</sup>
M1 4.5-in. Gun 16† <s>P</s>
M1918 155mm Howitzer WP8 s7[3+] WP8 s7 17† N
M1 155mm Howitzer WP8 s7 WP8 s7 18† N
M1918M1 155mm Gun RFNM AP4†[1] WP8 RFNM AP4†[1] WP8 19† A†<sup>1</sup> N No IF.
M1A1 155mm Gun RFNM AP4†[1] WP8 s7[5] RFNM AP4†[1] WP8 s7 20† A†<sup>1</sup> No IF.
M1 8-in. Howitzer RFNM RFNM 21† n/a No IF.
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] 4 TK DR† LF [2 ROF, 20 IFE, B11] 4 TK DR† 22† n/a
M1A2 37mm AA Gun 23† N
M1 40mm AA Gun LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 24† B†<sup>1</sup>
M3 3-in. AA Gun NM NM 25 P
M1A1 90mm AA Gun NM NM 26† N
M2 90mm AA Gun LF [90†, 1 ROF, B11] LF [90†, 1 ROF, B11] 27†[1] B†
20mm Oerlikon Mk4 2 TK DR's† 2 TK DR's† 1† US P Multiple Hits (C3.8) are NA.
Type 89 Heavy Grenade Launcher 4PP 4PP 1† A P
M2 4.2-in. Mortar QSU WP10 QSU WP10 2† K M O P Y
M3A1 37mm AT Gun QSU C7 QSU C7 3† C K P
M1 57mm AT Gun QSU D4 HE7 QSU D4 HE7 4† K
M18(L) 57mm Recoilless Rifle C7 H7 WP6 3PP C7 H7 WP6 3PP 5† C K O non-crewed†
M2A1 105mm Howitzer C7 H6 WP8 s7 C7 H6 WP8 s7 6† C K M O P Y
M3 105mm Howitzer C7 H7 WP8 s7 C7 H7 WP8 s7 7† C K
M1 155mm Howitzer WP8 s7 WP8 s7 8† K M P Y
M1A1 155mm Gun RFNM AP4 WP8 s7 RFNM AP4 WP8 s7 9 Y No IF.
M1 8-in. Howitzer RFNM RFNM 10† Y No IF.
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] 4 TK DR† LF [2 ROF, 20 IFE, B11] 4 TK DR† 11† M Y
M1 40mm AA Gun LF [40†, 2 ROF] LF [40†, 2 ROF] 12 B† Y
M2 90mm AA Gun LF [90†[1], 1 ROF, B11] LF [90†[1], 1 ROF, B11] 13† B†<sup>1</sup> M Y
M2 60mm Mortar IR WP7 5PP OBA† IR WP7 5PP OBA† 23† A K M O P Y
M1(L) 81mm Mortar QSU IR WP8 QSU IR WP8 24† A K M O P R
M20(L) 75mm Recoilless Rifle WP7 5PP H† WP7 5PP H† 25† K M O P R crewed†
Name Capabilities (effective) # Notes Comments
-------------------------------- ----------------------- ----------------------- ------ ------------------------------- --------------------------------------------------------------
M2 60mm Mortar IR WP7[5] IR WP7 1† F N
M19 60mm Mortar IR WP6[5] IR WP6 2 F
M1 81mm Mortar WP8 WP8 3 F N QSU
M2 4.2-in. Mortar WP10 WP10 4† n/a QSU | Area FP = 12
T25 155mm Mortar WP8 WP8 5† P Tow NA
M3A1 37mm AT Gun C7[A2+]†[1] C7†[1] 6† C†<sup>1</sup> N QSU
M1 57mm AT Gun D4[J4+E]† HE7[J4E]7[5]† D4† HE7† 7† n/a QSU
M5 3-in. AT Gun A4[4]5[5]† s6[5] A5† s6 8† <s>P</s> QSU
T32 37mm Manpack Gun C5†[1] C5†[1] 9† C†<sup>1</sup> D†<sup>2</sup> F As HMG | Crewed
M18 57mm Recoilless Rifle H7 WP6 H7 WP6 10 D†<sup>1</sup> E† HEAT TK# = 11 | Crewed
M20 75mm Recoilless Rifle H7 WP7 H7 WP7 11 D†<sup>1</sup> E† Crewed
M1A1 75mm Pack Howitzer C4[4+]†[1] H7 WP8 C4†[1] H7 WP8 12† C†<sup>1</sup> F QSU
M1897A2 75mm Gun WP8 WP8 13 P QSU
M2A1 105mm Howitzer C7[4+P]†[1] H6 WP8 s7 H6 WP8 s7 14† C†<sup>1</sup> N
M3 105mm Howitzer C7[P]†[1] H7 WP8 s7 H7 WP8 s7 15† C†<sup>1</sup>
M1 4.5-in. Gun 16† <s>P</s>
M1918 155mm Howitzer WP8 s7[3+] WP8 s7 17† N
M1 155mm Howitzer WP8 s7 WP8 s7 18† N
M1918M1 155mm Gun AP4†[1] WP8 AP4†[1] WP8 19† A†<sup>1</sup> N RFNM | No IF
M1A1 155mm Gun AP4†[1] WP8 s7[5] AP4†[1] WP8 s7 20† A†<sup>1</sup> RFNM | No IF
M1 8-in. Howitzer 21† n/a RFNM | No IF
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] LF [2 ROF, 20 IFE, B11] 22† n/a 4 TK DR | [16] TH
M1A2 37mm AA Gun 23† N
M1 40mm AA Gun LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 24† B†<sup>1</sup>
M3 3-in. AA Gun 25 P No Move
M1A1 90mm AA Gun 26† N No Move
M2 90mm AA Gun LF [90†, 1 ROF, B11] LF [90†, 1 ROF, B11] 27†[1] B†
20mm Oerlikon Mk4 1† US P 2 TK DR
Type 89 Heavy Grenade Launcher 1† A P Range &#8804; 2: [{ *:Air Bursts NA *:ROF 1 }] | Animal-Packed
M2 4.2-in. Mortar WP10 WP10 2† K M O P Y QSU | Area FP = 12
M3A1 37mm AT Gun C7 C7 3† C K P QSU
M1 57mm AT Gun D4 HE7 D4 HE7 4† K QSU
M18(L) 57mm Recoilless Rifle C7 H7 WP6 C7 H7 WP6 5† C K O Not Crewed | Canister: 16 FP
M2A1 105mm Howitzer C7 H6 WP8 s7 C7 H6 WP8 s7 6† C K M O P Y
M3 105mm Howitzer C7 H7 WP8 s7 C7 H7 WP8 s7 7† C K
M1 155mm Howitzer WP8 s7 WP8 s7 8† K M P Y
M1A1 155mm Gun AP4 WP8 s7 AP4 WP8 s7 9 Y RFNM | No IF
M1 8-in. Howitzer 10† Y RFNM | No IF
M51 Multiple .50-cal MG Carriage LF [2 ROF, 20 IFE, B11] LF [2 ROF, 20 IFE, B11] 11† M Y 4 TK DR | [16] TH
M1 40mm AA Gun LF [40†, 2 ROF] LF [40†, 2 ROF] 12 B† Y
M2 90mm AA Gun LF [90†[1], 1 ROF, B11] LF [90†[1], 1 ROF, B11] 13† B†<sup>1</sup> M Y
M2 60mm Mortar IR WP7 IR WP7 23† A K M O P Y Animal-Packed
M1(L) 81mm Mortar IR WP8 IR WP8 24† A K M O P R QSU | Animal-Packed
M20(L) 75mm Recoilless Rifle H† WP7 H† WP7 25† K M O P R &#8734; H | Crewed

@ -1,33 +1,33 @@
=== ordnance/axis-minor-common/1940 ===
Name Capabilities (effective) # Notes Comments
------------------------------- --------------------------- --------------------------- --- ---------------------- -------------
5cm leGrW 36 5PP 5PP 44 A B C H S
50mm RM obr. 40 4PP 4PP 45 A C H R S
8cm GrW 34 QSU IR s7 QSU IR s7 46† A B C
Brandt M27/31 QSU s7 QSU s7 47† A H R S
PM obr. 38 QSU h-d s8 QSU h-d s8 48† H R
Ur wz. 35 1PP 1PP 49 B C H R S
s18-1100 5PP 5PP 50 A H R
Kanon PUV vz. 37(t) QSU A4[1S]† QSU 51† B E H S
Bohler M35 QSU QSU 52† A H R S No Gunshield.
5cm PaK 38(g) QSU A4[3]3[4] QSU 53† B E H R S
7.5cm PaK 97/38(g) QSU H5[3+] s6 QSU s6 54† B E R
7.5cm PaK 40(g) QSU A4[3]3[4] QSU 55† B E H R S
Skoda M15 QSU QSU 56† A B C H R S
Canon de 75 mle 1897 QSU s7 QSU s7 57 B R
Skoda M29 AP6 AP6 58† A R S
Skoda M17 QSU QSU 59† A C R S
------------------------------- --------------------------- --------------------------- --- ---------------------- ----------------------------------
5cm leGrW 36 44 A B C H S Animal-Packed
50mm RM obr. 40 45 A C H R S Animal-Packed
8cm GrW 34 IR s7 IR s7 46† A B C QSU | Animal-Packed
Brandt M27/31 s7 s7 47† A H R S QSU | Animal-Packed
PM obr. 38 s8 s8 48† H R QSU | Horse-Drawn
Ur wz. 35 49 B C H R S No Long Range
s18-1100 50 A H R No Long Range | Animal-Packed
Kanon PUV vz. 37(t) A4[1S]† 51† B E H S QSU
Bohler M35 52† A H R S QSU | No Gunshield | Animal-Packed
5cm PaK 38(g) A4[3]3[4] 53† B E H R S QSU
7.5cm PaK 97/38(g) H5[3+] s6 s6 54† B E R QSU
7.5cm PaK 40(g) A4[3]3[4] 55† B E H R S QSU
Skoda M15 56† A B C H R S QSU | Animal-Packed
Canon de 75 mle 1897 s7 s7 57 B R QSU
Skoda M29 AP6 AP6 58† A R S Animal-Packed
Skoda M17 59† A C R S QSU | Animal-Packed
Skoda M28(80) 60† C S
Skoda M14/19 s8 s8 61† A† C H R S
Skoda M14/19 s8 s8 61† A† C H R S Animal-Packed
leFH 18(g) H4[3+] s5 s5 62† B E H S
Skoda M35 AP7 C7[CS]† AP7 63† C R S
G obr. 10/30 h-d s7 h-d s7 64† B R
G obr. 10/30 s7 s7 64† B R Horse-Drawn
G obr. 38 s5[1-2R]† 65 B R
Skoda M14 66† H R S
Skoda M15/16 s6 s6 67† C S No IF.
Skoda M15/16 s6 s6 67† C S No IF
C mle 17 S s7 s7 68† B R
Mitrailleuse de 13.2 CAJ mle 30 2 TK DR† 2 TK DR† 69† B R T†<sup>1</sup>
Mitrailleuse de 13.2 CAJ mle 30 69† B R T†<sup>1</sup> 2 TK DR | [16] TH | Tow NA
Oerlikon FF LF [NT, 20†, 2 ROF, B11] LF [NT, 20†, 2 ROF, B11] 70 B C G† H R S
2cm FlaK 30(g) LF [NT, 20†[1], 2 ROF, B9] LF [NT, 20†[1], 2 ROF, B9] 71† B E G†<sup>1</sup> R
2cm FlaK 38(g) LF [NT, 20†[1], 2 ROF, B10] LF [NT, 20†[1], 2 ROF, B10] 72† B E G†<sup>1</sup> R

@ -1,33 +1,33 @@
=== ordnance/axis-minor-common/1941 ===
Name Capabilities (effective) # Notes Comments
------------------------------- --------------------------- --------------------------- --- ---------------------- -------------
5cm leGrW 36 5PP 5PP 44 A B C H S
50mm RM obr. 40 4PP 4PP 45 A C H R S
8cm GrW 34 QSU IR s7 QSU IR s7 46† A B C
Brandt M27/31 QSU s7 QSU s7 47† A H R S
PM obr. 38 QSU h-d s8 QSU h-d s8 48† H R
Ur wz. 35 1PP 1PP 49 B C H R S
s18-1100 5PP 5PP 50 A H R
Kanon PUV vz. 37(t) QSU A4[1S]† QSU 51† B E H S
Bohler M35 QSU QSU 52† A H R S No Gunshield.
5cm PaK 38(g) QSU A4[3]3[4] QSU 53† B E H R S
7.5cm PaK 97/38(g) QSU H5[3+] s6 QSU s6 54† B E R
7.5cm PaK 40(g) QSU A4[3]3[4] QSU 55† B E H R S
Skoda M15 QSU QSU 56† A B C H R S
Canon de 75 mle 1897 QSU s7 QSU s7 57 B R
Skoda M29 AP6 AP6 58† A R S
Skoda M17 QSU QSU 59† A C R S
------------------------------- --------------------------- --------------------------- --- ---------------------- ----------------------------------
5cm leGrW 36 44 A B C H S Animal-Packed
50mm RM obr. 40 45 A C H R S Animal-Packed
8cm GrW 34 IR s7 IR s7 46† A B C QSU | Animal-Packed
Brandt M27/31 s7 s7 47† A H R S QSU | Animal-Packed
PM obr. 38 s8 s8 48† H R QSU | Horse-Drawn
Ur wz. 35 49 B C H R S No Long Range
s18-1100 50 A H R No Long Range | Animal-Packed
Kanon PUV vz. 37(t) A4[1S]† 51† B E H S QSU
Bohler M35 52† A H R S QSU | No Gunshield | Animal-Packed
5cm PaK 38(g) A4[3]3[4] 53† B E H R S QSU
7.5cm PaK 97/38(g) H5[3+] s6 s6 54† B E R QSU
7.5cm PaK 40(g) A4[3]3[4] 55† B E H R S QSU
Skoda M15 56† A B C H R S QSU | Animal-Packed
Canon de 75 mle 1897 s7 s7 57 B R QSU
Skoda M29 AP6 AP6 58† A R S Animal-Packed
Skoda M17 59† A C R S QSU | Animal-Packed
Skoda M28(80) 60† C S
Skoda M14/19 s8 s8 61† A† C H R S
Skoda M14/19 s8 s8 61† A† C H R S Animal-Packed
leFH 18(g) H4[3+] s5 s5 62† B E H S
Skoda M35 AP7 C7[CS]† AP7 63† C R S
G obr. 10/30 h-d s7 h-d s7 64† B R
G obr. 10/30 s7 s7 64† B R Horse-Drawn
G obr. 38 s5[1-2R]† 65 B R
Skoda M14 66† H R S
Skoda M15/16 s6 s6 67† C S No IF.
Skoda M15/16 s6 s6 67† C S No IF
C mle 17 S s7 s7 68† B R
Mitrailleuse de 13.2 CAJ mle 30 2 TK DR† 2 TK DR† 69† B R T†<sup>1</sup>
Mitrailleuse de 13.2 CAJ mle 30 69† B R T†<sup>1</sup> 2 TK DR | [16] TH | Tow NA
Oerlikon FF LF [NT, 20†, 2 ROF, B11] LF [NT, 20†, 2 ROF, B11] 70 B C G† H R S
2cm FlaK 30(g) LF [NT, 20†[1], 2 ROF, B9] LF [NT, 20†[1], 2 ROF, B9] 71† B E G†<sup>1</sup> R
2cm FlaK 38(g) LF [NT, 20†[1], 2 ROF, B10] LF [NT, 20†[1], 2 ROF, B10] 72† B E G†<sup>1</sup> R

@ -1,33 +1,33 @@
=== ordnance/axis-minor-common/1942 ===
Name Capabilities (effective) # Notes Comments
------------------------------- --------------------------- --------------------------- --- ---------------------- -------------
5cm leGrW 36 5PP 5PP 44 A B C H S
50mm RM obr. 40 4PP 4PP 45 A C H R S
8cm GrW 34 QSU IR s7 QSU IR s7 46† A B C
Brandt M27/31 QSU s7 QSU s7 47† A H R S
PM obr. 38 QSU h-d s8 QSU h-d s8 48† H R
Ur wz. 35 1PP 1PP 49 B C H R S
s18-1100 5PP 5PP 50 A H R
Kanon PUV vz. 37(t) QSU A4[1S]† QSU 51† B E H S
Bohler M35 QSU QSU 52† A H R S No Gunshield.
5cm PaK 38(g) QSU A4[3]3[4] QSU 53† B E H R S
7.5cm PaK 97/38(g) QSU H5[3+] s6 QSU s6 54† B E R
7.5cm PaK 40(g) QSU A4[3]3[4] QSU 55† B E H R S
Skoda M15 QSU QSU 56† A B C H R S
Canon de 75 mle 1897 QSU s7 QSU s7 57 B R
Skoda M29 AP6 AP6 58† A R S
Skoda M17 QSU QSU 59† A C R S
------------------------------- --------------------------- --------------------------- --- ---------------------- ----------------------------------
5cm leGrW 36 44 A B C H S Animal-Packed
50mm RM obr. 40 45 A C H R S Animal-Packed
8cm GrW 34 IR s7 IR s7 46† A B C QSU | Animal-Packed
Brandt M27/31 s7 s7 47† A H R S QSU | Animal-Packed
PM obr. 38 s8 s8 48† H R QSU | Horse-Drawn
Ur wz. 35 49 B C H R S No Long Range
s18-1100 50 A H R No Long Range | Animal-Packed
Kanon PUV vz. 37(t) A4[1S]† 51† B E H S QSU
Bohler M35 52† A H R S QSU | No Gunshield | Animal-Packed
5cm PaK 38(g) A4[3]3[4] 53† B E H R S QSU
7.5cm PaK 97/38(g) H5[3+] s6 s6 54† B E R QSU
7.5cm PaK 40(g) A4[3]3[4] 55† B E H R S QSU
Skoda M15 56† A B C H R S QSU | Animal-Packed
Canon de 75 mle 1897 s7 s7 57 B R QSU
Skoda M29 AP6 AP6 58† A R S Animal-Packed
Skoda M17 59† A C R S QSU | Animal-Packed
Skoda M28(80) 60† C S
Skoda M14/19 s8 s8 61† A† C H R S
Skoda M14/19 s8 s8 61† A† C H R S Animal-Packed
leFH 18(g) H4[3+] s5 s5 62† B E H S
Skoda M35 AP7 C7[CS]† AP7 63† C R S
G obr. 10/30 h-d s7 h-d s7 64† B R
G obr. 10/30 s7 s7 64† B R Horse-Drawn
G obr. 38 s5[1-2R]† 65 B R
Skoda M14 66† H R S
Skoda M15/16 s6 s6 67† C S No IF.
Skoda M15/16 s6 s6 67† C S No IF
C mle 17 S s7 s7 68† B R
Mitrailleuse de 13.2 CAJ mle 30 2 TK DR† 2 TK DR† 69† B R T†<sup>1</sup>
Mitrailleuse de 13.2 CAJ mle 30 69† B R T†<sup>1</sup> 2 TK DR | [16] TH | Tow NA
Oerlikon FF LF [NT, 20†, 2 ROF, B11] LF [NT, 20†, 2 ROF, B11] 70 B C G† H R S
2cm FlaK 30(g) LF [NT, 20†[1], 2 ROF, B9] LF [NT, 20†[1], 2 ROF, B9] 71† B E G†<sup>1</sup> R
2cm FlaK 38(g) LF [NT, 20†[1], 2 ROF, B10] LF [NT, 20†[1], 2 ROF, B10] 72† B E G†<sup>1</sup> R

@ -1,33 +1,33 @@
=== ordnance/axis-minor-common/1943 ===
Name Capabilities (effective) # Notes Comments
------------------------------- --------------------------- --------------------------- --- ---------------------- -------------
5cm leGrW 36 5PP 5PP 44 A B C H S
50mm RM obr. 40 4PP 4PP 45 A C H R S
8cm GrW 34 QSU IR s7 QSU IR s7 46† A B C
Brandt M27/31 QSU s7 QSU s7 47† A H R S
PM obr. 38 QSU h-d s8 QSU h-d s8 48† H R
Ur wz. 35 1PP 1PP 49 B C H R S
s18-1100 5PP 5PP 50 A H R
Kanon PUV vz. 37(t) QSU A4[1S]† QSU 51† B E H S
Bohler M35 QSU QSU 52† A H R S No Gunshield.
5cm PaK 38(g) QSU A4[3]3[4] QSU A4 53† B E H R S
7.5cm PaK 97/38(g) QSU H5[3+] s6 QSU H5 s6 54† B E R
7.5cm PaK 40(g) QSU A4[3]3[4] QSU A4 55† B E H R S
Skoda M15 QSU QSU 56† A B C H R S
Canon de 75 mle 1897 QSU s7 QSU s7 57 B R
Skoda M29 AP6 AP6 58† A R S
Skoda M17 QSU QSU 59† A C R S
------------------------------- --------------------------- --------------------------- --- ---------------------- ----------------------------------
5cm leGrW 36 44 A B C H S Animal-Packed
50mm RM obr. 40 45 A C H R S Animal-Packed
8cm GrW 34 IR s7 IR s7 46† A B C QSU | Animal-Packed
Brandt M27/31 s7 s7 47† A H R S QSU | Animal-Packed
PM obr. 38 s8 s8 48† H R QSU | Horse-Drawn
Ur wz. 35 49 B C H R S No Long Range
s18-1100 50 A H R No Long Range | Animal-Packed
Kanon PUV vz. 37(t) A4[1S]† 51† B E H S QSU
Bohler M35 52† A H R S QSU | No Gunshield | Animal-Packed
5cm PaK 38(g) A4[3]3[4] A4 53† B E H R S QSU
7.5cm PaK 97/38(g) H5[3+] s6 H5 s6 54† B E R QSU
7.5cm PaK 40(g) A4[3]3[4] A4 55† B E H R S QSU
Skoda M15 56† A B C H R S QSU | Animal-Packed
Canon de 75 mle 1897 s7 s7 57 B R QSU
Skoda M29 AP6 AP6 58† A R S Animal-Packed
Skoda M17 59† A C R S QSU | Animal-Packed
Skoda M28(80) 60† C S
Skoda M14/19 s8 s8 61† A† C H R S
Skoda M14/19 s8 s8 61† A† C H R S Animal-Packed
leFH 18(g) H4[3+] s5 H4 s5 62† B E H S
Skoda M35 AP7 C7[CS]† AP7 63† C R S
G obr. 10/30 h-d s7 h-d s7 64† B R
G obr. 10/30 s7 s7 64† B R Horse-Drawn
G obr. 38 s5[1-2R]† 65 B R
Skoda M14 66† H R S
Skoda M15/16 s6 s6 67† C S No IF.
Skoda M15/16 s6 s6 67† C S No IF
C mle 17 S s7 s7 68† B R
Mitrailleuse de 13.2 CAJ mle 30 2 TK DR† 2 TK DR† 69† B R T†<sup>1</sup>
Mitrailleuse de 13.2 CAJ mle 30 69† B R T†<sup>1</sup> 2 TK DR | [16] TH | Tow NA
Oerlikon FF LF [NT, 20†, 2 ROF, B11] LF [NT, 20†, 2 ROF, B11] 70 B C G† H R S
2cm FlaK 30(g) LF [NT, 20†[1], 2 ROF, B9] LF [NT, 20†[1], 2 ROF, B9] 71† B E G†<sup>1</sup> R
2cm FlaK 38(g) LF [NT, 20†[1], 2 ROF, B10] LF [NT, 20†[1], 2 ROF, B10] 72† B E G†<sup>1</sup> R

@ -1,33 +1,33 @@
=== ordnance/axis-minor-common/1944 ===
Name Capabilities (effective) # Notes Comments
------------------------------- --------------------------- --------------------------- --- ---------------------- -------------
5cm leGrW 36 5PP 5PP 44 A B C H S
50mm RM obr. 40 4PP 4PP 45 A C H R S
8cm GrW 34 QSU IR s7 QSU IR s7 46† A B C
Brandt M27/31 QSU s7 QSU s7 47† A H R S
PM obr. 38 QSU h-d s8 QSU h-d s8 48† H R
Ur wz. 35 1PP 1PP 49 B C H R S
s18-1100 5PP 5PP 50 A H R
Kanon PUV vz. 37(t) QSU A4[1S]† QSU 51† B E H S
Bohler M35 QSU QSU 52† A H R S No Gunshield.
5cm PaK 38(g) QSU A4[3]3[4] QSU A3 53† B E H R S
7.5cm PaK 97/38(g) QSU H5[3+] s6 QSU H5 s6 54† B E R
7.5cm PaK 40(g) QSU A4[3]3[4] QSU A3 55† B E H R S
Skoda M15 QSU QSU 56† A B C H R S
Canon de 75 mle 1897 QSU s7 QSU s7 57 B R
Skoda M29 AP6 AP6 58† A R S
Skoda M17 QSU QSU 59† A C R S
------------------------------- --------------------------- --------------------------- --- ---------------------- ----------------------------------
5cm leGrW 36 44 A B C H S Animal-Packed
50mm RM obr. 40 45 A C H R S Animal-Packed
8cm GrW 34 IR s7 IR s7 46† A B C QSU | Animal-Packed
Brandt M27/31 s7 s7 47† A H R S QSU | Animal-Packed
PM obr. 38 s8 s8 48† H R QSU | Horse-Drawn
Ur wz. 35 49 B C H R S No Long Range
s18-1100 50 A H R No Long Range | Animal-Packed
Kanon PUV vz. 37(t) A4[1S]† 51† B E H S QSU
Bohler M35 52† A H R S QSU | No Gunshield | Animal-Packed
5cm PaK 38(g) A4[3]3[4] A3 53† B E H R S QSU
7.5cm PaK 97/38(g) H5[3+] s6 H5 s6 54† B E R QSU
7.5cm PaK 40(g) A4[3]3[4] A3 55† B E H R S QSU
Skoda M15 56† A B C H R S QSU | Animal-Packed
Canon de 75 mle 1897 s7 s7 57 B R QSU
Skoda M29 AP6 AP6 58† A R S Animal-Packed
Skoda M17 59† A C R S QSU | Animal-Packed
Skoda M28(80) 60† C S
Skoda M14/19 s8 s8 61† A† C H R S
Skoda M14/19 s8 s8 61† A† C H R S Animal-Packed
leFH 18(g) H4[3+] s5 H4 s5 62† B E H S
Skoda M35 AP7 C7[CS]† AP7 63† C R S
G obr. 10/30 h-d s7 h-d s7 64† B R
G obr. 10/30 s7 s7 64† B R Horse-Drawn
G obr. 38 s5[1-2R]† 65 B R
Skoda M14 66† H R S
Skoda M15/16 s6 s6 67† C S No IF.
Skoda M15/16 s6 s6 67† C S No IF
C mle 17 S s7 s7 68† B R
Mitrailleuse de 13.2 CAJ mle 30 2 TK DR† 2 TK DR† 69† B R T†<sup>1</sup>
Mitrailleuse de 13.2 CAJ mle 30 69† B R T†<sup>1</sup> 2 TK DR | [16] TH | Tow NA
Oerlikon FF LF [NT, 20†, 2 ROF, B11] LF [NT, 20†, 2 ROF, B11] 70 B C G† H R S
2cm FlaK 30(g) LF [NT, 20†[1], 2 ROF, B9] LF [NT, 20†[1], 2 ROF, B9] 71† B E G†<sup>1</sup> R
2cm FlaK 38(g) LF [NT, 20†[1], 2 ROF, B10] LF [NT, 20†[1], 2 ROF, B10] 72† B E G†<sup>1</sup> R

@ -1,33 +1,33 @@
=== ordnance/axis-minor-common/1945 ===
Name Capabilities (effective) # Notes Comments
------------------------------- --------------------------- --------------------------- --- ---------------------- -------------
5cm leGrW 36 5PP 5PP 44 A B C H S
50mm RM obr. 40 4PP 4PP 45 A C H R S
8cm GrW 34 QSU IR s7 QSU IR s7 46† A B C
Brandt M27/31 QSU s7 QSU s7 47† A H R S
PM obr. 38 QSU h-d s8 QSU h-d s8 48† H R
Ur wz. 35 1PP 1PP 49 B C H R S
s18-1100 5PP 5PP 50 A H R
Kanon PUV vz. 37(t) QSU A4[1S]† QSU 51† B E H S
Bohler M35 QSU QSU 52† A H R S No Gunshield.
5cm PaK 38(g) QSU A4[3]3[4] QSU A3 53† B E H R S
7.5cm PaK 97/38(g) QSU H5[3+] s6 QSU H5 s6 54† B E R
7.5cm PaK 40(g) QSU A4[3]3[4] QSU A3 55† B E H R S
Skoda M15 QSU QSU 56† A B C H R S
Canon de 75 mle 1897 QSU s7 QSU s7 57 B R
Skoda M29 AP6 AP6 58† A R S
Skoda M17 QSU QSU 59† A C R S
------------------------------- --------------------------- --------------------------- --- ---------------------- ----------------------------------
5cm leGrW 36 44 A B C H S Animal-Packed
50mm RM obr. 40 45 A C H R S Animal-Packed
8cm GrW 34 IR s7 IR s7 46† A B C QSU | Animal-Packed
Brandt M27/31 s7 s7 47† A H R S QSU | Animal-Packed
PM obr. 38 s8 s8 48† H R QSU | Horse-Drawn
Ur wz. 35 49 B C H R S No Long Range
s18-1100 50 A H R No Long Range | Animal-Packed
Kanon PUV vz. 37(t) A4[1S]† 51† B E H S QSU
Bohler M35 52† A H R S QSU | No Gunshield | Animal-Packed
5cm PaK 38(g) A4[3]3[4] A3 53† B E H R S QSU
7.5cm PaK 97/38(g) H5[3+] s6 H5 s6 54† B E R QSU
7.5cm PaK 40(g) A4[3]3[4] A3 55† B E H R S QSU
Skoda M15 56† A B C H R S QSU | Animal-Packed
Canon de 75 mle 1897 s7 s7 57 B R QSU
Skoda M29 AP6 AP6 58† A R S Animal-Packed
Skoda M17 59† A C R S QSU | Animal-Packed
Skoda M28(80) 60† C S
Skoda M14/19 s8 s8 61† A† C H R S
Skoda M14/19 s8 s8 61† A† C H R S Animal-Packed
leFH 18(g) H4[3+] s5 H4 s5 62† B E H S
Skoda M35 AP7 C7[CS]† AP7 63† C R S
G obr. 10/30 h-d s7 h-d s7 64† B R
G obr. 10/30 s7 s7 64† B R Horse-Drawn
G obr. 38 s5[1-2R]† 65 B R
Skoda M14 66† H R S
Skoda M15/16 s6 s6 67† C S No IF.
Skoda M15/16 s6 s6 67† C S No IF
C mle 17 S s7 s7 68† B R
Mitrailleuse de 13.2 CAJ mle 30 2 TK DR† 2 TK DR† 69† B R T†<sup>1</sup>
Mitrailleuse de 13.2 CAJ mle 30 69† B R T†<sup>1</sup> 2 TK DR | [16] TH | Tow NA
Oerlikon FF LF [NT, 20†, 2 ROF, B11] LF [NT, 20†, 2 ROF, B11] 70 B C G† H R S
2cm FlaK 30(g) LF [NT, 20†[1], 2 ROF, B9] LF [NT, 20†[1], 2 ROF, B9] 71† B E G†<sup>1</sup> R
2cm FlaK 38(g) LF [NT, 20†[1], 2 ROF, B10] LF [NT, 20†[1], 2 ROF, B10] 72† B E G†<sup>1</sup> R

@ -1,14 +1,13 @@
=== ordnance/belgian/1940 ===
Name Capabilities (effective) # Notes Comments
------------ ---------------- ---------------- --- ------- ----------
DBT 3PP 3PP 6† A B D †
M76 A h-d LF† [INF] h-d LF† [INF] 7† A B D
M76 A h-d LF† [INF] h-d LF† [INF] 7† A B D
7.6cm FRC QSU QSU 8† A B †
C47 FRC M 32 QSU QSU 9 B
C75 TR QSU h-d s5 QSU h-d s5 10 B
------------ ---------------- ---------------- --- ------- ----------------------------------------------------------------------------------------------------------------
DBT 6† A B D No Air Bursts | Animal-Packed | Dismantle NA
M76 A LF† [INF] LF† [INF] 7† A B D Horse-Drawn | Push/Tow as non-Mortar | Unlimbered: Indirect Fire only (as Mortar) | Animal-Packed | Dismantle NA
7.6cm FRC 8† A B QSU | Indirect Fire OK [{ *:Range: 16-55 *:ROF 3 }] | Animal-Packed
C47 FRC M 32 9 B QSU
C75 TR s5 s5 10 B QSU | Horse-Drawn
C75 GP LF [75*, B10] s5 LF [75*, B10] s5 11 B
Ob 105 GP LF [105*] s5 LF [105*] s5 12 B
C120 M31 LF [120*] LF [120*] 13 B
M27 FRC NM NM 14 B
M27 FRC 14 B No Move

@ -1,14 +1,13 @@
=== ordnance/belgian/1941 ===
Name Capabilities (effective) # Notes Comments
------------ ---------------- ---------------- --- ------- ----------
DBT 3PP 3PP 6† A B D †
M76 A h-d LF† [INF] h-d LF† [INF] 7† A B D
M76 A h-d LF† [INF] h-d LF† [INF] 7† A B D
7.6cm FRC QSU QSU 8† A B †
C47 FRC M 32 QSU QSU 9 B
C75 TR QSU h-d s5 QSU h-d s5 10 B
------------ ---------------- ---------------- --- ------- ----------------------------------------------------------------------------------------------------------------
DBT 6† A B D No Air Bursts | Animal-Packed | Dismantle NA
M76 A LF† [INF] LF† [INF] 7† A B D Horse-Drawn | Push/Tow as non-Mortar | Unlimbered: Indirect Fire only (as Mortar) | Animal-Packed | Dismantle NA
7.6cm FRC 8† A B QSU | Indirect Fire OK [{ *:Range: 16-55 *:ROF 3 }] | Animal-Packed
C47 FRC M 32 9 B QSU
C75 TR s5 s5 10 B QSU | Horse-Drawn
C75 GP LF [75*, B10] s5 LF [75*, B10] s5 11 B
Ob 105 GP LF [105*] s5 LF [105*] s5 12 B
C120 M31 LF [120*] LF [120*] 13 B
M27 FRC NM NM 14 B
M27 FRC 14 B No Move

@ -1,14 +1,13 @@
=== ordnance/belgian/1942 ===
Name Capabilities (effective) # Notes Comments
------------ ---------------- ---------------- --- ------- ----------
DBT 3PP 3PP 6† A B D †
M76 A h-d LF† [INF] h-d LF† [INF] 7† A B D
M76 A h-d LF† [INF] h-d LF† [INF] 7† A B D
7.6cm FRC QSU QSU 8† A B †
C47 FRC M 32 QSU QSU 9 B
C75 TR QSU h-d s5 QSU h-d s5 10 B
------------ ---------------- ---------------- --- ------- ----------------------------------------------------------------------------------------------------------------
DBT 6† A B D No Air Bursts | Animal-Packed | Dismantle NA
M76 A LF† [INF] LF† [INF] 7† A B D Horse-Drawn | Push/Tow as non-Mortar | Unlimbered: Indirect Fire only (as Mortar) | Animal-Packed | Dismantle NA
7.6cm FRC 8† A B QSU | Indirect Fire OK [{ *:Range: 16-55 *:ROF 3 }] | Animal-Packed
C47 FRC M 32 9 B QSU
C75 TR s5 s5 10 B QSU | Horse-Drawn
C75 GP LF [75*, B10] s5 LF [75*, B10] s5 11 B
Ob 105 GP LF [105*] s5 LF [105*] s5 12 B
C120 M31 LF [120*] LF [120*] 13 B
M27 FRC NM NM 14 B
M27 FRC 14 B No Move

@ -1,14 +1,13 @@
=== ordnance/belgian/1943 ===
Name Capabilities (effective) # Notes Comments
------------ ---------------- ---------------- --- ------- ----------
DBT 3PP 3PP 6† A B D †
M76 A h-d LF† [INF] h-d LF† [INF] 7† A B D
M76 A h-d LF† [INF] h-d LF† [INF] 7† A B D
7.6cm FRC QSU QSU 8† A B †
C47 FRC M 32 QSU QSU 9 B
C75 TR QSU h-d s5 QSU h-d s5 10 B
------------ ---------------- ---------------- --- ------- ----------------------------------------------------------------------------------------------------------------
DBT 6† A B D No Air Bursts | Animal-Packed | Dismantle NA
M76 A LF† [INF] LF† [INF] 7† A B D Horse-Drawn | Push/Tow as non-Mortar | Unlimbered: Indirect Fire only (as Mortar) | Animal-Packed | Dismantle NA
7.6cm FRC 8† A B QSU | Indirect Fire OK [{ *:Range: 16-55 *:ROF 3 }] | Animal-Packed
C47 FRC M 32 9 B QSU
C75 TR s5 s5 10 B QSU | Horse-Drawn
C75 GP LF [75*, B10] s5 LF [75*, B10] s5 11 B
Ob 105 GP LF [105*] s5 LF [105*] s5 12 B
C120 M31 LF [120*] LF [120*] 13 B
M27 FRC NM NM 14 B
M27 FRC 14 B No Move

@ -1,14 +1,13 @@
=== ordnance/belgian/1944 ===
Name Capabilities (effective) # Notes Comments
------------ ---------------- ---------------- --- ------- ----------
DBT 3PP 3PP 6† A B D †
M76 A h-d LF† [INF] h-d LF† [INF] 7† A B D
M76 A h-d LF† [INF] h-d LF† [INF] 7† A B D
7.6cm FRC QSU QSU 8† A B †
C47 FRC M 32 QSU QSU 9 B
C75 TR QSU h-d s5 QSU h-d s5 10 B
------------ ---------------- ---------------- --- ------- ----------------------------------------------------------------------------------------------------------------
DBT 6† A B D No Air Bursts | Animal-Packed | Dismantle NA
M76 A LF† [INF] LF† [INF] 7† A B D Horse-Drawn | Push/Tow as non-Mortar | Unlimbered: Indirect Fire only (as Mortar) | Animal-Packed | Dismantle NA
7.6cm FRC 8† A B QSU | Indirect Fire OK [{ *:Range: 16-55 *:ROF 3 }] | Animal-Packed
C47 FRC M 32 9 B QSU
C75 TR s5 s5 10 B QSU | Horse-Drawn
C75 GP LF [75*, B10] s5 LF [75*, B10] s5 11 B
Ob 105 GP LF [105*] s5 LF [105*] s5 12 B
C120 M31 LF [120*] LF [120*] 13 B
M27 FRC NM NM 14 B
M27 FRC 14 B No Move

@ -1,14 +1,13 @@
=== ordnance/belgian/1945 ===
Name Capabilities (effective) # Notes Comments
------------ ---------------- ---------------- --- ------- ----------
DBT 3PP 3PP 6† A B D †
M76 A h-d LF† [INF] h-d LF† [INF] 7† A B D
M76 A h-d LF† [INF] h-d LF† [INF] 7† A B D
7.6cm FRC QSU QSU 8† A B †
C47 FRC M 32 QSU QSU 9 B
C75 TR QSU h-d s5 QSU h-d s5 10 B
------------ ---------------- ---------------- --- ------- ----------------------------------------------------------------------------------------------------------------
DBT 6† A B D No Air Bursts | Animal-Packed | Dismantle NA
M76 A LF† [INF] LF† [INF] 7† A B D Horse-Drawn | Push/Tow as non-Mortar | Unlimbered: Indirect Fire only (as Mortar) | Animal-Packed | Dismantle NA
7.6cm FRC 8† A B QSU | Indirect Fire OK [{ *:Range: 16-55 *:ROF 3 }] | Animal-Packed
C47 FRC M 32 9 B QSU
C75 TR s5 s5 10 B QSU | Horse-Drawn
C75 GP LF [75*, B10] s5 LF [75*, B10] s5 11 B
Ob 105 GP LF [105*] s5 LF [105*] s5 12 B
C120 M31 LF [120*] LF [120*] 13 B
M27 FRC NM NM 14 B
M27 FRC 14 B No Move

@ -1,39 +1,39 @@
=== ordnance/british/1940 ===
Name Capabilities (effective) # Notes Comments
---------------------------- ------------------------------ --------------------------- --- -------------------- ---------------
OML 2-in. Mortar 4PP IR[2+]† s7 4PP s7 1 A† N P
OML 2-in. Airborne Mortar IR s7 3PP IR s7 3PP 1 n/a
OML 3-in. Mortar QSU IR[2+]†[1] WP7 s8[1+]† QSU WP7 2† A†<sup>1</sup> D N P
OSB 4.2-in. Mortar WP7 s8 WP7 s8 3† N P Towed
OQF 25mm Hotchkiss QSU QSU 4† B N
OQF 2-Pounder LF [NT, 40†[1], 2 ROF, B11] LF [NT, 40†[1], 2 ROF, B11] 5† B C†<sup>1</sup> N P
OQF 6-Pounder 7-cwt QSU D6[J4E]7[5]† HE7[F3]8[4+]† QSU 6† B N P
OQF 17/25-Pounder 7 N
OQF 17-Pounder D5[S4]6[5]† HE8[J4+]† 8† n/a
OQF M1A1 75mm Pack Howitzer QSU H6 WP7 QSU H6 WP7 9† D P
Canon de 75 mle 1897 QSU s8 QSU s8 10† B N
OQF 18-Pounder QSU WP7 s8 QSU WP7 s8 11† N P
OQF 25-Pounder Short QSU s8 QSU s8 12 D P
OQF 25-Pounder Gun-Howitzer LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 13† N P
OQF 3.7-in. Howitzer QSU H6[3+P]† WP7 s8 QSU WP7 s8 14† D N P
OQF 4.5-in. Howitzer WP7 s8 WP7 s8 15† N P
OBL 4.5-in. Gun 16† N
OBL 5.5-in. Gun-Howitzer 16† N P
OBL 6-in. Howitzer 17† N P
OBL 7.2-in. Howitzer Mk I 18† N P No IF. Acq. NA†
OBL 7.2-in. Howitzer Mk VI RFNM RFNM 19† P No IF.
OQF 20mm AA 20 n/a
OQF 40mm AA LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 21† C†<sup>1</sup> N P
OQF 3-in. 20-cwt AA 22† E P
OQF 3.7-in. AA 23† E N P
OML 2-in. Mortar IR s7 4PP IR s7 4PP 14 A N
M19 60mm Mortar IR WP6 4PP IR WP6 4PP 15 A R
OML 3-in. Mortar QSU IR WP7 s8 QSU IR WP7 s8 16 A
OSB 4.2-in. Mortar WP7 s8 WP7 s8 17† N Towed
OQF 17-Pounder D6 HE8 D6 HE8 18 N
OQF 25-Pounder LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 19† N
OQF 40mm AA LF [40†, 2 ROF] LF [40†, 2 ROF] 20 B† N
M2 60mm Mortar IR WP7 5PP OBA† IR WP7 5PP OBA† 23† A K M O P Y
M1(L) 81mm Mortar QSU IR WP8 QSU IR WP8 24† A K M O P R
M20(L) 75mm Recoilless Rifle WP7 5PP H† WP7 5PP H† 25† K M O P R crewed†
Name Capabilities (effective) # Notes Comments
---------------------------- --------------------------- --------------------------- --- -------------------- ------------------------------------
OML 2-in. Mortar IR[2+]† s7 s7 1 A† N P
OML 2-in. Airborne Mortar IR s7 IR s7 1 n/a
OML 3-in. Mortar IR[2+]†[1] WP7 s8[1+]† WP7 2† A†<sup>1</sup> D N P QSU | Animal-Packed
OSB 4.2-in. Mortar WP7 s8 WP7 s8 3† N P Towed
OQF 25mm Hotchkiss 4† B N QSU | En Portee NA
OQF 2-Pounder LF [NT, 40†[1], 2 ROF, B11] LF [NT, 40†[1], 2 ROF, B11] 5† B C†<sup>1</sup> N P En Portee NA
OQF 6-Pounder 7-cwt D6[J4E]7[5]† HE7[F3]8[4+]† 6† B N P QSU | CA restrictions | En Portee NA
OQF 17/25-Pounder 7 N
OQF 17-Pounder D5[S4]6[5]† HE8[J4+]† 8† n/a
OQF M1A1 75mm Pack Howitzer H6 WP7 H6 WP7 9† D P QSU | Animal-Packed
Canon de 75 mle 1897 s8 s8 10† B N QSU | En Portee NA
OQF 18-Pounder WP7 s8 WP7 s8 11† N P QSU
OQF 25-Pounder Short s8 s8 12 D P QSU | Animal-Packed
OQF 25-Pounder Gun-Howitzer LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 13† N P
OQF 3.7-in. Howitzer H6[3+P]† WP7 s8 WP7 s8 14† D N P QSU | Animal-Packed
OQF 4.5-in. Howitzer WP7 s8 WP7 s8 15† N P
OBL 4.5-in. Gun 16† N
OBL 5.5-in. Gun-Howitzer 16† N P
OBL 6-in. Howitzer 17† N P
OBL 7.2-in. Howitzer Mk I 18† N P No IF | Acquisition NA
OBL 7.2-in. Howitzer Mk VI 19† P RFNM | No IF
OQF 20mm AA 20 n/a
OQF 40mm AA LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 21† C†<sup>1</sup> N P
OQF 3-in. 20-cwt AA 22† E P
OQF 3.7-in. AA 23† E N P
OML 2-in. Mortar IR s7 IR s7 14 A N Animal-Packed
M19 60mm Mortar IR WP6 IR WP6 15 A R Animal-Packed
OML 3-in. Mortar IR WP7 s8 IR WP7 s8 16 A QSU | Animal-Packed
OSB 4.2-in. Mortar WP7 s8 WP7 s8 17† N Towed
OQF 17-Pounder D6 HE8 D6 HE8 18 N
OQF 25-Pounder LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 19† N
OQF 40mm AA LF [40†, 2 ROF] LF [40†, 2 ROF] 20 B† N
M2 60mm Mortar IR WP7 IR WP7 23† A K M O P Y Animal-Packed
M1(L) 81mm Mortar IR WP8 IR WP8 24† A K M O P R QSU | Animal-Packed
M20(L) 75mm Recoilless Rifle H† WP7 H† WP7 25† K M O P R &#8734; H | Crewed

@ -1,39 +1,39 @@
=== ordnance/british/1941 ===
Name Capabilities (effective) # Notes Comments
---------------------------- ------------------------------ --------------------------- --- -------------------- ---------------
OML 2-in. Mortar 4PP IR[2+]† s7 4PP s7 1 A† N P
OML 2-in. Airborne Mortar IR s7 3PP IR s7 3PP 1 n/a
OML 3-in. Mortar QSU IR[2+]†[1] WP7 s8[1+]† QSU WP7 s8† 2† A†<sup>1</sup> D N P
OSB 4.2-in. Mortar WP7 s8 WP7 s8 3† N P Towed
OQF 25mm Hotchkiss QSU QSU 4† B N
OQF 2-Pounder LF [NT, 40†[1], 2 ROF, B11] LF [NT, 40†[1], 2 ROF, B11] 5† B C†<sup>1</sup> N P
OQF 6-Pounder 7-cwt QSU D6[J4E]7[5]† HE7[F3]8[4+]† QSU 6† B N P
OQF 17/25-Pounder 7 N
OQF 17-Pounder D5[S4]6[5]† HE8[J4+]† 8† n/a
OQF M1A1 75mm Pack Howitzer QSU H6 WP7 QSU H6 WP7 9† D P
Canon de 75 mle 1897 QSU s8 QSU s8 10† B N
OQF 18-Pounder QSU WP7 s8 QSU WP7 s8 11† N P
OQF 25-Pounder Short QSU s8 QSU s8 12 D P
OQF 25-Pounder Gun-Howitzer LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 13† N P
OQF 3.7-in. Howitzer QSU H6[3+P]† WP7 s8 QSU WP7 s8 14† D N P
OQF 4.5-in. Howitzer WP7 s8 WP7 s8 15† N P
OBL 4.5-in. Gun 16† N
OBL 5.5-in. Gun-Howitzer 16† N P
OBL 6-in. Howitzer 17† N P
OBL 7.2-in. Howitzer Mk I 18† N P No IF. Acq. NA†
OBL 7.2-in. Howitzer Mk VI RFNM RFNM 19† P No IF.
OQF 20mm AA 20 n/a
OQF 40mm AA LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 21† C†<sup>1</sup> N P
OQF 3-in. 20-cwt AA 22† E P
OQF 3.7-in. AA 23† E N P
OML 2-in. Mortar IR s7 4PP IR s7 4PP 14 A N
M19 60mm Mortar IR WP6 4PP IR WP6 4PP 15 A R
OML 3-in. Mortar QSU IR WP7 s8 QSU IR WP7 s8 16 A
OSB 4.2-in. Mortar WP7 s8 WP7 s8 17† N Towed
OQF 17-Pounder D6 HE8 D6 HE8 18 N
OQF 25-Pounder LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 19† N
OQF 40mm AA LF [40†, 2 ROF] LF [40†, 2 ROF] 20 B† N
M2 60mm Mortar IR WP7 5PP OBA† IR WP7 5PP OBA† 23† A K M O P Y
M1(L) 81mm Mortar QSU IR WP8 QSU IR WP8 24† A K M O P R
M20(L) 75mm Recoilless Rifle WP7 5PP H† WP7 5PP H† 25† K M O P R crewed†
Name Capabilities (effective) # Notes Comments
---------------------------- --------------------------- --------------------------- --- -------------------- -----------------------------------------------------------------------------------
OML 2-in. Mortar IR[2+]† s7 s7 1 A† N P
OML 2-in. Airborne Mortar IR s7 IR s7 1 n/a
OML 3-in. Mortar IR[2+]†[1] WP7 s8[1+]† WP7 s8† 2† A†<sup>1</sup> D N P QSU | Animal-Packed
OSB 4.2-in. Mortar WP7 s8 WP7 s8 3† N P Towed
OQF 25mm Hotchkiss 4† B N QSU | En Portee (15-cwt truck)
OQF 2-Pounder LF [NT, 40†[1], 2 ROF, B11] LF [NT, 40†[1], 2 ROF, B11] 5† B C†<sup>1</sup> N P En Portee (30-cwt lorry)
OQF 6-Pounder 7-cwt D6[J4E]7[5]† HE7[F3]8[4+]† 6† B N P QSU | CA restrictions | En Portee (3-ton lorry) | Portee Fire OK [EXC: Bnd (F)F NA]
OQF 17/25-Pounder 7 N
OQF 17-Pounder D5[S4]6[5]† HE8[J4+]† 8† n/a
OQF M1A1 75mm Pack Howitzer H6 WP7 H6 WP7 9† D P QSU | Animal-Packed
Canon de 75 mle 1897 s8 s8 10† B N QSU | En Portee (3-ton lorry)
OQF 18-Pounder WP7 s8 WP7 s8 11† N P QSU
OQF 25-Pounder Short s8 s8 12 D P QSU | Animal-Packed
OQF 25-Pounder Gun-Howitzer LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 13† N P
OQF 3.7-in. Howitzer H6[3+P]† WP7 s8 WP7 s8 14† D N P QSU | Animal-Packed
OQF 4.5-in. Howitzer WP7 s8 WP7 s8 15† N P
OBL 4.5-in. Gun 16† N
OBL 5.5-in. Gun-Howitzer 16† N P
OBL 6-in. Howitzer 17† N P
OBL 7.2-in. Howitzer Mk I 18† N P No IF | Acquisition NA
OBL 7.2-in. Howitzer Mk VI 19† P RFNM | No IF
OQF 20mm AA 20 n/a
OQF 40mm AA LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 21† C†<sup>1</sup> N P
OQF 3-in. 20-cwt AA 22† E P
OQF 3.7-in. AA 23† E N P
OML 2-in. Mortar IR s7 IR s7 14 A N Animal-Packed
M19 60mm Mortar IR WP6 IR WP6 15 A R Animal-Packed
OML 3-in. Mortar IR WP7 s8 IR WP7 s8 16 A QSU | Animal-Packed
OSB 4.2-in. Mortar WP7 s8 WP7 s8 17† N Towed
OQF 17-Pounder D6 HE8 D6 HE8 18 N
OQF 25-Pounder LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 19† N
OQF 40mm AA LF [40†, 2 ROF] LF [40†, 2 ROF] 20 B† N
M2 60mm Mortar IR WP7 IR WP7 23† A K M O P Y Animal-Packed
M1(L) 81mm Mortar IR WP8 IR WP8 24† A K M O P R QSU | Animal-Packed
M20(L) 75mm Recoilless Rifle H† WP7 H† WP7 25† K M O P R &#8734; H | Crewed

@ -1,39 +1,39 @@
=== ordnance/british/1942 ===
Name Capabilities (effective) # Notes Comments
---------------------------- ------------------------------ --------------------------- --- -------------------- ---------------
OML 2-in. Mortar 4PP IR[2+]† s7 4PP IR† s7 1 A† N P
OML 2-in. Airborne Mortar IR s7 3PP IR s7 3PP 1 n/a
OML 3-in. Mortar QSU IR[2+]†[1] WP7 s8[1+]† QSU IR†[1] WP7 s8† 2† A†<sup>1</sup> D N P
OSB 4.2-in. Mortar WP7 s8 WP7 s8 3† N P Towed
OQF 25mm Hotchkiss QSU QSU 4† B N
OQF 2-Pounder LF [NT, 40†[1], 2 ROF, B11] LF [NT, 40†[1], 2 ROF, B11] 5† B C†<sup>1</sup> N P
OQF 6-Pounder 7-cwt QSU D6[J4E]7[5]† HE7[F3]8[4+]† QSU 6† B N P
OQF 17/25-Pounder 7 N
OQF 17-Pounder D5[S4]6[5]† HE8[J4+]† 8† n/a
OQF M1A1 75mm Pack Howitzer QSU H6 WP7 QSU H6 WP7 9† D P
Canon de 75 mle 1897 QSU s8 QSU s8 10† B N
OQF 18-Pounder QSU WP7 s8 QSU WP7 s8 11† N P
OQF 25-Pounder Short QSU s8 QSU s8 12 D P
OQF 25-Pounder Gun-Howitzer LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 13† N P
OQF 3.7-in. Howitzer QSU H6[3+P]† WP7 s8 QSU WP7 s8 14† D N P
OQF 4.5-in. Howitzer WP7 s8 WP7 s8 15† N P
OBL 4.5-in. Gun 16† N
OBL 5.5-in. Gun-Howitzer 16† N P
OBL 6-in. Howitzer 17† N P
OBL 7.2-in. Howitzer Mk I 18† N P No IF. Acq. NA†
OBL 7.2-in. Howitzer Mk VI RFNM RFNM 19† P No IF.
OQF 20mm AA 20 n/a
OQF 40mm AA LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 21† C†<sup>1</sup> N P
OQF 3-in. 20-cwt AA 22† E P
OQF 3.7-in. AA 23† E N P
OML 2-in. Mortar IR s7 4PP IR s7 4PP 14 A N
M19 60mm Mortar IR WP6 4PP IR WP6 4PP 15 A R
OML 3-in. Mortar QSU IR WP7 s8 QSU IR WP7 s8 16 A
OSB 4.2-in. Mortar WP7 s8 WP7 s8 17† N Towed
OQF 17-Pounder D6 HE8 D6 HE8 18 N
OQF 25-Pounder LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 19† N
OQF 40mm AA LF [40†, 2 ROF] LF [40†, 2 ROF] 20 B† N
M2 60mm Mortar IR WP7 5PP OBA† IR WP7 5PP OBA† 23† A K M O P Y
M1(L) 81mm Mortar QSU IR WP8 QSU IR WP8 24† A K M O P R
M20(L) 75mm Recoilless Rifle WP7 5PP H† WP7 5PP H† 25† K M O P R crewed†
Name Capabilities (effective) # Notes Comments
---------------------------- --------------------------- --------------------------- --- -------------------- -----------------------------------------------------------------------------------
OML 2-in. Mortar IR[2+]† s7 IR† s7 1 A† N P
OML 2-in. Airborne Mortar IR s7 IR s7 1 n/a
OML 3-in. Mortar IR[2+]†[1] WP7 s8[1+]† IR†[1] WP7 s8† 2† A†<sup>1</sup> D N P QSU | Animal-Packed
OSB 4.2-in. Mortar WP7 s8 WP7 s8 3† N P Towed
OQF 25mm Hotchkiss 4† B N QSU | En Portee (15-cwt truck)
OQF 2-Pounder LF [NT, 40†[1], 2 ROF, B11] LF [NT, 40†[1], 2 ROF, B11] 5† B C†<sup>1</sup> N P En Portee (30-cwt lorry)
OQF 6-Pounder 7-cwt D6[J4E]7[5]† HE7[F3]8[4+]† 6† B N P QSU | CA restrictions | En Portee (3-ton lorry) | Portee Fire OK [EXC: Bnd (F)F NA]
OQF 17/25-Pounder 7 N
OQF 17-Pounder D5[S4]6[5]† HE8[J4+]† 8† n/a
OQF M1A1 75mm Pack Howitzer H6 WP7 H6 WP7 9† D P QSU | Animal-Packed
Canon de 75 mle 1897 s8 s8 10† B N QSU | En Portee (3-ton lorry)
OQF 18-Pounder WP7 s8 WP7 s8 11† N P QSU
OQF 25-Pounder Short s8 s8 12 D P QSU | Animal-Packed
OQF 25-Pounder Gun-Howitzer LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 13† N P
OQF 3.7-in. Howitzer H6[3+P]† WP7 s8 WP7 s8 14† D N P QSU | Animal-Packed
OQF 4.5-in. Howitzer WP7 s8 WP7 s8 15† N P
OBL 4.5-in. Gun 16† N
OBL 5.5-in. Gun-Howitzer 16† N P
OBL 6-in. Howitzer 17† N P
OBL 7.2-in. Howitzer Mk I 18† N P No IF | Acquisition NA
OBL 7.2-in. Howitzer Mk VI 19† P RFNM | No IF
OQF 20mm AA 20 n/a
OQF 40mm AA LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 21† C†<sup>1</sup> N P
OQF 3-in. 20-cwt AA 22† E P
OQF 3.7-in. AA 23† E N P
OML 2-in. Mortar IR s7 IR s7 14 A N Animal-Packed
M19 60mm Mortar IR WP6 IR WP6 15 A R Animal-Packed
OML 3-in. Mortar IR WP7 s8 IR WP7 s8 16 A QSU | Animal-Packed
OSB 4.2-in. Mortar WP7 s8 WP7 s8 17† N Towed
OQF 17-Pounder D6 HE8 D6 HE8 18 N
OQF 25-Pounder LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 19† N
OQF 40mm AA LF [40†, 2 ROF] LF [40†, 2 ROF] 20 B† N
M2 60mm Mortar IR WP7 IR WP7 23† A K M O P Y Animal-Packed
M1(L) 81mm Mortar IR WP8 IR WP8 24† A K M O P R QSU | Animal-Packed
M20(L) 75mm Recoilless Rifle H† WP7 H† WP7 25† K M O P R &#8734; H | Crewed

@ -1,39 +1,39 @@
=== ordnance/british/1943 ===
Name Capabilities (effective) # Notes Comments
---------------------------- ------------------------------ --------------------------- --- -------------------- ---------------
OML 2-in. Mortar 4PP IR[2+]† s7 4PP IR† s7 1 A† N P
OML 2-in. Airborne Mortar IR s7 3PP IR s7 3PP 1 n/a
OML 3-in. Mortar QSU IR[2+]†[1] WP7 s8[1+]† QSU IR†[1] WP7 s8† 2† A†<sup>1</sup> D N P
OSB 4.2-in. Mortar WP7 s8 WP7 s8 3† N P Towed
OQF 25mm Hotchkiss QSU QSU 4† B N
OQF 2-Pounder LF [NT, 40†[1], 2 ROF, B11] LF [NT, 40†[1], 2 ROF, B11] 5† B C†<sup>1</sup> N P
OQF 6-Pounder 7-cwt QSU D6[J4E]7[5]† HE7[F3]8[4+]† QSU 6† B N P
OQF 17/25-Pounder 7 N
OQF 17-Pounder D5[S4]6[5]† HE8[J4+]† 8† n/a
OQF M1A1 75mm Pack Howitzer QSU H6 WP7 QSU H6 WP7 9† D P
Canon de 75 mle 1897 QSU s8 QSU s8 10† B N
OQF 18-Pounder QSU WP7 s8 QSU WP7 s8 11† N P
OQF 25-Pounder Short QSU s8 QSU s8 12 D P
OQF 25-Pounder Gun-Howitzer LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 13† N P
OQF 3.7-in. Howitzer QSU H6[3+P]† WP7 s8 QSU WP7 s8 14† D N P
OQF 4.5-in. Howitzer WP7 s8 WP7 s8 15† N P
OBL 4.5-in. Gun 16† N
OBL 5.5-in. Gun-Howitzer 16† N P
OBL 6-in. Howitzer 17† N P
OBL 7.2-in. Howitzer Mk I 18† N P No IF. Acq. NA†
OBL 7.2-in. Howitzer Mk VI RFNM RFNM 19† P No IF.
OQF 20mm AA 20 n/a
OQF 40mm AA LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 21† C†<sup>1</sup> N P
OQF 3-in. 20-cwt AA 22† E P
OQF 3.7-in. AA 23† E N P
OML 2-in. Mortar IR s7 4PP IR s7 4PP 14 A N
M19 60mm Mortar IR WP6 4PP IR WP6 4PP 15 A R
OML 3-in. Mortar QSU IR WP7 s8 QSU IR WP7 s8 16 A
OSB 4.2-in. Mortar WP7 s8 WP7 s8 17† N Towed
OQF 17-Pounder D6 HE8 D6 HE8 18 N
OQF 25-Pounder LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 19† N
OQF 40mm AA LF [40†, 2 ROF] LF [40†, 2 ROF] 20 B† N
M2 60mm Mortar IR WP7 5PP OBA† IR WP7 5PP OBA† 23† A K M O P Y
M1(L) 81mm Mortar QSU IR WP8 QSU IR WP8 24† A K M O P R
M20(L) 75mm Recoilless Rifle WP7 5PP H† WP7 5PP H† 25† K M O P R crewed†
Name Capabilities (effective) # Notes Comments
---------------------------- --------------------------- --------------------------- --- -------------------- -----------------------------------------------------------------------------------
OML 2-in. Mortar IR[2+]† s7 IR† s7 1 A† N P
OML 2-in. Airborne Mortar IR s7 IR s7 1 n/a
OML 3-in. Mortar IR[2+]†[1] WP7 s8[1+]† IR†[1] WP7 s8† 2† A†<sup>1</sup> D N P QSU | Animal-Packed
OSB 4.2-in. Mortar WP7 s8 WP7 s8 3† N P Towed
OQF 25mm Hotchkiss 4† B N QSU | En Portee (15-cwt truck)
OQF 2-Pounder LF [NT, 40†[1], 2 ROF, B11] LF [NT, 40†[1], 2 ROF, B11] 5† B C†<sup>1</sup> N P En Portee (30-cwt lorry)
OQF 6-Pounder 7-cwt D6[J4E]7[5]† HE7[F3]8[4+]† 6† B N P QSU | CA restrictions | En Portee (3-ton lorry) | Portee Fire OK [EXC: Bnd (F)F NA]
OQF 17/25-Pounder 7 N
OQF 17-Pounder D5[S4]6[5]† HE8[J4+]† 8† n/a
OQF M1A1 75mm Pack Howitzer H6 WP7 H6 WP7 9† D P QSU | Animal-Packed
Canon de 75 mle 1897 s8 s8 10† B N QSU | En Portee (3-ton lorry)
OQF 18-Pounder WP7 s8 WP7 s8 11† N P QSU
OQF 25-Pounder Short s8 s8 12 D P QSU | Animal-Packed
OQF 25-Pounder Gun-Howitzer LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 13† N P
OQF 3.7-in. Howitzer H6[3+P]† WP7 s8 WP7 s8 14† D N P QSU | Animal-Packed
OQF 4.5-in. Howitzer WP7 s8 WP7 s8 15† N P
OBL 4.5-in. Gun 16† N
OBL 5.5-in. Gun-Howitzer 16† N P
OBL 6-in. Howitzer 17† N P
OBL 7.2-in. Howitzer Mk I 18† N P No IF | Acquisition NA
OBL 7.2-in. Howitzer Mk VI 19† P RFNM | No IF
OQF 20mm AA 20 n/a
OQF 40mm AA LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 21† C†<sup>1</sup> N P
OQF 3-in. 20-cwt AA 22† E P
OQF 3.7-in. AA 23† E N P
OML 2-in. Mortar IR s7 IR s7 14 A N Animal-Packed
M19 60mm Mortar IR WP6 IR WP6 15 A R Animal-Packed
OML 3-in. Mortar IR WP7 s8 IR WP7 s8 16 A QSU | Animal-Packed
OSB 4.2-in. Mortar WP7 s8 WP7 s8 17† N Towed
OQF 17-Pounder D6 HE8 D6 HE8 18 N
OQF 25-Pounder LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 19† N
OQF 40mm AA LF [40†, 2 ROF] LF [40†, 2 ROF] 20 B† N
M2 60mm Mortar IR WP7 IR WP7 23† A K M O P Y Animal-Packed
M1(L) 81mm Mortar IR WP8 IR WP8 24† A K M O P R QSU | Animal-Packed
M20(L) 75mm Recoilless Rifle H† WP7 H† WP7 25† K M O P R &#8734; H | Crewed

@ -1,39 +1,39 @@
=== ordnance/british/1944 ===
Name Capabilities (effective) # Notes Comments
---------------------------- ------------------------------ --------------------------- --- -------------------- ---------------
OML 2-in. Mortar 4PP IR[2+]† s7 4PP IR† s7 1 A† N P
OML 2-in. Airborne Mortar IR s7 3PP IR s7 3PP 1 n/a
OML 3-in. Mortar QSU IR[2+]†[1] WP7 s8[1+]† QSU IR†[1] WP7 s8† 2† A†<sup>1</sup> D N P
OSB 4.2-in. Mortar WP7 s8 WP7 s8 3† N P Towed
OQF 25mm Hotchkiss QSU QSU 4† B N
OQF 2-Pounder LF [NT, 40†[1], 2 ROF, B11] LF [NT, 40†[1], 2 ROF, B11] 5† B C†<sup>1</sup> N P
OQF 6-Pounder 7-cwt QSU D6[J4E]7[5]† HE7[F3]8[4+]† QSU HE8† 6† B N P
OQF 17/25-Pounder 7 N
OQF 17-Pounder D5[S4]6[5]† HE8[J4+]† 8† n/a
OQF M1A1 75mm Pack Howitzer QSU H6 WP7 QSU H6 WP7 9† D P
Canon de 75 mle 1897 QSU s8 QSU s8 10† B N
OQF 18-Pounder QSU WP7 s8 QSU WP7 s8 11† N P
OQF 25-Pounder Short QSU s8 QSU s8 12 D P
OQF 25-Pounder Gun-Howitzer LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 13† N P
OQF 3.7-in. Howitzer QSU H6[3+P]† WP7 s8 QSU WP7 s8 14† D N P
OQF 4.5-in. Howitzer WP7 s8 WP7 s8 15† N P
OBL 4.5-in. Gun 16† N
OBL 5.5-in. Gun-Howitzer 16† N P
OBL 6-in. Howitzer 17† N P
OBL 7.2-in. Howitzer Mk I 18† N P No IF. Acq. NA†
OBL 7.2-in. Howitzer Mk VI RFNM RFNM 19† P No IF.
OQF 20mm AA 20 n/a
OQF 40mm AA LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 21† C†<sup>1</sup> N P
OQF 3-in. 20-cwt AA 22† E P
OQF 3.7-in. AA 23† E N P
OML 2-in. Mortar IR s7 4PP IR s7 4PP 14 A N
M19 60mm Mortar IR WP6 4PP IR WP6 4PP 15 A R
OML 3-in. Mortar QSU IR WP7 s8 QSU IR WP7 s8 16 A
OSB 4.2-in. Mortar WP7 s8 WP7 s8 17† N Towed
OQF 17-Pounder D6 HE8 D6 HE8 18 N
OQF 25-Pounder LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 19† N
OQF 40mm AA LF [40†, 2 ROF] LF [40†, 2 ROF] 20 B† N
M2 60mm Mortar IR WP7 5PP OBA† IR WP7 5PP OBA† 23† A K M O P Y
M1(L) 81mm Mortar QSU IR WP8 QSU IR WP8 24† A K M O P R
M20(L) 75mm Recoilless Rifle WP7 5PP H† WP7 5PP H† 25† K M O P R crewed†
Name Capabilities (effective) # Notes Comments
---------------------------- --------------------------- --------------------------- --- -------------------- ------------------------------------
OML 2-in. Mortar IR[2+]† s7 IR† s7 1 A† N P
OML 2-in. Airborne Mortar IR s7 IR s7 1 n/a
OML 3-in. Mortar IR[2+]†[1] WP7 s8[1+]† IR†[1] WP7 s8† 2† A†<sup>1</sup> D N P QSU | Animal-Packed
OSB 4.2-in. Mortar WP7 s8 WP7 s8 3† N P Towed
OQF 25mm Hotchkiss 4† B N QSU | En Portee NA
OQF 2-Pounder LF [NT, 40†[1], 2 ROF, B11] LF [NT, 40†[1], 2 ROF, B11] 5† B C†<sup>1</sup> N P En Portee NA
OQF 6-Pounder 7-cwt D6[J4E]7[5]† HE7[F3]8[4+]† HE8† 6† B N P QSU | CA restrictions | En Portee NA
OQF 17/25-Pounder 7 N
OQF 17-Pounder D5[S4]6[5]† HE8[J4+]† 8† n/a
OQF M1A1 75mm Pack Howitzer H6 WP7 H6 WP7 9† D P QSU | Animal-Packed
Canon de 75 mle 1897 s8 s8 10† B N QSU | En Portee NA
OQF 18-Pounder WP7 s8 WP7 s8 11† N P QSU
OQF 25-Pounder Short s8 s8 12 D P QSU | Animal-Packed
OQF 25-Pounder Gun-Howitzer LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 13† N P
OQF 3.7-in. Howitzer H6[3+P]† WP7 s8 WP7 s8 14† D N P QSU | Animal-Packed
OQF 4.5-in. Howitzer WP7 s8 WP7 s8 15† N P
OBL 4.5-in. Gun 16† N
OBL 5.5-in. Gun-Howitzer 16† N P
OBL 6-in. Howitzer 17† N P
OBL 7.2-in. Howitzer Mk I 18† N P No IF | Acquisition NA
OBL 7.2-in. Howitzer Mk VI 19† P RFNM | No IF
OQF 20mm AA 20 n/a
OQF 40mm AA LF [40†[1], 2 ROF] LF [40†[1], 2 ROF] 21† C†<sup>1</sup> N P
OQF 3-in. 20-cwt AA 22† E P
OQF 3.7-in. AA 23† E N P
OML 2-in. Mortar IR s7 IR s7 14 A N Animal-Packed
M19 60mm Mortar IR WP6 IR WP6 15 A R Animal-Packed
OML 3-in. Mortar IR WP7 s8 IR WP7 s8 16 A QSU | Animal-Packed
OSB 4.2-in. Mortar WP7 s8 WP7 s8 17† N Towed
OQF 17-Pounder D6 HE8 D6 HE8 18 N
OQF 25-Pounder LF [NT, 0 ROF] s8 LF [NT, 0 ROF] s8 19† N
OQF 40mm AA LF [40†, 2 ROF] LF [40†, 2 ROF] 20 B† N
M2 60mm Mortar IR WP7 IR WP7 23† A K M O P Y Animal-Packed
M1(L) 81mm Mortar IR WP8 IR WP8 24† A K M O P R QSU | Animal-Packed
M20(L) 75mm Recoilless Rifle H† WP7 H† WP7 25† K M O P R &#8734; H | Crewed

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save