Exemplo n.º 1
0
Arquivo: olsar.c Projeto: ehershey/pd
void create() {
::create();
set_name("olsar");
set_short("Olsar, the Blood Warrior Commander");
set_long("Olsar is a large gnoll and is quite well known among his people.  Olsar has conducted several highly successful raids against nearby villages.");
set("aggressive", 30);
set_swarm("");
set_id(({"gnoll", "commander", "warrior", "olsar", "blood warrior commander", "blood warrior", "merkkirri"}));
Exemplo n.º 2
0
void create() {
::create();
set_name("neslem");
set_short("Neslem, the Blood Warrior Commander");
set_long("Neslem is getting rather old and his days as a commander are numbered.  He does however still have his uses to the Blood Warriors.");
set("aggressive", 30);
set_swarm("");
set_id(({"gnoll", "commander", "warrior", "neslem", "blood warrior commander", "blood warrior", "merkkirri"}));
Exemplo n.º 3
0
void create() {
::create();
set_name("Captain");
set_short("A Captain of Malcolm's army, plotting the next move.");
set_long("The captain of his brigade, he controls how his set of troops act in
combat.");
set("aggressive",20);
set_class("fighter");
set_swarm("soldier");
set_level(57);
set_id(({"soldier","captain"}));