Automatisch erzeugte Manpages.
Damit nicht jeder sphinx auf dem Rechner haben muss,
behalten wir bis auf weiteres die aus den .rst
erzeugten Manpoages auch im Repo.
Change-Id: Id556c0d11cf5f79659d8350952ce1c014d81ea44
diff --git a/doc/lfun/spellbook/SpellSuccess b/doc/lfun/spellbook/SpellSuccess
index ec44884..564c948 100644
--- a/doc/lfun/spellbook/SpellSuccess
+++ b/doc/lfun/spellbook/SpellSuccess
@@ -1,31 +1,52 @@
+
SpellSuccess()
-FUNKTION:
- int SpellSuccess(object caster, mapping sinfo)
+**************
-DEFINIERT IN:
- /std/spellbook.c
-ARGUMENTE:
- object caster Spell sprechender Spieler
- mapping sinfo Spell-Info-Mapping mit allen Informationen
+FUNKTION
+========
-BESCHREIBUNG:
- Berechnet den Erfolg der Anwendung eines Spells aus seiner
- SI_SKILLABILITY und dem Skill SK_CASTING im Spieler. Laesst
- den Spieler bei besonders gutem Gelingen SK_CASTING lernen.
+ int SpellSuccess(object caster, mapping sinfo)
-BEMERKUNGEN:
- SK_CASTING muss fuer die SK_CASTING-Boni beherrscht werden.
- Das ist zB im Klerus ab bestimmtem Level der Fall.
-SIEHE AUCH:
- Spellbook Lernen: Learn, Erfolg, Misserfolg
- * Verwalten: AddSpell, QuerySpell
- * Angriff: TryAttackSpell, TryDefaultAttackSpell,
- TryGlobalAttackSpell
- * Properties: P_GLOBAL_SKILLPROPS, P_SB_SPELLS
- Skills Lernen: LearnSkill, ModifySkill, LimitAbility
- * Nutzung: UseSpell, UseSkill
- * sonstig: spruchermuedung, skill_info_liste
+DEFINIERT IN
+============
-5. Okt 2011 Gloinson
\ No newline at end of file
+ /std/spellbook.c
+
+
+ARGUMENTE
+=========
+
+ object caster Spell sprechender Spieler
+ mapping sinfo Spell-Info-Mapping mit allen Informationen
+
+
+BESCHREIBUNG
+============
+
+ Berechnet den Erfolg der Anwendung eines Spells aus seiner
+ SI_SKILLABILITY und dem Skill SK_CASTING im Spieler. Laesst
+ den Spieler bei besonders gutem Gelingen SK_CASTING lernen.
+
+
+BEMERKUNGEN
+===========
+
+ SK_CASTING muss fuer die SK_CASTING-Boni beherrscht werden.
+ Das ist zB im Klerus ab bestimmtem Level der Fall.
+
+
+SIEHE AUCH
+==========
+
+ Spellbook Lernen: Learn, Erfolg, Misserfolg
+ * Verwalten: AddSpell, QuerySpell
+ * Angriff: TryAttackSpell, TryDefaultAttackSpell,
+ TryGlobalAttackSpell
+ * Properties: P_GLOBAL_SKILLPROPS, P_SB_SPELLS
+ Skills Lernen: LearnSkill, ModifySkill, LimitAbility
+ * Nutzung: UseSpell, UseSkill
+ * sonstig: spruchermuedung, skill_info_liste
+
+5. Okt 2011 Gloinson