blob: 2a3322e8c48e6e89ab34b5d5ecdcf263b150b1eb [file] [log] [blame]
Zesstra953f9972017-02-18 15:37:36 +01001
2P_RESISTANCE_MODIFIER
3*********************
4
5
6NAME
7====
8
9 P_RESISTANCE_MODIFIER "rstr:mod"
10
11
12DEFINIERT IN
13============
14
15 /sys/living/combat.h
16
17
18BESCHREIBUNG
19============
20
21 Hier werden die Resistenzmodifikatoren in einem Mapping abgespeichert.
22
23 Format:
24
25 (["me":<Aufaddition aller Resistenz/Empfindlichkeitsmodifikationen>;0,
26 "<Objektname>#<Schluessel>":<Resistenzmapping>;<Objekreferenz>,
27 ...])
28
29
30BEMERKUNGEN
31===========
32
33 Nur ueber AddResistanceModifier(), RemoveResistanceModifier() aendern!
34
35
36SIEHE AUCH
37==========
38
39 Modifikatoren: AddResistanceModifier, RemoveResistanceModifier()
40 simple Resistenz: P_RESISTANCE, P_VULNERABILITY
41 Hauptmapping: P_RESISTANCE_STRENGTHS
42 Berechnung: CheckResistance(), UpdateResistanceStrengths()
43 anderes: balance, /std/armour/combat.c, /std/living/combat.c
44
4529.Apr 2002, Gloinson@MG