[Das Schwarze Auge: Ilaris] 1.7.1

Bugfix for stealth talent roll.
This commit is contained in:
OneRedBeard
2020-09-17 13:35:29 +02:00
parent 38fa1dd5c4
commit c335b4b3b2
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -480,7 +480,7 @@
<button type='roll' name='roll_ver1t' class="sheet-roll-player" title='Probe (1W20 mit passendem Talent)' value='&{template:Fertigkeiten} {{sp=[[@{sp}]]}} {{name=@{character_name}: Verschlagenheit (T) I}} {{Erfolgswert=[[{@{1W20}d20kh1} + @{ver_bw} + @{ver} + @{hq}*-4 + @{mod} + @{profanbonus1} + @{profanbonus2} + @{wmodkw}]]}} {{Hohe Qualität=@{hq}}} {{profanbonus=@{profanbonus}}}'></button>
<button type='roll' name='roll_ver1t' class="sheet-roll-gm" title='Probe (1W20 mit passendem Talent) an Meister' value='/gr {@{1W20}d20kh1} + @{ver_bw} + @{ver} + @{hq}*-4 + @{mod} + @{profanbonus1} + @{profanbonus2} + @{wmodkw} Verschlagenheit I T'></button>
<span class='dee'>T I</span>
<button type='roll' name='roll_ver3u' class="sheet-roll-player" title='Probe (3W20 Median ohne passendes Talent)' value='/gr {@{3W20}d20skl@{3W20_keep}}kh1 + @{ver_bw} + round(@{ver}/2) + @{hq}*-4 + @{mod} + @{profanbonus1} + @{profanbonus2} + @{wmodkw}]]}} {{Hohe Qualität=@{hq}}} {{profanbonus=@{profanbonus}}}'></button>
<button type='roll' name='roll_ver3u' class="sheet-roll-player" title='Probe (3W20 Median ohne passendes Talent)' value='&{template:Fertigkeiten} {{sp=[[@{sp}]]}} {{name=@{character_name}: Verschlagenheit (u)}} {{Erfolgswert=[[{@{3W20}d20skl@{3W20_keep}}kh1 + @{ver_bw} + round(@{ver}/2) + @{hq}*-4 + @{mod} + @{profanbonus1} + @{profanbonus2} + @{wmodkw}]]}} {{Hohe Qualität=@{hq}}} {{profanbonus=@{profanbonus}}}'></button>
<button type='roll' name='roll_ver3u' class="sheet-roll-gm" title='Probe (3W20 Median ohne passendes Talent) an Meister' value='/gr {@{3W20}d20skl@{3W20_keep}}kh1 + @{ver_bw} + round(@{ver}/2) + @{hq}*-4 + @{mod} + @{profanbonus1} + @{profanbonus2} + @{wmodkw} Verschlagenheit III U'></button>
<span class='dee'>III</span>
<button type='roll' name='roll_ver1u' class="sheet-roll-player" title='Probe (1W20 ohne passendes Talent)' value='&{template:Fertigkeiten} {{sp=[[@{sp}]]}} {{name=@{character_name}: Verschlagenheit (u) I}} {{Erfolgswert=[[{@{1W20}d20kh1} + @{ver_bw} + round(@{ver}/2) + @{hq}*-4 + @{mod} + @{profanbonus1} + @{profanbonus2} + @{wmodkw}]]}} {{Hohe Qualität=@{hq}}} {{profanbonus=@{profanbonus}}}'></button>
@@ -1809,4 +1809,4 @@ on("change:wounds sheet:opened", function() {
});
});
</script>
v1.7.0
v1.7.1
+3 -1
View File
@@ -141,4 +141,6 @@ Neue Features:
- Standard-Talente der profanen Fertigkeiten können jetzt ein- und ausgeblendet werden.
- Attributs-Modifikatoren hinzugefügt (z.B. bei Stärkung durch Elixiere oder Attributo)
- Repeating Sections bei Waffen und Fernkampfwaffen eingefügt, falls mehr als 5 oder 3 nötig sind.
- Kleine Layout-Anpassungen.
- Kleine Layout-Anpassungen.
1.7.1: Fix der Anzeige bei Verschlagenheit III(u).