PDA

View Full Version : <target> statement



Grimmbart
January 26th, 2019, 22:46
Hello everyone.

I am looking for explanations on the <target> statement. I can not find anything in the documentation.

Here is an example where the instruction appears.

what does it mean in this case ?



<number_char_ability_Bonus name="constitutiondamage" source="abilities.constitution.bonus">
<anchored to="constitution_Valeur" />
<target>constitution</target>
<description textres="char_tooltip_condamage" />
</number_char_ability_Bonus>

Thank(s for you help.

damned
January 26th, 2019, 23:11
Certain elements are tied to other elements - like a scrollbar is tied to its content.
In this case its the attribute bonus from high/low attribute values - its tied to the attribute.

Search also for number_char_ability_Bonus