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