Doku-Update: NPC-Chat-Konfiguration
Change-Id: Ifa7da6901955c4e67a5ee01c3a1ed2931d9c204b
diff --git a/doc/lfun/SetAttackChats b/doc/lfun/SetAttackChats
index ac3d108..d796171 100644
--- a/doc/lfun/SetAttackChats
+++ b/doc/lfun/SetAttackChats
@@ -117,7 +117,7 @@
SetChats(), AddSpell()
Props:
- P_CHAT_CHANCE
+ P_ACHAT_CHANCE, P_CHATS, P_CHAT_CHANCE
Sonstiges:
send_room(), process_string()
diff --git a/doc/lfun/SetChats b/doc/lfun/SetChats
index e99314b..a74e69f 100644
--- a/doc/lfun/SetChats
+++ b/doc/lfun/SetChats
@@ -148,7 +148,7 @@
SetAttackChats()
Props:
- P_CHAT_CHANCE
+ P_CHAT_CHANCE, P_ACHATS, P_ACHAT_CHANCE
Sonstiges:
send_room(), process_string()
diff --git a/doc/props/P_ACHATS b/doc/props/P_ACHATS
index c62e357..e37808f 100644
--- a/doc/props/P_ACHATS
+++ b/doc/props/P_ACHATS
@@ -19,3 +19,11 @@
============
Chats, die das Monster im Kampf ausgibt.
+
+
+SIEHE AUCH
+==========
+
+ Methoden: SetChats(), SetAttackChats()
+
+ Properties: P_CHATS, P_CHAT_CHANCE, P_ACHAT_CHANCE
diff --git a/doc/props/P_ACHAT_CHANCE b/doc/props/P_ACHAT_CHANCE
index fc28ac9..40b84c9 100644
--- a/doc/props/P_ACHAT_CHANCE
+++ b/doc/props/P_ACHAT_CHANCE
@@ -19,3 +19,11 @@
============
Wahrscheinlichkeit fuer die Attack-Chat-Ausgabe.
+
+
+SIEHE AUCH
+==========
+
+ Methoden: SetChats(), SetAttackChats()
+
+ Properties: P_CHATS, P_ACHATS, P_CHAT_CHANCE
diff --git a/doc/props/P_CHATS b/doc/props/P_CHATS
index 51e1a5e..4b04b1d 100644
--- a/doc/props/P_CHATS
+++ b/doc/props/P_CHATS
@@ -19,3 +19,11 @@
============
Alist mit Strings, die das Monster zufaellig ausgibt.
+
+
+SIEHE AUCH
+==========
+
+ Methoden: SetChats(), SetAttackChats()
+
+ Properties: P_CHAT_CHANCE, P_ACHATS, P_ACHAT_CHANCE
diff --git a/doc/props/P_CHAT_CHANCE b/doc/props/P_CHAT_CHANCE
index bd032bf..76c26b6 100644
--- a/doc/props/P_CHAT_CHANCE
+++ b/doc/props/P_CHAT_CHANCE
@@ -19,3 +19,11 @@
============
Wahrscheinlichkeit, mit der die Chats ausgegeben werden.
+
+
+SIEHE AUCH
+==========
+
+ Methoden: SetChats(), SetAttackChats()
+
+ Properties: P_CHATS, P_ACHATS, P_ACHAT_CHANCE
diff --git a/doc/sphinx/lfun/SetAttackChats.rst b/doc/sphinx/lfun/SetAttackChats.rst
index 82d795b..4c0fbec 100644
--- a/doc/sphinx/lfun/SetAttackChats.rst
+++ b/doc/sphinx/lfun/SetAttackChats.rst
@@ -98,8 +98,8 @@
Verwandt:
:doc:`SetChats`, :doc:`AddSpell`
Props:
- :doc:`../props/P_CHAT_CHANCE`
+ :doc:`../props/P_ACHAT_CHANCE`, :doc:`../props/P_CHATS`, :doc:`../props/P_CHAT_CHANCE`
Sonstiges:
:doc:`../sefun/send_room`, :doc:`../sefun/process_string`
-03. April 2017 Gloinson
\ No newline at end of file
+03. April 2017 Gloinson
diff --git a/doc/sphinx/lfun/SetChats.rst b/doc/sphinx/lfun/SetChats.rst
index ca750fb..fd99a3d 100644
--- a/doc/sphinx/lfun/SetChats.rst
+++ b/doc/sphinx/lfun/SetChats.rst
@@ -134,8 +134,8 @@
Verwandt:
:doc:`SetAttackChats`
Props:
- :doc:`../props/P_CHAT_CHANCE`
+ :doc:`../props/P_CHAT_CHANCE`, :doc:`../props/P_ACHATS`, :doc:`../props/P_ACHAT_CHANCE`
Sonstiges:
:doc:`../sefun/send_room`, :doc:`../sefun/process_string`
-03. April 2017 Gloinson
\ No newline at end of file
+03. April 2017 Gloinson
diff --git a/doc/sphinx/props/P_ACHATS.rst b/doc/sphinx/props/P_ACHATS.rst
index cca00ee..1a1cea1 100644
--- a/doc/sphinx/props/P_ACHATS.rst
+++ b/doc/sphinx/props/P_ACHATS.rst
@@ -19,3 +19,10 @@
Chats, die das Monster im Kampf ausgibt.
+SIEHE AUCH
+----------
+
+ Methoden: :doc:`../lfun/SetChats`, :doc:`../lfun/SetAttackChats`
+
+ Properties: :doc:`P_CHATS`, :doc:`P_CHAT_CHANCE`, :doc:`P_ACHAT_CHANCE`
+
diff --git a/doc/sphinx/props/P_ACHAT_CHANCE.rst b/doc/sphinx/props/P_ACHAT_CHANCE.rst
index 68054e6..f329a11 100644
--- a/doc/sphinx/props/P_ACHAT_CHANCE.rst
+++ b/doc/sphinx/props/P_ACHAT_CHANCE.rst
@@ -19,3 +19,10 @@
Wahrscheinlichkeit fuer die Attack-Chat-Ausgabe.
+SIEHE AUCH
+----------
+
+ Methoden: :doc:`../lfun/SetChats`, :doc:`../lfun/SetAttackChats`
+
+ Properties: :doc:`P_CHATS`, :doc:`P_ACHATS`, :doc:`P_CHAT_CHANCE`
+
diff --git a/doc/sphinx/props/P_CHATS.rst b/doc/sphinx/props/P_CHATS.rst
index 4eb9f29..c906906 100644
--- a/doc/sphinx/props/P_CHATS.rst
+++ b/doc/sphinx/props/P_CHATS.rst
@@ -19,3 +19,10 @@
Alist mit Strings, die das Monster zufaellig ausgibt.
+SIEHE AUCH
+----------
+
+ Methoden: :doc:`../lfun/SetChats`, :doc:`../lfun/SetAttackChats`
+
+ Properties: :doc:`P_CHAT_CHANCE`, :doc:`P_ACHATS`, :doc:`P_ACHAT_CHANCE`
+
diff --git a/doc/sphinx/props/P_CHAT_CHANCE.rst b/doc/sphinx/props/P_CHAT_CHANCE.rst
index 237abc5..eaeeb1b 100644
--- a/doc/sphinx/props/P_CHAT_CHANCE.rst
+++ b/doc/sphinx/props/P_CHAT_CHANCE.rst
@@ -19,3 +19,10 @@
Wahrscheinlichkeit, mit der die Chats ausgegeben werden.
+SIEHE AUCH
+----------
+
+ Methoden: :doc:`../lfun/SetChats`, :doc:`../lfun/SetAttackChats`
+
+ Properties: :doc:`P_CHATS`, :doc:`P_ACHATS`, :doc:`P_ACHAT_CHANCE`
+