Zesstra | 1862697 | 2017-01-31 10:38:27 +0100 | [diff] [blame] | 1 | P_SKILL_ATTRIBUTE_OFFSETS |
| 2 | ========================= |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | :: |
| 7 | |
| 8 | P_SKILL_ATTRIBUTE_OFFSETS "skill_attr_offsets" |
| 9 | |
| 10 | DEFINIERT IN |
| 11 | ------------ |
| 12 | :: |
| 13 | |
| 14 | /sys/living/skill_attributes.h |
| 15 | |
| 16 | BESHREIBUNG |
| 17 | ----------- |
| 18 | :: |
| 19 | |
| 20 | Der Wert der Property ist ein Mapping: ([Attributname: Wert]) |
| 21 | In dieser Property stehen permanente Abweichungen der Skillattribute |
| 22 | vom Standardwert 100. |
| 23 | |
| 24 | Zu den Moeglichen Attributwerten, siehe P_SKILL_ATTRIBUTES. |
| 25 | |
| 26 | Die Werte duerfen zwischen 10 und 1000 liegen. |
| 27 | |
| 28 | BEMERKUNG |
| 29 | --------- |
| 30 | :: |
| 31 | |
| 32 | Diese Property sollte AUF GAR KEINEN FALL in einem Spieler gesetzt |
| 33 | werden, ohne Ruecksprachen mit allerhoechsten Stellen! |
| 34 | |
| 35 | SIEHE AUCH |
| 36 | ---------- |
| 37 | :: |
| 38 | |
| 39 | Skills Lernen: LearnSkill, ModifySkill, LimitAbility |
| 40 | * Nutzung: UseSpell, UseSkill |
| 41 | * Abfragen: QuerySkill, QuerySkillAbility |
| 42 | * Modifikation: ModifySkillAttribute, QuerySkillAttribute, |
| 43 | QuerySkillAttributeModifier, RemoveSkillAttributeModifier |
| 44 | * Properties: P_SKILL_ATTRIBUTES, P_SKILL_ATTRIBUTE_OFFSETS |
| 45 | * sonstig: spruchermuedung, skill_info_liste |
| 46 | * Properties: P_NEWSKILLS |
| 47 | |
| 48 | 31.12.2013, Zesstra |
| 49 | |