Mudlib base
Documentation for the blows-base functions for the mudlib in /std/adversary/blows/base.c.
Functions
-
int query_natural_armour()
int query_natural_armour() Returns the natural armour automatically reduces the amount of damage taken.
-
void set_natural_armour(int na)
void set_natural_armour(int na) Natural armour automatically reduces the amount of damage taken.
-
string *query_resistances()
string *query_resistances() A string array of damage type this adversary is reistant to.
-
string *query_vulnerabilities()
string *query_vulnerabilities() A string array of damage type this adversary is vulnerable to.
-
void add_resistance(string r)
void add_resistance(string r) Add a resistance damage type for this adversary.
File generated by Lima 1.1a4 reStructured Text daemon.