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

Variables

static const char *const stoneville_archs []
 
static const spawn_point stoneville_points []
 
static const spawn_zone stoneville_zones []
 

Detailed Description

Parameters for the City life plugin for stoneville.

The city does not have a wall or small boundries, but one zone ought to do it.

Variable Documentation

◆ stoneville_archs

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

Archetypes to spawn in stoneville.

Definition at line 437 of file citylife.c.

◆ stoneville_points

const spawn_point stoneville_points[]
static
Initial value:
= {
{ 3, 9 },
{ 8, 15 },
{ 1, 21 },
{ 2, 17 },
{ 12, 9 }
}

Points for map 103_127.

Definition at line 427 of file citylife.c.

◆ stoneville_zones

const spawn_zone stoneville_zones[]
static
Initial value:
= {
{ 0, 8, 14, 23 }
}

Zones for map 103_127.

Definition at line 422 of file citylife.c.