Crossfire Server, Trunk  R22047
Navar parameters
+ Collaboration diagram for Navar parameters:

Variables

static const char *const navar_archs []
 
static const spawn_point navar_ne_points []
 
static const spawn_zone navar_ne_zones []
 
static const spawn_point navar_nw_points []
 
static const spawn_zone navar_nw_zones []
 
static const spawn_point navar_se_points []
 
static const spawn_zone navar_se_zones []
 
static const spawn_point navar_sw_points []
 
static const spawn_zone navar_sw_zones []
 

Detailed Description

Parameters for the City life plugin for navar.

The city is lumpy with some internal walls and divisions so we need a bunch oa zones.

Variable Documentation

◆ navar_archs

const char* const navar_archs[]
static
Initial value:
= {
"c_man",
"c_woman",
"child",
"elf_man",
"courier",
"fatwoman",
"guard",
"knight",
"dwarf_wiz",
"clown",
"sage",
"woman",
"fighter",
"halfling",
"sailor"
}

Archetypes to spawn in Navar.

Definition at line 356 of file citylife.c.

◆ navar_ne_points

const spawn_point navar_ne_points[]
static
Initial value:
= {
{ 4, 34 },
{ 2, 39 },
{ 2, 45 },
{ 8, 46 },
{ 13, 47 },
{ 21, 42 }
}

Points for map 122_116.

Definition at line 313 of file citylife.c.

◆ navar_ne_zones

const spawn_zone navar_ne_zones[]
static
Initial value:
= {
{ 0, 33, 7, 49 },
{ 10, 38, 19, 44},
{ 11, 45, 19, 49}
}

Zones for map 122_116.

Definition at line 306 of file citylife.c.

◆ navar_nw_points

const spawn_point navar_nw_points[]
static
Initial value:
= {
{ 39, 29 },
{ 41, 31 },
{ 48, 29 },
{ 38, 35 },
{ 43, 39 },
{ 38, 46 },
{ 36, 48 },
{ 45, 47 }
}

Points for map 121_116.

Definition at line 294 of file citylife.c.

◆ navar_nw_zones

const spawn_zone navar_nw_zones[]
static
Initial value:
= {
{ 38, 29, 48, 35 },
{ 36, 38, 49, 44 },
{ 39, 45, 49, 49 },
{ 36, 48, 38, 49 }
}

Zones for map 121_116.

Definition at line 286 of file citylife.c.

◆ navar_se_points

const spawn_point navar_se_points[]
static
Initial value:
= {
{ 3, 0 },
{ 1, 1 },
{ 3, 9 },
{ 5, 16 },
{ 18, 14 },
{ 12, 11 },
{ 14, 4 },
{ 12, 0 }
}

Points for map 122_117.

Definition at line 344 of file citylife.c.

◆ navar_se_zones

const spawn_zone navar_se_zones[]
static
Initial value:
= {
{ 0, 0, 8, 15 },
{ 4, 16, 13, 18},
{ 9, 4, 18, 14},
{ 10, 0, 18, 1}
}

Zones for map 122_117.

Definition at line 336 of file citylife.c.

◆ navar_sw_points

const spawn_point navar_sw_points[]
static
Initial value:
= {
{ 42, 7 },
{ 37, 4 },
{ 46, 11 }
}

Points for map 121_117.

Definition at line 329 of file citylife.c.

◆ navar_sw_zones

const spawn_zone navar_sw_zones[]
static
Initial value:
= {
{ 36, 0, 49, 5 },
{ 39, 6, 49, 15}
}

Zones for map 121_117.

Definition at line 323 of file citylife.c.