A search engine for MMP's eASLRB.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
asl-rulebook2/asl_rulebook2/webapp/config/search-synonyms.json

58 lines
1.7 KiB

[
"This file defines search synonyms.",
"If a word appears in a query string, it will match any of the words in its set.",
" e.g. searching for 'finn gun' will actually search for '(finn OR finnish) AND gun'",
"These differ from search aliases in that *any* word from a set will trigger the replacement.",
"A user-defined version of this file in the data directory will also be loaded.",
[ "u.s.", "america", "american" ],
[ "usmc", "marine" ],
[ "finn", "finnish" ],
[ "romania", "romanian" ],
[ "hungary", "hungarian" ],
[ "slovakia", "slovakian" ],
[ "croatia", "croatian" ],
[ "bulgaria", "bulgarian" ],
[ "dc", "demo charge", "demolition charge" ],
[ "ft", "flamethrower", "flame-thrower" ],
[ "baz", "bazooka" ],
[ "pf", "panzerfaust" ],
[ "psk", "panzerschreck" ],
[ "wp", "white phosphorus" ],
[ "mol", "molotov cocktail" ],
[ "ovr", "overrun" ],
[ "cc", "close combat" ],
[ "thh", "t-h hero", "tank-hunter hero" ],
[ "scw", "shaped-charge weapon" ],
[ "sw", "support weapon" ],
[ "mg", "machinegun", "machine-gun", "machine gun" ],
[ "firelane", "fire-lane", "fire lane" ],
[ "firegroup", "fire-group", "fire group" ],
[ "lc", "landing craft" ],
[ "dp", "damage points" ],
[ "ht", "halftrack", "half-track" ],
[ "wa", "wall advantage" ],
[ "hob", "heat of battle" ],
[ "ch", "critical hit" ],
[ "ti", "temporarily immobilized" ],
[ "ammo", "ammunition" ],
[ "malf", "malfunction" ],
[ "resid", "residual", "rfp" ],
[ "voluntary", "voluntarily" ],
[ "hth", "hand-to-hand" ],
[ "cg", "campaign game" ],
[ "pbm", "pbem" ],
[ "rb", "red barricades" ],
[ "votg", "valor of the guards" ],
[ "kgp", "kampfgrupper peiper" ],
[ "kgs", "kampfgrupper scherer" ],
[ "brt", "br:t", "blood reef tarawa" ],
[ "pb", "pegasus bridge" ],
[ "armor", "armour" ],
[ "color", "colour" ]
]