feat: Füge Titel-Effekte und Kosteninformationen für Liebhaber in FamilyView hinzu
All checks were successful
Deploy to production / deploy (push) Successful in 1m53s
All checks were successful
Deploy to production / deploy (push) Successful in 1m53s
This commit is contained in:
@@ -400,6 +400,17 @@
|
||||
<p v-if="politicalFreeLoverSlots > 0" class="lovers-political-hint">
|
||||
{{ $t('falukant.family.lovers.politicalFreeSlotsHint', { count: politicalFreeLoverSlots }) }}
|
||||
</p>
|
||||
<div class="lovers-title-effect-card surface-card">
|
||||
<h4>{{ $t('falukant.family.lovers.titleEffects.label') }}</h4>
|
||||
<p>{{ $t('falukant.family.lovers.titleEffects.help') }}</p>
|
||||
<ul>
|
||||
<li>{{ $t('falukant.family.lovers.titleEffects.same') }}: +2</li>
|
||||
<li>{{ $t('falukant.family.lovers.titleEffects.oneDiff') }}: +1</li>
|
||||
<li>{{ $t('falukant.family.lovers.titleEffects.twoDiff') }}: 0</li>
|
||||
<li>{{ $t('falukant.family.lovers.titleEffects.moreDiff') }}: -1..-2</li>
|
||||
</ul>
|
||||
<p>{{ $t('falukant.family.lovers.titleEffects.costInfo', { base: 20, perDiff: 10 }) }}</p>
|
||||
</div>
|
||||
<div v-if="lovers && lovers.length > 0" class="lovers-grid">
|
||||
<article v-for="lover in lovers" :key="lover.relationshipId" class="lover-card surface-card">
|
||||
<div class="lover-card__header">
|
||||
|
||||
Reference in New Issue
Block a user