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

Variables

static const char *const wolfsburg_archs []
 
static const spawn_point wolfsburg_points []
 
static const spawn_zone wolfsburg_zones []
 

Detailed Description

Parameters for the City life plugin for Wolfsburg.

The city is a big rectangle, so one zone ought to do it.

Variable Documentation

◆ wolfsburg_archs

const char* const wolfsburg_archs[]
static
Initial value:
= {
"c_man",
"c_woman",
"fatman",
"fatwoman",
"man",
"sailor",
"woman3",
"merchant"
}

Archetypes to spawn in wolfsburg.

Definition at line 477 of file citylife.c.

◆ wolfsburg_points

const spawn_point wolfsburg_points[]
static
Initial value:
= {
{ 15, 1 },
{ 19, 7 },
{ 22, 10 },
{ 29, 7 },
{ 42, 2 },
{ 35, 1 },
{ 43, 8 },
{ 33, 11 }
}

Points for map 128_109.

Definition at line 464 of file citylife.c.

◆ wolfsburg_zones

const spawn_zone wolfsburg_zones[]
static
Initial value:
= {
{ 13, 1, 45, 17 }
}

Zones for map 128_109.

Definition at line 459 of file citylife.c.