creation des spec depuis skill

This commit is contained in:
rwanoux
2024-05-14 09:58:08 +02:00
parent ff03badcdd
commit a62b067f3d
3 changed files with 39 additions and 9 deletions
+13 -4
View File
@@ -102,8 +102,10 @@
{{#iflteq @minorwoundmax @root.system.minorWound.value }}
checked
{{/iflteq}}
" />
"
{{#iflteq @minorwoundmax @root.system.minorWound.value }}
checked="true"
{{/iflteq}} />
</div>
{{/repeat}}
</div>
@@ -124,7 +126,11 @@
checked
{{/iflteq}}
" />
"
{{#iflteq @minorwoundmax @root.system.majorWound.value }}
checked="true"
{{/iflteq}} />
</div>
{{/repeat}}
@@ -146,7 +152,10 @@
checked
{{/iflteq}}
" />
"
{{#iflteq @minorwoundmax @root.system.deadlyWound.value }}
checked="true"
{{/iflteq}} />
</div>
{{/repeat}}