blob: 963d30c0459363b4997d7439c88fd9ac29b3b328 [file] [log] [blame]
Zesstra953f9972017-02-18 15:37:36 +01001
2QuerySpell()
3************
4
5
6FUNKTION
7========
8
9 mapping QuerySpell(string spell)
10
11
12DEFINIERT IN
13============
14
15 /std/spellbook.c
16
17
18ARGUMENTE
19=========
20
21 string spell Name des Spells
22
23
24BESCHREIBUNG
25============
26
27 Gibt das Spellmapping aus P_SB_SPELLS fuer diesen Spell zurueck.
28
29
30
31 Hier enthaelt QuerySpell nur die Spellbook-Informationen.
32
33
34SIEHE AUCH
35==========
36
37 Spellbook Lernen: Learn, SpellSuccess, Erfolg, Misserfolg
38 * Verwalten: AddSpell
39 * Angriff: TryAttackSpell, TryDefaultAttackSpell,
40 TryGlobalAttackSpell
41 * Properties: P_GLOBAL_SKILLPROPS, P_SB_SPELLS
42 Skills Lernen: LearnSkill, ModifySkill, LimitAbility
43 * Nutzung: UseSpell, UseSkill
44 * sonstig: spruchermuedung, skill_info_liste
45
465. Okt 2011 Gloinson