Mudlib *base* ************** Documentation for the blows-base functions for the mudlib in */std/adversary/blows/base.c*. Functions ========= .. c:function:: int query_natural_armour() int query_natural_armour() Returns the natural armour automatically reduces the amount of damage taken. .. c:function:: void set_natural_armour(int na) void set_natural_armour(int na) Natural armour automatically reduces the amount of damage taken. .. c:function:: string *query_resistances() string *query_resistances() A string array of damage type this adversary is reistant to. .. c:function:: string *query_vulnerabilities() string *query_vulnerabilities() A string array of damage type this adversary is vulnerable to. .. c:function:: 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.*