Update diverser Manpages und Beispiele
Change-Id: I07094305b7697550dac8667a26e150ca23560e41
diff --git a/doc/sphinx/props/P_MAGIC_RESISTANCE_OFFSET.rst b/doc/sphinx/props/P_MAGIC_RESISTANCE_OFFSET.rst
index a1be37e..d87ec69 100644
--- a/doc/sphinx/props/P_MAGIC_RESISTANCE_OFFSET.rst
+++ b/doc/sphinx/props/P_MAGIC_RESISTANCE_OFFSET.rst
@@ -36,7 +36,7 @@
// Goblins
SetProp(P_MAGIC_RESISTANCE_OFFSET,
([MT_ANGRIFF:600, // 6% Resistenz gegen Angriff
- MT_ILLUSION:500, // 6% Resistenz gegen Illusionen
+ MT_ILLUSION:500, // 5% Resistenz gegen Illusionen
MT_VERWANDLUNG:-300, // 3% Empfindlichkeit
MT_HELLSICHT:-750, // 7.5% Empfindlichkeit
MT_BEHERRSCHUNG:250])); // 2.5% Resistenz
diff --git a/doc/sphinx/props/P_MAX_HP.rst b/doc/sphinx/props/P_MAX_HP.rst
index 3e23b46..ce7049f 100644
--- a/doc/sphinx/props/P_MAX_HP.rst
+++ b/doc/sphinx/props/P_MAX_HP.rst
@@ -19,6 +19,13 @@
Maximale Anzahl der Lebenspunkte.
+HINWEIS
+-------
+::
+
+ Beim Setzen der Property wird gleichzeitig P_HP auf denselben Wert
+ gesetzt.
+
SIEHE AUCH
----------
::
diff --git a/doc/sphinx/props/P_MAX_SP.rst b/doc/sphinx/props/P_MAX_SP.rst
index 2269cd2..57ef762 100644
--- a/doc/sphinx/props/P_MAX_SP.rst
+++ b/doc/sphinx/props/P_MAX_SP.rst
@@ -19,6 +19,13 @@
Maximale Anzahl der Magiepunkte.
+HINWEIS
+-------
+::
+
+ Beim Setzen der Property wird gleichzeitig P_SP auf denselben Wert
+ gesetzt.
+
SIEHE AUCH
----------
::