blob: e785f2c2a30ea3b0c13a35c883cdb8b752cc2c96 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001********************* UNGENUTZTE PROPERTY *****************************
2* Diese Property wird von der Mudlib NICHT ausgewertet und kann *
3* als veraltet gelten. *
4* Momentan ist auch keine Gilde bekannt, die mehr macht, als sie *
5* auszugeben. *
6***********************************************************************
7NAME:
8 P_BALANCED_WEAPON "balanced_weapon"
9
10DEFINIERT IN:
11 /sys/weapon.h
12
13BESCHREIBUNG:
14 Die Property gibt an, ob eine Waffe ausbalanciert ist oder nicht.
15 Die beiden moeglichen Werte sind logischerweise:
16
17 WP_BALANCED balanciert
18 WP_UNBALANCED unbalanciert
19
20 Die WP_* sind ebenfalls in <weapon.h> definiert.
21
22BEISPIELE:
23 a) Eine ausbalancierte Waffe ist z.B. ein Kampfstab.
24
25 SetProp(P_BALANCED_WEAPON,WP_BALANCED);
26
27 b) Eine nicht ausbalancierte Waffe ist z.B. eine Keule.
28
29 SetProp(P_BALANCED_WEAPON,WP_UNBALANCED);
30
31SIEHE AUCH:
32 P_TECHNIQUE, /std/weapon/combat.c
33
34LETZTE AeNDERUNG:
3515.02.2009, Zesstra