Zesstra | 1862697 | 2017-01-31 10:38:27 +0100 | [diff] [blame^] | 1 | P_RESISTANCE_MODIFIER |
| 2 | ===================== |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | :: |
| 7 | |
| 8 | P_RESISTANCE_MODIFIER "rstr:mod" |
| 9 | |
| 10 | DEFINIERT IN |
| 11 | ------------ |
| 12 | :: |
| 13 | |
| 14 | /sys/living/combat.h |
| 15 | |
| 16 | BESCHREIBUNG |
| 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 | |
| 28 | BEMERKUNGEN |
| 29 | ----------- |
| 30 | :: |
| 31 | |
| 32 | Nur ueber AddResistanceModifier(), RemoveResistanceModifier() aendern! |
| 33 | |
| 34 | SIEHE 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 | |
| 44 | 29.Apr 2002, Gloinson@MG |
| 45 | |