Variable TECHNIQUE_NAMINGConst
TECHNIQUE_NAMING: {
prefixes: {
earth: "지";
fire: "화";
heaven: "천";
human: "인";
mountain: "산";
thunder: "뇌";
water: "수";
wind: "풍";
};
suffixes: {
block: "막기";
method: "법";
strike: "격";
technique: "술";
throw: "던지기";
thrust: "찌르기";
};
} = ...
Type declaration
Readonly
prefixes: {
earth: "지";
fire: "화";
heaven: "천";
human: "인";
mountain: "산";
thunder: "뇌";
water: "수";
wind: "풍";
}
Readonly
suffixes: {
block: "막기";
method: "법";
strike: "격";
technique: "술";
throw: "던지기";
thrust: "찌르기";
}