aoh/src/
aoh/votes/
#define A_NONE		0
#define A_DURALUMIN	1 // aluminium, copper
#define A_ROSE_METAL	2 // bismuth, lead, tin
// A_BRASS		  // Zinc Copper
// A_BRONZE		  // Tin, Aluminium, Copper
#define A_GALFENOL	3 // Iron, Gallium
#define A_GALINSTAN     4 // Indium, Tin, Gallium
#define A_ELECTRUM	5 // Gold, silver, copper
#define A_ROSE_GOLD	6 // copper gold
#define A_WHITE_GOLD    7 // nickel, gold, palladium
#define A_FIELDS_METAL  8 // indium, bismuth, tin
// A_STEEL		  // iron, carbon
#define A_KOVAR		9 // nickel, cobalt, iron
#define A_SOLDER	10 // Lead, Tin
#define A_MAGNOX	11 // aluminium magnesium
#define A_SILVER_AMALGAM 12 // mercury silver
#define A_GOLD_AMALGAM   13 // mercury gold
#define A_ALNICO 	14 // aluminium, cobalt, nickel
#define A_PLATINUM_STERLING 15 // silver platinum
#define A_STERLING_SILVER 16 // copper silver
#define A_PEWTER	17 // lead tin copper
// A_BRONZE   		// tin copper
#define A_STABALLOY	18 // uranium, titanium
// A_BRASS		// Zinc Copper
#define A_ZIRCALOY	19 // Zirconium, Tin



#define M_NONE   	0
#define M_COPPER 	1
#define M_GOLD		2
#define M_IVORY		3
#define M_STEEL		4
#define M_MITHRIL	5
#define M_WOOD		6
#define M_ORGANIC	7
#define M_DIAMOND	8
#define M_PLATINUM	9
#define M_ADAMANTITE	10
#define M_BRASS		11
#define M_BRONZE	12
#define M_TIN		13
#define M_EBONY		14
#define M_RUBY		15
#define M_LIMESTONE	16
#define M_TOPAZ		17
#define M_AMETHYST	18
#define M_JADE		19
#define M_ONYX		20
#define M_EMERALD	21
#define M_PEARL		22
#define M_OPAL		23
#define M_SAPPHIRE	24
#define M_LEATHER	25
#define M_IRON		26
#define M_QUARTZ	27
#define M_MARBLE	28
#define M_SILVER	29
#define M_WOOL		30
#define M_CLOTH		31
#define M_ALUMINIUM	32
#define M_BISMUTH	33
#define M_COBALT	34
#define M_GALLIUM	35
#define M_INDIUM	36
#define M_LEAD		37
#define M_MAGNESIUM	38
#define M_MERCURY	39
#define M_NICKEL	40
#define M_POTASSIUM	41
#define M_URANIUM	42
#define M_TITANIUM	43
#define M_ZINC		44
#define M_ZIRCONIUM	45
#define M_CARBON	46
#define M_PALLADIUM	47

#define C_NONE          0
#define C_COPPER        (A)
#define C_GOLD          (B)
#define C_IVORY         (C)
#define C_STEEL         (D)
#define C_MITHRIL       (E)
#define C_WOOD          (F)
#define C_ORGANIC       (G)
#define C_DIAMOND       (H)
#define C_PLATINUM      (I)
#define C_ADAMANTITE    (J)
#define C_BRASS         (K)
#define C_BRONZE        (L)
#define C_TIN           (M)
#define C_EBONY         (N)
#define C_RUBY          (O)
#define C_LIMESTONE     (P)
#define C_TOPAZ         (Q)
#define C_AMETHYST      (R)
#define C_JADE          (S)
#define C_ONYX          (T)
#define C_EMERALD       (U)
#define C_PEARL         (V)
#define C_OPAL          (W)
#define C_SAPPHIRE      (X)
#define C_LEATHER       (Y)
#define C_IRON          (Z)
#define C_QUARTZ        (aa)
#define C_MARBLE        (bb)
#define C_SILVER        (cc)
#define C_WOOL          (ddd)
#define C_CLOTH         (ee)

#define LB_METAL  5
#define LB_OTHER  2
#define LB_GEM    1

