Added some text for 20Q 2dn dice

Minors fixes
This commit is contained in:
Vlyan
2021-01-05 18:51:04 +01:00
parent 6ef4dd3bde
commit c474015e5c
6 changed files with 7 additions and 12 deletions

View File

@@ -376,6 +376,7 @@
"d10r1_choice": "1st D10 Effect",
"d10r2": "D10 Result (2/2)",
"d10r2_choice": "2nd D10 Effect",
"d10r2_drop_items": "Or a technique, a advantage, a object...",
"q19": "19. What is your characters personal name ? (p. 95)"
},
"part7": {

View File

@@ -376,6 +376,7 @@
"d10r1_choice": "1st D10 Effect",
"d10r2": "D10 Result (2/2)",
"d10r2_choice": "2nd D10 Effect",
"d10r2_drop_items": "Or a technique, a advantage, a object...",
"q19": "19. What is your characters personal name ? (p. 95)"
},
"part7": {

View File

@@ -376,6 +376,7 @@
"d10r1_choice": "Effet du 1er D10",
"d10r2": "Résultat du 2eme D10",
"d10r2_choice": "Effet du 2ème D10",
"d10r2_drop_items": "Ou une technique, un avantage, un objet...",
"q19": "19. Quel est le prénom de votre personnage ? (p. 95)"
},
"part7": {

View File

@@ -239,14 +239,6 @@ export class TwentyQuestionsDialog extends FormApplication {
// School Ability
if (stepKey === "step3.school_ability") {
if (item.data.data.technique_type !== "school_ability") {
console.warn("This technique is not a school ability");
return;
}
if (
Array.from(this.actor.items).some(
(e) => e.type === "technique" && e.data.data.technique_type === "school_ability"
)
) {
console.warn("This technique is not a school ability", item.data.data.technique_type);
return;
}

View File

@@ -2,13 +2,13 @@
<fieldset>
<legend class="text-block-header">{{ localize 'l5r5e.social.title' }}</legend>
<label class="attribute-label">{{ localize 'l5r5e.social.ninjo' }}
<input type="text" name="data.social_standing.ninjo" value="{{data.social.ninjo}}"/>
<input type="text" name="data.social.ninjo" value="{{data.social.ninjo}}"/>
</label>
<label class="attribute-label">{{ localize 'l5r5e.social.giri' }}
<input type="text" name="data.social_standing.giri" value="{{data.social.giri}}"/>
<input type="text" name="data.social.giri" value="{{data.social.giri}}"/>
</label>
<label class="attribute-label">{{ localize 'l5r5e.social.titles' }}
<input type="text" name="data.social_standing.titles" value="{{data.social.titles}}"/>
<input type="text" name="data.social.titles" value="{{data.social.titles}}"/>
</label>
</fieldset>
<fieldset>

View File

@@ -581,7 +581,7 @@
{{/select}}
</select>
</label>
<br />{{localize 'l5r5e.twenty_questions.part6.d10r2_drop_items'}}
{{> 'systems/l5r5e/templates/actors/character/twenty-questions-item.html' itemsList=cache.step18.heritage_item stepName='step18.heritage_item' itemType='items' hideDndAt=1 }}
</td>
</tr>