mirror of
https://githubfast.com/mhwikicn/mh2tip.git
synced 2024-11-22 02:40:15 +08:00
54 lines
890 B
JavaScript
54 lines
890 B
JavaScript
type = new Array(12);
|
||
at = new Array(12);
|
||
h = new Array(12);
|
||
cn = new Array(4);
|
||
cz = new Array(4);
|
||
|
||
type[1] = "連1 12";
|
||
type[2] = "連2 12+5";
|
||
type[3] = "連3 12+5+4";
|
||
type[4] = "連4 12+5+4+2";
|
||
type[5] = "拡1 4+3+3";
|
||
type[6] = "拡2 5+4+4";
|
||
type[7] = "拡3 4+4+4+3+3";
|
||
type[8] = "拡4 5+4+4+3+3";
|
||
type[9] = "貫1 6×3";
|
||
type[10] = "貫2 6×4";
|
||
type[11] = "貫3 6×5";
|
||
type[12] = "貫4 6×6";
|
||
|
||
at[1] = "12";
|
||
at[2] = "17";
|
||
at[3] = "21";
|
||
at[4] = "23";
|
||
at[5] = "10";
|
||
at[6] = "13";
|
||
at[7] = "18";
|
||
at[8] = "19";
|
||
at[9] = "18";
|
||
at[10] = "24";
|
||
at[11] = "30";
|
||
at[12] = "36";
|
||
|
||
h[1] = "1";
|
||
h[2] = "2";
|
||
h[3] = "3";
|
||
h[4] = "4";
|
||
h[5] = "3";
|
||
h[6] = "3";
|
||
h[7] = "5";
|
||
h[8] = "5";
|
||
h[9] = "3";
|
||
h[10] = "4";
|
||
h[11] = "5";
|
||
h[12] = "6";
|
||
|
||
cn[1] = "0.4";
|
||
cn[2] = "1.0";
|
||
cn[3] = "1.5";
|
||
cn[4] = "1.5";
|
||
|
||
cz[1] = "0.5";
|
||
cz[2] = "0.75";
|
||
cz[3] = "1.0";
|
||
cz[4] = "1.125"; |