Fixed Plentiful Ammo in the KMC national capabilities.

master
Pacman Ghost 4 years ago
parent 698d991363
commit 65f52c5180
  1. 2
      vasl_templates/webapp/data/default-template-pack/national-capabilities.json
  2. 1
      vasl_templates/webapp/tests/fixtures/nat-caps/kfw/kfw-rok/1950.txt
  3. 6
      vasl_templates/webapp/tests/test_national_capabilities.py

@ -193,7 +193,7 @@
"kfw-rok": {
"th_color": "{! -08/1950 = Red | 09/1950-04/1951 = Red (ROK) ; Black (KMC) | 05/1951- = Black | ??? !}",
"oba": [ "{! 06/1950- = 10B | ??? !}", "3R",
"{! 09/1950- = Plentiful Ammo included !}",
"{? 09/1950- | Plentiful Ammo included | Plentiful Ammo included (KMC) | Plentiful Ammo included (ROK: 9/50+) ?}",
"{! 06/1950-08/1950 = ROK: 6B/3R !}"
],
"oba_access": "≤ 1 (ROK) ; 2 (KMC)",

@ -4,6 +4,7 @@ SMOKE grenades
HoB: +3/+4 DRM
Red TH#
OBA: ??? 3R (access: ≤ 1 (ROK) ; 2 (KMC))
- Plentiful Ammo included (KMC)
* Republic of Korea (ROK):
* Early KW ROK rules

@ -307,9 +307,11 @@ def test_time_based_national_capabilities( webapp, webdriver ):
] )
# test the South Korean national Capabilities
check_oba( "kfw-rok", "Korea", 5, 1950, "???", "3R" )
check_oba( "kfw-rok", "Korea", 5, 1950, "???", "3R",
comments = [ "Plentiful Ammo included (KMC)" ]
)
check_oba( "kfw-rok", "Korea", 6, 1950, "10B", "3R",
comments = [ "ROK: 6B/3R" ]
comments = [ "Plentiful Ammo included (KMC)", "ROK: 6B/3R" ]
)
check_oba( "kfw-rok", "Korea", 10, 1950, "10B", "3R", plentiful=True )
check_th_color( "kfw-rok", "Korea", 8, 1950, "Red TH#" )

Loading…
Cancel
Save