Zesstra | 1862697 | 2017-01-31 10:38:27 +0100 | [diff] [blame] | 1 | P_GLOBAL_SKILLPROPS |
| 2 | =================== |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | :: |
| 7 | |
| 8 | P_GLOBAL_SKILLPROPS "sm_global" |
| 9 | |
| 10 | DEFINIERT IN |
| 11 | ------------ |
| 12 | :: |
| 13 | |
| 14 | /sys/new_skills.h |
| 15 | |
| 16 | BESCHREIBUNG |
| 17 | ------------ |
| 18 | :: |
| 19 | |
| 20 | Diese Gilden- und Spellbookproperty enthaelt Eigenschaften, die |
| 21 | alle Spells eines Spellbooks bzw. alle Skills und Spells einer Gilde |
| 22 | haben sollen. |
| 23 | |
| 24 | BEISPIELE |
| 25 | --------- |
| 26 | :: |
| 27 | |
| 28 | SetProp(P_GLOBAL_SKILLPROPS, |
| 29 | ([SI_SKILLRESTR_USE: ([SR_FUN: #'spellTest]), |
| 30 | OFFSET(SI_SKILLLEARN): #'learnOffset, |
| 31 | OFFSET(SI_SPELLCOST): #'costOffset, |
| 32 | FACTOR(SI_SPELLCOST): #'costFactor])); |
| 33 | |
| 34 | SIEHE AUCH |
| 35 | ---------- |
| 36 | :: |
| 37 | |
| 38 | GObj Verwalten: LearnSkill, LearnSpell, InitialSkillAbility |
| 39 | * Properties: P_GUILD_SKILLS |
| 40 | Spellbook Lernen: Learn, SpellSuccess, Erfolg, Misserfolg |
| 41 | * Verwalten: AddSpell, QuerySpell |
| 42 | * Properties: P_SB_SPELLS |
| 43 | Skills: P_NEWSKILLS, spruchermuedung, skill_info_liste |
| 44 | |
| 45 | 3. Okt 2011 Gloinson |
| 46 | |