打开主菜单

少前百科GFwiki β

更改

Widget:EnemyInfo/js

添加8字节2022年1月21日 (五) 15:56
无编辑摘要
thisline += Building[buildnum].defender + `<\/td><td width="140px">`;
thisline += Building[buildnum].is_destroy.replace("0", "不可破坏").replace("1", "重装打击").replace("2", "踩点破坏") + `<\/td><td width="60px">`;
thisline += String(Building[buildnum].initial_state).replace("0", "开启").replace("-1", "关闭") + `<\/td><td width="80px">`;
thisline += Building[buildnum].battle_assist_range + `<\/td><td width="544px">`;
thisline += ((buildsigndes) ? buildsigndes : "其他") + "<\/td><\/tr>";