Crossfire Server, Branches 1.12  R18729
Weapon types

Macros

#define WEAP_BLUD   8
 
#define WEAP_CLEAVE   3
 
#define WEAP_CRUSH   7
 
#define WEAP_HIT   0
 
#define WEAP_PIERCE   2
 
#define WEAP_SLASH   1
 
#define WEAP_SLICE   4
 
#define WEAP_STAB   5
 
#define WEAP_WHIP   6
 

Detailed Description

Macro Definition Documentation

#define WEAP_BLUD   8

bludgeoning, club, stick

Definition at line 373 of file define.h.

Referenced by attack_message().

#define WEAP_CLEAVE   3

axe

Definition at line 368 of file define.h.

Referenced by attack_message().

#define WEAP_CRUSH   7

big hammers, flails

Definition at line 372 of file define.h.

Referenced by attack_message().

#define WEAP_HIT   0

the basic

Definition at line 365 of file define.h.

Referenced by attack_message().

#define WEAP_PIERCE   2

arrows, stiletto

Definition at line 367 of file define.h.

Referenced by attack_message().

#define WEAP_SLASH   1

slash

Definition at line 366 of file define.h.

Referenced by attack_message().

#define WEAP_SLICE   4

katana

Definition at line 369 of file define.h.

Referenced by attack_message().

#define WEAP_STAB   5

knife, dagger

Definition at line 370 of file define.h.

Referenced by attack_message().

#define WEAP_WHIP   6

whips n chains

Definition at line 371 of file define.h.

Referenced by attack_message().