MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | NAME: |
| 2 | P_GLOBAL_SKILLPROPS "sm_global" |
| 3 | |
| 4 | DEFINIERT IN: |
| 5 | /sys/new_skills.h |
| 6 | |
| 7 | BESCHREIBUNG: |
| 8 | Diese Gilden- und Spellbookproperty enthaelt Eigenschaften, die |
| 9 | alle Spells eines Spellbooks bzw. alle Skills und Spells einer Gilde |
| 10 | haben sollen. |
| 11 | |
| 12 | BEISPIELE: |
| 13 | SetProp(P_GLOBAL_SKILLPROPS, |
| 14 | ([SI_SKILLRESTR_USE: ([SR_FUN: #'spellTest]), |
| 15 | OFFSET(SI_SKILLLEARN): #'learnOffset, |
| 16 | OFFSET(SI_SPELLCOST): #'costOffset, |
| 17 | FACTOR(SI_SPELLCOST): #'costFactor])); |
| 18 | |
| 19 | SIEHE AUCH: |
| 20 | GObj Verwalten: LearnSkill, LearnSpell, InitialSkillAbility |
| 21 | * Properties: P_GUILD_SKILLS |
| 22 | Spellbook Lernen: Learn, SpellSuccess, Erfolg, Misserfolg |
| 23 | * Verwalten: AddSpell, QuerySpell |
| 24 | * Properties: P_SB_SPELLS |
| 25 | Skills: P_NEWSKILLS, spruchermuedung, skill_info_liste |
| 26 | |
| 27 | 3. Okt 2011 Gloinson |