blob: d63b0bea2649d2546506ddc911908cc5c1fa8153 [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001P_SKILL_ATTRIBUTE_OFFSETS
2=========================
3
4NAME
5----
Zesstra18626972017-01-31 10:38:27 +01006
Bugfixabe12992018-10-27 15:56:24 +02007 P_SKILL_ATTRIBUTE_OFFSETS "skill_attr_offsets"
Zesstra18626972017-01-31 10:38:27 +01008
9DEFINIERT IN
10------------
Zesstra18626972017-01-31 10:38:27 +010011
Bugfixabe12992018-10-27 15:56:24 +020012 /sys/living/skill_attributes.h
Zesstra18626972017-01-31 10:38:27 +010013
14BESHREIBUNG
15-----------
Zesstra18626972017-01-31 10:38:27 +010016
Bugfixabe12992018-10-27 15:56:24 +020017 Der Wert der Property ist ein Mapping: ([Attributname: Wert])
18 In dieser Property stehen permanente Abweichungen der Skillattribute
19 vom Standardwert 100.
Zesstra18626972017-01-31 10:38:27 +010020
Bugfixabe12992018-10-27 15:56:24 +020021 Zu den Moeglichen Attributwerten, siehe P_SKILL_ATTRIBUTES.
Zesstra18626972017-01-31 10:38:27 +010022
Bugfixabe12992018-10-27 15:56:24 +020023 Die Werte duerfen zwischen 10 und 1000 liegen.
Zesstra18626972017-01-31 10:38:27 +010024
Bugfix974ca8a2018-10-27 16:04:36 +020025BEMERKUNGEN
26-----------
Zesstra18626972017-01-31 10:38:27 +010027
Bugfixabe12992018-10-27 15:56:24 +020028 Diese Property sollte AUF GAR KEINEN FALL in einem Spieler gesetzt
29 werden, ohne Ruecksprachen mit allerhoechsten Stellen!
Zesstra18626972017-01-31 10:38:27 +010030
Bugfix974ca8a2018-10-27 16:04:36 +020031 Nur via SetProp() setzen, Query-Methoden werden nicht ausgewertet.
32
33BEISPIEL
34--------
35
36.. code-block:: pike
37
38 // Zwei Angriffe pro Kampfrunde
39 SetProp(P_SKILL_ATTRIBUTE_OFFSETS,([SA_SPEED:200]));
40
Zesstra18626972017-01-31 10:38:27 +010041SIEHE AUCH
42----------
Zesstra18626972017-01-31 10:38:27 +010043
Bugfixabe12992018-10-27 15:56:24 +020044 Skills Lernen: :doc:`../lfun/LearnSkill`, :doc:`../lfun/ModifySkill`, :doc:`../lfun/LimitAbility`
45 Nutzung: :doc:`../lfun/UseSpell`, :doc:`../lfun/UseSkill`
46 Abfragen: :doc:`../lfun/QuerySkill`, :doc:`../lfun/QuerySkillAbility`
47 Modifikation: :doc:`../lfun/ModifySkillAttribute`, :doc:`../lfun/QuerySkillAttribute`,
48 :doc:`../lfun/QuerySkillAttributeModifier`, :doc:`../lfun/RemoveSkillAttributeModifier`
Bugfix974ca8a2018-10-27 16:04:36 +020049 Properties: :doc:`P_SKILL_ATTRIBUTES`
Bugfixabe12992018-10-27 15:56:24 +020050 sonstig: spruchermuedung, :doc:`skill_info_liste`
51 Properties: :doc:`P_NEWSKILLS`
Zesstra18626972017-01-31 10:38:27 +010052
Bugfix974ca8a2018-10-27 16:04:36 +020053Letzte Aenderung: 27.10.2018, Bugfix