#define T_NONE  	 	50
#define T_COPPER 		20
#define T_GOLD		10
#define T_IVORY		30
#define T_STEEL		60	
#define T_MITHRIL		70
#define T_WOOD		25
#define T_ORGANIC		10
#define T_DIAMOND		90
#define T_PLATINUM	35
#define T_ADAMANTITE	90
#define T_BRASS		60
#define T_BRONZE		40
#define T_TIN		25
#define T_EBONY		35
#define T_RUBY		50
#define T_LIMESTONE	30
#define T_TOPAZ		40
#define T_AMETHYST	40
#define T_JADE		40
#define T_ONYX		40
#define T_EMERALD		40
#define T_PEARL		40
#define T_OPAL		40
#define T_SAPPHIRE	40
#define T_LEATHER		35
#define T_IRON		55
#define T_QUARTZ		40
#define T_MARBLE		50
#define T_SILVER		30
#define T_WOOL		20
#define T_CLOTH		5
#define T_ALUMINIUM	1
#define T_BISMUTH	2
#define T_COBALT	3
#define T_GALLIUM	4
#define T_INDIUM	5
#define T_LEAD		6
#define T_MAGNESIUM	7
#define T_MERCURY	8
#define T_NICKEL	9
#define T_POTASSIUM	10
#define T_URANIUM	11
#define T_TITANIUM	12
#define T_ZINC		13
#define T_ZIRCONIUM	14
#define T_CARBON	15
#define T_PALLADIUM	16
#define T_DURALUMIN	1 // aluminium, copper
#define T_ROSE_METAL	2 // bismuth, lead, tin
// A_BRASS		  // Zinc Copper
// A_BRONZE		  // Tin, Aluminium, Copper
#define T_GALFENOL	3 // Iron, Gallium
#define T_GALINSTAN     4 // Indium, Tin, Gallium
#define T_ELECTRUM	5 // Gold, silver, copper
#define T_ROSE_GOLD	6 // copper gold
#define T_WHITE_GOLD    7 // nickel, gold, palladium
#define T_FIELDS_METAL  8 // indium, bismuth, tin
// A_STEEL		  // iron, carbon
#define T_KOVAR		9 // nickel, cobalt, iron
#define T_SOLDER	10 // Lead, Tin
#define T_MAGNOX	11 // aluminium magnesium
#define T_SILVER_AMALGAM 12 // mercury silver
#define T_GOLD_AMALGAM   13 // mercury gold
#define T_ALNICO 	14 // aluminium, cobalt, nickel
#define T_PLATINUM_STERLING 15 // silver platinum
#define T_STERLING_SILVER 16 // copper silver
#define T_PEWTER	17 // lead tin copper
// A_BRONZE   		// tin copper
#define T_STABALLOY	18 // uranium, titanium
// A_BRASS		// Zinc Copper
#define T_ZIRCALOY	19 // Zirconium, Tin



#define SPHERE_PYROMANCER	1
#define SPHERE_HYDROMANCER	2
#define SPHERE_ABJURER		4
#define SPHERE_TRANSMUTER	8
#define SPHERE_CONJURER		16
#define SPHERE_ENCHANTMENT	32
#define SPHERE_DIVINER		64
#define SPHERE_ILLUSIONIST	128
#define SPHERE_INVOKER		256
#define SPHERE_NECROMANCER	512
#define SPHERE_GEOMANCER	1024
#define SPHERE_AEROMANCER	2048
#define SPHERE_SYLVAMANCER	4096
#define SPHERE_WOKANIST		8192
#define SPHERE_ANIMAL		16384
#define SPHERE_HEALING		32768
#define SPHERE_ENHANCEMENT	65536
#define SPHERE_PROTECTION	131072
#define SPHERE_SUN		262144
#define SPHERE_MOON		524288
#define SPHERE_CHAOS		1048576
#define SPHERE_COMBAT1		2097152
#define SPHERE_COMBAT2		4194304
#define SPHERE_COMBAT3		8388608
#define SPHERE_COMBAT4		16777216
#define SPHERE_ANIMAL2		33554432
#define SPHERE_HOLY		67108864
#define SPHERE_SHADOW		134217728

// #define bb                      134217728
// #define cc                      268435456
// #define ddd                     536870912
// #define ee                      1073741824

#define ELEMENTAL_FIRE		1
#define ELEMENTAL_WATER		2
#define ELEMENTAL_AIR		4
#define ELEMENTAL_EARTH		8
#define ELEMENTAL_FORMS		16
#define ELEMENTAL_POWERS	32
#define ELEMENTAL_ENFOLD	64
#define ELEMENTAL_ENFLAME       128

#define FIRE_FORM		1
#define EARTH_FORM		2
#define WATER_FORM		4
#define AIR_FORM		8

#define POWER_TICK              1


#define UNI_GEN         0   /* vampgen */
#define UNI_AFF         1   /* vampaff */
#define UNI_CURRENT     2   /* vamppass */
#define UNI_RAGE        3   /* ch->wolf = how big rage they are in */
#define UNI_FORM0       4   /* wolfform[0] */
#define UNI_FORM1       5   /* wolfform[1] */
#define WOLF_POLYAFF    6

#define VAM_FANGS	1
#define VAM_CLAWS	2
#define VAM_FLYING	4
#define VAM_CHANGED	8
#define VAM_SONIC	16
#define VAM_NIGHTSIGHT	32
#define VAM_DISGUISED   64
#define VAM_HORNS	128
#define VAM_WINGS	256
#define VAM_EXOSKELETON 512
#define VAM_TAIL	1024
#define VAM_HEAD	2048

#define VAMP_CLONE	1


#define WRAITH_DIMEDODGE 1
#define WRAITH_POWERS	 2

#define DRACONIAN_SPIKES 1



#define FIGHTSTYLE_NONE		-1
#define FIGHTSTYLE_AIKIDO 	1
#define FIGHTSTYLE_JIUJITSU	2
#define FIGHTSTYLE_KENDO	3