Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame^] | 1 | |
| 2 | P_HP |
| 3 | **** |
| 4 | |
| 5 | |
| 6 | NAME |
| 7 | ==== |
| 8 | |
| 9 | P_HP "hp" |
| 10 | |
| 11 | |
| 12 | DEFINIERT IN |
| 13 | ============ |
| 14 | |
| 15 | /sys/living/life.h |
| 16 | |
| 17 | |
| 18 | BESCHREIBUNG |
| 19 | ============ |
| 20 | |
| 21 | - Lebewesen |
| 22 | Anzahl der Lebenspunkte des Wesens. |
| 23 | |
| 24 | - Speisen/Kneipen |
| 25 | Heilwirkung einer Portion der Speise auf die Lebenspunkte |
| 26 | des Konsumenten |
| 27 | |
| 28 | |
| 29 | SIEHE AUCH |
| 30 | ========== |
| 31 | |
| 32 | Props: P_MAX_HP |
| 33 | Veraenderung: reduce_hit_points(), restore_hit_points() |
| 34 | do_damage(L), Defend(L) |
| 35 | buffer_hp() |
| 36 | Ueberwachung: AddHpHook(L) |
| 37 | Speisen/Kneipen: std/pub, wiz/food, consume |
| 38 | |
| 39 | Last modified: Thu Oct 28 12:15:00 2010 by Caldra |