working on 20Q drag n drop

This commit is contained in:
Vlyan
2020-12-22 13:58:06 +01:00
parent 80c03b90df
commit 62aa281836
3 changed files with 110 additions and 20 deletions

View File

@@ -25,6 +25,11 @@ export class TwentyQuestions {
"step17.skill",
];
/**
* Shortcut for all Items to build cache
*/
static itemsList = ["step3.techniques"];
/**
* Steps datas
*/
@@ -62,9 +67,9 @@ export class TwentyQuestions {
maho: false,
ninjutsu: false,
},
techniques: "",
school_ability: "",
equipment: "",
techniques: [],
school_ability: [],
equipment: [],
social_honor: 0,
},
step4: {