blob: 0cadec2a66d73432c67d2103fadec7b3f68eb548 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001QuerySpell()
2FUNKTION:
3 mapping QuerySpell(string spell)
4
5DEFINIERT IN:
6 /std/spellbook.c
7
8ARGUMENTE:
9 string spell Name des Spells
10
11BESCHREIBUNG:
12 Gibt das Spellmapping aus P_SB_SPELLS fuer diesen Spell zurueck.
13
14 Hier enthaelt QuerySpell nur die Spellbook-Informationen.
15
16SIEHE AUCH:
17 Spellbook Lernen: Learn, SpellSuccess, Erfolg, Misserfolg
18 * Verwalten: AddSpell
19 * Angriff: TryAttackSpell, TryDefaultAttackSpell,
20 TryGlobalAttackSpell
21 * Properties: P_GLOBAL_SKILLPROPS, P_SB_SPELLS
22 Skills Lernen: LearnSkill, ModifySkill, LimitAbility
23 * Nutzung: UseSpell, UseSkill
24 * sonstig: spruchermuedung, skill_info_liste
25
265. Okt 2011 Gloinson