Crossfire Server, Branches 1.12  R18729
Scorn parameters
+ Collaboration diagram for Scorn parameters:

Variables

static const char *const scorn_archs []
 
static const spawn_point scorn_ne_points []
 
static const spawn_zone scorn_ne_zones []
 
static const spawn_point scorn_nw_points []
 
static const spawn_zone scorn_nw_zones []
 
static const spawn_point scorn_se_points []
 
static const spawn_zone scorn_se_zones []
 
static const spawn_point scorn_sw_points []
 
static const spawn_zone scorn_sw_zones []
 

Detailed Description

Parameters for the City life plugin for Scorn.

The city is pretty rectangular, so quite easy to define large zones to add to.

Variable Documentation

const char* const scorn_archs[]
static
Initial value:
= {
"c_man",
"c_woman",
"child",
"farmer",
"fatman",
"fatwoman",
"guard",
"knight",
"man",
"nun",
"sage",
"woman"
}

Archetypes to spawn in Scorn.

Definition at line 200 of file citylife.c.

const spawn_point scorn_ne_points[]
static
Initial value:
= {
{ 15, 42 },
{ 9, 35 },
{ 15, 29 },
{ 1, 25 },
{ 1, 29 }
}

Points for map 105_115.

Definition at line 166 of file citylife.c.

const spawn_zone scorn_ne_zones[]
static
Initial value:
= {
{ 0, 26, 22, 50 }
}

Zones for map 105_115.

Definition at line 161 of file citylife.c.

const spawn_point scorn_nw_points[]
static
Initial value:
= {
{ 41, 37 },
{ 48, 35 },
{ 49, 40 },
{ 47, 22 },
{ 49, 37 }
}

Points for map 104_115.

Definition at line 152 of file citylife.c.

const spawn_zone scorn_nw_zones[]
static
Initial value:
= {
{ 40, 26, 50, 50 }
}

Zones for map 104_115.

Definition at line 147 of file citylife.c.

const spawn_point scorn_se_points[]
static
Initial value:
= {
{ 2, 8 },
{ 11, 8 },
{ 8, 1 },
{ 5, 8 }
}

Points for map 105_116.

Definition at line 192 of file citylife.c.

const spawn_zone scorn_se_zones[]
static
Initial value:
= {
{ 0, 0, 13, 10 }
}

Zones for map 105_116.

Definition at line 187 of file citylife.c.

const spawn_point scorn_sw_points[]
static
Initial value:
= {
{ 41, 2 },
{ 46, 8 },
{ 42, 8 }
}

Points for map 104_116.

Definition at line 180 of file citylife.c.

const spawn_zone scorn_sw_zones[]
static
Initial value:
= {
{ 41, 0, 50, 10 }
}

Zones for map 104_116.

Definition at line 175 of file citylife.c.