2.352
Bearbeitungen
Änderungen
Has
,→Beispiele: zu companion-type
</has>
</code>
=== companion-type ===
Erlaubt die Prüfung, ob der Held ein bestimmtes Tier als Begleiter hat:
<code xml n>
<!-- Hund aktiv? -->
<has companion-type="Hund">
<success>
<p><q>Ooooh, du hast aber einen süüüüüßen Hund!</q>.</p>
</success>
<failure>
<p>Du hast keinen Hund als Begleiter.</p>
</failure>
</has>
<!-- Esel aktiv? -->
<has companion-type="Esel">
<success>
<p>Dein Esel ist heute wieder sturr.</p>
</success>
</has>
</code>
Geprüft werden können: 'Hund', 'Esel', 'Pferd' und 'Kamel'.
== Waren-Tags ==