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