Defines | Variables

artilist.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define A(nam, typ, s1, s2, mt, atk, dfn, cry, inv, al, cl, rac, cost)   { typ, nam, s1, s2, mt, atk, dfn, cry, inv, al, cl, rac, cost }
#define NO_ATTK   {0,0,0,0}
#define NO_DFNS   {0,0,0,0}
#define NO_CARY   {0,0,0,0}
#define DFNS(c)   {0,c,0,0}
#define CARY(c)   {0,c,0,0}
#define PHYS(a, b)   {0,AD_PHYS,a,b}
#define DRLI(a, b)   {0,AD_DRLI,a,b}
#define COLD(a, b)   {0,AD_COLD,a,b}
#define FIRE(a, b)   {0,AD_FIRE,a,b}
#define ELEC(a, b)   {0,AD_ELEC,a,b}
#define STUN(a, b)   {0,AD_STUN,a,b}

Variables

STATIC_OVL NEARDATA struct artifact artilist []

Define Documentation

#define A (   nam,
  typ,
  s1,
  s2,
  mt,
  atk,
  dfn,
  cry,
  inv,
  al,
  cl,
  rac,
  cost 
)    { typ, nam, s1, s2, mt, atk, dfn, cry, inv, al, cl, rac, cost }
#define CARY (   c )    {0,c,0,0}
#define COLD (   a,
 
)    {0,AD_COLD,a,b}
#define DFNS (   c )    {0,c,0,0}
#define DRLI (   a,
 
)    {0,AD_DRLI,a,b}
#define ELEC (   a,
 
)    {0,AD_ELEC,a,b}
#define FIRE (   a,
 
)    {0,AD_FIRE,a,b}
#define NO_ATTK   {0,0,0,0}
#define NO_CARY   {0,0,0,0}
#define NO_DFNS   {0,0,0,0}
#define PHYS (   a,
 
)    {0,AD_PHYS,a,b}
#define STUN (   a,
 
)    {0,AD_STUN,a,b}

Variable Documentation

STATIC_OVL NEARDATA struct artifact artilist[]