Home
last modified time | relevance | path

Searched refs:N_FRONT (Results 1 – 3 of 3) sorted by relevance

/dports/games/wolfpack/empire-4.4.1/src/lib/global/
H A Dnews.c50 { N_WON_SECT, -4, N_FRONT, { "infantry capture %s territory",
52 { N_SCT_LOSE, -4, N_FRONT, { "infantry beaten back by %s troops",
71 { N_TOOK_UNOCC, 0, N_FRONT, { "takes over unoccupied land",
152 { N_LHIT_MINE, 0, N_FRONT, { "troops run afoul of a landmine",
186 { N_AWON_SECT, -4, N_FRONT, { "navy secures a beachhead on %s territory",
188 { N_PWON_SECT, -4, N_FRONT, { "paratroopers commandeer a sector from %s",
192 { N_ALOSE_SCT, 4, N_FRONT, { "sailors repelled by %s coast-guard",
194 { N_PLOSE_SCT, 4, N_FRONT, { "paratroopers destroyed in failed air-assault on %s",
200 { N_LND_LOSE, -3, N_FRONT, { "is repelled by %s while attempting to board a land unit",
202 { N_BOARD_LAND, -2, N_FRONT, { "mercenaries board one of %s's land units",
H A Dsymbol.c162 {N_FRONT, "The Front Line"},
/dports/games/wolfpack/empire-4.4.1/include/
H A Dnews.h152 #define N_FRONT 2 macro